Merge pull request #195 from hanzcvr/feat/morebones

dictionaries: add mappings for upper legs and toes observed on Komado's Rusk
This commit is contained in:
Onan Chew
2025-10-13 00:22:02 -04:00
committed by GitHub
+6 -4
View File
@@ -788,7 +788,8 @@ non_standard_mappings = {
'left_leg': [ 'left_leg': [
'mixamorig:LeftUpLeg', 'mixamorig_LeftUpLeg', 'mixamorig:LeftUpLeg', 'mixamorig_LeftUpLeg',
'ORG-thigh.L', 'thigh.L', 'ORG-thigh.L', 'thigh.L',
'lThighBend', 'lThigh', 'UpperLeg.L' 'lThighBend', 'lThigh', 'UpperLeg.L',
'LeftUpperLeg'
], ],
'left_knee': [ 'left_knee': [
'mixamorig:LeftLeg', 'mixamorig_LeftLeg', 'mixamorig:LeftLeg', 'mixamorig_LeftLeg',
@@ -803,13 +804,14 @@ non_standard_mappings = {
'left_toe': [ 'left_toe': [
'mixamorig:LeftToeBase', 'mixamorig_LeftToeBase', 'mixamorig:LeftToeBase', 'mixamorig_LeftToeBase',
'ORG-toe.L', 'toe.L', 'ORG-toe.L', 'toe.L',
'lToe', 'Toes.L' 'lToe', 'Toes.L', 'LeftToeBase'
], ],
'right_leg': [ 'right_leg': [
'mixamorig:RightUpLeg', 'mixamorig_RightUpLeg', 'mixamorig:RightUpLeg', 'mixamorig_RightUpLeg',
'ORG-thigh.R', 'thigh.R', 'ORG-thigh.R', 'thigh.R',
'rThighBend', 'rThigh', 'UpperLeg.R' 'rThighBend', 'rThigh', 'UpperLeg.R',
'RightUpperLeg'
], ],
'right_knee': [ 'right_knee': [
'mixamorig:RightLeg', 'mixamorig_RightLeg', 'mixamorig:RightLeg', 'mixamorig_RightLeg',
@@ -824,7 +826,7 @@ non_standard_mappings = {
'right_toe': [ 'right_toe': [
'mixamorig:RightToeBase', 'mixamorig_RightToeBase', 'mixamorig:RightToeBase', 'mixamorig_RightToeBase',
'ORG-toe.R', 'toe.R', 'ORG-toe.R', 'toe.R',
'rToe', 'Toes.R' 'rToe', 'Toes.R', 'RightToeBase'
], ],
'thumb_1_l': [ 'thumb_1_l': [