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,19 @@
# Positioning of Ctrl Bones for Hand and Foot
ctrl_ik_data = [
{
"bone_name": "hand_l",
"ctrl_controller": "ctrl_ik_hand_l"
},
{
"bone_name": "hand_r",
"ctrl_controller": "ctrl_ik_hand_r"
},
{
"bone_name": "feet_l",
"ctrl_controller": "ctrl_ik_foot_l"
},
{
"bone_name": "feet_r",
"ctrl_controller": "ctrl_ik_foot_r"
}
]