blob: df765f1719422456d8c4f2c3adc664f9021b12fa (
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
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "question08"
{
time 0.006667 1.859343
param "npc_citizen.question08"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Facial"
{
event flexanimation "Facial"
{
time -0.000000 1.860000
param ""
flexanimations samples_use_time
{
"lid_tightener" combo
{
0.1206 0.3400
0.2266 0.4200
0.5822 0.4800
1.2954 0.4847
1.3865 0.4400
1.6044 0.0900
}
{
}
"lid_droop" combo
{
0.1206 0.3400
0.2266 0.4200
0.5822 0.4800
1.2912 0.4815
1.3865 0.4400
1.6044 0.0900
}
{
}
"lowerer" combo
{
0.1206 0.1900
0.2266 0.2700
0.5822 0.3300
1.3203 0.3100
1.3865 0.2900
1.6044 0.0900
}
{
}
"wrinkler"
{
0.1046 0.4600
0.2266 0.5500
0.3514 0.3000
0.5822 0.2800
1.2912 0.2815
1.3865 0.2400
1.6044 0.0900
}
}
}
}
channel "Head"
{
event flexanimation "Head"
{
time 0.000000 1.860001
param ""
flexanimations samples_use_time
{
"head_rightleft" range 30.0 -30.0
{
0.1005 0.5103
0.2017 0.4882
0.3805 0.4962
0.4159 0.4962
}
"head_updown" range 15.0 -15.0
{
0.1019 0.4626
0.1372 0.4603
0.8518 0.4785
1.0036 0.4739
1.0673 0.4376
1.1346 0.4308
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|