animate1978 / MB-Lab

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

Looking for Humanoid Object bug #192

Closed animate1978 closed 4 years ago

animate1978 commented 4 years ago

Describe the bug After the refactor of algorithms.py, taking the file operations out and placing them into a new file_ops.py, have a new bug.

To Reproduce Steps to reproduce the behavior:

Error on startup. Error when loading finalized character

Expected behavior No bugs

Additional context

Logs Traceback (most recent call last): File "/home/farishta/.config/blender/2.81/scripts/addons/MB-Lab/__init__.py", line 170, in check_manuelbastionilab_session is_obj = file_ops.looking_for_humanoid_obj() File "/home/farishta/.config/blender/2.81/scripts/addons/MB-Lab/file_ops.py", line 310, in looking_for_humanoid_obj if "manuellab_vers" in get_object_keys(obj): NameError: name 'get_object_keys' is not defined