sugiany / blender_mmd_tools

mmd_tools is a blender addon for importing Models and Motions of MikuMikuDance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PMX Importer: BoneWeight.load() bug

claw2013hku opened this issue · comments

I get an error 'invalid weight type 63' etc when reading pmx models with different vertex and bone index size;

the problem can be solved by changing all "readVertexIndex()" to "readBoneIndex()" inside BoneWeight.load() (line 294 - 319), not sure if this is an official fix though.

commented

Thank you for your bug report.
But, it was fixed in 5957730
Please try latest version.