libgdx / fbx-conv

Command line utility using the FBX SDK to convert FBX/Collada/Obj files to a custom text/binary format for static, keyframed and skinned meshes.
Apache License 2.0
448 stars 116 forks source link

No documentation about "BLENDINDICES" attribute #65

Closed nokichan closed 10 years ago

nokichan commented 10 years ago

Looking into the fbx-conv code and their g3dj example files I found an attribute called BLENDINDICES, but no documentation about it and how to use this kind of attribute. Maybe is not yet documented this attribute?

Btw I would be happy to collaborate to help to improve these project. Is there any place to see which issues are pending to solve, or what are the next thing to do in this project?

xoppa commented 10 years ago

There isn't a attribute called BLENDINDICES, see https://github.com/libgdx/fbx-conv/wiki/Version-0.1-%28libgdx-0.9.9%29. Please provide the information required to reproduce this issue.

nokichan commented 10 years ago

Yes, That is the weird thing that I saw. I found this file here: https://github.com/libgdx/fbx-conv/blob/master/samples/blender/cube-two-bones.g3dj , inside the blender samples for fbx-conv. In this file the last attribute is "BLENDINDICES".

xoppa commented 10 years ago

Thanks. Those are old test models, I've removed them.