Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error messages - win 7 64, latest blender #9

Open
blurymind opened this issue May 26, 2016 · 7 comments
Open

error messages - win 7 64, latest blender #9

blurymind opened this issue May 26, 2016 · 7 comments

Comments

@blurymind
Copy link

I get this:

Traceback (most recent call last):
File "C:\Users\tod\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\spritify.py ", line 173, in execute
spritify(context.scene)
File "C:\Users\tod\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\spritify.py ", line 108, in spritify
os.remove(bpy.path.abspath(scene.spritesheet.filep ath))
PermissionError: [WinError 5] Access is denied: 'F:\\BACKUP\\WEB\\Dropbox\\BLENDS\\tilegen\\sheet\ \'


location: <unknown location>:-1

or this

Traceback (most recent call last):
File "C:\Users\tod\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\spritify.py ", line 173, in execute
spritify(context.scene)
File "C:\Users\tod\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\spritify.py ", line 108, in spritify
os.remove(bpy.path.abspath(scene.spritesheet.filep ath))
PermissionError: [WinError 5] Access is denied: 'F:\\BACKUP\\WEB\\Dropbox\\BLENDS\\tilegen\\sheet\ \'


location: <unknown location>:-1


Traceback (most recent call last):
File "C:\Users\tod\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\spritify.py ", line 173, in execute
spritify(context.scene)
File "C:\Users\tod\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\spritify.py ", line 127, in spritify
bpy.path.abspath(scene.spritesheet.filepath)])
File "C:\Program Files\Blender Foundation\Blender\2.77\python\lib\subprocess.py", line 560, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Program Files\Blender Foundation\Blender\2.77\python\lib\subprocess.py", line 950, in __init__
restore_signals, start_new_session)
File "C:\Program Files\Blender Foundation\Blender\2.77\python\lib\subprocess.py", line 1220, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified


location: <unknown location>:-1
@Fweeb
Copy link
Collaborator

Fweeb commented May 27, 2016

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.

@blurymind
Copy link
Author

I have. Same error
On 27 May 2016 14:31, "Jason van Gumster" [email protected] 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
#9 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AGMbVemNHvoKK9gPz-Raoh67MLdhKk8lks5qFvJFgaJpZM4In5E1
.

@opponent019
Copy link

Same issue. Win8.1 v2.77

@Fweeb
Copy link
Collaborator

Fweeb commented Jun 2, 2016

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.

@opponent019
Copy link

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 :)

@ghost
Copy link

ghost commented Oct 9, 2016

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.

@khlorghaal
Copy link

I was getting the issue from ImageMagick not having the legacy options, spritify needs to mention that in its instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants