Skip to content

Commit

Permalink
Merge branch 'feature/human-avatar' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Apr 4, 2024
2 parents 501ddd4 + 407bc95 commit e0d315c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Editor/Scripts/Internal/AvatarUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,33 @@ internal class AvatarUtils
{ "rightFoot", "RightFoot" },
{ "rightToes", "RightToes" },
// { "toesR_end", "" },

// Meta Avatar
{"Hips_jnt", "Hips"},
{"SpineLower_jnt", "Spine"},
{"SpineMiddle_jnt", "Chest"},
{"Chest_jnt", "UpperChest"},
{"Neck_jnt", "Neck"},
{"Head_jnt", "Head"},
{"Jaw_jnt", "Jaw"},
{"LeftEye_jnt", "LeftEye"},
{"RightEye_jnt", "RightEye"},
{"LeftShoulder_jnt", "LeftShoulder"},
{"LeftArmUpper_jnt", "LeftUpperArm"},
{"LeftArmLower_jnt", "LeftLowerArm"},
{"LeftHandWrist_jnt", "LeftHand"},
{"RightShoulder_jnt", "RightShoulder"},
{"RightArmUpper_jnt", "RightUpperArm"},
{"RightArmLower_jnt", "RightLowerArm"},
{"RightHandWrist_jnt", "RightHand"},
{"LeftLegUpper_jnt", "LeftUpperLeg"},
{"LeftLegLower_jnt", "LeftLowerLeg"},
{"LeftFootBall_jnt", "LeftFoot"},
{"LeftFootToe_jnt", "LeftToes"},
{"RightLegUpper_jnt", "RightUpperLeg"},
{"RightLegLower_jnt", "RightLowerLeg"},
{"RightFootBall_jnt", "RightFoot"},
{"RightFootToe_jnt", "RightToes"}

};

Expand Down

0 comments on commit e0d315c

Please sign in to comment.