Blender XML exporter script error
Posted: Tue Nov 22, 2005 6:01 pm
I'm trying to figure out how to use the Blender Mesh and Armature Exporter. I've exported to other formats with Python scripting in the past, but I can't get this one to work. Regardless of the options that I select, when I click the "Export" button, I get a script error message. The Python console then shows this error message:
Using Python version 2.4
Traceback (most recent call last):
File "<string>", line 3507, in buttonCallback
File "<string>", line 3160, in export
File "<string>", line 3009, in export_mesh
SystemError: error return without exception set
I have some experience with Blender and some experience with Python, but a script this size is just too big for me to approach easily. Any ideas what I'm doing wrong?
Using Python version 2.4
Traceback (most recent call last):
File "<string>", line 3507, in buttonCallback
File "<string>", line 3160, in export
File "<string>", line 3009, in export_mesh
SystemError: error return without exception set
I have some experience with Blender and some experience with Python, but a script this size is just too big for me to approach easily. Any ideas what I'm doing wrong?