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
@@ -148,5 +148,25 @@ bones_data = [
"bone_name": "feet_r",
"head_helper": "heel_r",
"tail_helper": "foot_r"
},
{
"bone_name": "mouth_01_l",
"head_helper": "mouth_01_l",
"tail_helper": "mouth_02_l"
},
{
"bone_name": "mouth_02_l",
"head_helper": "mouth_02_l",
"tail_helper": "mouth_tip"
},
{
"bone_name": "mouth_01_r",
"head_helper": "mouth_01_r",
"tail_helper": "mouth_02_r"
},
{
"bone_name": "mouth_02_r",
"head_helper": "mouth_02_r",
"tail_helper": "mouth_tip"
}
]