sugiany / blender_mmd_tools

mmd_tools is a blender addon for importing Models and Motions of MikuMikuDance.
Other
1.06k stars 644 forks source link

Where can I know how the mmd file format is defined #72

Closed threethreenine closed 4 years ago

threethreenine commented 4 years ago

I want to add mmd extension on other engines,i need to know the file farmat of mmd. For example, the vertex storage arrangement in the PMX model, bone binding relationship, expression and expression drive, bone animation in vmd, and the arrangement of key frames of expression animation. Now I come across a .pmx format model, I can open it with MikuMIkuDance, but not with the PMXEditor.exe tool. When I parse this .pmx file, data out of bounds occurs at the extended Morph location, I don’t know if I parse The problem with the algorithm is also the problem with the model itself.

yanagiragi commented 4 years ago

You may check this

threethreenine commented 4 years ago

@yanagiragi thank you !