Forums
Export JOE - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7)
+--- Thread: Export JOE (/showthread.php?tid=1510)



Export JOE - Timo 6 - 06-05-2011

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?


- NaN - 06-05-2011

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.


- Timo 6 - 06-05-2011

No, mac os x 10.6.7


- NaN - 06-05-2011

Remove the following lines(29-30) from export-joe.py:
Code:
    if 'joename' in mesh.properties:
        filename = mesh.properties['joename']



- Timo 6 - 06-06-2011

That fixed it, thanks.