Open GoogleCodeExporter opened 8 years ago
Sorry i couldn't edit the original message. Here is the correct Error Message:
NameError: global name 'AWDMeshData' is not defined
Detailed Error Message:
{'embed_textures': True, 'include_attr': True, 'include_materials': True,
'filepath': '/untitled.awd'}
Creating mesh Cube
Traceback (most recent call last):
File "/opt/blender-2.64a-linux-glibc27-x86_64/2.64/scripts/addons/io_awd/__init__.py", line 62, in execute
exporter.export(context, **kwds)
File "/opt/blender-2.64a-linux-glibc27-x86_64/2.64/scripts/addons/io_awd/awd_export.py", line 75, in export
self.export_mesh(o)
File "/opt/blender-2.64a-linux-glibc27-x86_64/2.64/scripts/addons/io_awd/awd_export.py", line 216, in export_mesh
md = self.build_mesh_data(o.data)
File "/opt/blender-2.64a-linux-glibc27-x86_64/2.64/scripts/addons/io_awd/awd_export.py", line 377, in build_mesh_data
md = AWDMeshData(geom.name)
NameError: global name 'AWDMeshData' is not defined
Original comment by Schindle...@gmail.com
on 3 Dec 2012 at 7:12
The blender exporter is in a work-in-progress state and is not intended for use
at this time.
Original comment by bengtric...@gmail.com
on 3 Dec 2012 at 9:30
you could find a patch here:
http://code.google.com/p/awd/issues/detail?id=52
Original comment by Schindle...@gmail.com
on 6 Dec 2012 at 5:08
Original issue reported on code.google.com by
Schindle...@gmail.com
on 3 Dec 2012 at 6:30