any ideas?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
blender export with 2.40 RC1
- walaber
- OGRE Expert User

- Posts: 829
- Joined: Sat Oct 02, 2004 2:20 pm
- Location: California, USA
- Contact:
blender export with 2.40 RC1
I have the most recent version from CVS. when trying to export a simple mesh from Blender, I get the following error in the console:
-
reimpell
- OGRE Contributor

- Posts: 570
- Joined: Mon Mar 01, 2004 10:35 am
- Location: Hamburg, Germany
Re: blender export with 2.40 RC1
There are some interface breaking changes in Blender's Python api (BPy) between the 2.3x and 2.4x series. Please use this preview script to export static or shape animated meshes. Unfortunately, access to the bone transformation matrix (pose_mat) is still not included in BPy, so I haven't finished the recode of armature animation export. Nfz started to adapt the old export script to the new BPy interface, but I'm not aware of the status.
- walaber
- OGRE Expert User

- Posts: 829
- Joined: Sat Oct 02, 2004 2:20 pm
- Location: California, USA
- Contact:
