Forums

Full Version: Export JOE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can’t seem to export joe in Blender 2.49b, I get the error
Code:
Traceback (most recent call last):
File "/Applications/Blender/Scripts/export-joe.py", line 31, in save_joe
joe_file = open(filename, "wb”)
IOError: [Errno 13] Permission denied: 'body.joe'
Also, any chance of updating the scripts for Blender 2.57 now that is stable?
Quote:I can’t seem to export joe in Blender 2.49b
You are running windows?

Quote:Also, any chance of updating the scripts for Blender 2.57 now that is stable?
Guess what? I've got some code but it is not ready yet, had the stupid idea to refactor it.
No, mac os x 10.6.7
Remove the following lines(29-30) from export-joe.py:
Code:
    if 'joename' in mesh.properties:
        filename = mesh.properties['joename']
That fixed it, thanks.