blob: aa3500bac2914989453ceaffe0c25032186a0014 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="false"
height="600"
layout="topleft"
min_height="175"
min_width="500"
name="contents"
help_topic="contents"
title="Inventory Thumbnails Helper"
width="800">
<scroll_list
top="20"
height="350"
draw_stripes="true"
draw_heading="true"
follows="all"
layout="topleft"
left="8"
multi_select="true"
name="inventory_thumbnails_list"
right="-8"
tool_tip="Paste items from your inventory">
<scroll_list.columns
dynamic_width="true"
label="Inventory Item"
name="item_name"
relative_width="0.4" />
<scroll_list.columns
dynamic_width="true"
label="Existing Texture"
name="existing_texture"
relative_width="0.3" />
<scroll_list.columns
dynamic_width="true"
label="New Texture"
name="new_texture"
relative_width="0.3" />
</scroll_list>
<text_editor
top="375"
height="140"
follows="all"
left="8"
right="-8"
name="output_log"
font="Monospace"
text_color="0.1 0.5 0.1 1.0"
width="480">
</text_editor>
<button
follows="left|bottom"
height="20"
label="Paste items from Inventory"
layout="topleft"
left="10"
name="paste_items_btn"
bottom="-60"
width="235" />
<button
follows="left|bottom"
height="20"
label="Paste textures from Inventory"
layout="topleft"
left_delta="0"
name="paste_textures_btn"
top_delta="26 "
width="235" />
<button
follows="left|bottom"
height="20"
label="Write Thumbnails"
layout="topleft"
left_delta="0"
name="write_thumbnails_btn"
top_delta="26 "
width="235" />
<button
follows="left|bottom"
height="20"
label="Log items with no thumbnail"
layout="bottomleft"
right="-10"
name="log_missing_thumbnails_btn"
bottom="60"
width="235" />
<button
follows="left|bottom"
height="20"
label="Clear thumbnails from pasted items"
layout="bottomleft"
right="-10"
name="clear_thumbnails_btn"
top_delta="26"
width="235" />
</floater>
|