animate1978 / MB-Lab

MB-Lab is a character creation tool for Blender 4.0 and above, based off ManuelBastioniLAB
Other
1.76k stars 308 forks source link

Fix Broken Finalization #361

Closed TheRealSmile closed 2 years ago

TheRealSmile commented 2 years ago

To start, sorry for incorrect or poor formatting, I don't use GitHub for anything other than downloading programs.

My error is the result of Me attempting the fix in "Can't Finaliziation ! #297" as I had the exact same error as the one who made the request. After renaming what I believe to be the directory (the folder that was titled MB-Lab-fix-2.90-finalize) to MB-Lab. After following those steps, the error changed to the one quoted below.

Also, this is only happening when I am trying to enable the addon.

Traceback (most recent call last): File"C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line351, in enable mod=import(modulename) File:"C:\Users\NAME\AppData\Roaming\Blender Foundation\Blender\2.93\Scripts\addons\MB-Lab_init.py", line 775, in items=fil_ops.get_root_directories(), AttributeError: module 'MB-Lab.file_ops' has no attribute 'get_root_directories'

Upliner commented 2 years ago

It seems your version is broken. Just install MB-Lab 1.7.8.5 Finalization issue is fixed there.

TheRealSmile commented 2 years ago

Thank you very much, it works now!