blob: cb0450d87a4addf540ec82e66e621e251823e595 (
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
|
<?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">
タイピング
</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]">
[なし]
</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="ゆっくり入る (秒)" name="ease_in_time"
tool_tip="アニメーションの取り込みにかかる時間(秒)" />
<spinner label="ゆっくり出る (秒)" 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>
|