Topic: Trying to export in blender
So I am trying to export a simple cube to Maratis, I haven't applied any textures or materials and when I try to export to .mesh, I get this error:
Traceback (most recent call last):
File "*My user path*\Blender\2.63\scripts\addons\maratis\export_maratis.py". line 892. in execute
mesh.exportMaratis()
File "*My user path*\Blender\2.63\scripts\addons\maratis\export_maratis.py". line 132. in exportMaratis
self.getMaterials()
File "*My user path*\Blender\2.63\scripts\addons\maratis\export_maratis.py". line 370. in getMaterials
faces = mesh.faces
AttributeError:'Mesh' object has no attribute 'faces'
location:<unknown location>:-1
I am using Blender 2.63, and I have tried exporting on both mac and PC.
Also, any ETA on the next Maratis update with the publishing feature?
Thanks.