jasperges / pose-thumbnails

Blender add-on that adds thumbnails to a pose library.
GNU General Public License v2.0
67 stars 11 forks source link

Make it work with linked poselibs #28

Closed jasperges closed 8 years ago

jasperges commented 8 years ago

All props are now stored on the Pose Library (Action). When that is linked you can't change these, so you can't even change a pose with the thumbnails. Probably have to add some/most props to the armature that can be 'proxified' and then it should work.

TheDuckCow commented 8 years ago

One idea might be, instead of linking the actions, have the addon auto remove/re-append at any typical time that libraries are re-loaded (file open). This would allow them to modify and use it normally as if local, the only exception being there's a false sense that new poses or changes to defaults would be saved to the "master" library. I have some thoughts on how even that would be possible though.

jasperges commented 8 years ago

@TheDuckCow Could you open a new issue and elaborate a bit more about what you have in mind? The addon now properly works with linked armatures and pose libraries the 'Blender way'. But I'm open to suggestions to add other (improved) functionality.

Closing this now, because the original issue should be fixed.