diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-09-13 06:42:33 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-09-13 06:42:33 -0400 | 
| commit | 0ed6b643d3632d5b1672aaf39f9da0b9113331c5 (patch) | |
| tree | 78a2fced4573b71f248a7e88acac7b98b92e63ae | |
| parent | a11538e034024efe2c6ebde2cbd2a211b55c9335 (diff) | |
SL-455 - avatar_lad.xml small fixes for asymmetry bugs
| -rw-r--r-- | indra/newview/character/avatar_lad.xml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/indra/newview/character/avatar_lad.xml b/indra/newview/character/avatar_lad.xml index e567ef4ceb..90f06746c9 100644 --- a/indra/newview/character/avatar_lad.xml +++ b/indra/newview/character/avatar_lad.xml @@ -2282,7 +2282,7 @@          <bone           name   = "mFaceNoseRight"  		 scale  = "0 0 0" -		 offset = "-0.001 -0.013 0" />		  +		 offset = "0.001 -0.013 0" />		         </param_skeleton>      </param> @@ -2482,17 +2482,17 @@          <bone           name   = "mFaceLipUpperCenter" -		 scale  = "0.2 0.00 -0.3" +		 scale  = "0.2 0.00 -0.6"  		 offset = "-0.015 0.00 -0.005" />          <bone           name   = "mFaceLipUpperRight" -		 scale  = "0.2 0.00 -0.3" +		 scale  = "0.2 0.00 -0.6"  		 offset = "-0.012 0.00 -0.005" />          <bone           name   = "mFaceLipCornerRight" -		 scale  = "0.2 0.00 -0.3" +		 scale  = "0.2 0.00 -0.6"  		 offset = "-0.01 0.00 0.0" />  	    <bone @@ -3871,7 +3871,7 @@  		<bone  		 name="mFaceForeheadLeft" -		 scale="0.0 -0.8 0.0" +		 scale="0.0 -1.0 0.0"  		 offset="0.0 -0.01 -0.01" />  		 <bone | 
