blob: 929bc31d9cbc46b1bc18c7eb18e93e9357a67437 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="avatar_texture_debug" title="Textures de l'avatar">
<text name="">
Baked Textures
</text>
<text name="">
Composite Textures
</text>
<text name="baked_label">
Textures fixées
</text>
<text name="composite_label">
Textures composées
</text>
<texture_picker label="Tête" name="baked_head" />
<texture_picker label="Maquillage" name="head_bodypaint" />
<texture_picker label="Cheveux" name="hair" />
<button label="Vider" label_selected="Vider" name="Dump" />
<texture_picker label="Yeux" name="baked_eyes" />
<texture_picker label="Œil" name="eye_texture" />
<texture_picker label="Haut du corps" name="baked_upper_body" />
<texture_picker label="Tatouage haut du corps" name="upper_bodypaint" />
<texture_picker label="Tricot" name="undershirt" />
<texture_picker label="Gants" name="gloves" />
<texture_picker label="Chemise" name="shirt" />
<texture_picker label="Veste (en haut)" name="upper_jacket" />
<texture_picker label="
Bas du corps
" name="baked_lower_body" />
<texture_picker label="Tatouage bas du corps" name="lower_bodypaint" />
<texture_picker label="Sous-vêtements" name="underpants" />
<texture_picker label="Chaussettes" name="socks" />
<texture_picker label="Chaussures" name="shoes" />
<texture_picker label="Pantalon" name="pants" />
<texture_picker label="Veste" name="jacket" />
<texture_picker label="Jupe" name="baked_skirt" />
<texture_picker label="Jupe" name="skirt_texture" />
</floater>
|