blob: b483247d8fda7ffa5c04fc15347bc6cc5fd89c0b (
plain) (
blame)
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
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "answer10"
{
time 0.006667 1.868844
param "npc_citizen.answer10"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Facial"
{
event flexanimation "Facial"
{
time 0.000000 1.886667
param ""
flexanimations samples_use_time
{
"lid_droop" combo
{
0.1726 1.0000
0.3181 1.0000
1.4846 1.0000
}
{
}
"lid_closer" combo
{
}
{
}
"blink"
{
0.2050 0.7400
0.3383 0.8000
0.5738 0.2200
}
"inner_raiser" combo
{
0.1358 0.7300
0.2495 0.8800
0.8067 0.9500
1.3580 0.8000
1.5501 0.2300
}
{
}
"outer_raiser" combo
{
0.1898 0.7300
0.3035 0.8800
0.8067 0.9500
1.3040 0.8000
1.4961 0.2300
}
{
}
"eyes_updown" range 30.0 -30.0
{
0.2454 0.5051
0.2641 0.5017
0.3639 0.7542
0.3930 0.7542
0.5967 0.7508
0.6279 0.7542
0.6986 0.8350
0.7236 0.8384
0.7719 0.8923
0.7901 0.8923
0.9253 0.8923
1.0257 0.8653
1.0631 0.8653
1.1941 0.5522
1.2232 0.5455
1.2929 0.5017
1.3699 0.5017
}
"eyes_rightleft" range 30.0 -30.0
{
0.2454 0.5051
0.2641 0.5017
0.3339 0.6444
0.3630 0.6613
0.6009 0.7636
0.6196 0.7673
0.7194 0.6255
0.7825 0.6255
0.8733 0.4909
0.9402 0.4909
1.0257 0.4145
1.0631 0.4145
1.2929 0.5017
1.3699 0.5017
}
}
}
}
channel "Head"
{
event flexanimation "Head"
{
time 0.000000 1.886667
param ""
flexanimations samples_use_time
{
"head_updown" range 35.0 -30.0
{
0.3736 0.5439
0.5382 0.5591
0.6463 0.5621
1.2434 0.5561
1.4368 0.5455
}
"head_tilt" range 18.0 -18.0
{
0.3596 0.5179
0.6062 0.5591
1.2434 0.5561
1.5128 0.5281
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|