Fix Issue 1344: Weird mesh distorted bug

Animations require consistent names for points like Avatar Center between viewers
To fix this, we now use Avatar Center instead of Root at the lower levels,
but this is okay, we translate Avatar Center into Root at UI level!
This commit is contained in:
Inusaito Sayori
2014-01-25 09:44:42 -05:00
committed by Latif Khalifa
parent 838266d710
commit d1cfe54bd9
5 changed files with 15 additions and 15 deletions

View File

@@ -1955,7 +1955,7 @@ Where tag = tag string to match. Removes bot's matching the tag.
<string name="Left Pec">Linke Brust</string>
<string name="Right Pec">Rechts</string>
<string name="Neck">Hals</string>
<string name="Root">Basis</string>
<string name="Avatar Center">Basis</string>
<string name="Invalid Attachment">Ungültige Stelle für Anhang</string>
<!-- HUD Position -->

View File

@@ -3231,7 +3231,7 @@ The
<string name="Left Pec">Left Pec</string>
<string name="Right Pec">Right Pec</string>
<string name="Neck">Neck</string>
<string name="Root">Root</string>
<string name="Avatar Center">Root</string>
<string name="Invalid Attachment">Invalid Attachment Point</string>
<!-- Account types, see LLAvatarPropertiesProcessor -->

View File

@@ -3746,7 +3746,7 @@ Where tag = tag string to match. Removes bot's matching the tag.
<string name="Left Pec">Pectoral Izquierdo</string>
<string name="Right Pec">Pectoral Derecho</string>
<string name="Neck">Cuello</string>
<string name="Root">Base</string>
<string name="Avatar Center">Base</string>
<string name="Invalid Attachment">Punto de anexión inválido</string>
<!-- Account types, see LLAvatarPropertiesProcessor -->