diff options
author | Nyx Linden <nyx@lindenlab.com> | 2014-04-01 16:54:07 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2014-04-01 16:54:07 -0400 |
commit | 09fa98656247fdc7f0f1c6b9da891f8cbb7cb20f (patch) | |
tree | 94844e8666b4ae61f79fc45db11bb713dbd40f47 | |
parent | d0a41a171628c668481e74e4507a3f64e8cb14c0 (diff) |
BUG-5537 FIX reverting breaking changes to pectorals and belly.
Fitted mesh introduced a couple of changes to the avatar_lad.xml file
that cause the avatar definition to change in ways that are not backwards-
compatible. Reverted the change in the range of pectoral size for male
avatars, and the change in the position of the belly morph position
(the later being a copy/paste error).
-rwxr-xr-x | indra/newview/character/avatar_lad.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/character/avatar_lad.xml b/indra/newview/character/avatar_lad.xml index 5268498d56..6de5b18c3c 100755 --- a/indra/newview/character/avatar_lad.xml +++ b/indra/newview/character/avatar_lad.xml @@ -3825,7 +3825,7 @@ <volume_morph name="BELLY" scale="0.075 0.04 0.03" - pos="0.07 0 -0.02"/> + pos="0.07 0 -0.07"/> <volume_morph name="PELVIS" scale="0.075 0.04 0.03" @@ -4269,7 +4269,7 @@ label_min="Big Pectorals" label_max="Sunken Chest" value_default="0" - value_min="-1.0" + value_min="-0.5" value_max="1.1" camera_elevation=".3" camera_distance="1.2"> |