You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
When converting an MMD armature to HiFi, the plugins finishes most of the work but throws an error:
Python: Traceback (most recent call last):
File "/home/motofckr9k/.config/blender/2.91/scripts/addons/metaverse_tools/ui/modules/hifi.py", line 105, in execute
mmd.convert_mmd_avatar_hifi()
File "/home/motofckr9k/.config/blender/2.91/scripts/addons/metaverse_tools/utils/bones/mmd.py", line 469, in convert_mmd_avatar_hifi
convert_bones(Translator, obj)
File "/home/motofckr9k/.config/blender/2.91/scripts/addons/metaverse_tools/utils/bones/mmd.py", line 316, in convert_bones
clean_up_bones(obj)
File "/home/motofckr9k/.config/blender/2.91/scripts/addons/metaverse_tools/utils/bones/mmd.py", line 294, in clean_up_bones
spine.select_set(state=True)
AttributeError: 'EditBone' object has no attribute 'select_set'
location: <unknown location>:-1
When converting an MMD armature to HiFi, the plugins finishes most of the work but throws an error: