diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/de/floater_avatar_textures.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/de/floater_avatar_textures.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/de/floater_avatar_textures.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/de/floater_avatar_textures.xml b/linden/indra/newview/skins/xui/de/floater_avatar_textures.xml new file mode 100644 index 0000000..c8ca490 --- /dev/null +++ b/linden/indra/newview/skins/xui/de/floater_avatar_textures.xml | |||
@@ -0,0 +1,30 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="avatar_texture_debug" title="Avatar Textures"> | ||
3 | <text name=""> | ||
4 | Baked Textures | ||
5 | </text> | ||
6 | <text name=""> | ||
7 | Composite Textures | ||
8 | </text> | ||
9 | <texture_picker label="Kopf" name="baked_head" /> | ||
10 | <texture_picker label="Makeup" name="head_bodypaint" /> | ||
11 | <texture_picker label="Haar" name="hair" /> | ||
12 | <button label="Dump" label_selected="Dump" name="Dump" /> | ||
13 | <texture_picker label="Augen" name="baked_eyes" /> | ||
14 | <texture_picker label="Eye" name="eye_texture" /> | ||
15 | <texture_picker label="Upper Body" name="baked_upper_body" /> | ||
16 | <texture_picker label="Upper Body Tattoo" name="upper_bodypaint" /> | ||
17 | <texture_picker label="Unterhemd" name="undershirt" /> | ||
18 | <texture_picker label="Handschuhe" name="gloves" /> | ||
19 | <texture_picker label="Hemd" name="shirt" /> | ||
20 | <texture_picker label="Upper Jacket" name="upper_jacket" /> | ||
21 | <texture_picker label="Lower Body" name="baked_lower_body" /> | ||
22 | <texture_picker label="Lower Body Tattoo" name="lower_bodypaint" /> | ||
23 | <texture_picker label="Unterhose" name="underpants" /> | ||
24 | <texture_picker label="Socken" name="socks" /> | ||
25 | <texture_picker label="Schuhe" name="shoes" /> | ||
26 | <texture_picker label="Hose" name="pants" /> | ||
27 | <texture_picker label="Jacke" name="jacket" /> | ||
28 | <texture_picker label="Rock" name="baked_skirt" /> | ||
29 | <texture_picker label="Rock" name="skirt_texture" /> | ||
30 | </floater> | ||