blob: 559b579f5b0bc89adb69399225cb017cccf561c4 (
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
|
// Choreo version 1
actor "!target2"
{
channel "audio"
{
event speak "sheckley_head12"
{
time 0.138888 1.351360
param "ep_02.sheckley_head12"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "look at"
{
}
channel "move to"
{
}
channel "gestures"
{
}
channel "postures"
{
}
channel "facial flex"
{
}
}
scalesettings
{
"CChoreoView" "64"
"ExpressionTool" "100"
"RampTool" "66"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|