blob: ce50cd5b7333494c36ea5729b547873fc4ac91b7 (
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="false" height="520" min_height="520" min_width="300"
name="Animation Preview" title="" width="300">
<pad height="12" />
<text follows="top|left" height="15" left="10" name="name_label">
Name:
</text>
<line_editor bottom_delta="-2" follows="top|left|right" height="19" left="45"
max_length="254" name="name_form" right="-10" />
<text bottom_delta="-22" follows="top|left" height="15" left="10"
name="description_label">
Description:
</text>
<line_editor bottom_delta="-2" follows="top|left|right" height="19" left="75"
max_length="254" name="description_form" right="-10" />
<pad height="7" />
<spinner follows="left|top" height="18" increment="1" initial_val="0" label="Priority"
label_width="50" left="10" max_val="4" min_val="0" name="priority"
tool_tip="Controls which other animations can be overridden by this animation."
width="90" />
<text bottom_delta="3" follows="top|left" height="15" left="110" name="preview_label">
Preview while
</text>
<combo_box bottom_delta="-2" follows="left|top" height="18" label="" left="185"
name="preview_base_anim" right="-10"
tool_tip="Use this to test your animation behavior while your avatar performs common actions.">
<combo_item name="Standing">
Standing
</combo_item>
<combo_item name="Walking">
Walking
</combo_item>
<combo_item name="Sitting">
Sitting
</combo_item>
<combo_item name="Flying">
Flying
</combo_item>
</combo_box>
<check_box bottom_delta="-23" follows="left|top" height="18" label="Loop" left="10"
name="loop_check" tool_tip="Makes this animation loop." />
<spinner bottom_delta="-2" follows="left|top" height="18" increment="1" initial_val="0"
label="In(%)" label_width="30" left="80" max_val="100" min_val="0"
name="loop_in_point"
tool_tip="Sets point in animation that looping returns to." width="90" />
<spinner bottom_delta="0" follows="left|top" height="18" increment="1" initial_val="0"
label="Out(%)" label_width="40" left="185" max_val="100" min_val="0"
name="loop_out_point" tool_tip="Sets point in animation that ends a loop." />
<text bottom_delta="-20" follows="top|left" height="15" left="10" name="hand_label">
Hand Pose
</text>
<combo_box bottom_delta="-2" follows="left|top" height="18" label="" left="70"
name="hand_pose_combo" right="190"
tool_tip="Controls what hands do during animation.">
<combo_item name="Spread" value="">
Spread
</combo_item>
<combo_item name="Relaxed" value="Hands_Relaxed">
Relaxed
</combo_item>
<combo_item name="PointBoth" value="Hands_Point">
Point Both
</combo_item>
<combo_item name="Fist" value="Hands_Fist">
Fist
</combo_item>
<combo_item name="RelaxedLeft" value="Hands_Relaxed_L">
Relaxed Left
</combo_item>
<combo_item name="PointLeft" value="Hands_Point_L">
Point Left
</combo_item>
<combo_item name="FistLeft" value="Hands_Fist_L">
Fist Left
</combo_item>
<combo_item name="RelaxedRight" value="Hands_Relaxed_R">
Relaxed Right
</combo_item>
<combo_item name="PointRight" value="Hands_Point_R">
Point Right
</combo_item>
<combo_item name="FistRight" value="Hands_Fist_R">
Fist Right
</combo_item>
<combo_item name="SaluteRight" value="Hands_Salute_R">
Salute Right
</combo_item>
<combo_item name="Typing" value="Hands_Typing">
Typing
</combo_item>
<combo_item name="PeaceRight" value="Hands_Peace_R">
Peace Right
</combo_item>
</combo_box>
<text bottom_delta="-22" follows="top|left" height="15" left="10" name="emote_label">
Expression
</text>
<combo_box bottom_delta="-2" follows="left|top" height="18" label="" left="70"
name="emote_combo" right="190"
tool_tip="Controls what face does during animation.">
<combo_item name="[None]">
[None]
</combo_item>
<combo_item name="Aaaaah">
Aaaaah
</combo_item>
<combo_item name="Afraid">
Afraid
</combo_item>
<combo_item name="Angry">
Angry
</combo_item>
<combo_item name="BigSmile">
Big Smile
</combo_item>
<combo_item name="Bored">
Bored
</combo_item>
<combo_item name="Cry">
Cry
</combo_item>
<combo_item name="Disdain">
Disdain
</combo_item>
<combo_item name="Embarrassed">
Embarrassed
</combo_item>
<combo_item name="Frown">
Frown
</combo_item>
<combo_item name="Kiss">
Kiss
</combo_item>
<combo_item name="Laugh">
Laugh
</combo_item>
<combo_item name="Plllppt">
Plllppt
</combo_item>
<combo_item name="Repulsed">
Repulsed
</combo_item>
<combo_item name="Sad">
Sad
</combo_item>
<combo_item name="Shrug">
Shrug
</combo_item>
<combo_item name="Smile">
Smile
</combo_item>
<combo_item name="Surprise">
Surprise
</combo_item>
<combo_item name="Wink">
Wink
</combo_item>
<combo_item name="Worry">
Worry
</combo_item>
</combo_box>
<spinner bottom_delta="-25" follows="left|top" height="18" increment="0.01"
initial_val="0" label="Ease In (sec)" label_width="65" left="10"
max_val="10" min_val="0" name="ease_in_time"
tool_tip="Amount of time (in seconds) over which animations blends in."
width="125" />
<spinner bottom_delta="0" follows="left|top" height="18" increment="0.01"
initial_val="0" label="Ease Out (sec)" label_width="75" left="150"
max_val="10" min_val="0" name="ease_out_time"
tool_tip="Amount of time (in seconds) over which animations blends out."
width="135" />
<button bottom="300" follows="top|right" height="28" label="" left="10" name="play_btn"
tool_tip="Play/pause your animation." width="28" />
<button bottom_delta="0" follows="top|right" height="28" label="" left_delta="32"
name="stop_btn" tool_tip="Stop animation playback" width="28" />
<slider bottom="305" follows="top|right" height="20" increment="0.0001" initial_val="0"
label="" label_width="0" left="80" max_val="1" min_val="0"
name="playback_slider" right="290" show_text="false" />
<text bottom="250" follows="top|left" left="10" name="bad_animation_text">
Unable to read animation file.
We recommend BVH files exported from Poser 4.
</text>
<button bottom="10" follows="bottom|right" height="20" label="Cancel" left="182"
name="cancel_btn" width="64" />
<button bottom="10" follows="bottom|left" height="20" label="Upload (L$[AMOUNT])"
left="31" name="ok_btn" width="110" />
</floater>
|