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

Add on wont install on Blender 2.93 or 2.92 #64

Closed CrossPadGaming closed 2 years ago

CrossPadGaming commented 2 years ago

This is the message I get when I try to install the Add on, I even downloaded the new version of Blender to install this.

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\leacr\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\mmd_uuunyaa_tools__init.py", line 60, in auto_load.init() File "C:\Users\leacr\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\leacr\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\leacr\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\leacr\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\leacr\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'

CrossPadGaming commented 2 years ago

anything I can do?

CrossPadGaming commented 2 years ago

I installed it but I got that warning when I tried to enable it.

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.

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

CrossPadGaming commented 2 years ago

thank you!