aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/zh/floater_animation_preview.xml
blob: 41332426ed6ba5a675a743e51cb827254784d062 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Animation Preview" title="">
	<text name="name_label">
		名字:
	</text>
	<text name="description_label">
		描述:
	</text>
	<spinner label="优先" name="priority"
	     tool_tip="可在不顾及此动画的模式下控制其它动画。" />
	<text name="preview_label">
		预览
	</text>
	<combo_box label="" name="preview_base_anim"
	     tool_tip="Use this to test your animation behavior while your avatar performs common actions.">
		<combo_item name="Standing">
			站立
		</combo_item>
		<combo_item name="Walking">
			步行
		</combo_item>
		<combo_item name="Sitting">
			坐下
		</combo_item>
		<combo_item name="Flying">
			起飞
		</combo_item>
	</combo_box>
	<check_box label="绕圈飞行" name="loop_check" tool_tip="使此动画循环播放." />
	<spinner label="In(%)" name="loop_in_point"
	     tool_tip="在动画设置一点用以返还循环到此点。" />
	<spinner label="出局(%)" name="loop_out_point"
	     tool_tip="在动画设置一点用以停止循环。" />
	<text name="hand_label">
		手势
	</text>
	<combo_box label="" name="hand_pose_combo"
	     tool_tip="Controls what hands do during animation.">
		<combo_item name="Spread">
			伸展
		</combo_item>
		<combo_item name="Relaxed">
			放松
		</combo_item>
		<combo_item name="PointBoth">
			两者都指
		</combo_item>
		<combo_item name="Fist">
			手部
		</combo_item>
		<combo_item name="RelaxedLeft">
			放松左边
		</combo_item>
		<combo_item name="PointLeft">
			指左边
		</combo_item>
		<combo_item name="FistLeft">
			左手
		</combo_item>
		<combo_item name="RelaxedRight">
			放松右边
		</combo_item>
		<combo_item name="PointRight">
			指右边
		</combo_item>
		<combo_item name="FistRight">
			右手
		</combo_item>
		<combo_item name="SaluteRight">
			向右敬礼
		</combo_item>
		<combo_item name="Typing">
			T键入
		</combo_item>
		<combo_item name="PeaceRight">
			和平权利
		</combo_item>
	</combo_box>
	<text name="emote_label">
		表情
	</text>
	<combo_box label="" name="emote_combo"
	     tool_tip="Controls what face does during animation.">
		<combo_item name="[None]">
			[None]
		</combo_item>
		<combo_item name="Aaaaah"></combo_item>
		<combo_item name="Afraid">
			害怕
		</combo_item>
		<combo_item name="Angry">
			生气
		</combo_item>
		<combo_item name="BigSmile">
			开怀大笑
		</combo_item>
		<combo_item name="Bored">
			无聊
		</combo_item>
		<combo_item name="Cry">
			哭泣
		</combo_item>
		<combo_item name="Disdain">
			遗弃
		</combo_item>
		<combo_item name="Embarrassed">
			窘迫
		</combo_item>
		<combo_item name="Frown">
			蹙眉
		</combo_item>
		<combo_item name="Kiss"></combo_item>
		<combo_item name="Laugh">
			大笑
		</combo_item>
		<combo_item name="Plllppt">
			Plllppt
		</combo_item>
		<combo_item name="Repulsed">
			拒绝
		</combo_item>
		<combo_item name="Sad">
			悲伤
		</combo_item>
		<combo_item name="Shrug">
			耸肩
		</combo_item>
		<combo_item name="Smile">
			微笑
		</combo_item>
		<combo_item name="Surprise">
			惊奇
		</combo_item>
		<combo_item name="Wink">
			眨眼睛
		</combo_item>
		<combo_item name="Worry">
			担心
		</combo_item>
	</combo_box>
	<spinner label="Ease In (sec)" name="ease_in_time"
	     tool_tip="动画渐入的所需时间(秒)" />
	<spinner label="Ease Out (sec)" name="ease_out_time"
	     tool_tip="动画渐出的所需时间(秒)" />
	<button label="" name="play_btn" tool_tip="播放/停止你现有的动画." />
	<button label="" name="stop_btn" tool_tip="停止动画回播" />
	<slider label="" name="playback_slider" />
	<text name="bad_animation_text">
		不能读取动画文件。
	
	推荐Poser 4产生的BVH格式文件。
	</text>
	<button label="取消" name="cancel_btn" />
	<button label="上传(L$[AMOUNT])" name="ok_btn" />
</floater>