When exporting a Koikatsu model into pmx, then importing it to blender. When i watn to integrate the rigify rig to the mmd armature i have this error call :
Python: Traceback (most recent call last):
File "C:\Users\OneGraves\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\mmd_uuunyaa_tools\editors\operators.py", line 227, in execute
rigify_armature_object.imitate_mmd_bone_structure(mmd_armature_object)
File "C:\Users\OneGraves\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\mmd_uuunyaa_tools\editors\armatures.py", line 1967, in imitate_mmd_bone_structure
eye_height_translation_vector = Vector([0.0, 0.0, mmd_edit_bones['左目'].head[2] - rig_edit_bones['ORG-eye.L'].head[2]])
KeyError: '左目'
location: :-1
When exporting a Koikatsu model into pmx, then importing it to blender. When i watn to integrate the rigify rig to the mmd armature i have this error call :
Python: Traceback (most recent call last):
File "C:\Users\OneGraves\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\mmd_uuunyaa_tools\editors\operators.py", line 227, in execute
rigify_armature_object.imitate_mmd_bone_structure(mmd_armature_object)
File "C:\Users\OneGraves\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\mmd_uuunyaa_tools\editors\armatures.py", line 1967, in imitate_mmd_bone_structure
eye_height_translation_vector = Vector([0.0, 0.0, mmd_edit_bones['左目'].head[2] - rig_edit_bones['ORG-eye.L'].head[2]])
KeyError: '左目'
location: :-1