UuuNyaa / blender_mmd_tools

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

MMD Tool impossible install in Blender 3.6 #107

Closed Man-with-the-bread closed 5 months ago

Man-with-the-bread commented 1 year ago

I tried to install it in Blender 3.6 in the end it is installed but you can not enable it, when trying to enable this addon Blender complains about an error

The error itself will be attached below:

`Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\addon_utils.py", line 333, in enable mod = import(module_name) File "C:\Users\Seiwer\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\mmd_tools__init__.py", line 22, in auto_load.init() File "C:\Users\Seiwer\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\mmd_tools\auto_load.py", line 25, in init modules = get_all_submodules(Path(file).parent) File "C:\Users\Seiwer\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\mmd_tools\auto_load.py", line 53, in get_all_submodules return list(iter_submodules(directory, directory.name)) File "C:\Users\Seiwer\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\mmd_tools\auto_load.py", line 57, in iter_submodules yield importlib.import_module("." + name, package_name) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\importlib__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\Seiwer\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\mmd_tools\core\morph.py", line 7, in from mmd_tools.bpyutils import ObjectOp, SceneOp, TransformConstraintOp ImportError: cannot import name 'ObjectOp' from 'mmd_tools.bpyutils' (C:\Users\Seiwer\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\mmd_tools\bpyutils.py)

`

UuuNyaa commented 1 year ago

Does the installation fail even if you strictly follow the installation instructions at the following URL? https://mmd-blender.fandom.com/wiki/MMD_Tools#Installation