Start of MMD Tools
- The idea is to have several buttons which kinda mimic what Cats used to do. - These are very basic, don't work very well, will improve before Alpha 1.
This commit is contained in:
@@ -166,3 +166,79 @@ resonite_translations = {
|
||||
'thumb_2_r': "thumb2.R",
|
||||
'thumb_3_r': "thumb3.R"
|
||||
}
|
||||
|
||||
mmd_bone_renames = {
|
||||
# Core body
|
||||
"センター": "Center",
|
||||
"グルーブ": "Groove",
|
||||
"腰": "Waist",
|
||||
"上半身": "Upper Body",
|
||||
"上半身2": "Upper Body 2",
|
||||
"下半身": "Lower Body",
|
||||
|
||||
# Head
|
||||
"首": "Neck",
|
||||
"頭": "Head",
|
||||
"両目": "Eyes",
|
||||
"左目": "Eye_L",
|
||||
"右目": "Eye_R",
|
||||
|
||||
# Arms
|
||||
"左肩": "Shoulder_L",
|
||||
"左腕": "Arm_L",
|
||||
"左ひじ": "Elbow_L",
|
||||
"左手首": "Wrist_L",
|
||||
"右肩": "Shoulder_R",
|
||||
"右腕": "Arm_R",
|
||||
"右ひじ": "Elbow_R",
|
||||
"右手首": "Wrist_R",
|
||||
|
||||
# Fingers
|
||||
"左親指1": "Thumb1_L",
|
||||
"左親指2": "Thumb2_L",
|
||||
"左人指1": "Index1_L",
|
||||
"左人指2": "Index2_L",
|
||||
"左人指3": "Index3_L",
|
||||
"左中指1": "Middle1_L",
|
||||
"左中指2": "Middle2_L",
|
||||
"左中指3": "Middle3_L",
|
||||
"左薬指1": "Ring1_L",
|
||||
"左薬指2": "Ring2_L",
|
||||
"左薬指3": "Ring3_L",
|
||||
"左小指1": "Pinky1_L",
|
||||
"左小指2": "Pinky2_L",
|
||||
"左小指3": "Pinky3_L",
|
||||
|
||||
"右親指1": "Thumb1_R",
|
||||
"右親指2": "Thumb2_R",
|
||||
"右人指1": "Index1_R",
|
||||
"右人指2": "Index2_R",
|
||||
"右人指3": "Index3_R",
|
||||
"右中指1": "Middle1_R",
|
||||
"右中指2": "Middle2_R",
|
||||
"右中指3": "Middle3_R",
|
||||
"右薬指1": "Ring1_R",
|
||||
"右薬指2": "Ring2_R",
|
||||
"右薬指3": "Ring3_R",
|
||||
"右小指1": "Pinky1_R",
|
||||
"右小指2": "Pinky2_R",
|
||||
"右小指3": "Pinky3_R",
|
||||
|
||||
# Legs
|
||||
"左足": "Leg_L",
|
||||
"左ひざ": "Knee_L",
|
||||
"左足首": "Ankle_L",
|
||||
"右足": "Leg_R",
|
||||
"右ひざ": "Knee_R",
|
||||
"右足首": "Ankle_R",
|
||||
|
||||
# Toes
|
||||
"左つま先": "Toe_L",
|
||||
"右つま先": "Toe_R",
|
||||
|
||||
# IK bones
|
||||
"左足IK": "Leg_IK_L",
|
||||
"右足IK": "Leg_IK_R",
|
||||
"左つま先IK": "Toe_IK_L",
|
||||
"右つま先IK": "Toe_IK_R"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user