flame_channel_parser 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.autotest +23 -0
- data/.gemtest +0 -0
- data/History.txt +10 -0
- data/Manifest.txt +27 -0
- data/README.rdoc +65 -0
- data/Rakefile +13 -0
- data/lib/flame_channel_parser.rb +24 -0
- data/lib/interpolator.rb +92 -0
- data/lib/parser_2011.rb +121 -0
- data/lib/parser_2012.rb +57 -0
- data/lib/segments.rb +231 -0
- data/plots.numbers +0 -0
- data/plots_2012.numbers +0 -0
- data/test/baked.csv +201 -0
- data/test/channel_with_constants.dat +31 -0
- data/test/curve.csv +7 -0
- data/test/sample_channel.dat +31 -0
- data/test/snaps/FLEM_BrokenTangents.action +1322 -0
- data/test/snaps/FLEM_advanced_curve.png +0 -0
- data/test/snaps/FLEM_advanced_curve_example_FL2012.action +4046 -0
- data/test/snaps/FLEM_baked_curve.png +0 -0
- data/test/snaps/FLEM_curves_example.action +1988 -0
- data/test/snaps/FLEM_curves_example_migrated_to_2012.action +2708 -0
- data/test/snaps/FLEM_std_curve.png +0 -0
- data/test/snaps/TW.timewarp +12288 -0
- data/test/test_flame_channel_parser.rb +73 -0
- data/test/test_interpolator.rb +89 -0
- data/test/test_segments.rb +261 -0
- metadata +115 -0
data/plots.numbers
ADDED
Binary file
|
data/plots_2012.numbers
ADDED
Binary file
|
data/test/baked.csv
ADDED
@@ -0,0 +1,201 @@
|
|
1
|
+
x,y
|
2
|
+
1,-459.0
|
3
|
+
2,-426.528
|
4
|
+
3,-394.055
|
5
|
+
4,-361.583
|
6
|
+
5,-329.111
|
7
|
+
6,-296.638
|
8
|
+
7,-264.166
|
9
|
+
8,-231.694
|
10
|
+
9,-199.221
|
11
|
+
10,-166.749
|
12
|
+
11,-134.277
|
13
|
+
12,-101.804
|
14
|
+
13,-69.3319
|
15
|
+
14,-36.8595
|
16
|
+
15,-4.38721
|
17
|
+
16,28.0851
|
18
|
+
17,60.5575
|
19
|
+
18,93.0298
|
20
|
+
19,125.502
|
21
|
+
20,157.975
|
22
|
+
21,190.447
|
23
|
+
22,222.919
|
24
|
+
23,222.543
|
25
|
+
24,221.735
|
26
|
+
25,220.506
|
27
|
+
26,218.867
|
28
|
+
27,216.83
|
29
|
+
28,214.406
|
30
|
+
29,211.608
|
31
|
+
30,208.445
|
32
|
+
31,204.931
|
33
|
+
32,201.075
|
34
|
+
33,196.89
|
35
|
+
34,192.387
|
36
|
+
35,187.578
|
37
|
+
36,182.473
|
38
|
+
37,177.085
|
39
|
+
38,171.425
|
40
|
+
39,165.503
|
41
|
+
40,159.333
|
42
|
+
41,152.924
|
43
|
+
42,146.29
|
44
|
+
43,139.44
|
45
|
+
44,132.386
|
46
|
+
45,125.141
|
47
|
+
46,117.715
|
48
|
+
47,110.119
|
49
|
+
48,102.366
|
50
|
+
49,94.4661
|
51
|
+
50,86.4316
|
52
|
+
51,78.2735
|
53
|
+
52,70.0034
|
54
|
+
53,61.6327
|
55
|
+
54,53.1728
|
56
|
+
55,44.6353
|
57
|
+
56,36.0314
|
58
|
+
57,27.3727
|
59
|
+
58,18.6705
|
60
|
+
59,9.93645
|
61
|
+
60,1.18185
|
62
|
+
61,-7.58185
|
63
|
+
62,-16.3432
|
64
|
+
63,-25.0907
|
65
|
+
64,-33.813
|
66
|
+
65,-42.4985
|
67
|
+
66,-51.136
|
68
|
+
67,-59.714
|
69
|
+
68,-68.2209
|
70
|
+
69,-76.6454
|
71
|
+
70,-84.9759
|
72
|
+
71,-93.2012
|
73
|
+
72,-101.31
|
74
|
+
73,-109.29
|
75
|
+
74,-117.131
|
76
|
+
75,-124.82
|
77
|
+
76,-132.347
|
78
|
+
77,-139.7
|
79
|
+
78,-146.868
|
80
|
+
79,-153.839
|
81
|
+
80,-160.601
|
82
|
+
81,-167.144
|
83
|
+
82,-173.456
|
84
|
+
83,-179.525
|
85
|
+
84,-185.34
|
86
|
+
85,-190.889
|
87
|
+
86,-196.162
|
88
|
+
87,-201.146
|
89
|
+
88,-205.83
|
90
|
+
89,-210.204
|
91
|
+
90,-214.254
|
92
|
+
91,-217.97
|
93
|
+
92,-221.341
|
94
|
+
93,-224.355
|
95
|
+
94,-227.0
|
96
|
+
95,-227.0
|
97
|
+
96,-227.0
|
98
|
+
97,-227.0
|
99
|
+
98,-227.0
|
100
|
+
99,-227.0
|
101
|
+
100,-227.0
|
102
|
+
101,-227.0
|
103
|
+
102,-227.0
|
104
|
+
103,-227.0
|
105
|
+
104,-227.0
|
106
|
+
105,-227.0
|
107
|
+
106,-227.0
|
108
|
+
107,-227.0
|
109
|
+
108,-227.0
|
110
|
+
109,-227.0
|
111
|
+
110,-227.0
|
112
|
+
111,-227.0
|
113
|
+
112,-227.0
|
114
|
+
113,-227.0
|
115
|
+
114,-227.0
|
116
|
+
115,-227.0
|
117
|
+
116,-227.0
|
118
|
+
117,1.23907
|
119
|
+
118,15.1943
|
120
|
+
119,28.8842
|
121
|
+
120,42.297
|
122
|
+
121,55.421
|
123
|
+
122,68.2446
|
124
|
+
123,80.7561
|
125
|
+
124,92.9438
|
126
|
+
125,104.796
|
127
|
+
126,116.301
|
128
|
+
127,127.447
|
129
|
+
128,138.223
|
130
|
+
129,148.616
|
131
|
+
130,158.616
|
132
|
+
131,168.21
|
133
|
+
132,177.387
|
134
|
+
133,186.135
|
135
|
+
134,194.442
|
136
|
+
135,202.297
|
137
|
+
136,209.689
|
138
|
+
137,216.604
|
139
|
+
138,223.032
|
140
|
+
139,228.961
|
141
|
+
140,234.38
|
142
|
+
141,239.276
|
143
|
+
142,243.638
|
144
|
+
143,247.455
|
145
|
+
144,250.714
|
146
|
+
145,253.404
|
147
|
+
146,255.513
|
148
|
+
147,257.03
|
149
|
+
148,257.942
|
150
|
+
149,258.239
|
151
|
+
150,257.937
|
152
|
+
151,257.074
|
153
|
+
152,255.674
|
154
|
+
153,253.759
|
155
|
+
154,251.352
|
156
|
+
155,248.476
|
157
|
+
156,245.152
|
158
|
+
157,241.405
|
159
|
+
158,237.255
|
160
|
+
159,232.727
|
161
|
+
160,227.842
|
162
|
+
161,222.624
|
163
|
+
162,217.094
|
164
|
+
163,211.276
|
165
|
+
164,205.192
|
166
|
+
165,198.865
|
167
|
+
166,192.317
|
168
|
+
167,185.571
|
169
|
+
168,178.65
|
170
|
+
169,171.576
|
171
|
+
170,164.372
|
172
|
+
171,157.06
|
173
|
+
172,149.664
|
174
|
+
173,142.205
|
175
|
+
174,134.707
|
176
|
+
175,127.192
|
177
|
+
176,119.683
|
178
|
+
177,112.202
|
179
|
+
178,104.772
|
180
|
+
179,97.4151
|
181
|
+
180,90.1547
|
182
|
+
181,83.0132
|
183
|
+
182,76.0132
|
184
|
+
183,69.1772
|
185
|
+
184,62.528
|
186
|
+
185,56.0881
|
187
|
+
186,49.8802
|
188
|
+
187,43.9269
|
189
|
+
188,38.2508
|
190
|
+
189,32.8746
|
191
|
+
190,27.8209
|
192
|
+
191,23.1124
|
193
|
+
192,18.7715
|
194
|
+
193,14.8212
|
195
|
+
194,11.2838
|
196
|
+
195,8.18198
|
197
|
+
196,5.53853
|
198
|
+
197,3.37598
|
199
|
+
198,1.71692
|
200
|
+
199,0.584045
|
201
|
+
200,0.0
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Channel constants
|
2
|
+
Extrapolation constant
|
3
|
+
Value 770.41
|
4
|
+
Size 4
|
5
|
+
KeyVersion 1
|
6
|
+
Key 0
|
7
|
+
Frame 1
|
8
|
+
Value 770.41
|
9
|
+
Interpolation constant
|
10
|
+
End
|
11
|
+
Key 1
|
12
|
+
Frame 44
|
13
|
+
Value 858.177
|
14
|
+
Interpolation constant
|
15
|
+
RightSlope 2.31503
|
16
|
+
LeftSlope 2.31503
|
17
|
+
End
|
18
|
+
Key 2
|
19
|
+
Frame 74
|
20
|
+
Value 939.407
|
21
|
+
Interpolation constant
|
22
|
+
RightSlope 2.24201
|
23
|
+
LeftSlope 2.24201
|
24
|
+
End
|
25
|
+
Key 3
|
26
|
+
Frame 115
|
27
|
+
Value 1017.36
|
28
|
+
Interpolation constant
|
29
|
+
End
|
30
|
+
Colour 50 50 50
|
31
|
+
End
|
data/test/curve.csv
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
frame,value,interpolation,extrapolation,left_slope,right_slope
|
2
|
+
1,-459.0,linear,,,
|
3
|
+
22,222.919,hermite,,2.49462,-0.156017
|
4
|
+
94,-227.0,constant,,-2.33348,-2.45723
|
5
|
+
117,1.23907,natural,,14.0841,14.0841
|
6
|
+
149,258.239,hermite,,-0.0149286,-0.0149286
|
7
|
+
200,0.0,hermite,,,-0.302127
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Channel tracker1/ref/x
|
2
|
+
Extrapolation constant
|
3
|
+
Value 770.41
|
4
|
+
Size 4
|
5
|
+
KeyVersion 1
|
6
|
+
Key 0
|
7
|
+
Frame 1
|
8
|
+
Value 770.41
|
9
|
+
Interpolation constant
|
10
|
+
End
|
11
|
+
Key 1
|
12
|
+
Frame 44
|
13
|
+
Value 858.177
|
14
|
+
Interpolation constant
|
15
|
+
RightSlope 2.31503
|
16
|
+
LeftSlope 2.31503
|
17
|
+
End
|
18
|
+
Key 2
|
19
|
+
Frame 74
|
20
|
+
Value 939.407
|
21
|
+
Interpolation constant
|
22
|
+
RightSlope 2.24201
|
23
|
+
LeftSlope 2.24201
|
24
|
+
End
|
25
|
+
Key 3
|
26
|
+
Frame 115
|
27
|
+
Value 1017.36
|
28
|
+
Interpolation constant
|
29
|
+
End
|
30
|
+
Colour 50 50 50
|
31
|
+
End
|
@@ -0,0 +1,1322 @@
|
|
1
|
+
Module Action
|
2
|
+
Program flame
|
3
|
+
Version 2011.1.SP3
|
4
|
+
FileVersion 2
|
5
|
+
CreationDate Fri May 13 14:10:21 2011
|
6
|
+
|
7
|
+
FrameWidth 1920
|
8
|
+
FrameHeight 1080
|
9
|
+
FramePixelFormat 131
|
10
|
+
FrameAspectRatio 1.777780175
|
11
|
+
FrameDominance 2
|
12
|
+
|
13
|
+
MinFrame 1
|
14
|
+
CurrentFrame 1
|
15
|
+
MaxFrames 125
|
16
|
+
ShadingMode no
|
17
|
+
WireframeMode no
|
18
|
+
ZBufferMode yes
|
19
|
+
FilteringDefault Linear
|
20
|
+
FilteringQuality Interactive
|
21
|
+
LinetestMode no
|
22
|
+
MultiSample 0
|
23
|
+
CurrentCamera 17
|
24
|
+
GridMode 3
|
25
|
+
Grid3DColour 0.3 0.3 0.3
|
26
|
+
CameraPlaneType 0
|
27
|
+
PlayLockMode no
|
28
|
+
BackupMode yes
|
29
|
+
BackupTime 30
|
30
|
+
QuickResolution 12
|
31
|
+
AntiAliasingLevel 0
|
32
|
+
AntiAliasingSoftness 1
|
33
|
+
MotionBlurEditor
|
34
|
+
Channel
|
35
|
+
Extrapolation constant
|
36
|
+
Value 1
|
37
|
+
Size 3
|
38
|
+
KeyVersion 1
|
39
|
+
Key 0
|
40
|
+
Frame 50
|
41
|
+
Value 1
|
42
|
+
FrameLock yes
|
43
|
+
DeleteLock yes
|
44
|
+
Interpolation hermite
|
45
|
+
End
|
46
|
+
Key 1
|
47
|
+
Frame 100
|
48
|
+
Value 1
|
49
|
+
Interpolation hermite
|
50
|
+
End
|
51
|
+
Key 2
|
52
|
+
Frame 150
|
53
|
+
Value 1
|
54
|
+
FrameLock yes
|
55
|
+
DeleteLock yes
|
56
|
+
Interpolation hermite
|
57
|
+
End
|
58
|
+
End
|
59
|
+
ChannelEnd
|
60
|
+
TopLevelChannel
|
61
|
+
Channel scene
|
62
|
+
Uncollapsed
|
63
|
+
End
|
64
|
+
ResultCamChannel
|
65
|
+
Channel ResultCamera
|
66
|
+
Extrapolation constant
|
67
|
+
Value 0
|
68
|
+
Uncollapsed
|
69
|
+
End
|
70
|
+
ChannelEnd
|
71
|
+
MotionBlurTopChannel
|
72
|
+
Channel motion_blur
|
73
|
+
Uncollapsed
|
74
|
+
End
|
75
|
+
MotionBlurPhaseChannel
|
76
|
+
Channel phase
|
77
|
+
Extrapolation constant
|
78
|
+
Value 0
|
79
|
+
Uncollapsed
|
80
|
+
End
|
81
|
+
ChannelEnd
|
82
|
+
MotionBlurEnableChannel
|
83
|
+
Channel enable
|
84
|
+
Extrapolation constant
|
85
|
+
Value 0
|
86
|
+
Uncollapsed
|
87
|
+
End
|
88
|
+
ChannelEnd
|
89
|
+
MotionBlurShutterChannel
|
90
|
+
Channel shutter
|
91
|
+
Extrapolation constant
|
92
|
+
Value 1
|
93
|
+
Uncollapsed
|
94
|
+
End
|
95
|
+
ChannelEnd
|
96
|
+
MotionBlurSamplesChannel
|
97
|
+
Channel samples
|
98
|
+
Extrapolation constant
|
99
|
+
Value 5
|
100
|
+
Uncollapsed
|
101
|
+
End
|
102
|
+
ChannelEnd
|
103
|
+
DofMode no
|
104
|
+
DofSoftness 1
|
105
|
+
FogMode Off
|
106
|
+
FogColour 0 0 0
|
107
|
+
FogStart 0
|
108
|
+
FogEnd 1
|
109
|
+
FogRange 1
|
110
|
+
ProjectorMotionPathMode no
|
111
|
+
CamMotionPathMode no
|
112
|
+
AxisMotionPathMode no
|
113
|
+
LightMotionPathMode no
|
114
|
+
PropScalingMode yes
|
115
|
+
SPropScalingMode yes
|
116
|
+
YSnapMode no
|
117
|
+
YGridSize 1
|
118
|
+
AutoKeyMode yes
|
119
|
+
UpdateMode yes
|
120
|
+
AutoParentMode yes
|
121
|
+
ForceProxyUpdate yes
|
122
|
+
UndoLevels 10
|
123
|
+
DrawIconsMode IconsOn
|
124
|
+
IconTransparency 0
|
125
|
+
SchematicTransparency 0
|
126
|
+
ClipInfo 0
|
127
|
+
SubMenu AXIS_MENU
|
128
|
+
ColourClamping no
|
129
|
+
End
|
130
|
+
|
131
|
+
#
|
132
|
+
# node database
|
133
|
+
#
|
134
|
+
ConcreteFileVersion 1.5
|
135
|
+
CreationDate Fri May 13 14:10:21 2011
|
136
|
+
|
137
|
+
|
138
|
+
WorldScale 1
|
139
|
+
|
140
|
+
Node Group
|
141
|
+
Name scene
|
142
|
+
Number 0
|
143
|
+
Child 1
|
144
|
+
Child 2
|
145
|
+
Child 3
|
146
|
+
MotionPath no
|
147
|
+
PosX 0
|
148
|
+
PosY 0
|
149
|
+
Flags SCHEMATIC_HIDDEN
|
150
|
+
OutputsSize 1
|
151
|
+
0
|
152
|
+
Specifics
|
153
|
+
{
|
154
|
+
}
|
155
|
+
End
|
156
|
+
Node Camera
|
157
|
+
Name DefaultCam
|
158
|
+
Number 1
|
159
|
+
MotionPath no
|
160
|
+
PosX -530
|
161
|
+
PosY 258
|
162
|
+
OutputsSize 0
|
163
|
+
Specifics
|
164
|
+
{
|
165
|
+
CamChannel
|
166
|
+
{
|
167
|
+
Channel position/x
|
168
|
+
Extrapolation constant
|
169
|
+
Value 0.000000000
|
170
|
+
End
|
171
|
+
Channel position/y
|
172
|
+
Extrapolation constant
|
173
|
+
Value 0.000000000
|
174
|
+
End
|
175
|
+
Channel position/z
|
176
|
+
Extrapolation constant
|
177
|
+
Value 1483.637695312
|
178
|
+
End
|
179
|
+
Channel speed
|
180
|
+
Extrapolation constant
|
181
|
+
Value 0
|
182
|
+
End
|
183
|
+
Channel interest/x
|
184
|
+
Extrapolation constant
|
185
|
+
Value 0.000000000
|
186
|
+
End
|
187
|
+
Channel interest/y
|
188
|
+
Extrapolation constant
|
189
|
+
Value 0.000000000
|
190
|
+
End
|
191
|
+
Channel interest/z
|
192
|
+
Extrapolation constant
|
193
|
+
Value 0.000000000
|
194
|
+
End
|
195
|
+
Channel int_speed
|
196
|
+
Extrapolation constant
|
197
|
+
Value 0
|
198
|
+
End
|
199
|
+
Channel rotation/x
|
200
|
+
Extrapolation constant
|
201
|
+
Value 0.000000000
|
202
|
+
End
|
203
|
+
Channel rotation/y
|
204
|
+
Extrapolation constant
|
205
|
+
Value 0.000000000
|
206
|
+
End
|
207
|
+
Channel rotation/z
|
208
|
+
Extrapolation constant
|
209
|
+
Value 0.000000000
|
210
|
+
End
|
211
|
+
Channel roll
|
212
|
+
Extrapolation constant
|
213
|
+
Value 0.000000000
|
214
|
+
End
|
215
|
+
Channel fov
|
216
|
+
Extrapolation constant
|
217
|
+
Value 40.000000000
|
218
|
+
End
|
219
|
+
Channel near
|
220
|
+
Extrapolation constant
|
221
|
+
Value 1
|
222
|
+
End
|
223
|
+
Channel far
|
224
|
+
Extrapolation constant
|
225
|
+
Value 10000
|
226
|
+
End
|
227
|
+
Channel distance
|
228
|
+
Extrapolation constant
|
229
|
+
Value 1483.64
|
230
|
+
End
|
231
|
+
Channel lens_distortion/x
|
232
|
+
Extrapolation constant
|
233
|
+
Value 0
|
234
|
+
End
|
235
|
+
Channel lens_distortion/y
|
236
|
+
Extrapolation constant
|
237
|
+
Value 0
|
238
|
+
End
|
239
|
+
Channel lens_distortion/magnitude
|
240
|
+
Extrapolation constant
|
241
|
+
Value 0
|
242
|
+
End
|
243
|
+
Channel lens_distortion/adjustment
|
244
|
+
Extrapolation constant
|
245
|
+
Value 0
|
246
|
+
End
|
247
|
+
Channel lens_distortion/anamorph
|
248
|
+
Extrapolation constant
|
249
|
+
Value 1
|
250
|
+
End
|
251
|
+
ChannelEnd
|
252
|
+
}
|
253
|
+
CamLensFitRes 0
|
254
|
+
CamLensFilter 1
|
255
|
+
CamLensMode 0
|
256
|
+
CamMotionPathMode no
|
257
|
+
CamMotionPath
|
258
|
+
{
|
259
|
+
Path pos_path
|
260
|
+
Dimension 3
|
261
|
+
Closed no
|
262
|
+
Size 0
|
263
|
+
End
|
264
|
+
|
265
|
+
Path poi_path
|
266
|
+
Dimension 3
|
267
|
+
Closed no
|
268
|
+
Size 0
|
269
|
+
End
|
270
|
+
|
271
|
+
}
|
272
|
+
Origin 0
|
273
|
+
CamIndex 0
|
274
|
+
CamPhysicalParameters
|
275
|
+
PhysicalCameraEnabled no
|
276
|
+
FStop FStop_1
|
277
|
+
Film_Type 35mm_Full_Frame
|
278
|
+
}
|
279
|
+
End
|
280
|
+
Node Camera
|
281
|
+
Name WorkingCam
|
282
|
+
Number 2
|
283
|
+
MotionPath no
|
284
|
+
PosX -394
|
285
|
+
PosY 258
|
286
|
+
Flags HIDDEN&SCHEMATIC_HIDDEN
|
287
|
+
OutputsSize 0
|
288
|
+
Specifics
|
289
|
+
{
|
290
|
+
CamChannel
|
291
|
+
{
|
292
|
+
Channel position/x
|
293
|
+
Extrapolation constant
|
294
|
+
Value 0.000000000
|
295
|
+
End
|
296
|
+
Channel position/y
|
297
|
+
Extrapolation constant
|
298
|
+
Value 0.000000000
|
299
|
+
End
|
300
|
+
Channel position/z
|
301
|
+
Extrapolation constant
|
302
|
+
Value 1483.637695312
|
303
|
+
End
|
304
|
+
Channel speed
|
305
|
+
Extrapolation constant
|
306
|
+
Value 0
|
307
|
+
End
|
308
|
+
Channel interest/x
|
309
|
+
Extrapolation constant
|
310
|
+
Value 0.000000000
|
311
|
+
End
|
312
|
+
Channel interest/y
|
313
|
+
Extrapolation constant
|
314
|
+
Value 0.000000000
|
315
|
+
End
|
316
|
+
Channel interest/z
|
317
|
+
Extrapolation constant
|
318
|
+
Value 0.000000000
|
319
|
+
End
|
320
|
+
Channel int_speed
|
321
|
+
Extrapolation constant
|
322
|
+
Value 0
|
323
|
+
End
|
324
|
+
Channel rotation/x
|
325
|
+
Extrapolation constant
|
326
|
+
Value 0.000000000
|
327
|
+
End
|
328
|
+
Channel rotation/y
|
329
|
+
Extrapolation constant
|
330
|
+
Value 0.000000000
|
331
|
+
End
|
332
|
+
Channel rotation/z
|
333
|
+
Extrapolation constant
|
334
|
+
Value 0.000000000
|
335
|
+
End
|
336
|
+
Channel roll
|
337
|
+
Extrapolation constant
|
338
|
+
Value 0.000000000
|
339
|
+
End
|
340
|
+
Channel fov
|
341
|
+
Extrapolation constant
|
342
|
+
Value 40.000000000
|
343
|
+
End
|
344
|
+
Channel near
|
345
|
+
Extrapolation constant
|
346
|
+
Value 1
|
347
|
+
End
|
348
|
+
Channel far
|
349
|
+
Extrapolation constant
|
350
|
+
Value 10000
|
351
|
+
End
|
352
|
+
Channel distance
|
353
|
+
Extrapolation constant
|
354
|
+
Value 1483.64
|
355
|
+
End
|
356
|
+
Channel lens_distortion/x
|
357
|
+
Extrapolation constant
|
358
|
+
Value 0
|
359
|
+
End
|
360
|
+
Channel lens_distortion/y
|
361
|
+
Extrapolation constant
|
362
|
+
Value 0
|
363
|
+
End
|
364
|
+
Channel lens_distortion/magnitude
|
365
|
+
Extrapolation constant
|
366
|
+
Value 0
|
367
|
+
End
|
368
|
+
Channel lens_distortion/adjustment
|
369
|
+
Extrapolation constant
|
370
|
+
Value 0
|
371
|
+
End
|
372
|
+
Channel lens_distortion/anamorph
|
373
|
+
Extrapolation constant
|
374
|
+
Value 1
|
375
|
+
End
|
376
|
+
ChannelEnd
|
377
|
+
}
|
378
|
+
CamLensFitRes 0
|
379
|
+
CamLensFilter 1
|
380
|
+
CamLensMode 0
|
381
|
+
CamMotionPathMode no
|
382
|
+
CamMotionPath
|
383
|
+
{
|
384
|
+
Path pos_path
|
385
|
+
Dimension 3
|
386
|
+
Closed no
|
387
|
+
Size 0
|
388
|
+
End
|
389
|
+
|
390
|
+
Path poi_path
|
391
|
+
Dimension 3
|
392
|
+
Closed no
|
393
|
+
Size 0
|
394
|
+
End
|
395
|
+
|
396
|
+
}
|
397
|
+
Origin 0
|
398
|
+
CamIndex 1000004
|
399
|
+
CamPhysicalParameters
|
400
|
+
PhysicalCameraEnabled no
|
401
|
+
FStop FStop_1
|
402
|
+
Film_Type 35mm_Full_Frame
|
403
|
+
}
|
404
|
+
End
|
405
|
+
Node Axis
|
406
|
+
Name axis1
|
407
|
+
Number 3
|
408
|
+
MotionPath no
|
409
|
+
PosX -417
|
410
|
+
PosY 36
|
411
|
+
OutputsSize 1
|
412
|
+
0
|
413
|
+
Specifics
|
414
|
+
{
|
415
|
+
Channel position/x
|
416
|
+
Extrapolation constant
|
417
|
+
Value 0
|
418
|
+
Size 100
|
419
|
+
KeyVersion 1
|
420
|
+
Key 0
|
421
|
+
Frame 1
|
422
|
+
Value 0
|
423
|
+
Interpolation linear
|
424
|
+
End
|
425
|
+
Key 1
|
426
|
+
Frame 2
|
427
|
+
Value 1.4634
|
428
|
+
Interpolation linear
|
429
|
+
RightSlope 2.84317
|
430
|
+
LeftSlope 2.84317
|
431
|
+
End
|
432
|
+
Key 2
|
433
|
+
Frame 3
|
434
|
+
Value 5.68634
|
435
|
+
Interpolation linear
|
436
|
+
RightSlope 5.47729
|
437
|
+
LeftSlope 5.47729
|
438
|
+
End
|
439
|
+
Key 3
|
440
|
+
Frame 4
|
441
|
+
Value 12.418
|
442
|
+
Interpolation linear
|
443
|
+
RightSlope 7.86053
|
444
|
+
LeftSlope 7.86053
|
445
|
+
End
|
446
|
+
Key 4
|
447
|
+
Frame 5
|
448
|
+
Value 21.4074
|
449
|
+
Interpolation linear
|
450
|
+
RightSlope 9.99291
|
451
|
+
LeftSlope 9.99291
|
452
|
+
End
|
453
|
+
Key 5
|
454
|
+
Frame 6
|
455
|
+
Value 32.4038
|
456
|
+
Interpolation linear
|
457
|
+
RightSlope 11.8744
|
458
|
+
LeftSlope 11.8744
|
459
|
+
End
|
460
|
+
Key 6
|
461
|
+
Frame 7
|
462
|
+
Value 45.1562
|
463
|
+
Interpolation linear
|
464
|
+
RightSlope 13.5051
|
465
|
+
LeftSlope 13.5051
|
466
|
+
End
|
467
|
+
Key 7
|
468
|
+
Frame 8
|
469
|
+
Value 59.4139
|
470
|
+
Interpolation linear
|
471
|
+
RightSlope 14.8848
|
472
|
+
LeftSlope 14.8848
|
473
|
+
End
|
474
|
+
Key 8
|
475
|
+
Frame 9
|
476
|
+
Value 74.9259
|
477
|
+
Interpolation linear
|
478
|
+
RightSlope 16.0137
|
479
|
+
LeftSlope 16.0137
|
480
|
+
End
|
481
|
+
Key 9
|
482
|
+
Frame 10
|
483
|
+
Value 91.4414
|
484
|
+
Interpolation linear
|
485
|
+
RightSlope 16.8918
|
486
|
+
LeftSlope 16.8918
|
487
|
+
End
|
488
|
+
Key 10
|
489
|
+
Frame 11
|
490
|
+
Value 108.709
|
491
|
+
Interpolation linear
|
492
|
+
RightSlope 17.519
|
493
|
+
LeftSlope 17.519
|
494
|
+
End
|
495
|
+
Key 11
|
496
|
+
Frame 12
|
497
|
+
Value 126.479
|
498
|
+
Interpolation linear
|
499
|
+
RightSlope 17.8953
|
500
|
+
LeftSlope 17.8953
|
501
|
+
End
|
502
|
+
Key 12
|
503
|
+
Frame 13
|
504
|
+
Value 144.5
|
505
|
+
Interpolation linear
|
506
|
+
RightSlope 18.0207
|
507
|
+
LeftSlope 18.0207
|
508
|
+
End
|
509
|
+
Key 13
|
510
|
+
Frame 14
|
511
|
+
Value 162.521
|
512
|
+
Interpolation linear
|
513
|
+
RightSlope 17.8953
|
514
|
+
LeftSlope 17.8953
|
515
|
+
End
|
516
|
+
Key 14
|
517
|
+
Frame 15
|
518
|
+
Value 180.291
|
519
|
+
Interpolation linear
|
520
|
+
RightSlope 17.519
|
521
|
+
LeftSlope 17.519
|
522
|
+
End
|
523
|
+
Key 15
|
524
|
+
Frame 16
|
525
|
+
Value 197.559
|
526
|
+
Interpolation linear
|
527
|
+
RightSlope 16.8918
|
528
|
+
LeftSlope 16.8918
|
529
|
+
End
|
530
|
+
Key 16
|
531
|
+
Frame 17
|
532
|
+
Value 214.074
|
533
|
+
Interpolation linear
|
534
|
+
RightSlope 16.0137
|
535
|
+
LeftSlope 16.0137
|
536
|
+
End
|
537
|
+
Key 17
|
538
|
+
Frame 18
|
539
|
+
Value 229.586
|
540
|
+
Interpolation linear
|
541
|
+
RightSlope 14.8848
|
542
|
+
LeftSlope 14.8848
|
543
|
+
End
|
544
|
+
Key 18
|
545
|
+
Frame 19
|
546
|
+
Value 243.844
|
547
|
+
Interpolation linear
|
548
|
+
RightSlope 13.5051
|
549
|
+
LeftSlope 13.5051
|
550
|
+
End
|
551
|
+
Key 19
|
552
|
+
Frame 20
|
553
|
+
Value 256.596
|
554
|
+
Interpolation linear
|
555
|
+
RightSlope 11.8744
|
556
|
+
LeftSlope 11.8744
|
557
|
+
End
|
558
|
+
Key 20
|
559
|
+
Frame 21
|
560
|
+
Value 267.593
|
561
|
+
Interpolation linear
|
562
|
+
RightSlope 9.9929
|
563
|
+
LeftSlope 9.9929
|
564
|
+
End
|
565
|
+
Key 21
|
566
|
+
Frame 22
|
567
|
+
Value 276.582
|
568
|
+
Interpolation linear
|
569
|
+
RightSlope 7.86053
|
570
|
+
LeftSlope 7.86053
|
571
|
+
End
|
572
|
+
Key 22
|
573
|
+
Frame 23
|
574
|
+
Value 283.314
|
575
|
+
Interpolation linear
|
576
|
+
RightSlope 5.47729
|
577
|
+
LeftSlope 5.47729
|
578
|
+
End
|
579
|
+
Key 23
|
580
|
+
Frame 24
|
581
|
+
Value 287.537
|
582
|
+
Interpolation linear
|
583
|
+
RightSlope 2.84317
|
584
|
+
LeftSlope 2.84317
|
585
|
+
End
|
586
|
+
Key 24
|
587
|
+
Frame 25
|
588
|
+
Value 289
|
589
|
+
Interpolation linear
|
590
|
+
RightSlope 0.700577
|
591
|
+
LeftSlope 0.700577
|
592
|
+
End
|
593
|
+
Key 25
|
594
|
+
Frame 26
|
595
|
+
Value 288.938
|
596
|
+
Interpolation linear
|
597
|
+
RightSlope -0.147156
|
598
|
+
LeftSlope -0.147156
|
599
|
+
End
|
600
|
+
Key 26
|
601
|
+
Frame 27
|
602
|
+
Value 288.706
|
603
|
+
Interpolation linear
|
604
|
+
RightSlope -0.351059
|
605
|
+
LeftSlope -0.351059
|
606
|
+
End
|
607
|
+
Key 27
|
608
|
+
Frame 28
|
609
|
+
Value 288.236
|
610
|
+
Interpolation linear
|
611
|
+
RightSlope -0.623047
|
612
|
+
LeftSlope -0.623047
|
613
|
+
End
|
614
|
+
Key 28
|
615
|
+
Frame 29
|
616
|
+
Value 287.46
|
617
|
+
Interpolation linear
|
618
|
+
RightSlope -0.963135
|
619
|
+
LeftSlope -0.963135
|
620
|
+
End
|
621
|
+
Key 29
|
622
|
+
Frame 30
|
623
|
+
Value 286.309
|
624
|
+
Interpolation linear
|
625
|
+
RightSlope -1.37129
|
626
|
+
LeftSlope -1.37129
|
627
|
+
End
|
628
|
+
Key 30
|
629
|
+
Frame 31
|
630
|
+
Value 284.717
|
631
|
+
Interpolation linear
|
632
|
+
RightSlope -1.84752
|
633
|
+
LeftSlope -1.84752
|
634
|
+
End
|
635
|
+
Key 31
|
636
|
+
Frame 32
|
637
|
+
Value 282.614
|
638
|
+
Interpolation linear
|
639
|
+
RightSlope -2.39186
|
640
|
+
LeftSlope -2.39186
|
641
|
+
End
|
642
|
+
Key 32
|
643
|
+
Frame 33
|
644
|
+
Value 279.933
|
645
|
+
Interpolation linear
|
646
|
+
RightSlope -3.00429
|
647
|
+
LeftSlope -3.00429
|
648
|
+
End
|
649
|
+
Key 33
|
650
|
+
Frame 34
|
651
|
+
Value 276.606
|
652
|
+
Interpolation linear
|
653
|
+
RightSlope -3.68478
|
654
|
+
LeftSlope -3.68478
|
655
|
+
End
|
656
|
+
Key 34
|
657
|
+
Frame 35
|
658
|
+
Value 272.564
|
659
|
+
Interpolation linear
|
660
|
+
RightSlope -4.43338
|
661
|
+
LeftSlope -4.43338
|
662
|
+
End
|
663
|
+
Key 35
|
664
|
+
Frame 36
|
665
|
+
Value 267.739
|
666
|
+
Interpolation linear
|
667
|
+
RightSlope -5.25006
|
668
|
+
LeftSlope -5.25006
|
669
|
+
End
|
670
|
+
Key 36
|
671
|
+
Frame 37
|
672
|
+
Value 262.064
|
673
|
+
Interpolation linear
|
674
|
+
RightSlope -6.13482
|
675
|
+
LeftSlope -6.13482
|
676
|
+
End
|
677
|
+
Key 37
|
678
|
+
Frame 38
|
679
|
+
Value 255.469
|
680
|
+
Interpolation linear
|
681
|
+
RightSlope -7.08768
|
682
|
+
LeftSlope -7.08768
|
683
|
+
End
|
684
|
+
Key 38
|
685
|
+
Frame 39
|
686
|
+
Value 247.888
|
687
|
+
Interpolation linear
|
688
|
+
RightSlope -8.10862
|
689
|
+
LeftSlope -8.10862
|
690
|
+
End
|
691
|
+
Key 39
|
692
|
+
Frame 40
|
693
|
+
Value 239.252
|
694
|
+
Interpolation linear
|
695
|
+
RightSlope -9.19763
|
696
|
+
LeftSlope -9.19763
|
697
|
+
End
|
698
|
+
Key 40
|
699
|
+
Frame 41
|
700
|
+
Value 229.493
|
701
|
+
Interpolation linear
|
702
|
+
RightSlope -10.3548
|
703
|
+
LeftSlope -10.3548
|
704
|
+
End
|
705
|
+
Key 41
|
706
|
+
Frame 42
|
707
|
+
Value 218.543
|
708
|
+
Interpolation linear
|
709
|
+
RightSlope -11.58
|
710
|
+
LeftSlope -11.58
|
711
|
+
End
|
712
|
+
Key 42
|
713
|
+
Frame 43
|
714
|
+
Value 206.333
|
715
|
+
Interpolation linear
|
716
|
+
RightSlope -12.8732
|
717
|
+
LeftSlope -12.8732
|
718
|
+
End
|
719
|
+
Key 43
|
720
|
+
Frame 44
|
721
|
+
Value 192.796
|
722
|
+
Interpolation linear
|
723
|
+
RightSlope -14.2346
|
724
|
+
LeftSlope -14.2346
|
725
|
+
End
|
726
|
+
Key 44
|
727
|
+
Frame 45
|
728
|
+
Value 177.864
|
729
|
+
Interpolation linear
|
730
|
+
RightSlope -15.6641
|
731
|
+
LeftSlope -15.6641
|
732
|
+
End
|
733
|
+
Key 45
|
734
|
+
Frame 46
|
735
|
+
Value 161.468
|
736
|
+
Interpolation linear
|
737
|
+
RightSlope -17.1616
|
738
|
+
LeftSlope -17.1616
|
739
|
+
End
|
740
|
+
Key 46
|
741
|
+
Frame 47
|
742
|
+
Value 143.541
|
743
|
+
Interpolation linear
|
744
|
+
RightSlope -18.7272
|
745
|
+
LeftSlope -18.7272
|
746
|
+
End
|
747
|
+
Key 47
|
748
|
+
Frame 48
|
749
|
+
Value 124.014
|
750
|
+
Interpolation linear
|
751
|
+
RightSlope -20.361
|
752
|
+
LeftSlope -20.361
|
753
|
+
End
|
754
|
+
Key 48
|
755
|
+
Frame 49
|
756
|
+
Value 102.819
|
757
|
+
Interpolation linear
|
758
|
+
RightSlope -22.0628
|
759
|
+
LeftSlope -22.0628
|
760
|
+
End
|
761
|
+
Key 49
|
762
|
+
Frame 50
|
763
|
+
Value 79.888
|
764
|
+
Interpolation linear
|
765
|
+
RightSlope -23.8327
|
766
|
+
LeftSlope -23.8327
|
767
|
+
End
|
768
|
+
Key 50
|
769
|
+
Frame 51
|
770
|
+
Value 55.1534
|
771
|
+
Interpolation linear
|
772
|
+
RightSlope -25.6707
|
773
|
+
LeftSlope -25.6707
|
774
|
+
End
|
775
|
+
Key 51
|
776
|
+
Frame 52
|
777
|
+
Value 28.5467
|
778
|
+
Interpolation linear
|
779
|
+
RightSlope -27.5767
|
780
|
+
LeftSlope -27.5767
|
781
|
+
End
|
782
|
+
Key 52
|
783
|
+
Frame 53
|
784
|
+
Value 0
|
785
|
+
Interpolation linear
|
786
|
+
RightSlope 27.2611
|
787
|
+
LeftSlope 27.2611
|
788
|
+
End
|
789
|
+
Key 53
|
790
|
+
Frame 54
|
791
|
+
Value 83.0688
|
792
|
+
Interpolation linear
|
793
|
+
RightSlope 77.5988
|
794
|
+
LeftSlope 77.5988
|
795
|
+
End
|
796
|
+
Key 54
|
797
|
+
Frame 55
|
798
|
+
Value 155.198
|
799
|
+
Interpolation linear
|
800
|
+
RightSlope 67.0203
|
801
|
+
LeftSlope 67.0203
|
802
|
+
End
|
803
|
+
Key 55
|
804
|
+
Frame 56
|
805
|
+
Value 217.11
|
806
|
+
Interpolation linear
|
807
|
+
RightSlope 57.165
|
808
|
+
LeftSlope 57.165
|
809
|
+
End
|
810
|
+
Key 56
|
811
|
+
Frame 57
|
812
|
+
Value 269.528
|
813
|
+
Interpolation linear
|
814
|
+
RightSlope 48.0328
|
815
|
+
LeftSlope 48.0328
|
816
|
+
End
|
817
|
+
Key 57
|
818
|
+
Frame 58
|
819
|
+
Value 313.175
|
820
|
+
Interpolation linear
|
821
|
+
RightSlope 39.6238
|
822
|
+
LeftSlope 39.6238
|
823
|
+
End
|
824
|
+
Key 58
|
825
|
+
Frame 59
|
826
|
+
Value 348.775
|
827
|
+
Interpolation linear
|
828
|
+
RightSlope 31.938
|
829
|
+
LeftSlope 31.938
|
830
|
+
End
|
831
|
+
Key 59
|
832
|
+
Frame 60
|
833
|
+
Value 377.051
|
834
|
+
Interpolation linear
|
835
|
+
RightSlope 24.9752
|
836
|
+
LeftSlope 24.9752
|
837
|
+
End
|
838
|
+
Key 60
|
839
|
+
Frame 61
|
840
|
+
Value 398.726
|
841
|
+
Interpolation linear
|
842
|
+
RightSlope 18.7357
|
843
|
+
LeftSlope 18.7357
|
844
|
+
End
|
845
|
+
Key 61
|
846
|
+
Frame 62
|
847
|
+
Value 414.522
|
848
|
+
Interpolation linear
|
849
|
+
RightSlope 13.2192
|
850
|
+
LeftSlope 13.2192
|
851
|
+
End
|
852
|
+
Key 62
|
853
|
+
Frame 63
|
854
|
+
Value 425.164
|
855
|
+
Interpolation linear
|
856
|
+
RightSlope 8.42595
|
857
|
+
LeftSlope 8.42595
|
858
|
+
End
|
859
|
+
Key 63
|
860
|
+
Frame 64
|
861
|
+
Value 431.374
|
862
|
+
Interpolation linear
|
863
|
+
RightSlope 4.35588
|
864
|
+
LeftSlope 4.35588
|
865
|
+
End
|
866
|
+
Key 64
|
867
|
+
Frame 65
|
868
|
+
Value 433.876
|
869
|
+
Interpolation linear
|
870
|
+
RightSlope 1.00891
|
871
|
+
LeftSlope 1.00891
|
872
|
+
End
|
873
|
+
Key 65
|
874
|
+
Frame 66
|
875
|
+
Value 433.392
|
876
|
+
Interpolation linear
|
877
|
+
RightSlope -1.61494
|
878
|
+
LeftSlope -1.61494
|
879
|
+
End
|
880
|
+
Key 66
|
881
|
+
Frame 67
|
882
|
+
Value 430.646
|
883
|
+
Interpolation linear
|
884
|
+
RightSlope -3.51558
|
885
|
+
LeftSlope -3.51558
|
886
|
+
End
|
887
|
+
Key 67
|
888
|
+
Frame 68
|
889
|
+
Value 426.361
|
890
|
+
Interpolation linear
|
891
|
+
RightSlope -4.69312
|
892
|
+
LeftSlope -4.69312
|
893
|
+
End
|
894
|
+
Key 68
|
895
|
+
Frame 69
|
896
|
+
Value 421.26
|
897
|
+
Interpolation linear
|
898
|
+
RightSlope -5.14749
|
899
|
+
LeftSlope -5.14749
|
900
|
+
End
|
901
|
+
Key 69
|
902
|
+
Frame 70
|
903
|
+
Value 416.066
|
904
|
+
Interpolation linear
|
905
|
+
RightSlope -4.87875
|
906
|
+
LeftSlope -4.87875
|
907
|
+
End
|
908
|
+
Key 70
|
909
|
+
Frame 71
|
910
|
+
Value 411.502
|
911
|
+
Interpolation linear
|
912
|
+
RightSlope -3.88681
|
913
|
+
LeftSlope -3.88681
|
914
|
+
End
|
915
|
+
Key 71
|
916
|
+
Frame 72
|
917
|
+
Value 408.292
|
918
|
+
Interpolation linear
|
919
|
+
RightSlope -2.17163
|
920
|
+
LeftSlope -2.17163
|
921
|
+
End
|
922
|
+
Key 72
|
923
|
+
Frame 73
|
924
|
+
Value 407.159
|
925
|
+
Interpolation linear
|
926
|
+
RightSlope 0.266541
|
927
|
+
LeftSlope 0.266541
|
928
|
+
End
|
929
|
+
Key 73
|
930
|
+
Frame 74
|
931
|
+
Value 408.826
|
932
|
+
Interpolation linear
|
933
|
+
RightSlope 3.42784
|
934
|
+
LeftSlope 3.42784
|
935
|
+
End
|
936
|
+
Key 74
|
937
|
+
Frame 75
|
938
|
+
Value 414.015
|
939
|
+
Interpolation linear
|
940
|
+
RightSlope 4.64021
|
941
|
+
LeftSlope 4.64021
|
942
|
+
End
|
943
|
+
Key 75
|
944
|
+
Frame 76
|
945
|
+
Value 418.106
|
946
|
+
Interpolation linear
|
947
|
+
RightSlope 1.16954
|
948
|
+
LeftSlope 1.16954
|
949
|
+
End
|
950
|
+
Key 76
|
951
|
+
Frame 77
|
952
|
+
Value 416.354
|
953
|
+
Interpolation linear
|
954
|
+
RightSlope -4.40477
|
955
|
+
LeftSlope -4.40477
|
956
|
+
End
|
957
|
+
Key 77
|
958
|
+
Frame 78
|
959
|
+
Value 409.296
|
960
|
+
Interpolation linear
|
961
|
+
RightSlope -9.44141
|
962
|
+
LeftSlope -9.44141
|
963
|
+
End
|
964
|
+
Key 78
|
965
|
+
Frame 79
|
966
|
+
Value 397.471
|
967
|
+
Interpolation linear
|
968
|
+
RightSlope -13.9404
|
969
|
+
LeftSlope -13.9404
|
970
|
+
End
|
971
|
+
Key 79
|
972
|
+
Frame 80
|
973
|
+
Value 381.416
|
974
|
+
Interpolation linear
|
975
|
+
RightSlope -17.9016
|
976
|
+
LeftSlope -17.9016
|
977
|
+
End
|
978
|
+
Key 80
|
979
|
+
Frame 81
|
980
|
+
Value 361.668
|
981
|
+
Interpolation linear
|
982
|
+
RightSlope -21.3253
|
983
|
+
LeftSlope -21.3253
|
984
|
+
End
|
985
|
+
Key 81
|
986
|
+
Frame 82
|
987
|
+
Value 338.765
|
988
|
+
Interpolation linear
|
989
|
+
RightSlope -24.2112
|
990
|
+
LeftSlope -24.2112
|
991
|
+
End
|
992
|
+
Key 82
|
993
|
+
Frame 83
|
994
|
+
Value 313.245
|
995
|
+
Interpolation linear
|
996
|
+
RightSlope -26.5595
|
997
|
+
LeftSlope -26.5595
|
998
|
+
End
|
999
|
+
Key 83
|
1000
|
+
Frame 84
|
1001
|
+
Value 285.646
|
1002
|
+
Interpolation linear
|
1003
|
+
RightSlope -28.37
|
1004
|
+
LeftSlope -28.37
|
1005
|
+
End
|
1006
|
+
Key 84
|
1007
|
+
Frame 85
|
1008
|
+
Value 256.505
|
1009
|
+
Interpolation linear
|
1010
|
+
RightSlope -29.643
|
1011
|
+
LeftSlope -29.643
|
1012
|
+
End
|
1013
|
+
Key 85
|
1014
|
+
Frame 86
|
1015
|
+
Value 226.36
|
1016
|
+
Interpolation linear
|
1017
|
+
RightSlope -30.3782
|
1018
|
+
LeftSlope -30.3782
|
1019
|
+
End
|
1020
|
+
Key 86
|
1021
|
+
Frame 87
|
1022
|
+
Value 195.749
|
1023
|
+
Interpolation linear
|
1024
|
+
RightSlope -30.5758
|
1025
|
+
LeftSlope -30.5758
|
1026
|
+
End
|
1027
|
+
Key 87
|
1028
|
+
Frame 88
|
1029
|
+
Value 165.209
|
1030
|
+
Interpolation linear
|
1031
|
+
RightSlope -30.2356
|
1032
|
+
LeftSlope -30.2356
|
1033
|
+
End
|
1034
|
+
Key 88
|
1035
|
+
Frame 89
|
1036
|
+
Value 135.278
|
1037
|
+
Interpolation linear
|
1038
|
+
RightSlope -29.3579
|
1039
|
+
LeftSlope -29.3579
|
1040
|
+
End
|
1041
|
+
Key 89
|
1042
|
+
Frame 90
|
1043
|
+
Value 106.493
|
1044
|
+
Interpolation linear
|
1045
|
+
RightSlope -27.9424
|
1046
|
+
LeftSlope -27.9424
|
1047
|
+
End
|
1048
|
+
Key 90
|
1049
|
+
Frame 91
|
1050
|
+
Value 79.3927
|
1051
|
+
Interpolation linear
|
1052
|
+
RightSlope -25.9893
|
1053
|
+
LeftSlope -25.9893
|
1054
|
+
End
|
1055
|
+
Key 91
|
1056
|
+
Frame 92
|
1057
|
+
Value 54.5144
|
1058
|
+
Interpolation linear
|
1059
|
+
RightSlope -23.4985
|
1060
|
+
LeftSlope -23.4985
|
1061
|
+
End
|
1062
|
+
Key 92
|
1063
|
+
Frame 93
|
1064
|
+
Value 32.3958
|
1065
|
+
Interpolation linear
|
1066
|
+
RightSlope -20.47
|
1067
|
+
LeftSlope -20.47
|
1068
|
+
End
|
1069
|
+
Key 93
|
1070
|
+
Frame 94
|
1071
|
+
Value 13.5745
|
1072
|
+
Interpolation linear
|
1073
|
+
RightSlope -16.9038
|
1074
|
+
LeftSlope -16.9038
|
1075
|
+
End
|
1076
|
+
Key 94
|
1077
|
+
Frame 95
|
1078
|
+
Value -1.41183
|
1079
|
+
Interpolation linear
|
1080
|
+
RightSlope -12.8
|
1081
|
+
LeftSlope -12.8
|
1082
|
+
End
|
1083
|
+
Key 95
|
1084
|
+
Frame 96
|
1085
|
+
Value -12.0255
|
1086
|
+
Interpolation linear
|
1087
|
+
RightSlope -8.15849
|
1088
|
+
LeftSlope -8.15849
|
1089
|
+
End
|
1090
|
+
Key 96
|
1091
|
+
Frame 97
|
1092
|
+
Value -17.7288
|
1093
|
+
Interpolation linear
|
1094
|
+
RightSlope -2.97931
|
1095
|
+
LeftSlope -2.97931
|
1096
|
+
End
|
1097
|
+
Key 97
|
1098
|
+
Frame 98
|
1099
|
+
Value -17.9841
|
1100
|
+
Interpolation linear
|
1101
|
+
RightSlope 2.73755
|
1102
|
+
LeftSlope 2.73755
|
1103
|
+
End
|
1104
|
+
Key 98
|
1105
|
+
Frame 99
|
1106
|
+
Value -12.2537
|
1107
|
+
Interpolation linear
|
1108
|
+
RightSlope 8.99207
|
1109
|
+
LeftSlope 8.99207
|
1110
|
+
End
|
1111
|
+
Key 99
|
1112
|
+
Frame 100
|
1113
|
+
Value 0
|
1114
|
+
Interpolation linear
|
1115
|
+
RightSlope 15.6947
|
1116
|
+
RightAutomaticSlope no
|
1117
|
+
End
|
1118
|
+
Uncollapsed
|
1119
|
+
End
|
1120
|
+
Channel position/y
|
1121
|
+
Extrapolation constant
|
1122
|
+
Value 0
|
1123
|
+
Size 5
|
1124
|
+
KeyVersion 1
|
1125
|
+
Key 0
|
1126
|
+
Frame 1
|
1127
|
+
Value 0
|
1128
|
+
Interpolation hermite
|
1129
|
+
End
|
1130
|
+
Key 1
|
1131
|
+
Frame 25
|
1132
|
+
Value 289
|
1133
|
+
Interpolation hermite
|
1134
|
+
End
|
1135
|
+
Key 2
|
1136
|
+
Frame 53
|
1137
|
+
Value 0
|
1138
|
+
Interpolation hermite
|
1139
|
+
RightSlope 88.7799
|
1140
|
+
LeftSlope -29.5395
|
1141
|
+
RightAutomaticSlope no
|
1142
|
+
LeftAutomaticSlope no
|
1143
|
+
BreakSlope yes
|
1144
|
+
End
|
1145
|
+
Key 3
|
1146
|
+
Frame 75
|
1147
|
+
Value 414.015
|
1148
|
+
Interpolation hermite
|
1149
|
+
RightSlope 7.19192
|
1150
|
+
RightAutomaticSlope no
|
1151
|
+
End
|
1152
|
+
Key 4
|
1153
|
+
Frame 100
|
1154
|
+
Value 0
|
1155
|
+
Interpolation hermite
|
1156
|
+
RightSlope 15.6947
|
1157
|
+
RightAutomaticSlope no
|
1158
|
+
End
|
1159
|
+
Uncollapsed
|
1160
|
+
End
|
1161
|
+
Channel position/z
|
1162
|
+
Extrapolation constant
|
1163
|
+
Value 0
|
1164
|
+
Uncollapsed
|
1165
|
+
End
|
1166
|
+
Channel speed
|
1167
|
+
Extrapolation constant
|
1168
|
+
Value 0
|
1169
|
+
Uncollapsed
|
1170
|
+
End
|
1171
|
+
Channel rotation/x
|
1172
|
+
Extrapolation constant
|
1173
|
+
Value 0
|
1174
|
+
Uncollapsed
|
1175
|
+
End
|
1176
|
+
Channel rotation/y
|
1177
|
+
Extrapolation constant
|
1178
|
+
Value 0
|
1179
|
+
Uncollapsed
|
1180
|
+
End
|
1181
|
+
Channel rotation/z
|
1182
|
+
Extrapolation constant
|
1183
|
+
Value 0
|
1184
|
+
Uncollapsed
|
1185
|
+
End
|
1186
|
+
Channel scaling/x
|
1187
|
+
Extrapolation constant
|
1188
|
+
Value 100
|
1189
|
+
Uncollapsed
|
1190
|
+
End
|
1191
|
+
Channel scaling/y
|
1192
|
+
Extrapolation constant
|
1193
|
+
Value 100
|
1194
|
+
Uncollapsed
|
1195
|
+
End
|
1196
|
+
Channel scaling/z
|
1197
|
+
Extrapolation constant
|
1198
|
+
Value 100
|
1199
|
+
Uncollapsed
|
1200
|
+
End
|
1201
|
+
Channel shearing/x
|
1202
|
+
Extrapolation constant
|
1203
|
+
Value 0
|
1204
|
+
Uncollapsed
|
1205
|
+
End
|
1206
|
+
Channel shearing/y
|
1207
|
+
Extrapolation constant
|
1208
|
+
Value 0
|
1209
|
+
Uncollapsed
|
1210
|
+
End
|
1211
|
+
Channel shearing/z
|
1212
|
+
Extrapolation constant
|
1213
|
+
Value 0
|
1214
|
+
Uncollapsed
|
1215
|
+
End
|
1216
|
+
Channel centre/x
|
1217
|
+
Extrapolation constant
|
1218
|
+
Value 0
|
1219
|
+
Uncollapsed
|
1220
|
+
End
|
1221
|
+
Channel centre/y
|
1222
|
+
Extrapolation constant
|
1223
|
+
Value 0
|
1224
|
+
Uncollapsed
|
1225
|
+
End
|
1226
|
+
Channel centre/z
|
1227
|
+
Extrapolation constant
|
1228
|
+
Value 0
|
1229
|
+
Uncollapsed
|
1230
|
+
End
|
1231
|
+
ChannelEnd
|
1232
|
+
Path position
|
1233
|
+
Dimension 3
|
1234
|
+
Closed no
|
1235
|
+
Size 0
|
1236
|
+
End
|
1237
|
+
|
1238
|
+
MBlur yes
|
1239
|
+
Global no
|
1240
|
+
LookatNode -1
|
1241
|
+
Orientation 2
|
1242
|
+
RigSelection 0
|
1243
|
+
AutoScale 0
|
1244
|
+
}
|
1245
|
+
End
|
1246
|
+
ConcreteEnd
|
1247
|
+
|
1248
|
+
#
|
1249
|
+
# outputs
|
1250
|
+
#
|
1251
|
+
CurrentOutputIdx 0
|
1252
|
+
NumberOfOutputs 1
|
1253
|
+
Index 0
|
1254
|
+
Uuid "660d4b2a-60f6-4092-9ef2-fafd841b520d"
|
1255
|
+
Name "complete_scene"
|
1256
|
+
Active yes
|
1257
|
+
CompleteScene yes
|
1258
|
+
AntiAliasing yes
|
1259
|
+
MotionBlur yes
|
1260
|
+
DOF yes
|
1261
|
+
Camera 1000000
|
1262
|
+
OutputType 0
|
1263
|
+
Transparency yes
|
1264
|
+
UseEmissive yes
|
1265
|
+
MatteBackColor 1
|
1266
|
+
MediaMatteIdx 1
|
1267
|
+
OutputMode 0
|
1268
|
+
BackgroundMode 0
|
1269
|
+
BackgroundColor 0 0 0 1
|
1270
|
+
End
|
1271
|
+
End
|
1272
|
+
|
1273
|
+
#
|
1274
|
+
# layers
|
1275
|
+
#
|
1276
|
+
ActionLayerFileVersion 1.5
|
1277
|
+
CreationDate Fri May 13 14:10:21 2011
|
1278
|
+
|
1279
|
+
LayerCount 0
|
1280
|
+
ProxyMode PROXY_OFF
|
1281
|
+
|
1282
|
+
LayerEnd
|
1283
|
+
|
1284
|
+
#
|
1285
|
+
# multitracks
|
1286
|
+
#
|
1287
|
+
ActionMTFileVersion 1.5
|
1288
|
+
CreationDate Fri May 13 14:10:21 2011
|
1289
|
+
|
1290
|
+
|
1291
|
+
MultiTrackEnd
|
1292
|
+
|
1293
|
+
#
|
1294
|
+
# drawing order
|
1295
|
+
#
|
1296
|
+
DrawingOrderFileVersion 1.0
|
1297
|
+
CreationDate Fri May 13 14:10:21 2011
|
1298
|
+
|
1299
|
+
LookupTableFrame 1
|
1300
|
+
LookupTableGroup 0
|
1301
|
+
LookupTableNPath 1
|
1302
|
+
OutputsSize 1
|
1303
|
+
OutputIndex 0
|
1304
|
+
ObjectColor 0
|
1305
|
+
End
|
1306
|
+
End
|
1307
|
+
LookupTableGroup 1
|
1308
|
+
LookupTableNPath 2
|
1309
|
+
OutputsSize 0
|
1310
|
+
End
|
1311
|
+
LookupTableGroup 2
|
1312
|
+
LookupTableNPath 0
|
1313
|
+
OutputsSize 0
|
1314
|
+
End
|
1315
|
+
LookupTableGroup 3
|
1316
|
+
LookupTableNPath 3
|
1317
|
+
OutputsSize 1
|
1318
|
+
OutputIndex 0
|
1319
|
+
ObjectColor 0
|
1320
|
+
End
|
1321
|
+
End
|
1322
|
+
DrawingOrderEnd
|