blob: b2d03a5d0414918b6d96366259fc57325224e3a8 (
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
can_resize="false"
show_title="false"
can_minimize="false"
can_close="false"
header_height="10"
bg_opaque_image="Window_NoTitle_Foreground"
bg_alpha_image="Window_NoTitle_Background"
height="207"
layout="topleft"
name="bulk_upload"
width="430">
<layout_stack
follows="all"
height="203"
layout="topleft"
left="8"
animate="false"
top="1"
orientation="vertical"
name="maint_layout"
width="421">
<layout_panel
follows="all"
height="27"
layout="topleft"
auto_resize="false"
visible="true"
name="count_panel">
<text
follows="left|top"
layout="topleft"
top="6"
left="20"
name="number_of_items"
height="20"
wrap="true">
Number of items to upload: [COUNT]
</text>
</layout_panel>
<layout_panel
follows="all"
height="37"
layout="topleft"
auto_resize="false"
visible="true"
name="warning_panel">
<text
name="textures_2k_warning"
follows="left|top"
layout="topleft"
top="6"
left="20"
height="30"
right="-20"
wrap="true">
By default, one or more selected textures will be scaled to 2048px.
</text>
</layout_panel>
<layout_panel
follows="all"
height="23"
layout="topleft"
auto_resize="false"
visible="true"
name="checkbox_panel">
<check_box
height="16"
left="20"
label="Scale textures to a maximum of 1024px"
layout="topleft"
name="upload_2k" />
</layout_panel>
<layout_panel
follows="all"
height="27"
layout="topleft"
auto_resize="false"
visible="true"
name="cost_panel">
<text
name="upload_cost"
follows="left|top"
layout="topleft"
font.style="BOLD"
top="6"
left="20"
height="20"
wrap="true">
Upload cost: L$[COST]
</text>
</layout_panel>
<layout_panel
follows="all"
height="29"
layout="topleft"
auto_resize="false"
visible="true"
name="buttoms_panel">
<button
follows="bottom|left|right"
height="23"
label="Upload"
layout="topleft"
mouse_opaque="false"
name="upload_btn"
top="1"
left="84"
width="120" />
<button
follows="bottom|left|right"
height="23"
label="Cancel"
layout="topleft"
left_pad="12"
top_delta="0"
mouse_opaque="false"
name="cancel_btn"
width="120" />
</layout_panel>
<layout_panel
follows="all"
height="40"
layout="topleft"
auto_resize="false"
visible="true"
name="link_panel">
<text
follows="left|top"
layout="topleft"
top="6"
left="20"
name="new_folder_textbox"
height="39"
parse_urls="true"
skip_link_underline="true"
wrap="true">
How textures are scaled during upload:
https://wiki.secondlife.com/wiki/Limits#All_Viewers
</text>
</layout_panel>
</layout_stack>
</floater>
|