Files
Mabulig-Rigger/addon dev/mabulig-rigger/bones_ik_struct.py
T
2026-08-04 11:13:09 +08:00

27 lines
577 B
Python

# Position of Ctrl bone when Armature Adjust
bones_ik_data = [
{
"bone_name": "ctrl_ik_arm_target_l",
"pos_helper": "elbow_l"
},
{
"bone_name": "ctrl_ik_arm_target_r",
"pos_helper": "elbow_r"
},
{
"bone_name": "ctrl_ik_hand_l",
"pos_helper": "wrist_l"
},
{
"bone_name": "ctrl_ik_hand_r",
"pos_helper": "wrist_r"
},
{
"bone_name": "ctrl_ik_foot_l",
"pos_helper": "heel_l"
},
{
"bone_name": "ctrl_ik_foot_r",
"pos_helper": "heel_r"
}
]