Topic: Incompatibility with Blender 2.63[FIX NOW AVAILABLE!!]
Hey!
The Blender exporter is incompatible with Blender 2.63, PLEASE fix it as soon as possible. It's kind of an urgent issue considering that Blender is the main tool to use with Maratis. I also donated 5 euros so maybe that's some slight motivation
Here is the traceback:
Traceback (most recent call last):
File "/home/isak/Software/Blender/2.63a/2.63/scripts/addons/maratis/export_maratis.py", line 892, in execute
mesh.exportMaratis()
File "/home/isak/Software/Blender/2.63a/2.63/scripts/addons/maratis/export_maratis.py", line 132, in exportMaratis
self.getMaterials()
File "/home/isak/Software/Blender/2.63a/2.63/scripts/addons/maratis/export_maratis.py", line 370, in getMaterials
faces = mesh.faces
AttributeError: 'Mesh' object has no attribute 'faces'
I found it kind of odd because I did find faces in the BMesh type of the Blender API. I would have fixed it myself (and might try tomorrow) but right now I'm kind of confused.
Anyhow I'd appreciate a quickfix, especially before the new maratis version is out.
This is mostly Blender's fault so I'm not really blaming you. I wish their API could be more backwards compatible instead of making arbitrary changes all the time
Last edited by BitPuffin (2012-08-02 11:58:31)