more fixes

This commit is contained in:
2026-08-04 11:13:09 +08:00
parent bb3bf11914
commit 4f1d76227e
25 changed files with 157 additions and 29 deletions
@@ -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"
}
]