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

Error at exporting pmx file #60

Open Meteor775 opened 7 years ago

Meteor775 commented 7 years ago

Hello, I have a problem when exporting pmx file in fresh blender v2.78. Here is the error message:

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender\2.78\scripts\addons\mmd_tools\operators\fileio.py", line 192, int execute rig = mmd_model.Model(root) File "C:\Program Files\Blender Foundation\Blender\2.78\scripts\addons\mmd_tools\core\model.py", line 60, in init if root_obj.mmd != 'ROOT': AttributeError: 'NoneType' object has no attribute 'mmd_type'

location: : -1

Hogarth-MMD commented 7 years ago

@powroupi is the current developer of mmd_tools. You can find lots of great bug fixes and additional features in the version of mmd_tools by @powroupi: https://github.com/powroupi/blender_mmd_tools/archive/dev_test.zip https://github.com/powroupi/blender_mmd_tools https://github.com/powroupi/blender_mmd_tools/issues

Olindias13 commented 6 years ago

I'm having this same problem :(

Hogarth-MMD commented 6 years ago

The original version of mmd_tools by sugiany is no longer being developed by sugiany. You need to try the powroupi fork of mmd_tools, which has many bug fixes and additional features.