blob: f4e9908150894fa7f2ed249c45b69a32e43ba87c (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Animation Preview" title="">
<text name="name_label">
Naam:
</text>
<text name="description_label">
Omschrijving:
</text>
<spinner label="Prioriteit" name="priority" tool_tip="Bepaalt welke andere animaties kunnen worden overschaduwd door deze animatie."/>
<check_box label="Herhalen" name="loop_check" tool_tip="Laat deze animatie herhalen."/>
<spinner label="In(%)" name="loop_in_point" tool_tip="Instellen punt in de animatie waar de herhaling begint."/>
<spinner label="Uit(%)" name="loop_out_point" tool_tip="Instellen punt in in de animatie waar de herhaling eindigt."/>
<text name="hand_label">
Houding van Hand
</text>
<combo_box label="" left_delta="100" width="176" name="hand_pose_combo" tool_tip="Bepaalt wat handen doen tijdens een animatie." left="300">
<combo_box.item name="Spread" label="Gespreid"/>
<combo_box.item name="Relaxed" label="Ontspannen"/>
<combo_box.item name="PointBoth" label="Wijzen Beide"/>
<combo_box.item name="Fist" label="Vuist"/>
<combo_box.item name="RelaxedLeft" label="Ontspannen Links"/>
<combo_box.item name="PointLeft" label="Wijzen Links"/>
<combo_box.item name="FistLeft" label="Vuist Links"/>
<combo_box.item name="RelaxedRight" label="Ontspannen Rechts"/>
<combo_box.item name="PointRight" label="Wijzen Rechts"/>
<combo_box.item name="FistRight" label="Vuist Rechts"/>
<combo_box.item name="SaluteRight" label="Salueren Rechts"/>
<combo_box.item name="Typing" label="Typen"/>
<combo_box.item name="PeaceRight" label="Peace Rechts"/>
</combo_box>
<text name="emote_label">
Expressie
</text>
<combo_box label="" left_delta="100" width="176" name="emote_combo" tool_tip="Bepaalt wat het gezicht doet tijdens de animatie.">
<combo_box.item name="[None]" label="Geen]"/>
<combo_box.item name="Aaaaah" label="Aaaaah"/>
<combo_box.item name="Afraid" label="Bang"/>
<combo_box.item name="Angry" label="Boos"/>
<combo_box.item name="BigSmile" label="Brede Lach"/>
<combo_box.item name="Bored" label="Verveeld"/>
<combo_box.item name="Cry" label="Huilen"/>
<combo_box.item name="Disdain" label="Minachting"/>
<combo_box.item name="Embarrassed" label="Beschaamd"/>
<combo_box.item name="Frown" label="Frons"/>
<combo_box.item name="Kiss" label="Kus"/>
<combo_box.item name="Laugh" label="Lachen"/>
<combo_box.item name="Plllppt" label="Plllppt"/>
<combo_box.item name="Repulsed" label="Afkeer"/>
<combo_box.item name="Sad" label="Verdrietig"/>
<combo_box.item name="Shrug" label="Onverschillig"/>
<combo_box.item name="Smile" label="Glimlach"/>
<combo_box.item name="Surprise" label="Verrassing"/>
<combo_box.item name="Wink" label="Knipoog"/>
<combo_box.item name="Worry" label="Bezorgd"/>
</combo_box>
<text name="preview_label">
Voorvertoning
</text>
<combo_box label="" left_delta="100" width="176" name="preview_base_anim" tool_tip="Gebruik dit om het gedrag van uw animatie te testen terwijl uw avatar veelvoorkomende acties uitvoert.">
<combo_box.item name="Standing" label="Staand"/>
<combo_box.item name="Walking" label="Lopend"/>
<combo_box.item name="Sitting" label="Zittend"/>
<combo_box.item name="Flying" label="Vliegend"/>
</combo_box>
<spinner label="Invloeitijd (sec)" label_width="125" name="ease_in_time" tool_tip="Hoeveelheid tijd (in seconden) waarover animaties invloeien." width="192"/>
<spinner bottom_delta="-20" label="Uitvloeitijd (sec)" label_width="125" left="10" name="ease_out_time" tool_tip="Hoeveelheid tijd (in seconden) waarover animaties uitvloeien." width="192"/>
<button bottom_delta="-32" label="" name="play_btn" tool_tip="Start/pauzeer uw animatie."/>
<button label="" name="stop_btn" tool_tip="Stop het afspelen van Uw animatie"/>
<text name="bad_animation_text">
Niet in staat om het animatiebestand te lezen. Wij
raden u aan bestanden te gebruiken die vanuit
Poser 4 zijn geëxporteerd.
</text>
<button label="Annuleren" name="cancel_btn"/>
<button label="Upload (L$[AMOUNT])" name="ok_btn" width="140" left_delta="-155"/>
<string name="failed_to_initialize">
Het initialiseren van de beweging is mislukt.
</string>
<string name="anim_too_long">
het animatiebestand heeft een lengte van [LENGTH] seconden. De maximale lengte van een animatie is [MAX_LENGTH] seconden.
</string>
<string name="failed_file_read">
Kan animatiebestand niet lezen. [STATUS]
</string>
</floater>
|