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

Addressing Rig Prefix, class loading issue, and some UI improvements #53

Closed TheDuckCow closed 5 years ago

TheDuckCow commented 5 years ago

See commit messages for more details, note I also made the v1.0.1 update for you.

One note on the update to class loading: I was noticing up to now that when blender started, it would seem at random (and somewhat frequently) this addon would fail to register. After some digging, I came to the conclusion that it was due to the inconsistent order that classes were registered (the for loop over locals().values() classes doesn't guarantee an order).

TheDuckCow commented 5 years ago

Unless you feel strongly about the wm variable change above, I think all the changes have been addressed and it's good to merge.