BassMunkee / awd

Automatically exported from code.google.com/p/awd
Apache License 2.0
0 stars 0 forks source link

extract_joint_weights refers to vertex_indices in AWDExporter #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Run add-on to export a model with ARMATURE
2.Blender throwsd an exception AttributeError: 'AWDExporter' object has no 
attribute 'vertex_indices'

What is the expected output? What do you see instead?

A converted model, but saw the error instead.

What version of the product are you using? On what operating system?

Built with changeset 262:4f8060f66b83 on Ubuntu 11.04 and blender 2.62

Please provide any additional information below.

The vertex_indices got removed as part of changeset 251:295a119f0366 
"Implemented new AWDGeomUtil approach to mesh generation in blender exporter." 
but it looks like extract_joint_weights wasn't updated at the same time.

Original issue reported on code.google.com by andrew.a...@irok2.com on 13 Mar 2012 at 9:06

GoogleCodeExporter commented 8 years ago
This is "expected" at this point because skeletal animation export is simply 
not implemented in the Blender exporter yet. It has been started though, which 
is why the exporter tries even though it's bound to fail.

Original comment by bengtric...@gmail.com on 14 Mar 2012 at 8:20