Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Export JOE
06-05-2011, 07:48 AM,
#1
Export JOE
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?
Reply
06-05-2011, 01:01 PM,
#2
 
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.
Reply
06-05-2011, 02:09 PM,
#3
 
No, mac os x 10.6.7
Reply
06-05-2011, 02:15 PM,
#4
 
Remove the following lines(29-30) from export-joe.py:
Code:
    if 'joename' in mesh.properties:
        filename = mesh.properties['joename']
Reply
06-06-2011, 05:57 AM,
#5
 
That fixed it, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)