PageRenderTime 37ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 50 lines | 50 code | 0 blank | 0 comment | 0 complexity | 7c69b878d3696c4ded8fd8de8b5fbd98 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="avatar_texture_debug" title="????">
  3. <floater.string name="InvalidAvatar">
  4. INVALID AVATAR
  5. </floater.string>
  6. <scroll_container name="profile_scroll">
  7. <panel name="scroll_content_panel">
  8. <text name="label">
  9. Baked
  10. Textures
  11. </text>
  12. <text name="composite_label">
  13. Composite
  14. Textures
  15. </text>
  16. <button label="Dump IDs to Console" label_selected="Dump" name="Dump"/>
  17. <panel name="scroll_content_panel">
  18. <texture_picker label="??" name="hair-baked"/>
  19. <texture_picker label="??" name="hair_grain"/>
  20. <texture_picker label="?????" name="hair_alpha"/>
  21. <texture_picker label="??" name="head-baked"/>
  22. <texture_picker label="??" name="head_bodypaint"/>
  23. <texture_picker label="?????" name="head_alpha"/>
  24. <texture_picker label="????" name="head_tattoo"/>
  25. <texture_picker label="??" name="eyes-baked"/>
  26. <texture_picker label="??" name="eyes_iris"/>
  27. <texture_picker label="?????" name="eyes_alpha"/>
  28. <texture_picker label="??????" name="upper-baked"/>
  29. <texture_picker label="???????" name="upper_bodypaint"/>
  30. <texture_picker label="??" name="upper_undershirt"/>
  31. <texture_picker label="??" name="upper_gloves"/>
  32. <texture_picker label="??" name="upper_shirt"/>
  33. <texture_picker label="?????" name="upper_jacket"/>
  34. <texture_picker label="??????" name="upper_alpha"/>
  35. <texture_picker label="?????" name="upper_tattoo"/>
  36. <texture_picker label="???" name="lower-baked"/>
  37. <texture_picker label="???????" name="lower_bodypaint"/>
  38. <texture_picker label="??" name="lower_underpants"/>
  39. <texture_picker label="??" name="lower_socks"/>
  40. <texture_picker label="??" name="lower_shoes"/>
  41. <texture_picker label="??" name="lower_pants"/>
  42. <texture_picker label="??" name="lower_jacket"/>
  43. <texture_picker label="??????" name="lower_alpha"/>
  44. <texture_picker label="?????" name="lower_tattoo"/>
  45. <texture_picker label="??" name="skirt-baked"/>
  46. <texture_picker label="??" name="skirt"/>
  47. </panel>
  48. </panel>
  49. </scroll_container>
  50. </floater>