blob: a6a401f43ec106167785b48a862b31d3a736e20a (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
default_tab_group="1"
height="891"
width="256"
min_height="500"
min_width="256"
layout="topleft"
name="material editor"
help_topic="material_editor"
title="[MATERIAL_NAME]">
<string name="no_upload_fee_string">no upload fee</string>
<string name="upload_fee_string">L$[FEE] upload fee</string>
<string name="material_selection_title">Material selection</string>
<string name="material_selection_text">Select material:</string>
<string name="material_batch_import_text">--- Bulk Upload All ---</string>
<string name="material_override_title">Editing Material</string>
<scroll_container
name="materials_scroll"
top="18"
left="4"
height="768"
width="250"
follows="all"
layout="topleft"
color="DkGray2"
opaque="true"
tab_stop="true"
reserve_scroll_corner="false">
<panel
name="panel_material"
filename="panel_gltf_material.xml"
layout="topleft"
follows="left|top|right"
border="false"
top="0"
left="0"
height="768"
width="236" />
</scroll_container>
<panel
follows="right|bottom"
width="246"
height="97"
layout="bottomright"
top_pad="0"
left="5"
name="button_panel"
>
<text
type="string"
name="unsaved_changes"
font.style="BOLD"
text_color="DrYellow"
length="1"
follows="left|top"
height="10"
width="200"
layout="topleft"
left="10"
top="0"
>
Unsaved changes
</text>
<button
follows="left|top"
height="25"
label="Save"
enabled="false"
layout="topleft"
name="save"
top_pad="7"
left="0"
width="120" />
<button
follows="left|top"
height="25"
label="Save As..."
enabled="false"
layout="topleft"
name="save_as"
top_delta="0"
left_pad="6"
width="120" />
<text
type="string"
font.style="BOLD"
length="1"
follows="left|top"
height="10"
width="220"
layout="topleft"
left="10"
top_pad="5"
name="total_upload_fee"
>
Total upload fee: L$ [FEE]
</text>
<view_border
bevel_style="none"
height="0"
layout="topleft"
left="0"
name="button_border"
top_pad="7"
width="246"/>
<button
follows="left|top"
height="25"
label="Cancel"
layout="topleft"
name="cancel"
top_pad="7"
left="61"
width="121" />
</panel>
</floater>
|