UuuNyaa / blender_mmd_uuunyaa_tools

mmd_uuunyaa_tools is a blender addon for adjust scenes, models and materials in concert with mmd_tools
GNU General Public License v3.0
427 stars 27 forks source link

It can not active addon #55

Closed rlsl0422 closed 2 years ago

rlsl0422 commented 2 years ago

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import return _orig_import(name, globals, locals, fromlist, level) File "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\mmd_uuunyaa_tools__init.py", line 60, in auto_load.init() File "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\mmd_uuunyaa_tools\auto_load.py", line 25, in init modules = get_all_submodules(Path(file).parent) File "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\mmd_uuunyaa_tools\auto_load.py", line 53, in get_all_submodules return list(iter_submodules(directory, directory.name)) File "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\mmd_uuunyaa_tools\auto_load.py", line 57, in iter_submodules yield importlib.import_module("." + name, package_name) File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\importlib__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\mmd_uuunyaa_tools\converters\physics\cloth.py", line 15, in mmd_tools = import_mmd_tools() File "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\mmd_uuunyaa_tools\utilities.py", line 72, in import_mmd_tools return importlib.import_module('mmd_tools') File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\importlib\init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named 'mmd_tools'

UuuNyaa commented 2 years ago

If the error is reported when you try to use mmd_uuunyaa_tools features, you probably have not pre-installed mmd_tools. To fix this, follow the How to install MMD UuuNyaa Tools exactly to install. In particular, you meet the Requirements. https://github.com/UuuNyaa/blender_mmd_uuunyaa_tools/wiki#requirements

UuuNyaa commented 2 years ago

Same as #51

UuuNyaa commented 2 years ago

Since the same problem is often reported, I wrote an article: Why can't I use MMD UuuNyaa Tools?