aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:46 -0500
committerJacek Antonelli2008-08-15 23:44:46 -0500
commit38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch)
treeadca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml
parentREADME.txt (diff)
downloadmeta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml')
-rw-r--r--linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml189
1 files changed, 189 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml b/linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml
new file mode 100644
index 0000000..ce50cd5
--- /dev/null
+++ b/linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml
@@ -0,0 +1,189 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater can_close="true" can_drag_on_left="false" can_minimize="false"
3 can_resize="false" height="520" min_height="520" min_width="300"
4 name="Animation Preview" title="" width="300">
5 <pad height="12" />
6 <text follows="top|left" height="15" left="10" name="name_label">
7 Name:
8 </text>
9 <line_editor bottom_delta="-2" follows="top|left|right" height="19" left="45"
10 max_length="254" name="name_form" right="-10" />
11 <text bottom_delta="-22" follows="top|left" height="15" left="10"
12 name="description_label">
13 Description:
14 </text>
15 <line_editor bottom_delta="-2" follows="top|left|right" height="19" left="75"
16 max_length="254" name="description_form" right="-10" />
17 <pad height="7" />
18 <spinner follows="left|top" height="18" increment="1" initial_val="0" label="Priority"
19 label_width="50" left="10" max_val="4" min_val="0" name="priority"
20 tool_tip="Controls which other animations can be overridden by this animation."
21 width="90" />
22 <text bottom_delta="3" follows="top|left" height="15" left="110" name="preview_label">
23 Preview while
24 </text>
25 <combo_box bottom_delta="-2" follows="left|top" height="18" label="" left="185"
26 name="preview_base_anim" right="-10"
27 tool_tip="Use this to test your animation behavior while your avatar performs common actions.">
28 <combo_item name="Standing">
29 Standing
30 </combo_item>
31 <combo_item name="Walking">
32 Walking
33 </combo_item>
34 <combo_item name="Sitting">
35 Sitting
36 </combo_item>
37 <combo_item name="Flying">
38 Flying
39 </combo_item>
40 </combo_box>
41 <check_box bottom_delta="-23" follows="left|top" height="18" label="Loop" left="10"
42 name="loop_check" tool_tip="Makes this animation loop." />
43 <spinner bottom_delta="-2" follows="left|top" height="18" increment="1" initial_val="0"
44 label="In(%)" label_width="30" left="80" max_val="100" min_val="0"
45 name="loop_in_point"
46 tool_tip="Sets point in animation that looping returns to." width="90" />
47 <spinner bottom_delta="0" follows="left|top" height="18" increment="1" initial_val="0"
48 label="Out(%)" label_width="40" left="185" max_val="100" min_val="0"
49 name="loop_out_point" tool_tip="Sets point in animation that ends a loop." />
50 <text bottom_delta="-20" follows="top|left" height="15" left="10" name="hand_label">
51 Hand Pose
52 </text>
53 <combo_box bottom_delta="-2" follows="left|top" height="18" label="" left="70"
54 name="hand_pose_combo" right="190"
55 tool_tip="Controls what hands do during animation.">
56 <combo_item name="Spread" value="">
57 Spread
58 </combo_item>
59 <combo_item name="Relaxed" value="Hands_Relaxed">
60 Relaxed
61 </combo_item>
62 <combo_item name="PointBoth" value="Hands_Point">
63 Point Both
64 </combo_item>
65 <combo_item name="Fist" value="Hands_Fist">
66 Fist
67 </combo_item>
68 <combo_item name="RelaxedLeft" value="Hands_Relaxed_L">
69 Relaxed Left
70 </combo_item>
71 <combo_item name="PointLeft" value="Hands_Point_L">
72 Point Left
73 </combo_item>
74 <combo_item name="FistLeft" value="Hands_Fist_L">
75 Fist Left
76 </combo_item>
77 <combo_item name="RelaxedRight" value="Hands_Relaxed_R">
78 Relaxed Right
79 </combo_item>
80 <combo_item name="PointRight" value="Hands_Point_R">
81 Point Right
82 </combo_item>
83 <combo_item name="FistRight" value="Hands_Fist_R">
84 Fist Right
85 </combo_item>
86 <combo_item name="SaluteRight" value="Hands_Salute_R">
87 Salute Right
88 </combo_item>
89 <combo_item name="Typing" value="Hands_Typing">
90 Typing
91 </combo_item>
92 <combo_item name="PeaceRight" value="Hands_Peace_R">
93 Peace Right
94 </combo_item>
95 </combo_box>
96 <text bottom_delta="-22" follows="top|left" height="15" left="10" name="emote_label">
97 Expression
98 </text>
99 <combo_box bottom_delta="-2" follows="left|top" height="18" label="" left="70"
100 name="emote_combo" right="190"
101 tool_tip="Controls what face does during animation.">
102 <combo_item name="[None]">
103 [None]
104 </combo_item>
105 <combo_item name="Aaaaah">
106 Aaaaah
107 </combo_item>
108 <combo_item name="Afraid">
109 Afraid
110 </combo_item>
111 <combo_item name="Angry">
112 Angry
113 </combo_item>
114 <combo_item name="BigSmile">
115 Big Smile
116 </combo_item>
117 <combo_item name="Bored">
118 Bored
119 </combo_item>
120 <combo_item name="Cry">
121 Cry
122 </combo_item>
123 <combo_item name="Disdain">
124 Disdain
125 </combo_item>
126 <combo_item name="Embarrassed">
127 Embarrassed
128 </combo_item>
129 <combo_item name="Frown">
130 Frown
131 </combo_item>
132 <combo_item name="Kiss">
133 Kiss
134 </combo_item>
135 <combo_item name="Laugh">
136 Laugh
137 </combo_item>
138 <combo_item name="Plllppt">
139 Plllppt
140 </combo_item>
141 <combo_item name="Repulsed">
142 Repulsed
143 </combo_item>
144 <combo_item name="Sad">
145 Sad
146 </combo_item>
147 <combo_item name="Shrug">
148 Shrug
149 </combo_item>
150 <combo_item name="Smile">
151 Smile
152 </combo_item>
153 <combo_item name="Surprise">
154 Surprise
155 </combo_item>
156 <combo_item name="Wink">
157 Wink
158 </combo_item>
159 <combo_item name="Worry">
160 Worry
161 </combo_item>
162 </combo_box>
163 <spinner bottom_delta="-25" follows="left|top" height="18" increment="0.01"
164 initial_val="0" label="Ease In (sec)" label_width="65" left="10"
165 max_val="10" min_val="0" name="ease_in_time"
166 tool_tip="Amount of time (in seconds) over which animations blends in."
167 width="125" />
168 <spinner bottom_delta="0" follows="left|top" height="18" increment="0.01"
169 initial_val="0" label="Ease Out (sec)" label_width="75" left="150"
170 max_val="10" min_val="0" name="ease_out_time"
171 tool_tip="Amount of time (in seconds) over which animations blends out."
172 width="135" />
173 <button bottom="300" follows="top|right" height="28" label="" left="10" name="play_btn"
174 tool_tip="Play/pause your animation." width="28" />
175 <button bottom_delta="0" follows="top|right" height="28" label="" left_delta="32"
176 name="stop_btn" tool_tip="Stop animation playback" width="28" />
177 <slider bottom="305" follows="top|right" height="20" increment="0.0001" initial_val="0"
178 label="" label_width="0" left="80" max_val="1" min_val="0"
179 name="playback_slider" right="290" show_text="false" />
180 <text bottom="250" follows="top|left" left="10" name="bad_animation_text">
181 Unable to read animation file.
182
183 We recommend BVH files exported from Poser 4.
184 </text>
185 <button bottom="10" follows="bottom|right" height="20" label="Cancel" left="182"
186 name="cancel_btn" width="64" />
187 <button bottom="10" follows="bottom|left" height="20" label="Upload (L$[AMOUNT])"
188 left="31" name="ok_btn" width="110" />
189</floater>