more fixes
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user