UuuNyaa / blender_mmd_tools

MMD Tools is a blender addon for importing/exporting Models and Motions of MikuMikuDance.
GNU General Public License v3.0
1.91k stars 91 forks source link

Traceback error when exporting model #125

Closed hasukidawg closed 6 months ago

hasukidawg commented 6 months ago

so, i was able to export models before i fromatted my pc, but now after installing the script again it gives me a "traceback" error, and doesn't export anything. i attached the meshes to the master bone created using the tool but no matter what i do i can't export anything, am i doing something wrong? i'm using the newest script release with Blender 3.6

here's the log containing the error:

image

UuuNyaa commented 6 months ago

This problem occurs if the model does not have an armature object or a rigid body group object. Does the model have these objects as children of the model root object?

hasukidawg commented 6 months ago

This problem occurs if the model does not have an armature object or a rigid body group object. Does the model have these objects as children of the model root object?

yes, i tried to export a ripped model just now and the same error pops up. i was able to export models successfully not so long ago by just selecting the armature, using the "convert model" option in the MMD tab and then exporting it.

image ^ i successfully exported this model to MMD with converted armature and everything some weeks ago but now the same model won't export after reinstalling the tool

UuuNyaa commented 6 months ago

The previous release has this issue, so we have made a fixed release v2.10.2. Please test it if you have the time.

hasukidawg commented 6 months ago

The previous release has this issue, so we have made a fixed release v2.10.2. Please test it if you have the time.

image worked! thank you for taking your time to troubleshoot this problem :)

UuuNyaa commented 6 months ago

Thank you for testing.