I can’t seem to export AWD file using blender with Armature scene
Hello,
I have MacOS 10.7.2 and blender 2.62 and 2.59 application. I can’t seem to export AWD file using blender with Armature scene.
Exporting without Armature scene just works fine. I need to do export with Armature. I’m having driver error:
ndof: 3Dx driver not found
found bundled python: /Users/sewonist/Downloads/blender-2.62release-OSX_10.6_x86_64/blender.app/Contents/MacOS/2.62/python
trying to save homefile at /Users/sewonist/Library/Application Support/Blender/2.62/config/startup.blend ok
{‘embed_textures’: True, ‘include_attr’: True, ‘include_materials’: True, ‘filepath’: ‘/Users/sewonist/Desktop/0001.awd’}
Creating mesh Cube
Checking materials for Cube
Found texture to create material?
Traceback (most recent call last):
File “/Users/sewonist/Downloads/blender-2.62release-OSX_10.6_x86_64/blender.app/Contents/MacOS/2.62/scripts/addons/io_awd/__init__.py”, line 62, in execute
exporter.export(context, **kwds)
File “/Users/sewonist/Downloads/blender-2.62release-OSX_10.6_x86_64/blender.app/Contents/MacOS/2.62/scripts/addons/io_awd/awd_export.py”, line 90, in export
self.extract_joint_weights(o)
File “/Users/sewonist/Downloads/blender-2.62release-OSX_10.6_x86_64/blender.app/Contents/MacOS/2.62/scripts/addons/io_awd/awd_export.py”, line 122, in extract_joint_weights
vert_indices = self.vertex_indices[geom.name]
AttributeError: ‘AWDExporter’ object has no attribute ‘vertex_indices’
location:<unknown location>:-1
location:<unknown location>:-1