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

Pose preview thumbnail with incorrect order #23

Closed johantri closed 8 years ago

johantri commented 8 years ago

I'm using Blender 2.77a, Ubuntu 16.04 64bit. I got this error showing wrong order of the thumbnail and the pose itself.

Feel free to play around with this blend file

samsul pose lib prev bug

samsul.zip

sybrenstuvel commented 8 years ago

If you just want a quick fix, look up the os.listdir(...) call, and replace it with this: sorted(os.listdir(...)).