FIRE-30873: Update enabled buttons, add tongue base/tip
parent
5a2133455b
commit
e50f230f76
|
|
@ -170,6 +170,7 @@ public:
|
|||
{"mFaceCheekUpperLeft", "mFaceCheekUpperRight", FACE}, {"mFaceCheekLowerLeft", "mFaceCheekLowerRight", FACE}, {"mFaceCheekUpperRight", "mFaceCheekUpperLeft", FACE, true}, {"mFaceCheekLowerRight", "mFaceCheekLowerLeft", FACE, true},
|
||||
{"mFaceLipUpperLeft", "mFaceLipUpperRight", FACE}, {"mFaceLipUpperCenter", "", FACE}, {"mFaceLipUpperRight", "mFaceLipUpperLeft", FACE, true},
|
||||
{"mFaceLipCornerLeft", "mFaceLipCornerRight", FACE}, {"mFaceLipCornerRight", "mFaceLipCornerLeft", FACE, true},
|
||||
{"mFaceTongueBase", "", FACE}, {"mFaceTongueTip", "", FACE, true},
|
||||
{"mFaceLipLowerLeft", "mFaceLipLowerRight", FACE}, {"mFaceLipLowerCenter", "", FACE}, {"mFaceLipLowerRight", "mFaceLipLowerLeft", FACE, true},
|
||||
{"mFaceJaw", "", FACE},
|
||||
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ width="565">
|
|||
<string name="title_mHandThumb1Left" translate="false">Thumb Base</string>
|
||||
<string name="title_mHandThumb2Left" translate="false">Thumb Mid</string>
|
||||
<string name="title_mHandThumb3Left" translate="false">Thumb Tip</string>
|
||||
<string name="title_mCollarRight" translate="false">Collar Bone</string>
|
||||
<string name="title_mCollarRight" translate="false">Collar</string>
|
||||
<string name="title_mShoulderRight" translate="false">Whole Arm</string>
|
||||
<string name="title_mElbowRight" translate="false">Forearm</string>
|
||||
<string name="title_mWristRight" translate="false">Wrist</string>
|
||||
|
|
@ -862,6 +862,7 @@ width="565">
|
|||
height="21"
|
||||
follows="top|left"
|
||||
layout="topleft"
|
||||
enabled="false"
|
||||
label=""
|
||||
image_overlay="Inv_Physics"
|
||||
image_unselected="Toolbar_Middle_Off"
|
||||
|
|
@ -877,6 +878,7 @@ width="565">
|
|||
height="21"
|
||||
follows="top|left"
|
||||
layout="topleft"
|
||||
enabled="false"
|
||||
label=""
|
||||
image_overlay="Sync_Progress_1"
|
||||
image_unselected="Toolbar_Middle_Off"
|
||||
|
|
@ -892,7 +894,7 @@ width="565">
|
|||
follows="left|top"
|
||||
height="21"
|
||||
layout="topleft"
|
||||
enabled="true"
|
||||
enabled="false"
|
||||
label="Recap"
|
||||
image_hover_unselected="Toolbar_Middle_Over"
|
||||
image_selected="Toolbar_Middle_Selected"
|
||||
|
|
@ -909,7 +911,7 @@ width="565">
|
|||
follows="left|top"
|
||||
height="21"
|
||||
layout="topleft"
|
||||
enabled="true"
|
||||
enabled="false"
|
||||
label="Part(s) On/Off"
|
||||
image_hover_unselected="Toolbar_Middle_Over"
|
||||
image_selected="Toolbar_Middle_Selected"
|
||||
|
|
|
|||
Loading…
Reference in New Issue