blender_mmd_tools
blender_mmd_tools copied to clipboard
Error at exporting pmx file
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
@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
I'm having this same problem :(
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.