/indra/newview/skins/default/xui/fr/floater_avatar_textures.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 48 lines · 48 code · 0 blank · 0 comment · 0 complexity · 29050f0be94f4225e3f7cd5e624024e0 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="avatar_texture_debug" title="TEXTURES DES AVATARS">
  3. <floater.string name="InvalidAvatar">
  4. AVATAR NON VALIDE
  5. </floater.string>
  6. <scroll_container name="profile_scroll">
  7. <panel name="scroll_content_panel">
  8. <text name="label">
  9. Textures figées
  10. </text>
  11. <text name="composite_label">
  12. Textures composites
  13. </text>
  14. <button label="Vider les ID dans la console" label_selected="Vider" name="Dump"/>
  15. <panel name="scroll_content_panel">
  16. <texture_picker label="Cheveux" name="hair-baked"/>
  17. <texture_picker label="Cheveux" name="hair_grain"/>
  18. <texture_picker label="Alpha cheveux" name="hair_alpha"/>
  19. <texture_picker label="Tęte" name="head-baked"/>
  20. <texture_picker label="Maquillage" name="head_bodypaint"/>
  21. <texture_picker label="Alpha tęte" name="head_alpha"/>
  22. <texture_picker label="Tatouage tęte" name="head_tattoo"/>
  23. <texture_picker label="Yeux" name="eyes-baked"/>
  24. <texture_picker label="Œil" name="eyes_iris"/>
  25. <texture_picker label="Alpha yeux" name="eyes_alpha"/>
  26. <texture_picker label="Haut du corps" name="upper-baked"/>
  27. <texture_picker label="Peinture sur corps (haut)" name="upper_bodypaint"/>
  28. <texture_picker label="Débardeur" name="upper_undershirt"/>
  29. <texture_picker label="Gants" name="upper_gloves"/>
  30. <texture_picker label="Chemise" name="upper_shirt"/>
  31. <texture_picker label="Veste (haut)" name="upper_jacket"/>
  32. <texture_picker label="Alpha haut" name="upper_alpha"/>
  33. <texture_picker label="Tatouage haut" name="upper_tattoo"/>
  34. <texture_picker label="Bas du corps" name="lower-baked"/>
  35. <texture_picker label="Peinture sur corps (bas)" name="lower_bodypaint"/>
  36. <texture_picker label="Caleçon" name="lower_underpants"/>
  37. <texture_picker label="Chaussettes" name="lower_socks"/>
  38. <texture_picker label="Chaussures" name="lower_shoes"/>
  39. <texture_picker label="Pantalon" name="lower_pants"/>
  40. <texture_picker label="Veste" name="lower_jacket"/>
  41. <texture_picker label="Alpha bas" name="lower_alpha"/>
  42. <texture_picker label="Tatouage bas" name="lower_tattoo"/>
  43. <texture_picker label="Jupe" name="skirt-baked"/>
  44. <texture_picker label="Jupe" name="skirt"/>
  45. </panel>
  46. </panel>
  47. </scroll_container>
  48. </floater>