diff options
| -rw-r--r-- | indra/newview/character/avatar_lad.xml | 12 | 
1 files changed, 9 insertions, 3 deletions
| diff --git a/indra/newview/character/avatar_lad.xml b/indra/newview/character/avatar_lad.xml index ae89eb4413..448e20b382 100644 --- a/indra/newview/character/avatar_lad.xml +++ b/indra/newview/character/avatar_lad.xml @@ -5608,9 +5608,7 @@    <layer_set      body_region="head"      width="512" -    height="512" -  clear_alpha="false" -    alpha_tga_file="head_alpha.tga"> +    height="512">      <layer         name="head bump base"         fixed_color = "128,128,128,255" @@ -6609,6 +6607,13 @@ render_pass="bump">         local_texture="head_bodypaint" />      </layer>      <layer +	name="eyelash alpha" +	visibility_mask="TRUE"> +       <texture +	   tga_file="head_alpha.tga" +	   file_is_mask="TRUE" /> +    </layer> +    <layer         name="head alpha"         visibility_mask="TRUE">        <texture @@ -6620,6 +6625,7 @@ render_pass="bump">           local_texture="head_tattoo" />      </layer> +    </layer_set>    <!-- =========================================================== --> | 
