diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-05-04 08:28:49 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-05-04 08:28:49 -0400 | 
| commit | 421f7ea0bd54d58d3e68de96fc4e722f3ed1c049 (patch) | |
| tree | 1651c4a522777769bd991f4d3347e6300fbfaaee | |
| parent | 24e1a20609de80e69e478d98d36a9c8ee020cccf (diff) | |
MAINT-1211 - fix for female torso muscles slider (via Adeon Writer)
| -rwxr-xr-x | indra/newview/character/avatar_lad.xml | 48 | 
1 files changed, 46 insertions, 2 deletions
diff --git a/indra/newview/character/avatar_lad.xml b/indra/newview/character/avatar_lad.xml index 261d495af9..ba6ccbc30a 100755 --- a/indra/newview/character/avatar_lad.xml +++ b/indra/newview/character/avatar_lad.xml @@ -6528,7 +6528,51 @@       group="1"       name="Muscular_Torso"       label="Torso Muscles" -   show_simple="true" +   sex="male" +     show_simple="true" +     wearable="shape" +     edit_group="shape_torso" +     label_min="Regular" +     label_max="Muscular" +     value_min="0" +     value_max="1.4" +     camera_elevation=".3" +     camera_distance="1.2"> +      <param_morph> +        <volume_morph +          name="L_CLAVICLE" +          scale="0.02 0.0 0.005" +          pos="0.0 0 0.005"/> +        <volume_morph +          name="L_UPPER_ARM" +          scale="0.015 0.0 0.005" +          pos="0.015 0 0"/> +        <volume_morph +          name="L_LOWER_ARM" +          scale="0.005 0.0 0.005" +          pos="0.005 0 0"/> +        <volume_morph +          name="R_CLAVICLE" +          scale="0.02 0.0 0.005" +          pos="0.0 0 0.005"/> +        <volume_morph +          name="R_UPPER_ARM" +          scale="0.015 0.0 0.005" +          pos="0.015 0 0"/> +        <volume_morph +          name="R_LOWER_ARM" +          scale="0.005 0.0 0.005" +          pos="0.005 0 0"/> +      </param_morph> +    </param> + +    <param +        id="107" +        group="1" +        name="Muscular_Torso" +        label="Torso Muscles" +        sex="female" +        show_simple="true"       wearable="shape"       edit_group="shape_torso"       label_min="Regular" @@ -14135,7 +14179,7 @@ render_pass="bump">           min2=".5" />          <driven -         id="106" +         id="107"           min1=".5"           max1="1"           max2="1"  | 
