blob: ff9d6499d913226bc588553cfa50cd7d11f36874 (
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
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "question17"
{
time 0.006667 1.461338
param "npc_citizen.question17"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Facial"
{
event flexanimation "Facial"
{
time -0.000000 1.386667
param ""
flexanimations samples_use_time
{
"lid_droop" combo
{
0.1920 0.4200
0.2461 0.4700
0.4031 0.3400
0.5253 0.0900
}
{
}
"inner_raiser" combo
{
0.1580 0.7200
0.2121 0.7700
0.3691 0.6400
0.4913 0.1400
0.5427 0.0300
0.8421 0.0500
1.0022 0.8600
1.1540 0.7400
1.2579 0.1200
}
{
}
"outer_raiser" combo
{
0.1920 0.4200
0.2461 0.4700
0.4031 0.3400
0.5253 0.0900
0.8275 0.0300
0.9960 0.8600
1.1665 0.7100
1.2933 0.1000
}
{
}
}
}
}
channel "Head"
{
event flexanimation "Head"
{
time 0.000000 1.386667
param ""
flexanimations samples_use_time
{
"head_updown" range 15.0 -15.0
{
0.0846 0.5561
0.1803 0.5609
0.3909 0.5156
0.5593 0.5059
0.7090 0.5046
0.8941 0.5061
1.0022 0.4755
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|