Open blurymind opened 8 years ago
Have you tried using this with a render path that isn't in a Dropbox folder? I'm suspecting that this might be a permissions problem on your machine and not a problem with Spritify.
I have. Same error On 27 May 2016 14:31, "Jason van Gumster" notifications@github.com wrote:
Have you tried using this with a render path that isn't in a Dropbox folder? I'm suspecting that this might be a permissions problem on your machine and not a problem with Spritify.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Fweeb/blender_spritify/issues/9#issuecomment-222146913, or mute the thread https://github.com/notifications/unsubscribe/AGMbVemNHvoKK9gPz-Raoh67MLdhKk8lks5qFvJFgaJpZM4In5E1 .
Same issue. Win8.1 v2.77
Would it be possible for you (either of you) to supply a simple .blend file that I can use to reproduce this error? For instance, animate the default cube rotating 90 degrees in 10 frames.
Here; just created Suzanne, added some keyframes, a camera, rendered the animation and then tried to create the sprite sheet or gif untitled.zip
thanks for checking it out :)
Easy fix boys, brand new to python (coming from nodejs background)
Replace line 127 with:
bpy.path.abspath(scene.spritesheet.filepath)], shell = True)
Make sure when you install ImageMagick you CHECK "Legacy" versions as well.
I was getting the issue from ImageMagick not having the legacy options, spritify needs to mention that in its instructions
I get this:
or this