27 lines
577 B
Python
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"
|
|
}
|
|
] |