Subversion Repository Public Repository

Nextrek

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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
Kaydara FBX Binary  ��FBXHeaderExtension\FBXHeaderVersionI�x
FBXVersionI��EncryptionTypeI�CreationTimeStamp�VersionI��YearI��MonthIDayI'HourI?MinuteIWSecondItMillisecondI�'CreatorS"FBX SDK/FBX Plugins version 2013.0�'	SceneInfoSGlobalInfoSceneInfoSUserData
TypeSUserData0VersionIdMetaData^VersionIduTitleS�SubjectS�AuthorS�KeywordsS�RevisionS�CommentS�Properties70��PSDocumentUrlSKStringSUrlSSWC:\dev\mocap\production\Assets\Mocap\MecanimMotionDatabaseSkeleton\_1_Edit1_WalkFWD.fbxB�PSSrcDocumentUrlSKStringSUrlSSWC:\dev\mocap\production\Assets\Mocap\MecanimMotionDatabaseSkeleton\_1_Edit1_WalkFWD.fbxt$PSOriginalSCompoundSS�BPSOriginal|ApplicationVendorSKStringSSSAutodeskEPSOriginal|ApplicationNameSKStringSSS
MotionBuilderd?PSOriginal|ApplicationVersionSKStringSSS2013�MPSOriginal|DateTime_GMTSDateTimeSSS08/11/2012 20:24:18.994�1PSOriginal|FileNameSKStringSSS1%PS	LastSavedSCompoundSS�CPSLastSaved|ApplicationVendorSKStringSSSAutodesk�FPSLastSaved|ApplicationNameSKStringSSS
MotionBuilder$@PSLastSaved|ApplicationVersionSKStringSSS2013�NPSLastSaved|DateTime_GMTSDateTimeSSS08/11/2012 20:24:18.994�FileIdR)�#�(�ǺͶ%� ��CreationTimeS2012-11-08 15:24:19:000N6CreatorS1FBX SDK/FBX Plugins version 2013.0 build=20120105�GlobalSettings�VersionI��Properties70�)PSUpAxisSintSIntegerSI
	-PS
UpAxisSignSintSIntegerSIG	,PS	FrontAxisSintSIntegerSI�	0PS
FrontAxisSignSintSIntegerSI�	,PS	CoordAxisSintSIntegerSI�	0PS
CoordAxisSignSintSIntegerSI<
1PSOriginalUpAxisSintSIntegerSI����
5PSOriginalUpAxisSignSintSIntegerSI�
8PSUnitScaleFactorSdoubleSNumberSD�?@PSOriginalUnitScaleFactorSdoubleSNumberSD�?iHPSAmbientColorSColorRGBSColorSD����?D����?D����?�APS
DefaultCameraSKStringSSSProducer Perspective�%PSTimeModeSenumSSI,3PS
TimeSpanStartSKTimeSTimeSLl2PSTimeSpanStopSKTimeSTimeSL��B �8PSCustomFrameRateSdoubleSNumberSD�	Documents�CountI!DocumentL�w�S	KFbxSceneSScene�
Properties70|
&PSSourceObjectSobjectSS�
CPSActiveAnimStackNameSKStringSSS_1_Edit1_WalkFWD�
	RootNodeL6
References�CDefinitionsgVersionId~CountI!�
ObjectTypeSGlobalSettings�CountI 
ObjectTypeSMotionBuilder_SystemCountI�"

ObjectTypeSModelXCountIT�"PropertyTemplateSFbxNode�"Properties70�2PSQuaternionInterpolateSenumSSI3KPSRotationOffsetSVector3DSVectorSDDD�JPS
RotationPivotSVector3DSVectorSDDD�JPS
ScalingOffsetSVector3DSVectorSDDD:IPSScalingPivotSVector3DSVectorSDDDv.PSTranslationActiveSboolSSI�KPSTranslationMinSVector3DSVectorSDDD(KPSTranslationMaxSVector3DSVectorSDDDb,PSTranslationMinXSboolSSI�,PSTranslationMinYSboolSSI�,PSTranslationMinZSboolSSI,PSTranslationMaxXSboolSSIJ,PSTranslationMaxYSboolSSI�,PSTranslationMaxZSboolSSI�*PS
RotationOrderSenumSSI6PSRotationSpaceForLimitOnlySboolSSII;PSRotationStiffnessXSdoubleSNumberSD�;PSRotationStiffnessYSdoubleSNumberSD�;PSRotationStiffnessZSdoubleSNumberSD0PSAxisLenSdoubleSNumberSD$@oHPSPreRotationSVector3DSVectorSDDD�IPSPostRotationSVector3DSVectorSDDD�+PSRotationActiveSboolSSIUHPSRotationMinSVector3DSVectorSDDD�HPSRotationMaxSVector3DSVectorSDDD�)PSRotationMinXSboolSSI)PSRotationMinYSboolSSIP)PSRotationMinZSboolSSI�)PSRotationMaxXSboolSSI�)PSRotationMaxYSboolSSI�)PSRotationMaxZSboolSSI+(PSInheritTypeSenumSSIc*PS
ScalingActiveSboolSSI�GPS
ScalingMinSVector3DSVectorSDDD
GPS
ScalingMaxSVector3DSVectorSD�?D�?D�?C(PSScalingMinXSboolSSIy(PSScalingMinYSboolSSI�(PSScalingMinZSboolSSI�(PSScalingMaxXSboolSSI(PSScalingMaxYSboolSSIQ(PSScalingMaxZSboolSSI�QPSGeometricTranslationSVector3DSVectorSDDDNPSGeometricRotationSVector3DSVectorSDDDgMPSGeometricScalingSVector3DSVectorSD�?D�?D�?�6PS
MinDampRangeXSdoubleSNumberSD�6PS
MinDampRangeYSdoubleSNumberSD36PS
MinDampRangeZSdoubleSNumberSDw6PS
MaxDampRangeXSdoubleSNumberSD�6PS
MaxDampRangeYSdoubleSNumberSD�6PS
MaxDampRangeZSdoubleSNumberSDF9PSMinDampStrengthXSdoubleSNumberSD�9PSMinDampStrengthYSdoubleSNumberSD�9PSMinDampStrengthZSdoubleSNumberSD9PSMaxDampStrengthXSdoubleSNumberSDb9PSMaxDampStrengthYSdoubleSNumberSD�9PSMaxDampStrengthZSdoubleSNumberSD�7PSPreferedAngleXSdoubleSNumberSD37PSPreferedAngleYSdoubleSNumberSDx7PSPreferedAngleZSdoubleSNumberSD�(PSLookAtPropertySobjectSS�*PSUpVectorPropertySobjectSS !PSShowSboolSSI[ 8PSNegativePercentShapeSupportSboolSSI� 8PSDefaultAttributeIndexSintSIntegerSI����� #PSFreezeSboolSSI!#PSLODBoxSboolSSI_!NPSLcl TranslationSLcl TranslationSSADDD�!HPSLcl RotationSLcl RotationSSADDD	"FPSLcl ScalingSLcl ScalingSSAD�?D�?D�?I"2PS
VisibilityS
VisibilitySSAD�?�"EPSVisibility InheritanceSVisibility InheritanceSSI�=
ObjectTypeS
NodeAttribute#CountIT�=PropertyTemplateS	FbxCamera�=Properties70�#>PSPositionSVectorSSADDDI��#>PSUpVectorSVectorSSADD�?D3$FPSInterestPositionSVectorSSADDDg$&PSRollSRollSSAD�$:PSOpticalCenterXSOpticalCenterXSSAD�$:PSOpticalCenterYSOpticalCenterYSSADI%DPSBackgroundColorSColorSSAD)\���(�?D)\���(�?D)\���(�?�%-PS	TurnTableSNumberSSAD�%1PSDisplayTurnTableIconSboolSSI�%*PS
UseMotionBlurSboolSSI;&2PSUseRealTimeMotionBlurSboolSSI�&9PSMotion Blur IntensitySNumberSSAD�?�&,PSAspectRatioModeSenumSSI�&4PSAspectWidthSdoubleSNumberSDt@A'5PSAspectHeightSdoubleSNumberSDi@�'9PSPixelAspectRatioSdoubleSNumberSD�?�'/PSFilmOffsetXSNumberSSAD(/PSFilmOffsetYSNumberSSADB(2PS	FilmWidthSdoubleSNumberSD�&1��?�(3PS
FilmHeightSdoubleSNumberSD/�$���?�(8PSFilmAspectRatioSdoubleSNumberSDUUUUUU�?)9PSFilmSqueezeRatioSdoubleSNumberSD�?J),PSFilmFormatIndexSenumSSI�),PSPreScaleSNumberSSAD�?�)2PSFilmTranslateXSNumberSSAD*2PSFilmTranslateYSNumberSSADD*2PSFilmRollPivotXSNumberSSAD�*2PSFilmRollPivotYSNumberSSAD�*1PS
FilmRollValueSNumberSSAD�**PS
FilmRollOrderSenumSSI2+)PSApertureModeSenumSSId+$PSGateFitSenumSSI�+4PSFieldOfViewSFieldOfViewSSAD�p9@�+6PSFieldOfViewXSFieldOfViewXSSADD@.,6PSFieldOfViewYSFieldOfViewYSSADD@k,/PSFocalLengthSNumberSSAD&��VrA@�,)PSCameraFormatSenumSSI�,*PS
UseFrameColorSboolSSI.-FPS
FrameColorSColorRGBSColorSD333333�?D333333�?D333333�?a-%PSShowNameSboolSSI�--PSShowInfoOnMovingSboolSSI�-%PSShowGridSboolSSI..PSShowOpticalCenterSboolSSI@.'PS
ShowAzimutSboolSSIw.)PSShowTimeCodeSboolSSI�.&PS	ShowAudioSboolSSI/GPS
AudioColorSVector3DSVectorSDD�?D@/2PS	NearPlaneSdoubleSNumberSD$@/1PSFarPlaneSdoubleSNumberSD@�@�/1PSAutoComputeClipPanesSboolSSI�//PSViewCameraToLookAtSboolSSI=04PSViewFrustumNearFarPlaneSboolSSI�05PSViewFrustumBackPlaneModeSenumSSI�05PSBackPlaneDistanceSNumberSSAD@�@12PSBackPlaneDistanceModeSenumSSIG16PSViewFrustumFrontPlaneModeSenumSSI�16PSFrontPlaneDistanceSNumberSSAD$@�13PSFrontPlaneDistanceModeSenumSSI�1%PSLockModeSboolSSI@23PSLockInterestNavigationSboolSSI|2.PSBackPlateFitImageSboolSSI�2*PS
BackPlateCropSboolSSI�2,PSBackPlateCenterSboolSSI+3/PSBackPlateKeepRatioSboolSSIy3@PSBackgroundAlphaTresholdSdoubleSNumberSD�?�3*PS
ShowBackplateSboolSSI�34PSBackPlaneOffsetXSNumberSSAD544PSBackPlaneOffsetYSNumberSSADx45PSBackPlaneRotationSNumberSSAD�43PSBackPlaneScaleXSNumberSSAD�?�43PSBackPlaneScaleYSNumberSSAD�?45,PSBackground TextureSobjectSSq5/PSFrontPlateFitImageSboolSSI�5+PSFrontPlateCropSboolSSI�5-PSFrontPlateCenterSboolSSI#60PSFrontPlateKeepRatioSboolSSIl6;PSForeground OpacitySdoubleSNumberSD�?�6+PSShowFrontplateSboolSSI�65PSFrontPlaneOffsetXSNumberSSAD+75PSFrontPlaneOffsetYSNumberSSADo76PSFrontPlaneRotationSNumberSSAD�74PSFrontPlaneScaleXSNumberSSAD�?�74PSFrontPlaneScaleYSNumberSSAD�?-8,PSForeground TextureSobjectSSg8,PSDisplaySafeAreaSboolSSI�84PSDisplaySafeAreaOnRenderSboolSSI�81PSSafeAreaDisplayStyleSenumSSI29<PSSafeAreaAspectRatioSdoubleSNumberSDFUUUUU�?o9/PSUse2DMagnifierZoomSboolSSI�95PS2D Magnifier ZoomSNumberSSADY@�92PS2D Magnifier XSNumberSSADI@2:2PS2D Magnifier YSNumberSSADI@q:1PSCameraProjectionTypeSenumSSI�:2PS	OrthoZoomSdoubleSNumberSD�?�:0PSUseRealTimeDOFAndAASboolSSI);,PSUseDepthOfFieldSboolSSI_;(PSFocusSourceSenumSSI�;3PS
FocusAngleSdoubleSNumberSD@�;6PS
FocusDistanceSdoubleSNumberSDi@<,PSUseAntialiasingSboolSSIj<>PSAntialiasingIntensitySdoubleSNumberSD��9�}��?�</PSAntialiasingMethodSenumSSI�<2PSUseAccumulationBufferSboolSSI*=5PSFrameSamplingCountSintSIntegerSIf=.PSFrameSamplingTypeSenumSSI�=APSColorSColorRGBSColorSD�������?D�������?D�������?1>
ObjectTypeSMotionBuilder_Generic$>CountI�@
ObjectTypeSAnimationLayerr>CountI�@PropertyTemplateSFbxAnimLayer�@Properties70�>*PSWeightSNumberSSADY@ ?!PSMuteSboolSSIO?!PSSoloSboolSSI~?!PSLockSboolSSI�?APSColorSColorRGBSColorSD�������?D�������?D�������?@&PS	BlendModeSenumSSID@5PSRotationAccumulationModeSenumSSI�@2PSScaleAccumulationModeSenumSSI�@5PSBlendModeBypassS	ULongLongSSL�B
ObjectTypeSAnimationStack/ACountI�BPropertyTemplateSFbxAnimStack�BProperties70�A+PSDescriptionSKStringSSS�A0PS
LocalStartSKTimeSTimeSL*B/PS	LocalStopSKTimeSTimeSLlB4PSReferenceStartSKTimeSTimeSL�B3PS
ReferenceStopSKTimeSTimeSL&C
ObjectTypeSAnimationCurveNodeCCountI�tC
ObjectTypeSAnimationCurvegCCountI�hb	ObjectssH<
NodeAttributeLܩ:S#Producer PerspectiveNodeAttributeSCameraGProperties70PD>PSPositionSVectorSSADD b@D�r@�DFPSInterestPositionSVectorSSAD1�ʧ�U�<D�����V@D�DDPSBackgroundColorSColorSSAD{�G�z�?D{�G�z�?D{�G�z�?5E1PSDisplayTurnTableIconSboolSSIoE,PSFilmFormatIndexSenumSSI�E4PSFieldOfViewSFieldOfViewSSADD@�E/PSFocalLengthSNumberSSAD �Z5@8F<PSSafeAreaAspectRatioSdoubleSNumberSDUUUUUU�?{F5PS2D Magnifier ZoomSNumberSSAD�F2PS2D Magnifier XSNumberSSAD�F2PS2D Magnifier YSNumberSSAD)G	TypeFlagsSCameraJGGeometryVersionI|zGPositionDD b@D�r@�GUpDD�?D�GLookAtD1�ʧ�U�<D�����V@D�GShowInfoOnMovingIH	ShowAudioIAH
AudioColorDD�?DfH	CameraOrthoZoomD�?	N6
NodeAttributeLة:SProducer FrontNodeAttributeSCamera�LProperties70(I>PSPositionSVectorSSADD�V@DL�@|IFPSInterestPositionSVectorSSADD�V@D�IDPSBackgroundColorSColorSSAD{�G�z�?D{�G�z�?D{�G�z�?
J1PSDisplayTurnTableIconSboolSSIGJ,PSFilmFormatIndexSenumSSI�J4PSFieldOfViewSFieldOfViewSSADD@�J/PSFocalLengthSNumberSSAD �Z5@K2PS	NearPlaneSdoubleSNumberSD�?EK1PSFarPlaneSdoubleSNumberSDL�@�K<PSSafeAreaAspectRatioSdoubleSNumberSDUUUUUU�?�K5PS2D Magnifier ZoomSNumberSSADL2PS2D Magnifier XSNumberSSADRL2PS2D Magnifier YSNumberSSAD�L1PSCameraProjectionTypeSenumSSI�L	TypeFlagsSCamera�LGeometryVersionI|MPositionDD�V@DL�@:MUpDD�?DhMLookAtDD�V@D�MShowInfoOnMovingI�M	ShowAudioI�M
AudioColorDD�?D�M	CameraOrthoZoomD�?�S5
NodeAttributeL�ϩ:SProducer BackNodeAttributeSCamera3RProperties70�N>PSPositionSVectorSSADD�V@DL��OFPSInterestPositionSVectorSSADD�V@DcODPSBackgroundColorSColorSSAD{�G�z�?D{�G�z�?D{�G�z�?�O1PSDisplayTurnTableIconSboolSSI�O,PSFilmFormatIndexSenumSSIP4PSFieldOfViewSFieldOfViewSSADD@[P/PSFocalLengthSNumberSSAD �Z5@�P2PS	NearPlaneSdoubleSNumberSD�?�P1PSFarPlaneSdoubleSNumberSDL�@$Q<PSSafeAreaAspectRatioSdoubleSNumberSDUUUUUU�?gQ5PS2D Magnifier ZoomSNumberSSAD�Q2PS2D Magnifier XSNumberSSAD�Q2PS2D Magnifier YSNumberSSAD&R1PSCameraProjectionTypeSenumSSITR	TypeFlagsSCamerauRGeometryVersionI|�RPositionDD�V@DL���RUpDD�?D�RLookAtDD�V@DSShowInfoOnMovingI:S	ShowAudioIlS
AudioColorDD�?D�S	CameraOrthoZoomD�?4Y6
NodeAttributeLԩ:SProducer RightNodeAttributeSCamera�WProperties70ST>PSPositionSVectorSSADL�@D�V@D�TFPSInterestPositionSVectorSSADD�V@D�TDPSBackgroundColorSColorSSAD{�G�z�?D{�G�z�?D{�G�z�?8U1PSDisplayTurnTableIconSboolSSIrU,PSFilmFormatIndexSenumSSI�U4PSFieldOfViewSFieldOfViewSSADD@�U/PSFocalLengthSNumberSSAD �Z5@1V2PS	NearPlaneSdoubleSNumberSD�?pV1PSFarPlaneSdoubleSNumberSDL�@�V<PSSafeAreaAspectRatioSdoubleSNumberSDUUUUUU�?�V5PS2D Magnifier ZoomSNumberSSAD=W2PS2D Magnifier XSNumberSSAD}W2PS2D Magnifier YSNumberSSAD�W1PSCameraProjectionTypeSenumSSI�W	TypeFlagsSCameraXGeometryVersionI|;XPositionDL�@D�V@DeXUpDD�?D�XLookAtDD�V@D�XShowInfoOnMovingI�X	ShowAudioIY
AudioColorDD�?D'Y	CameraOrthoZoomD�?�^5
NodeAttributeL �:SProducer LeftNodeAttributeSCamera^]Properties70�Y>PSPositionSVectorSSADL��D�V@D<ZFPSInterestPositionSVectorSSADD�V@D�ZDPSBackgroundColorSColorSSAD{�G�z�?D{�G�z�?D{�G�z�?�Z1PSDisplayTurnTableIconSboolSSI[,PSFilmFormatIndexSenumSSII[4PSFieldOfViewSFieldOfViewSSADD@�[/PSFocalLengthSNumberSSAD �Z5@�[2PS	NearPlaneSdoubleSNumberSD�?\1PSFarPlaneSdoubleSNumberSDL�@O\<PSSafeAreaAspectRatioSdoubleSNumberSDUUUUUU�?�\5PS2D Magnifier ZoomSNumberSSAD�\2PS2D Magnifier XSNumberSSAD]2PS2D Magnifier YSNumberSSADQ]1PSCameraProjectionTypeSenumSSI]	TypeFlagsSCamera�]GeometryVersionI|�]PositionDL��D�V@D�]UpDD�?D(^LookAtDD�V@DJ^ShowInfoOnMovingIe^	ShowAudioI�^
AudioColorDD�?D�^	CameraOrthoZoomD�?�d4
NodeAttributeL�˩:SProducer TopNodeAttributeSCamera>cProperties70|_>PSPositionSVectorSSADDy�@D�_>PSUpVectorSVectorSSADDD�`FPSInterestPositionSVectorSSADD�V@Dn`DPSBackgroundColorSColorSSAD{�G�z�?D{�G�z�?D{�G�z�?�`1PSDisplayTurnTableIconSboolSSI�`,PSFilmFormatIndexSenumSSI)a4PSFieldOfViewSFieldOfViewSSADD@fa/PSFocalLengthSNumberSSAD �Z5@�a2PS	NearPlaneSdoubleSNumberSD�?�a1PSFarPlaneSdoubleSNumberSDL�@/b<PSSafeAreaAspectRatioSdoubleSNumberSDUUUUUU�?rb5PS2D Magnifier ZoomSNumberSSAD�b2PS2D Magnifier XSNumberSSAD�b2PS2D Magnifier YSNumberSSAD1c1PSCameraProjectionTypeSenumSSI_c	TypeFlagsSCamera�cGeometryVersionI|�cPositionDDy�@D�cUpDDD�dLookAtDD�V@D*dShowInfoOnMovingIEd	ShowAudioIwd
AudioColorDD�?D�d	CameraOrthoZoomD�?�j7
NodeAttributeL@q�:SProducer BottomNodeAttributeSCamera!iProperties70_e>PSPositionSVectorSSADD��D�e>PSUpVectorSVectorSSAD�D�D�?�eFPSInterestPositionSVectorSSADD�V@DQfDPSBackgroundColorSColorSSAD{�G�z�?D{�G�z�?D{�G�z�?�f1PSDisplayTurnTableIconSboolSSI�f,PSFilmFormatIndexSenumSSIg4PSFieldOfViewSFieldOfViewSSADD@Ig/PSFocalLengthSNumberSSAD �Z5@�g2PS	NearPlaneSdoubleSNumberSD�?�g1PSFarPlaneSdoubleSNumberSDL�@h<PSSafeAreaAspectRatioSdoubleSNumberSDUUUUUU�?Uh5PS2D Magnifier ZoomSNumberSSAD�h2PS2D Magnifier XSNumberSSAD�h2PS2D Magnifier YSNumberSSADi1PSCameraProjectionTypeSenumSSIBi	TypeFlagsSCameraciGeometryVersionI|�iPositionDD��D�iUpD�D�D�?�iLookAtDD�V@D
jShowInfoOnMovingI(j	ShowAudioIZj
AudioColorDD�?Dj	CameraOrthoZoomD�?�k?
NodeAttributeL���9SCamera SwitcherNodeAttributeSCameraSwitcherFkProperties709k-PSCamera IndexSIntegerSSAI_kVersionIe�kNameSCamera SwitcherModel�kCameraIdI�k
CameraNameId�kCameraIndexName�l*
NodeAttributeL���-SNodeAttributeSLimbNode�lProperties70�lAPSColorSColorRGBSColorSD�?DD�l
	TypeFlagsSSkeletonGm*
NodeAttributeL=�-SNodeAttributeSLimbNode:m
	TypeFlagsSSkeleton�m*
NodeAttributeL���-SNodeAttributeSLimbNode�m
	TypeFlagsSSkeleton/n*
NodeAttributeL��-SNodeAttributeSLimbNode"n
	TypeFlagsSSkeleton�n*
NodeAttributeLH��-SNodeAttributeSLimbNode�n
	TypeFlagsSSkeletono*
NodeAttributeL���-SNodeAttributeSLimbNode
o
	TypeFlagsSSkeleton�o*
NodeAttributeL�>�-SNodeAttributeSLimbNode~o
	TypeFlagsSSkeleton�o*
NodeAttributeL���-SNodeAttributeSLimbNode�o
	TypeFlagsSSkeletonsp*
NodeAttributeL��-SNodeAttributeSLimbNodefp
	TypeFlagsSSkeleton�p*
NodeAttributeL���-SNodeAttributeSLimbNode�p
	TypeFlagsSSkeleton[q*
NodeAttributeL���-SNodeAttributeSLimbNodeNq
	TypeFlagsSSkeleton�q*
NodeAttributeL
�-SNodeAttributeSLimbNode�q
	TypeFlagsSSkeletonCr*
NodeAttributeLH��-SNodeAttributeSLimbNode6r
	TypeFlagsSSkeleton�r*
NodeAttributeLH��-SNodeAttributeSLimbNode�r
	TypeFlagsSSkeleton+s*
NodeAttributeL���-SNodeAttributeSLimbNodes
	TypeFlagsSSkeleton�s*
NodeAttributeLH��-SNodeAttributeSLimbNode�s
	TypeFlagsSSkeletont*
NodeAttributeL�-SNodeAttributeSLimbNodet
	TypeFlagsSSkeleton�t*
NodeAttributeL��-SNodeAttributeSLimbNodezt
	TypeFlagsSSkeleton�t*
NodeAttributeL���-SNodeAttributeSLimbNode�t
	TypeFlagsSSkeletonou*
NodeAttributeLȁ�-SNodeAttributeSLimbNodebu
	TypeFlagsSSkeleton�u*
NodeAttributeL��-SNodeAttributeSLimbNode�u
	TypeFlagsSSkeletonWv*
NodeAttributeL��-SNodeAttributeSLimbNodeJv
	TypeFlagsSSkeleton�v*
NodeAttributeL�~�-SNodeAttributeSLimbNode�v
	TypeFlagsSSkeleton?w*
NodeAttributeLH~�-SNodeAttributeSLimbNode2w
	TypeFlagsSSkeleton�w*
NodeAttributeL�<�-SNodeAttributeSLimbNode�w
	TypeFlagsSSkeleton'x*
NodeAttributeL���-SNodeAttributeSLimbNodex
	TypeFlagsSSkeleton�x*
NodeAttributeL���-SNodeAttributeSLimbNode�x
	TypeFlagsSSkeletony*
NodeAttributeL���-SNodeAttributeSLimbNodey
	TypeFlagsSSkeleton�y*
NodeAttributeL���-SNodeAttributeSLimbNodevy
	TypeFlagsSSkeleton�y*
NodeAttributeL���-SNodeAttributeSLimbNode�y
	TypeFlagsSSkeletonkz*
NodeAttributeLH|�-SNodeAttributeSLimbNode^z
	TypeFlagsSSkeleton�z*
NodeAttributeLȲ�-SNodeAttributeSLimbNode�z
	TypeFlagsSSkeletonS{*
NodeAttributeL��-SNodeAttributeSLimbNodeF{
	TypeFlagsSSkeleton�{*
NodeAttributeLHw�-SNodeAttributeSLimbNode�{
	TypeFlagsSSkeleton;|*
NodeAttributeL�|�-SNodeAttributeSLimbNode.|
	TypeFlagsSSkeleton�|*
NodeAttributeLH5�-SNodeAttributeSLimbNode�|
	TypeFlagsSSkeleton#}*
NodeAttributeLH��-SNodeAttributeSLimbNode}
	TypeFlagsSSkeleton�}*
NodeAttributeLH��-SNodeAttributeSLimbNode�}
	TypeFlagsSSkeleton~*
NodeAttributeL��-SNodeAttributeSLimbNode�}
	TypeFlagsSSkeleton~*
NodeAttributeL�-SNodeAttributeSLimbNoder~
	TypeFlagsSSkeleton�~*
NodeAttributeL�w�-SNodeAttributeSLimbNode�~
	TypeFlagsSSkeletong*
NodeAttributeL�{�-SNodeAttributeSLimbNodeZ
	TypeFlagsSSkeleton�*
NodeAttributeL�z�-SNodeAttributeSLimbNode�
	TypeFlagsSSkeletonO�*
NodeAttributeLz�-SNodeAttributeSLimbNodeB�
	TypeFlagsSSkeletonÀ*
NodeAttributeLx�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeleton7�*
NodeAttributeL�x�-SNodeAttributeSLimbNode*�
	TypeFlagsSSkeleton��*
NodeAttributeLH	�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeleton�*
NodeAttributeL��-SNodeAttributeSLimbNode�
	TypeFlagsSSkeleton��*
NodeAttributeL�t�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeleton�*
NodeAttributeL�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeleton{�*
NodeAttributeLH�-SNodeAttributeSLimbNoden�
	TypeFlagsSSkeleton�*
NodeAttributeL�v�-SNodeAttributeSLimbNode�
	TypeFlagsSSkeletonc�*
NodeAttributeL�t�-SNodeAttributeSLimbNodeV�
	TypeFlagsSSkeletonׄ*
NodeAttributeLHu�-SNodeAttributeSLimbNodeʄ
	TypeFlagsSSkeletonK�*
NodeAttributeL�
�-SNodeAttributeSLimbNode>�
	TypeFlagsSSkeleton��*
NodeAttributeL
�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeleton3�*
NodeAttributeL�p�-SNodeAttributeSLimbNode&�
	TypeFlagsSSkeleton��*
NodeAttributeL�s�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeleton�*
NodeAttributeLs�-SNodeAttributeSLimbNode�
	TypeFlagsSSkeleton��*
NodeAttributeLH4�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeleton�*
NodeAttributeLq�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeletonw�*
NodeAttributeL�q�-SNodeAttributeSLimbNodej�
	TypeFlagsSSkeleton�*
NodeAttributeLH��-SNodeAttributeSLimbNodeވ
	TypeFlagsSSkeleton_�*
NodeAttributeL�-SNodeAttributeSLimbNodeR�
	TypeFlagsSSkeletonӉ*
NodeAttributeL3�-SNodeAttributeSLimbNodeƉ
	TypeFlagsSSkeletonG�*
NodeAttributeLHp�-SNodeAttributeSLimbNode:�
	TypeFlagsSSkeleton��*
NodeAttributeL�o�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeleton/�*
NodeAttributeLo�-SNodeAttributeSLimbNode"�
	TypeFlagsSSkeleton��*
NodeAttributeLHm�-SNodeAttributeSLimbNode��
	TypeFlagsSSkeleton�*
NodeAttributeL�m�-SNodeAttributeSLimbNode
�
	TypeFlagsSSkeleton��*
NodeAttributeLHQ�-SNodeAttributeSLimbNode~�
	TypeFlagsSSkeleton��*
NodeAttributeL�O�-SNodeAttributeSLimbNode�
	TypeFlagsSSkeletons�*
NodeAttributeLH.�-SNodeAttributeSLimbNodef�
	TypeFlagsSSkeleton�*
NodeAttributeLHN�-SNodeAttributeSLimbNodeڍ
	TypeFlagsSSkeleton[�*
NodeAttributeL�L�-SNodeAttributeSLimbNodeN�
	TypeFlagsSSkeletonώ*
NodeAttributeLHK�-SNodeAttributeSLimbNodeŽ
	TypeFlagsSSkeleton�4ModelL�v)SProducer PerspectiveModelSCamera.�VersionI�җProperties70��GPS
ScalingMinSVector3DSVectorSD�?D�?D�?ˏ!PSShowSboolSSI�8PSDefaultAttributeIndexSintSIntegerSIm�NPSLcl TranslationSLcl TranslationSSADD b@D�r@ÐHPSLcl RotationSLcl RotationSSAD�V�D����S@D�V���,PS	MultiTakeSintSIntegerSI8�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDؑ/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSIV�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSIޒ2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI^�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI/�8PSReferentialSizeSdoubleSNumberSD(@r�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI�*PS
TransformableSboolSSIT�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSIȕ+PSResolutionModeSenumSSI�0PSAspectWSdoubleSNumberSD�?D�0PSAspectHSdoubleSNumberSD�?w�%PSFitImageSboolSSI��!PSCropSboolSSIז#PSCenterSboolSSI�&PS	KeepRatioSboolSSIK�2PSForegroundTransparentSboolSSI��4PSDisplay2DMagnifierFrameSboolSSIŗ*PSResetCameraSActionSSI�ShadingCW�CullingS
CullingOff[�.ModelL�v)SProducer FrontModelSCameraq�VersionI��Properties70ߘGPS
ScalingMinSVector3DSVectorSD�?D�?D�?�!PSShowSboolSSIT�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSADD�V@DL�@�HPSLcl RotationSLcl RotationSSADD�V@D@�,PS	MultiTakeSintSIntegerSI{�-PSManipulationModeSenumSSIޚUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSIV�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSI!�2PSRotationRefVisibilitySboolSSIb�3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSI,�6PSGeometricCenterVisibilitySboolSSIr�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI)�%PSPickableSboolSSIa�*PS
TransformableSboolSSI��(PSCullingModeSenumSSIҞ-PSShowTrajectoriesSboolSSI�+PSResolutionModeSenumSSII�0PSAspectWSdoubleSNumberSD�?��0PSAspectHSdoubleSNumberSD�?��%PSFitImageSboolSSI�!PSCropSboolSSI�#PSCenterSboolSSIN�&PS	KeepRatioSboolSSI��2PSForegroundTransparentSboolSSIР4PSDisplay2DMagnifierFrameSboolSSI�*PSResetCameraSActionSSI+�ShadingCWN�CullingS
CullingOff��-ModelL�v)SProducer BackModelSCamera��VersionI�W�Properties70!�GPS
ScalingMinSVector3DSVectorSD�?D�?D�?P�!PSShowSboolSSI��8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSADD�V@DL��H�HPSLcl RotationSLcl RotationSSAD�D�V�D��,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI �UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD]�/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSIۤ5PSRotationLimitsVisibilitySboolSSI#�:PSLocalTranslationRefVisibilitySboolSSIc�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI�1PSScalingRefVisibilitySboolSSI*�9PSHierarchicalCenterVisibilitySboolSSIn�6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI8�3PSDefaultKeyingGroupEnumSenumSSIk�%PSPickableSboolSSI��*PS
TransformableSboolSSI٧(PSCullingModeSenumSSI�-PSShowTrajectoriesSboolSSIM�+PSResolutionModeSenumSSI��0PSAspectWSdoubleSNumberSD�?ɨ0PSAspectHSdoubleSNumberSD�?��%PSFitImageSboolSSI+�!PSCropSboolSSI\�#PSCenterSboolSSI��&PS	KeepRatioSboolSSIЩ2PSForegroundTransparentSboolSSI�4PSDisplay2DMagnifierFrameSboolSSIJ�*PSResetCameraSActionSSIm�ShadingCW��CullingS
CullingOff�.ModelL$v)SProducer RightModelSCamera��VersionI���Properties70d�GPS
ScalingMinSVector3DSVectorSD�?D�?D�?��!PSShowSboolSSI٫8PSDefaultAttributeIndexSintSIntegerSI5�NPSLcl TranslationSLcl TranslationSSADL�@D�V@D��HPSLcl RotationSLcl RotationSSAD�f@D�D�f@Ŭ,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSIc�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSIۭ-PSPivotsVisibilitySenumSSI�5PSRotationLimitsVisibilitySboolSSIf�:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI&�1PSScalingRefVisibilitySboolSSIm�9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@:�5PSDefaultKeyingGroupSintSIntegerSI{�3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI�*PS
TransformableSboolSSI�(PSCullingModeSenumSSIW�-PSShowTrajectoriesSboolSSI��+PSResolutionModeSenumSSIα0PSAspectWSdoubleSNumberSD�?�0PSAspectHSdoubleSNumberSD�??�%PSFitImageSboolSSIn�!PSCropSboolSSI��#PSCenterSboolSSIӲ&PS	KeepRatioSboolSSI�2PSForegroundTransparentSboolSSIU�4PSDisplay2DMagnifierFrameSboolSSI��*PSResetCameraSActionSSI��ShadingCWӳCullingS
CullingOff̼-ModelL)v)SProducer LeftModelSCamera8�VersionI���Properties70��GPS
ScalingMinSVector3DSVectorSD�?D�?D�?մ!PSShowSboolSSI�8PSDefaultAttributeIndexSintSIntegerSIw�NPSLcl TranslationSLcl TranslationSSADL��D�V@D��,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSIO�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSIǶ-PSPivotsVisibilitySenumSSI
�5PSRotationLimitsVisibilitySboolSSIR�:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSIӷ3PSRotationAxisVisibilitySboolSSI�1PSScalingRefVisibilitySboolSSIY�9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@&�5PSDefaultKeyingGroupSintSIntegerSIg�3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSIҹ*PS
TransformableSboolSSI�(PSCullingModeSenumSSIC�-PSShowTrajectoriesSboolSSI|�+PSResolutionModeSenumSSI��0PSAspectWSdoubleSNumberSD�?��0PSAspectHSdoubleSNumberSD�?+�%PSFitImageSboolSSIZ�!PSCropSboolSSI��#PSCenterSboolSSI��&PS	KeepRatioSboolSSI��2PSForegroundTransparentSboolSSIA�4PSDisplay2DMagnifierFrameSboolSSIy�*PSResetCameraSActionSSI��ShadingCW��CullingS
CullingOff
�,ModelL.v)SProducer TopModelSCamera#�VersionI���Properties70��GPS
ScalingMinSVector3DSVectorSD�?D�?D�?��!PSShowSboolSSI�8PSDefaultAttributeIndexSintSIntegerSIb�NPSLcl TranslationSLcl TranslationSSADDy�@D��HPSLcl RotationSLcl RotationSSAD�V�D�D�V��,PS	MultiTakeSintSIntegerSI-�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDͿ/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSIK�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSIS�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI$�8PSReferentialSizeSdoubleSNumberSD(@g�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI�*PS
TransformableSboolSSII�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI��+PSResolutionModeSenumSSI��0PSAspectWSdoubleSNumberSD�?9�0PSAspectHSdoubleSNumberSD�?l�%PSFitImageSboolSSI��!PSCropSboolSSI��#PSCenterSboolSSI�&PS	KeepRatioSboolSSI@�2PSForegroundTransparentSboolSSI��4PSDisplay2DMagnifierFrameSboolSSI��*PSResetCameraSActionSSI��ShadingCW�CullingS
CullingOffQ�/ModelLPVv)SProducer BottomModelSCamerag�VersionI��Properties70��GPS
ScalingMinSVector3DSVectorSD�?D�?D�?�!PSShowSboolSSIJ�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSADD��D��HPSLcl RotationSLcl RotationSSAD�V@D�D�V@6�,PS	MultiTakeSintSIntegerSIq�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSIL�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSIX�3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI"�6PSGeometricCenterVisibilitySboolSSIh�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSIW�*PS
TransformableSboolSSI��(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI�+PSResolutionModeSenumSSI?�0PSAspectWSdoubleSNumberSD�?}�0PSAspectHSdoubleSNumberSD�?��%PSFitImageSboolSSI��!PSCropSboolSSI�#PSCenterSboolSSID�&PS	KeepRatioSboolSSI��2PSForegroundTransparentSboolSSI��4PSDisplay2DMagnifierFrameSboolSSI��*PSResetCameraSActionSSI!�ShadingCWD�CullingS
CullingOff��7ModelLz�9SCamera SwitcherModelSCameraSwitcher��VersionI�o�Properties70!�GPS
ScalingMinSVector3DSVectorSD�?D�?D�?P�!PSShowSboolSSI��8PSDefaultAttributeIndexSintSIntegerSI��,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSIn�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI)�5PSRotationLimitsVisibilitySboolSSIq�:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI1�1PSScalingRefVisibilitySboolSSIx�9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@E�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI��*PS
TransformableSboolSSI'�(PSCullingModeSenumSSIb�-PSShowTrajectoriesSboolSSI��ShadingCW��CullingS
CullingOff�+ModelL�9SReferenceModelSLimbNode�VersionI���Properties70]�+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD�!PSShowSboolSSI]�8PSDefaultAttributeIndexSintSIntegerSI��EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI%�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSIC�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSIK�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@_�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI�*PS
TransformableSboolSSIA�(PSCullingModeSenumSSI|�-PSShowTrajectoriesSboolSSI��3PSlockInfluenceWeightsSBoolSSAUI��ShadingCY�CullingS
CullingOff��&ModelL ��9SHipsModelSLimbNodea�VersionI�:�Properties70��+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI>�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI��OPSLcl TranslationSLcl TranslationSSA+D�v�̿D`+�W@D�q\B@8�IPSLcl RotationSLcl RotationSSA+D 1��D���@D@����GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSIU�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI0�-PSPivotsVisibilitySenumSSIs�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI<�3PSRotationAxisVisibilitySboolSSI{�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSIL�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI;�*PS
TransformableSboolSSIq�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI-�CPSLimbLength 1SNumberSSAUD�?DDY@P�ShadingCYs�CullingS
CullingOff��'ModelL(��9SSpineModelSLimbNode��VersionI���Properties70$�+PSRotationActiveSboolSSIZ�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSIQ�NPSLcl TranslationSLcl TranslationSSAD�D�s"@D�;�?��IPSLcl RotationSLcl RotationSSA+D� @D@.G	�D�H#@��GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?P�EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI(�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDe�/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI+�:PSLocalTranslationRefVisibilitySboolSSIk�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI2�9PSHierarchicalCenterVisibilitySboolSSIv�6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI@�3PSDefaultKeyingGroupEnumSenumSSIs�%PSPickableSboolSSI��*PS
TransformableSboolSSI��(PSCullingModeSenumSSI�-PSShowTrajectoriesSboolSSIL�"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY��CullingS
CullingOff`�'ModelL0��9SChestModelSLimbNodeB�VersionI��Properties70��+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDDe�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD=DA0@D�2ſ�IPSLcl RotationSLcl RotationSSA+D ��!@D`��D ���m�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI5�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSIS�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI[�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI,�8PSReferentialSizeSdoubleSNumberSD(@o�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI�*PS
TransformableSboolSSIQ�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI
�CPSLimbLength 1SNumberSSAUD�?DDY@0�ShadingCYS�CullingS
CullingOff��&ModelL8��9SNeckModelSLimbNode��VersionI���Properties70�+PSRotationActiveSboolSSI9�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI0�NPSLcl TranslationSLcl TranslationSSAD=D`��9@D <�	���IPSLcl RotationSLcl RotationSSA+D�{�?D "��?D`�e���GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?/�EPSVisibility InheritanceSVisibility InheritanceSSIi�,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDD�/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI
�:PSLocalTranslationRefVisibilitySboolSSIJ�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSIU�6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSIR�%PSPickableSboolSSI��*PS
TransformableSboolSSI��(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI+�"PSliwSBoolSSAUI|�CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY��CullingS
CullingOff>&ModelL@��9SHeadModelSLimbNode �VersionI��Properties70r�+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDDC8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSAD=D 4� @D s�?�IPSLcl RotationSLcl RotationSSA+D�Й �D����D`���KGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI-PSManipulationModeSenumSSIvUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSI15PSRotationLimitsVisibilitySboolSSIy:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI91PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI
8PSReferentialSizeSdoubleSNumberSD(@M5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI�*PS
TransformableSboolSSI/(PSCullingModeSenumSSIj-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@ShadingCY1CullingS
CullingOff�)ModelLH��9SLeftEyeModelSLimbNode�VersionI�jProperties70�+PSRotationActiveSboolSSI(PSInheritTypeSenumSSIoGPS
ScalingMaxSVector3DSVectorSDDD�8PSDefaultAttributeIndexSintSIntegerSI	NPSLcl TranslationSLcl TranslationSSAD෭@D`#� @D��+@h	IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~�	GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?
EPSVisibility InheritanceSVisibility InheritanceSSIJ
,PS	MultiTakeSintSIntegerSI�
-PSManipulationModeSenumSSI�
UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD%/PSSetPreferedAngleSActionSSI`-PSPivotsVisibilitySenumSSI�5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSI+2PSRotationRefVisibilitySboolSSIl3PSRotationAxisVisibilitySboolSSI�1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSI6
6PSGeometricCenterVisibilitySboolSSI|
8PSReferentialSizeSdoubleSNumberSD(@�
5PSDefaultKeyingGroupSintSIntegerSI3PSDefaultKeyingGroupEnumSenumSSI3%PSPickableSboolSSIk*PS
TransformableSboolSSI�(PSCullingModeSenumSSI�-PSShowTrajectoriesSboolSSI"PSliwSBoolSSAUI]CPSLimbLength 1SNumberSSAUD�?DDY@�ShadingCY�CullingS
CullingOff[*ModelLP��9SRightEyeModelSLimbNodeVersionI�Properties70V*PS
RotationOrderSenumSSI�+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSIGPS
ScalingMaxSVector3DSVectorSDDD`8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSAD���D %� @D�+@IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~�hGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI0-PSManipulationModeSenumSSI�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI-PSPivotsVisibilitySenumSSIN5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI3PSRotationAxisVisibilitySboolSSIV1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI'8PSReferentialSizeSdoubleSNumberSD(@j5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI*PS
TransformableSboolSSIL(PSCullingModeSenumSSI�-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUICPSLimbLength 1SNumberSSAUD�?DDY@+ShadingCYNCullingS
CullingOff!%ModelLX��9S
JawModelSLimbNode�VersionI�� Properties70�+PSRotationActiveSboolSSI3(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDD�7PSPreferedAngleXSdoubleSNumberSDUs\O,T9@8PSDefaultAttributeIndexSintSIntegerSIoNPSLcl TranslationSLcl TranslationSSAD@�D@���?D`)��?�IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?nEPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSIFUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSI5PSRotationLimitsVisibilitySboolSSII:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI	1PSScalingRefVisibilitySboolSSIP9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@5PSDefaultKeyingGroupSintSIntegerSI^3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI�*PS
TransformableSboolSSI�(PSCullingModeSenumSSI: -PSShowTrajectoriesSboolSSIj "PSliwSBoolSSAUI� CPSLimbLength 1SNumberSSAUD�?DDY@� ShadingCY!CullingS
CullingOff�),ModelL`��9STongueBackModelSLimbNodee!VersionI�=)Properties70�!+PSRotationActiveSboolSSI�!(PSInheritTypeSenumSSIB"GPS
ScalingMaxSVector3DSVectorSDDD�"8PSDefaultAttributeIndexSintSIntegerSI�"NPSLcl TranslationSLcl TranslationSSAD@<D��K�D`'�?;#IPSLcl RotationSLcl RotationSSA+D ܥ�DD� 
�#GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�#EPSVisibility InheritanceSVisibility InheritanceSSI$,PS	MultiTakeSintSIntegerSIX$-PSManipulationModeSenumSSI�$UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�$/PSSetPreferedAngleSActionSSI3%-PSPivotsVisibilitySenumSSIv%5PSRotationLimitsVisibilitySboolSSI�%:PSLocalTranslationRefVisibilitySboolSSI�%2PSRotationRefVisibilitySboolSSI?&3PSRotationAxisVisibilitySboolSSI~&1PSScalingRefVisibilitySboolSSI�&9PSHierarchicalCenterVisibilitySboolSSI	'6PSGeometricCenterVisibilitySboolSSIO'8PSReferentialSizeSdoubleSNumberSD(@�'5PSDefaultKeyingGroupSintSIntegerSI�'3PSDefaultKeyingGroupEnumSenumSSI(%PSPickableSboolSSI>(*PS
TransformableSboolSSIt((PSCullingModeSenumSSI�(-PSShowTrajectoriesSboolSSI�("PSliwSBoolSSAUI0)CPSLimbLength 1SNumberSSAUD�?DDY@S)ShadingCYv)CullingS
CullingOff�1+ModelLh��9STongueTipModelSLimbNode�)VersionI��1Properties70+*+PSRotationActiveSboolSSIa*(PSInheritTypeSenumSSI�*GPS
ScalingMaxSVector3DSVectorSDDD�*8PSDefaultAttributeIndexSintSIntegerSIX+NPSLcl TranslationSLcl TranslationSSAD@<D@���D�}�@�+IPSLcl RotationSLcl RotationSSA+D ܥ�DD� 
�,GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?W,EPSVisibility InheritanceSVisibility InheritanceSSI�,,PS	MultiTakeSintSIntegerSI�,-PSManipulationModeSenumSSI/-UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDl-/PSSetPreferedAngleSActionSSI�--PSPivotsVisibilitySenumSSI�-5PSRotationLimitsVisibilitySboolSSI2.:PSLocalTranslationRefVisibilitySboolSSIr.2PSRotationRefVisibilitySboolSSI�.3PSRotationAxisVisibilitySboolSSI�.1PSScalingRefVisibilitySboolSSI9/9PSHierarchicalCenterVisibilitySboolSSI}/6PSGeometricCenterVisibilitySboolSSI�/8PSReferentialSizeSdoubleSNumberSD(@05PSDefaultKeyingGroupSintSIntegerSIG03PSDefaultKeyingGroupEnumSenumSSIz0%PSPickableSboolSSI�0*PS
TransformableSboolSSI�0(PSCullingModeSenumSSI#1-PSShowTrajectoriesSboolSSIS1"PSliwSBoolSSAUI�1CPSLimbLength 1SNumberSSAUD�?DDY@�1ShadingCY�1CullingS
CullingOffn:.ModelL�:SLeftLipLowerModelSLimbNodeP2VersionI�(:Properties70�2+PSRotationActiveSboolSSI�2(PSInheritTypeSenumSSI-3GPS
ScalingMaxSVector3DSVectorSDDDs38PSDefaultAttributeIndexSintSIntegerSI�3NPSLcl TranslationSLcl TranslationSSAD�"��?D��Y�D��r @&4IPSLcl RotationSLcl RotationSSA+D ܥ�DD� 
�{4GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�4EPSVisibility InheritanceSVisibility InheritanceSSI5,PS	MultiTakeSintSIntegerSIC5-PSManipulationModeSenumSSI�5UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�5/PSSetPreferedAngleSActionSSI6-PSPivotsVisibilitySenumSSIa65PSRotationLimitsVisibilitySboolSSI�6:PSLocalTranslationRefVisibilitySboolSSI�62PSRotationRefVisibilitySboolSSI*73PSRotationAxisVisibilitySboolSSIi71PSScalingRefVisibilitySboolSSI�79PSHierarchicalCenterVisibilitySboolSSI�76PSGeometricCenterVisibilitySboolSSI:88PSReferentialSizeSdoubleSNumberSD(@}85PSDefaultKeyingGroupSintSIntegerSI�83PSDefaultKeyingGroupEnumSenumSSI�8%PSPickableSboolSSI)9*PS
TransformableSboolSSI_9(PSCullingModeSenumSSI�9-PSShowTrajectoriesSboolSSI�9"PSliwSBoolSSAUI:CPSLimbLength 1SNumberSSAUD�?DDY@>:ShadingCYa:CullingS
CullingOffC(ModelL#�:S
JawENDModelSLimbNode�:VersionI��BProperties70;*PS
RotationOrderSenumSSIK;+PSRotationActiveSboolSSI�;(PSInheritTypeSenumSSI�;GPS
ScalingMaxSVector3DSVectorSDDD<8PSDefaultAttributeIndexSintSIntegerSIx<NPSLcl TranslationSLcl TranslationSSAD@<D��P�D���@�<IPSLcl RotationSLcl RotationSSA+D ܥ�DD� 
�$=GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?w=EPSVisibility InheritanceSVisibility InheritanceSSI�=,PS	MultiTakeSintSIntegerSI�=-PSManipulationModeSenumSSIO>UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�>/PSSetPreferedAngleSActionSSI�>-PSPivotsVisibilitySenumSSI
?5PSRotationLimitsVisibilitySboolSSIR?:PSLocalTranslationRefVisibilitySboolSSI�?2PSRotationRefVisibilitySboolSSI�?3PSRotationAxisVisibilitySboolSSI@1PSScalingRefVisibilitySboolSSIY@9PSHierarchicalCenterVisibilitySboolSSI�@6PSGeometricCenterVisibilitySboolSSI�@8PSReferentialSizeSdoubleSNumberSD(@&A5PSDefaultKeyingGroupSintSIntegerSIgA3PSDefaultKeyingGroupEnumSenumSSI�A%PSPickableSboolSSI�A*PS
TransformableSboolSSIB(PSCullingModeSenumSSICB-PSShowTrajectoriesSboolSSIsB"PSliwSBoolSSAUI�BCPSLimbLength 1SNumberSSAUD�?DDY@�BShadingCY
CCullingS
CullingOff�K/ModelL(�:SRightLipLowerModelSLimbNodeqCVersionI�IKProperties70�C+PSRotationActiveSboolSSI�C(PSInheritTypeSenumSSINDGPS
ScalingMaxSVector3DSVectorSDDD�D8PSDefaultAttributeIndexSintSIntegerSI�DNPSLcl TranslationSLcl TranslationSSAD�"���D��Y�D@�r @GEIPSLcl RotationSLcl RotationSSA+D ܥ�DD� 
�EGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EEPSVisibility InheritanceSVisibility InheritanceSSI)F,PS	MultiTakeSintSIntegerSIdF-PSManipulationModeSenumSSI�FUPSScalingPivotUpdateOffsetSVector3DSVectorSDDDG/PSSetPreferedAngleSActionSSI?G-PSPivotsVisibilitySenumSSI�G5PSRotationLimitsVisibilitySboolSSI�G:PSLocalTranslationRefVisibilitySboolSSI
H2PSRotationRefVisibilitySboolSSIKH3PSRotationAxisVisibilitySboolSSI�H1PSScalingRefVisibilitySboolSSI�H9PSHierarchicalCenterVisibilitySboolSSII6PSGeometricCenterVisibilitySboolSSI[I8PSReferentialSizeSdoubleSNumberSD(@�I5PSDefaultKeyingGroupSintSIntegerSI�I3PSDefaultKeyingGroupEnumSenumSSIJ%PSPickableSboolSSIJJ*PS
TransformableSboolSSI�J(PSCullingModeSenumSSI�J-PSShowTrajectoriesSboolSSI�J"PSliwSBoolSSAUI<KCPSLimbLength 1SNumberSSAUD�?DDY@_KShadingCY�KCullingS
CullingOffT0ModelL -�:SRightLipCornerModelSLimbNode�KVersionI��SProperties70<L+PSRotationActiveSboolSSIrL(PSInheritTypeSenumSSI�LGPS
ScalingMaxSVector3DSVectorSDDD
M8PSDefaultAttributeIndexSintSIntegerSIiMNPSLcl TranslationSLcl TranslationSSAD��E
�D����D@�r@�MIPSLcl RotationSLcl RotationSSA+D ܥ�DD� 
�NGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?hNEPSVisibility InheritanceSVisibility InheritanceSSI�N,PS	MultiTakeSintSIntegerSI�N-PSManipulationModeSenumSSI@OUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD}O/PSSetPreferedAngleSActionSSI�O-PSPivotsVisibilitySenumSSI�O5PSRotationLimitsVisibilitySboolSSICP:PSLocalTranslationRefVisibilitySboolSSI�P2PSRotationRefVisibilitySboolSSI�P3PSRotationAxisVisibilitySboolSSIQ1PSScalingRefVisibilitySboolSSIJQ9PSHierarchicalCenterVisibilitySboolSSI�Q6PSGeometricCenterVisibilitySboolSSI�Q8PSReferentialSizeSdoubleSNumberSD(@R5PSDefaultKeyingGroupSintSIntegerSIXR3PSDefaultKeyingGroupEnumSenumSSI�R%PSPickableSboolSSI�R*PS
TransformableSboolSSI�R(PSCullingModeSenumSSI4S-PSShowTrajectoriesSboolSSIdS"PSliwSBoolSSAUI�SCPSLimbLength 1SNumberSSAUD�?DDY@�SShadingCY�SCullingS
CullingOff�\/ModelL(2�:SLeftLipCornerModelSLimbNodebTVersionI�:\Properties70�T+PSRotationActiveSboolSSI�T(PSInheritTypeSenumSSI?UGPS
ScalingMaxSVector3DSVectorSDDD�U8PSDefaultAttributeIndexSintSIntegerSI�UNPSLcl TranslationSLcl TranslationSSAD�LF
@D����D`�r@8VIPSLcl RotationSLcl RotationSSA+D ܥ�DD� 
�VGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�VEPSVisibility InheritanceSVisibility InheritanceSSIW,PS	MultiTakeSintSIntegerSIUW-PSManipulationModeSenumSSI�WUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�W/PSSetPreferedAngleSActionSSI0X-PSPivotsVisibilitySenumSSIsX5PSRotationLimitsVisibilitySboolSSI�X:PSLocalTranslationRefVisibilitySboolSSI�X2PSRotationRefVisibilitySboolSSI<Y3PSRotationAxisVisibilitySboolSSI{Y1PSScalingRefVisibilitySboolSSI�Y9PSHierarchicalCenterVisibilitySboolSSIZ6PSGeometricCenterVisibilitySboolSSILZ8PSReferentialSizeSdoubleSNumberSD(@�Z5PSDefaultKeyingGroupSintSIntegerSI�Z3PSDefaultKeyingGroupEnumSenumSSI[%PSPickableSboolSSI;[*PS
TransformableSboolSSIq[(PSCullingModeSenumSSI�[-PSShowTrajectoriesSboolSSI�["PSliwSBoolSSAUI-\CPSLimbLength 1SNumberSSAUD�?DDY@P\ShadingCYs\CullingS
CullingOff�d.ModelL07�:SLeftLipUpperModelSLimbNode�\VersionI��dProperties70+]+PSRotationActiveSboolSSIa](PSInheritTypeSenumSSI�]GPS
ScalingMaxSVector3DSVectorSDDD�]8PSDefaultAttributeIndexSintSIntegerSIX^NPSLcl TranslationSLcl TranslationSSAD�3�?D��[�D |�"@�^IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~�_GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?W_EPSVisibility InheritanceSVisibility InheritanceSSI�_,PS	MultiTakeSintSIntegerSI�_-PSManipulationModeSenumSSI/`UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDl`/PSSetPreferedAngleSActionSSI�`-PSPivotsVisibilitySenumSSI�`5PSRotationLimitsVisibilitySboolSSI2a:PSLocalTranslationRefVisibilitySboolSSIra2PSRotationRefVisibilitySboolSSI�a3PSRotationAxisVisibilitySboolSSI�a1PSScalingRefVisibilitySboolSSI9b9PSHierarchicalCenterVisibilitySboolSSI}b6PSGeometricCenterVisibilitySboolSSI�b8PSReferentialSizeSdoubleSNumberSD(@c5PSDefaultKeyingGroupSintSIntegerSIGc3PSDefaultKeyingGroupEnumSenumSSIzc%PSPickableSboolSSI�c*PS
TransformableSboolSSI�c(PSCullingModeSenumSSI#d-PSShowTrajectoriesSboolSSISd"PSliwSBoolSSAUI�dCPSLimbLength 1SNumberSSAUD�?DDY@�dShadingCY�dCullingS
CullingOffmm-ModelL8<�:SLeftNostrilModelSLimbNodeOeVersionI�'mProperties70�e+PSRotationActiveSboolSSI�e(PSInheritTypeSenumSSI,fGPS
ScalingMaxSVector3DSVectorSDDDrf8PSDefaultAttributeIndexSintSIntegerSI�fNPSLcl TranslationSLcl TranslationSSADף�?D�@D@i,"@%gIPSLcl RotationSLcl RotationSSA+D�D����D`~�zgGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�gEPSVisibility InheritanceSVisibility InheritanceSSIh,PS	MultiTakeSintSIntegerSIBh-PSManipulationModeSenumSSI�hUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�h/PSSetPreferedAngleSActionSSIi-PSPivotsVisibilitySenumSSI`i5PSRotationLimitsVisibilitySboolSSI�i:PSLocalTranslationRefVisibilitySboolSSI�i2PSRotationRefVisibilitySboolSSI)j3PSRotationAxisVisibilitySboolSSIhj1PSScalingRefVisibilitySboolSSI�j9PSHierarchicalCenterVisibilitySboolSSI�j6PSGeometricCenterVisibilitySboolSSI9k8PSReferentialSizeSdoubleSNumberSD(@|k5PSDefaultKeyingGroupSintSIntegerSI�k3PSDefaultKeyingGroupEnumSenumSSI�k%PSPickableSboolSSI(l*PS
TransformableSboolSSI^l(PSCullingModeSenumSSI�l-PSShowTrajectoriesSboolSSI�l"PSliwSBoolSSAUImCPSLimbLength 1SNumberSSAUD�?DDY@=mShadingCY`mCullingS
CullingOff�u+ModelL@A�:SLeftCheekModelSLimbNode�mVersionI��uProperties70n+PSRotationActiveSboolSSIKn(PSInheritTypeSenumSSI�nGPS
ScalingMaxSVector3DSVectorSDDD�n8PSDefaultAttributeIndexSintSIntegerSIBoNPSLcl TranslationSLcl TranslationSSAD���@D�(�
@D`��@�oIPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~��oGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?ApEPSVisibility InheritanceSVisibility InheritanceSSI{p,PS	MultiTakeSintSIntegerSI�p-PSManipulationModeSenumSSIqUPSScalingPivotUpdateOffsetSVector3DSVectorSDDDVq/PSSetPreferedAngleSActionSSI�q-PSPivotsVisibilitySenumSSI�q5PSRotationLimitsVisibilitySboolSSIr:PSLocalTranslationRefVisibilitySboolSSI\r2PSRotationRefVisibilitySboolSSI�r3PSRotationAxisVisibilitySboolSSI�r1PSScalingRefVisibilitySboolSSI#s9PSHierarchicalCenterVisibilitySboolSSIgs6PSGeometricCenterVisibilitySboolSSI�s8PSReferentialSizeSdoubleSNumberSD(@�s5PSDefaultKeyingGroupSintSIntegerSI1t3PSDefaultKeyingGroupEnumSenumSSIdt%PSPickableSboolSSI�t*PS
TransformableSboolSSI�t(PSCullingModeSenumSSI
u-PSShowTrajectoriesSboolSSI=u"PSliwSBoolSSAUI�uCPSLimbLength 1SNumberSSAUD�?DDY@�uShadingCY�uCullingS
CullingOff[~1ModelLHF�:SLeftEyelidLowerModelSLimbNode=vVersionI�~Properties70�v+PSRotationActiveSboolSSI�v(PSInheritTypeSenumSSIwGPS
ScalingMaxSVector3DSVectorSDDD`w8PSDefaultAttributeIndexSintSIntegerSI�wNPSLcl TranslationSLcl TranslationSSAD@�~@D�@D p~@xIPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~�hxGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�xEPSVisibility InheritanceSVisibility InheritanceSSI�x,PS	MultiTakeSintSIntegerSI0y-PSManipulationModeSenumSSI�yUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�y/PSSetPreferedAngleSActionSSIz-PSPivotsVisibilitySenumSSINz5PSRotationLimitsVisibilitySboolSSI�z:PSLocalTranslationRefVisibilitySboolSSI�z2PSRotationRefVisibilitySboolSSI{3PSRotationAxisVisibilitySboolSSIV{1PSScalingRefVisibilitySboolSSI�{9PSHierarchicalCenterVisibilitySboolSSI�{6PSGeometricCenterVisibilitySboolSSI'|8PSReferentialSizeSdoubleSNumberSD(@j|5PSDefaultKeyingGroupSintSIntegerSI�|3PSDefaultKeyingGroupEnumSenumSSI�|%PSPickableSboolSSI}*PS
TransformableSboolSSIL}(PSCullingModeSenumSSI�}-PSShowTrajectoriesSboolSSI�}"PSliwSBoolSSAUI~CPSLimbLength 1SNumberSSAUD�?DDY@+~ShadingCYN~CullingS
CullingOffՆ1ModelLPK�:SLeftEyelidUpperModelSLimbNode�~VersionI���Properties70	+PSRotationActiveSboolSSI?(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDD�8PSDefaultAttributeIndexSintSIntegerSI6�NPSLcl TranslationSLcl TranslationSSAD`��@D#$@D�
 @��IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~��GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?5�EPSVisibility InheritanceSVisibility InheritanceSSIo�,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI
�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDJ�/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSIȂ5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSIP�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSIЃ1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSI[�6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@�5PSDefaultKeyingGroupSintSIntegerSI%�3PSDefaultKeyingGroupEnumSenumSSIX�%PSPickableSboolSSI��*PS
TransformableSboolSSIƅ(PSCullingModeSenumSSI�-PSShowTrajectoriesSboolSSI1�"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCYȆCullingS
CullingOffM�/ModelLXP�:SLeftInnerBrowModelSLimbNode/�VersionI��Properties70��+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDDR�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD��L�?D ��'@D`��"@�IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~�Z�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI"�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDŠ/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI@�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSIȋ2PSRotationRefVisibilitySboolSSI	�3PSRotationAxisVisibilitySboolSSIH�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSIӌ6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@\�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSIЍ%PSPickableSboolSSI�*PS
TransformableSboolSSI>�(PSCullingModeSenumSSIy�-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@�ShadingCY@�CullingS
CullingOff��0ModelL`U�:SLeftIOuterBrowModelSLimbNode��VersionI���Properties70��*PS
RotationOrderSenumSSI2�+PSRotationActiveSboolSSIh�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD�8PSDefaultAttributeIndexSintSIntegerSI_�NPSLcl TranslationSLcl TranslationSSAD@@D �&@D��@��IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~��GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?^�EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSIӒ-PSManipulationModeSenumSSI6�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDs�/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI�5PSRotationLimitsVisibilitySboolSSI9�:PSLocalTranslationRefVisibilitySboolSSIy�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI@�9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSIʕ8PSReferentialSizeSdoubleSNumberSD(@
�5PSDefaultKeyingGroupSintSIntegerSIN�3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI��*PS
TransformableSboolSSI�(PSCullingModeSenumSSI*�-PSShowTrajectoriesSboolSSIZ�"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@ΗShadingCY�CullingS
CullingOffw�0ModelL�:SRightInnerBrowModelSLimbNodeY�VersionI�1�Properties70��+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSI6�GPS
ScalingMaxSVector3DSVectorSDDD|�8PSDefaultAttributeIndexSintSIntegerSIؙNPSLcl TranslationSLcl TranslationSSAD��L�D ��'@D`��"@/�IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~򼄚GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?ךEPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSIL�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI'�-PSPivotsVisibilitySenumSSIj�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI3�3PSRotationAxisVisibilitySboolSSIr�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSIC�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSIǞ3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI2�*PS
TransformableSboolSSIh�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSIӟ"PSliwSBoolSSAUI$�CPSLimbLength 1SNumberSSAUD�?DDY@G�ShadingCYj�CullingS
CullingOff)�1ModelL:SRightIOuterBrowModelSLimbNodeӠVersionI��Properties70$�*PS
RotationOrderSenumSSI]�+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDD.�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD��D���&@D��@�IPSLcl RotationSLcl RotationSSA+D�D����D`~�6�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSIã,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSIa�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI٤-PSPivotsVisibilitySenumSSI�5PSRotationLimitsVisibilitySboolSSId�:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI$�1PSScalingRefVisibilitySboolSSIk�9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@8�5PSDefaultKeyingGroupSintSIntegerSIy�3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI�*PS
TransformableSboolSSI�(PSCullingModeSenumSSIU�-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI֨CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY�CullingS
CullingOff��2ModelL	:SRightEyelidUpperModelSLimbNode��VersionI�^�Properties70ة+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSIc�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSAD+��D�`$@D`�
 @\�IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~򼱫GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EPSVisibility InheritanceSVisibility InheritanceSSI>�,PS	MultiTakeSintSIntegerSIy�-PSManipulationModeSenumSSIܬUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSIT�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI߭:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI`�3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSI*�6PSGeometricCenterVisibilitySboolSSIp�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI'�%PSPickableSboolSSI_�*PS
TransformableSboolSSI��(PSCullingModeSenumSSIа-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUIQ�CPSLimbLength 1SNumberSSAUD�?DDY@t�ShadingCY��CullingS
CullingOff�2ModelL :SRightEyelidLowerModelSLimbNode�VersionI�ٹProperties70S�+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI޲GPS
ScalingMaxSVector3DSVectorSDDD$�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD��~�D u@D��~@׳IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~�,�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSIW�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSIϵ-PSPivotsVisibilitySenumSSI�5PSRotationLimitsVisibilitySboolSSIZ�:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI۶3PSRotationAxisVisibilitySboolSSI�1PSScalingRefVisibilitySboolSSIa�9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@.�5PSDefaultKeyingGroupSintSIntegerSIo�3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSIڸ*PS
TransformableSboolSSI�(PSCullingModeSenumSSIK�-PSShowTrajectoriesSboolSSI{�"PSliwSBoolSSAUI̹CPSLimbLength 1SNumberSSAUD�?DDY@�ShadingCY�CullingS
CullingOff��,ModelL(:SRightCheekModelSLimbNodev�VersionI�N�Properties70Ⱥ+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSIS�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD-��D�V�
@D�]�@L�IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~򼡼GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI.�,PS	MultiTakeSintSIntegerSIi�-PSManipulationModeSenumSSI̽UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD	�/PSSetPreferedAngleSActionSSID�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSIϾ:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSIP�3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSIֿ9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI`�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSIO�*PS
TransformableSboolSSI��(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUIA�CPSLimbLength 1SNumberSSAUD�?DDY@d�ShadingCY��CullingS
CullingOff�.ModelL0:SRightNostrilModelSLimbNode��VersionI���Properties70?�+PSRotationActiveSboolSSIu�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD�8PSDefaultAttributeIndexSintSIntegerSIl�NPSLcl TranslationSLcl TranslationSSADף��D`@D`�,"@��IPSLcl RotationSLcl RotationSSA+D ܥ̼D����D`~��GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?k�EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSIC�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSIF�:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI�1PSScalingRefVisibilitySboolSSIM�9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@�5PSDefaultKeyingGroupSintSIntegerSI[�3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI��*PS
TransformableSboolSSI��(PSCullingModeSenumSSI7�-PSShowTrajectoriesSboolSSIg�"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY��CullingS
CullingOff��/ModelL8:SRightLipUpperModelSLimbNodee�VersionI�=�Properties70��+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSIB�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD�3��D��W�D@i�"@;�IPSLcl RotationSLcl RotationSSA+D ܥܼDD��뼐�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSIX�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI3�-PSPivotsVisibilitySenumSSIv�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI?�3PSRotationAxisVisibilitySboolSSI~�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI	�6PSGeometricCenterVisibilitySboolSSIO�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI>�*PS
TransformableSboolSSIt�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI0�CPSLimbLength 1SNumberSSAUD�?DDY@S�ShadingCYv�CullingS
CullingOffQ�/ModelL@":SRightShoulderModelSLimbNode��VersionI��Properties70L�HPSPreRotationSVector3DSVectorSDc�5ua f�De0��`@D�(�Vc���+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDDV�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD����D`�)6@D@
M��	�IPSLcl RotationSLcl RotationSSA+D�ߥؿD�0��?D`�7�?^�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI&�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSID�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI
�3PSRotationAxisVisibilitySboolSSIL�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@`�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI�*PS
TransformableSboolSSIB�(PSCullingModeSenumSSI}�-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@!�ShadingCYD�CullingS
CullingOff�*ModelLH':SRightArmModelSLimbNode��VersionI���Properties70�HPSPreRotationSVector3DSVectorSD�&(�|f�D�`����!�DOE�rc�N�+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD�8PSDefaultAttributeIndexSintSIntegerSI{�NPSLcl TranslationSLcl TranslationSSAD��$@D �\0�D`��վ��IPSLcl RotationSLcl RotationSSA+D �,�D��D�)�S@'�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?z�EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSIR�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI
�5PSRotationLimitsVisibilitySboolSSIU�:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI�1PSScalingRefVisibilitySboolSSI\�9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@)�5PSDefaultKeyingGroupSintSIntegerSIj�3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI��*PS
TransformableSboolSSI�(PSCullingModeSenumSSIF�-PSShowTrajectoriesSboolSSIv�"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY
�CullingS
CullingOff��.ModelLP,:SRightForeArmModelSLimbNodes�VersionI���Properties70��HPSPreRotationSVector3DSVectorSD�@���D�D�e�:�D
>���?�+PSRotationActiveSboolSSIQ�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSIH�NPSLcl TranslationSLcl TranslationSSAD`�W9�D �<�?D`,�����IPSLcl RotationSLcl RotationSSA+D`(�B@D�n1@D�#@��GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?G�EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD\�/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI"�:PSLocalTranslationRefVisibilitySboolSSIb�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI)�9PSHierarchicalCenterVisibilitySboolSSIm�6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI7�3PSDefaultKeyingGroupEnumSenumSSIj�%PSPickableSboolSSI��*PS
TransformableSboolSSI��(PSCullingModeSenumSSI�-PSShowTrajectoriesSboolSSIC�"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY��CullingS
CullingOff[�+ModelLX1:SRightHandModelSLimbNode=�VersionI��Properties70��+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDD`�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD ��8�D <P@D����?�IPSLcl RotationSLcl RotationSSA+D`T�D`2�%�DI��h�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI0�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSIN�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSIV�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI'�8PSReferentialSizeSdoubleSNumberSD(@j�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI�*PS
TransformableSboolSSIL�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@+�ShadingCYN�CullingS
CullingOff+�1ModelL`6:SRightHandPinky1ModelSLimbNode��VersionI���Properties70&�HPSPreRotationSVector3DSVectorSD���P�οDrQ�'d�$@DH�Z~Q��_�+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD0�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD����D�K�ɿD�ۚ���IPSLcl RotationSLcl RotationSSA+D`S�A�D`@o'@D@)/*@8�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSIc�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI�5PSRotationLimitsVisibilitySboolSSIf�:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI&�1PSScalingRefVisibilitySboolSSIm�9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@:�5PSDefaultKeyingGroupSintSIntegerSI{�3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI��*PS
TransformableSboolSSI�(PSCullingModeSenumSSIW�-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY�CullingS
CullingOff�1ModelL�:SRightHandPinky2ModelSLimbNode��VersionI��Properties70��HPSPreRotationSVector3DSVectorSD�	�SQ㋿DG~�)'��?DL����?/+PSRotationActiveSboolSSIe(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDD8PSDefaultAttributeIndexSintSIntegerSI\NPSLcl TranslationSLcl TranslationSSAD���D�(���D`��IPSLcl RotationSLcl RotationSSA+D`�/�D�ݛ�?D@��:@GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?[EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSI3UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDp/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSI�5PSRotationLimitsVisibilitySboolSSI6:PSLocalTranslationRefVisibilitySboolSSIv2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI�1PSScalingRefVisibilitySboolSSI=9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@
5PSDefaultKeyingGroupSintSIntegerSIK3PSDefaultKeyingGroupEnumSenumSSI~%PSPickableSboolSSI�*PS
TransformableSboolSSI�(PSCullingModeSenumSSI'-PSShowTrajectoriesSboolSSIW"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@�ShadingCY�CullingS
CullingOffu1ModelL �:SRightHandPinky3ModelSLimbNodeWVersionI�/Properties70�+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSI4	GPS
ScalingMaxSVector3DSVectorSDDDz	8PSDefaultAttributeIndexSintSIntegerSI�	NPSLcl TranslationSLcl TranslationSSAD�8$�D��V��D �@�-
IPSLcl RotationSLcl RotationSSA+Dඤ�D&~�?D��z:@�
GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�
EPSVisibility InheritanceSVisibility InheritanceSSI,PS	MultiTakeSintSIntegerSIJ-PSManipulationModeSenumSSI�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI%-PSPivotsVisibilitySenumSSIh5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI1
3PSRotationAxisVisibilitySboolSSIp
1PSScalingRefVisibilitySboolSSI�
9PSHierarchicalCenterVisibilitySboolSSI�
6PSGeometricCenterVisibilitySboolSSIA8PSReferentialSizeSdoubleSNumberSD(@�5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI0*PS
TransformableSboolSSIf(PSCullingModeSenumSSI�-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUI"CPSLimbLength 1SNumberSSAUD�?DDY@EShadingCYhCullingS
CullingOffD0ModelL(�:SRightHandRing1ModelSLimbNode�VersionI��Properties70?HPSPreRotationSVector3DSVectorSD���=ģ�D�˘^�@Dm�a>4c�x+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSIGPS
ScalingMaxSVector3DSVectorSDDDI8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSAD�H=�Djs�?D �m��IPSLcl RotationSLcl RotationSSA+D J�%�D��@D�ɲ8@QGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI-PSManipulationModeSenumSSI|UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSI75PSRotationLimitsVisibilitySboolSSI:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI3PSRotationAxisVisibilitySboolSSI?1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI8PSReferentialSizeSdoubleSNumberSD(@S5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI�*PS
TransformableSboolSSI5(PSCullingModeSenumSSIp-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@ShadingCY7CullingS
CullingOff"0ModelL0�:SRightHandRing2ModelSLimbNode�VersionI��!Properties70HPSPreRotationSVector3DSVectorSD-��	�ԿD!FWP*@D�@�?�{�G+PSRotationActiveSboolSSI}(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDD8PSDefaultAttributeIndexSintSIntegerSItNPSLcl TranslationSLcl TranslationSSAD�'�D ښ��D`K�߿�IPSLcl RotationSLcl RotationSSA+D��N�D ���?D>�;@ GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?sEPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSIKUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSI5PSRotationLimitsVisibilitySboolSSIN:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI1PSScalingRefVisibilitySboolSSIU9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@" 5PSDefaultKeyingGroupSintSIntegerSIc 3PSDefaultKeyingGroupEnumSenumSSI� %PSPickableSboolSSI� *PS
TransformableSboolSSI!(PSCullingModeSenumSSI?!-PSShowTrajectoriesSboolSSIo!"PSliwSBoolSSAUI�!CPSLimbLength 1SNumberSSAUD�?DDY@�!ShadingCY"CullingS
CullingOff�*0ModelL8�:SRightHandRing3ModelSLimbNoden"VersionI�F*Properties70�"+PSRotationActiveSboolSSI�"(PSInheritTypeSenumSSIK#GPS
ScalingMaxSVector3DSVectorSDDD�#8PSDefaultAttributeIndexSintSIntegerSI�#NPSLcl TranslationSLcl TranslationSSAD@���D�
��D��ݿD$IPSLcl RotationSLcl RotationSSA+D��D�I��?D���:@�$GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�$EPSVisibility InheritanceSVisibility InheritanceSSI&%,PS	MultiTakeSintSIntegerSIa%-PSManipulationModeSenumSSI�%UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD&/PSSetPreferedAngleSActionSSI<&-PSPivotsVisibilitySenumSSI&5PSRotationLimitsVisibilitySboolSSI�&:PSLocalTranslationRefVisibilitySboolSSI'2PSRotationRefVisibilitySboolSSIH'3PSRotationAxisVisibilitySboolSSI�'1PSScalingRefVisibilitySboolSSI�'9PSHierarchicalCenterVisibilitySboolSSI(6PSGeometricCenterVisibilitySboolSSIX(8PSReferentialSizeSdoubleSNumberSD(@�(5PSDefaultKeyingGroupSintSIntegerSI�(3PSDefaultKeyingGroupEnumSenumSSI)%PSPickableSboolSSIG)*PS
TransformableSboolSSI})(PSCullingModeSenumSSI�)-PSShowTrajectoriesSboolSSI�)"PSliwSBoolSSAUI9*CPSLimbLength 1SNumberSSAUD�?DDY@\*ShadingCY*CullingS
CullingOff]32ModelL@:SRightHandMiddle1ModelSLimbNode�*VersionI�3Properties70X+HPSPreRotationSVector3DSVectorSD�iaQ7؀�Dr3�k��D
��--��++PSRotationActiveSboolSSI�+(PSInheritTypeSenumSSI,GPS
ScalingMaxSVector3DSVectorSDDDb,8PSDefaultAttributeIndexSintSIntegerSI�,NPSLcl TranslationSLcl TranslationSSAD�QB�D<��?D@��?-IPSLcl RotationSLcl RotationSSA+D@�!�D��@D@��8@j-GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�-EPSVisibility InheritanceSVisibility InheritanceSSI�-,PS	MultiTakeSintSIntegerSI2.-PSManipulationModeSenumSSI�.UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�./PSSetPreferedAngleSActionSSI
/-PSPivotsVisibilitySenumSSIP/5PSRotationLimitsVisibilitySboolSSI�/:PSLocalTranslationRefVisibilitySboolSSI�/2PSRotationRefVisibilitySboolSSI03PSRotationAxisVisibilitySboolSSIX01PSScalingRefVisibilitySboolSSI�09PSHierarchicalCenterVisibilitySboolSSI�06PSGeometricCenterVisibilitySboolSSI)18PSReferentialSizeSdoubleSNumberSD(@l15PSDefaultKeyingGroupSintSIntegerSI�13PSDefaultKeyingGroupEnumSenumSSI�1%PSPickableSboolSSI2*PS
TransformableSboolSSIN2(PSCullingModeSenumSSI�2-PSShowTrajectoriesSboolSSI�2"PSliwSBoolSSAUI
3CPSLimbLength 1SNumberSSAUD�?DDY@-3ShadingCYP3CullingS
CullingOff.<2ModelLH:SRightHandMiddle2ModelSLimbNode�3VersionI��;Properties70)4HPSPreRotationSVector3DSVectorSD�l�`�տDQT���@D��#W'9�b4+PSRotationActiveSboolSSI�4(PSInheritTypeSenumSSI�4GPS
ScalingMaxSVector3DSVectorSDDD358PSDefaultAttributeIndexSintSIntegerSI�5NPSLcl TranslationSLcl TranslationSSAD`��D���?D@��?�5IPSLcl RotationSLcl RotationSSA+D��?D �<��D`-�:@;6GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�6EPSVisibility InheritanceSVisibility InheritanceSSI�6,PS	MultiTakeSintSIntegerSI7-PSManipulationModeSenumSSIf7UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�7/PSSetPreferedAngleSActionSSI�7-PSPivotsVisibilitySenumSSI!85PSRotationLimitsVisibilitySboolSSIi8:PSLocalTranslationRefVisibilitySboolSSI�82PSRotationRefVisibilitySboolSSI�83PSRotationAxisVisibilitySboolSSI)91PSScalingRefVisibilitySboolSSIp99PSHierarchicalCenterVisibilitySboolSSI�96PSGeometricCenterVisibilitySboolSSI�98PSReferentialSizeSdoubleSNumberSD(@=:5PSDefaultKeyingGroupSintSIntegerSI~:3PSDefaultKeyingGroupEnumSenumSSI�:%PSPickableSboolSSI�:*PS
TransformableSboolSSI;(PSCullingModeSenumSSIZ;-PSShowTrajectoriesSboolSSI�;"PSliwSBoolSSAUI�;CPSLimbLength 1SNumberSSAUD�?DDY@�;ShadingCY!<CullingS
CullingOff�D2ModelLP:SRightHandMiddle3ModelSLimbNode�<VersionI�cDProperties70�<+PSRotationActiveSboolSSI=(PSInheritTypeSenumSSIh=GPS
ScalingMaxSVector3DSVectorSDDD�=8PSDefaultAttributeIndexSintSIntegerSI
>NPSLcl TranslationSLcl TranslationSSAD >u
�D@�&�D�I��?a>IPSLcl RotationSLcl RotationSSA+D@�;�?D��{��D��'@@�>GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?	?EPSVisibility InheritanceSVisibility InheritanceSSIC?,PS	MultiTakeSintSIntegerSI~?-PSManipulationModeSenumSSI�?UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD@/PSSetPreferedAngleSActionSSIY@-PSPivotsVisibilitySenumSSI�@5PSRotationLimitsVisibilitySboolSSI�@:PSLocalTranslationRefVisibilitySboolSSI$A2PSRotationRefVisibilitySboolSSIeA3PSRotationAxisVisibilitySboolSSI�A1PSScalingRefVisibilitySboolSSI�A9PSHierarchicalCenterVisibilitySboolSSI/B6PSGeometricCenterVisibilitySboolSSIuB8PSReferentialSizeSdoubleSNumberSD(@�B5PSDefaultKeyingGroupSintSIntegerSI�B3PSDefaultKeyingGroupEnumSenumSSI,C%PSPickableSboolSSIdC*PS
TransformableSboolSSI�C(PSCullingModeSenumSSI�C-PSShowTrajectoriesSboolSSID"PSliwSBoolSSAUIVDCPSLimbLength 1SNumberSSAUD�?DDY@yDShadingCY�DCullingS
CullingOffyM1ModelLX:SRightHandIndex1ModelSLimbNodeEVersionI�3MProperties70tEHPSPreRotationSVector3DSVectorSD(Qp�c�D���PNk"�Dk�	A���E+PSRotationActiveSboolSSI�E(PSInheritTypeSenumSSI8FGPS
ScalingMaxSVector3DSVectorSDDD~F8PSDefaultAttributeIndexSintSIntegerSI�FNPSLcl TranslationSLcl TranslationSSAD�e��D�yҿ�D��y@1GIPSLcl RotationSLcl RotationSSA+D�KT"@D@8��?D��&5@�GGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�GEPSVisibility InheritanceSVisibility InheritanceSSIH,PS	MultiTakeSintSIntegerSINH-PSManipulationModeSenumSSI�HUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�H/PSSetPreferedAngleSActionSSI)I-PSPivotsVisibilitySenumSSIlI5PSRotationLimitsVisibilitySboolSSI�I:PSLocalTranslationRefVisibilitySboolSSI�I2PSRotationRefVisibilitySboolSSI5J3PSRotationAxisVisibilitySboolSSItJ1PSScalingRefVisibilitySboolSSI�J9PSHierarchicalCenterVisibilitySboolSSI�J6PSGeometricCenterVisibilitySboolSSIEK8PSReferentialSizeSdoubleSNumberSD(@�K5PSDefaultKeyingGroupSintSIntegerSI�K3PSDefaultKeyingGroupEnumSenumSSI�K%PSPickableSboolSSI4L*PS
TransformableSboolSSIjL(PSCullingModeSenumSSI�L-PSShowTrajectoriesSboolSSI�L"PSliwSBoolSSAUI&MCPSLimbLength 1SNumberSSAUD�?DDY@IMShadingCYlMCullingS
CullingOffIV1ModelL`:SRightHandIndex2ModelSLimbNode�MVersionI�VProperties70DNHPSPreRotationSVector3DSVectorSD�tc�hQ�?D������D�+�}�\�}N+PSRotationActiveSboolSSI�N(PSInheritTypeSenumSSIOGPS
ScalingMaxSVector3DSVectorSDDDNO8PSDefaultAttributeIndexSintSIntegerSI�ONPSLcl TranslationSLcl TranslationSSAD���
�D���?D�!C�?PIPSLcl RotationSLcl RotationSSA+D�4o@D@���D��A@VPGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�PEPSVisibility InheritanceSVisibility InheritanceSSI�P,PS	MultiTakeSintSIntegerSIQ-PSManipulationModeSenumSSI�QUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�Q/PSSetPreferedAngleSActionSSI�Q-PSPivotsVisibilitySenumSSI<R5PSRotationLimitsVisibilitySboolSSI�R:PSLocalTranslationRefVisibilitySboolSSI�R2PSRotationRefVisibilitySboolSSIS3PSRotationAxisVisibilitySboolSSIDS1PSScalingRefVisibilitySboolSSI�S9PSHierarchicalCenterVisibilitySboolSSI�S6PSGeometricCenterVisibilitySboolSSIT8PSReferentialSizeSdoubleSNumberSD(@XT5PSDefaultKeyingGroupSintSIntegerSI�T3PSDefaultKeyingGroupEnumSenumSSI�T%PSPickableSboolSSIU*PS
TransformableSboolSSI:U(PSCullingModeSenumSSIuU-PSShowTrajectoriesSboolSSI�U"PSliwSBoolSSAUI�UCPSLimbLength 1SNumberSSAUD�?DDY@VShadingCY<VCullingS
CullingOff�^1ModelLh:SRightHandIndex3ModelSLimbNode�VVersionI�}^Properties70�V+PSRotationActiveSboolSSI-W(PSInheritTypeSenumSSI�WGPS
ScalingMaxSVector3DSVectorSDDD�W8PSDefaultAttributeIndexSintSIntegerSI$XNPSLcl TranslationSLcl TranslationSSAD�.�D��߿D@���?{XIPSLcl RotationSLcl RotationSSA+D`*��?D�%G��D���3@�XGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?#YEPSVisibility InheritanceSVisibility InheritanceSSI]Y,PS	MultiTakeSintSIntegerSI�Y-PSManipulationModeSenumSSI�YUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD8Z/PSSetPreferedAngleSActionSSIsZ-PSPivotsVisibilitySenumSSI�Z5PSRotationLimitsVisibilitySboolSSI�Z:PSLocalTranslationRefVisibilitySboolSSI>[2PSRotationRefVisibilitySboolSSI[3PSRotationAxisVisibilitySboolSSI�[1PSScalingRefVisibilitySboolSSI\9PSHierarchicalCenterVisibilitySboolSSII\6PSGeometricCenterVisibilitySboolSSI�\8PSReferentialSizeSdoubleSNumberSD(@�\5PSDefaultKeyingGroupSintSIntegerSI]3PSDefaultKeyingGroupEnumSenumSSIF]%PSPickableSboolSSI~]*PS
TransformableSboolSSI�](PSCullingModeSenumSSI�]-PSShowTrajectoriesSboolSSI^"PSliwSBoolSSAUIp^CPSLimbLength 1SNumberSSAUD�?DDY@�^ShadingCY�^CullingS
CullingOff�g1ModelLp :SRightHandThumb1ModelSLimbNode_VersionI�MgProperties70�_HPSPreRotationSVector3DSVectorSD�#uS�L<D��t[��?D	��*��_+PSRotationActiveSboolSSI�_(PSInheritTypeSenumSSIR`GPS
ScalingMaxSVector3DSVectorSDDD�`8PSDefaultAttributeIndexSintSIntegerSI�`NPSLcl TranslationSLcl TranslationSSAD�~��D����D༯@KaIPSLcl RotationSLcl RotationSSA+Dב@D`m��D�*��?�aGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�aEPSVisibility InheritanceSVisibility InheritanceSSI-b,PS	MultiTakeSintSIntegerSIhb-PSManipulationModeSenumSSI�bUPSScalingPivotUpdateOffsetSVector3DSVectorSDDDc/PSSetPreferedAngleSActionSSICc-PSPivotsVisibilitySenumSSI�c5PSRotationLimitsVisibilitySboolSSI�c:PSLocalTranslationRefVisibilitySboolSSId2PSRotationRefVisibilitySboolSSIOd3PSRotationAxisVisibilitySboolSSI�d1PSScalingRefVisibilitySboolSSI�d9PSHierarchicalCenterVisibilitySboolSSIe6PSGeometricCenterVisibilitySboolSSI_e8PSReferentialSizeSdoubleSNumberSD(@�e5PSDefaultKeyingGroupSintSIntegerSI�e3PSDefaultKeyingGroupEnumSenumSSIf%PSPickableSboolSSINf*PS
TransformableSboolSSI�f(PSCullingModeSenumSSI�f-PSShowTrajectoriesSboolSSI�f"PSliwSBoolSSAUI@gCPSLimbLength 1SNumberSSAUD�?DDY@cgShadingCY�gCullingS
CullingOff
p1ModelL�9SRightHandThumb2ModelSLimbNode�gVersionI��oProperties70Ah+PSRotationActiveSboolSSIwh(PSInheritTypeSenumSSI�hGPS
ScalingMaxSVector3DSVectorSDDDi8PSDefaultAttributeIndexSintSIntegerSIniNPSLcl TranslationSLcl TranslationSSAD`�2��D`���D��@�iIPSLcl RotationSLcl RotationSSA+D��P�?D���D`���?jGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?mjEPSVisibility InheritanceSVisibility InheritanceSSI�j,PS	MultiTakeSintSIntegerSI�j-PSManipulationModeSenumSSIEkUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�k/PSSetPreferedAngleSActionSSI�k-PSPivotsVisibilitySenumSSIl5PSRotationLimitsVisibilitySboolSSIHl:PSLocalTranslationRefVisibilitySboolSSI�l2PSRotationRefVisibilitySboolSSI�l3PSRotationAxisVisibilitySboolSSIm1PSScalingRefVisibilitySboolSSIOm9PSHierarchicalCenterVisibilitySboolSSI�m6PSGeometricCenterVisibilitySboolSSI�m8PSReferentialSizeSdoubleSNumberSD(@n5PSDefaultKeyingGroupSintSIntegerSI]n3PSDefaultKeyingGroupEnumSenumSSI�n%PSPickableSboolSSI�n*PS
TransformableSboolSSI�n(PSCullingModeSenumSSI9o-PSShowTrajectoriesSboolSSIio"PSliwSBoolSSAUI�oCPSLimbLength 1SNumberSSAUD�?DDY@�oShadingCYpCullingS
CullingOff�x1ModelL�9SRightHandThumb3ModelSLimbNodeipVersionI��xProperties70�pHPSPreRotationSVector3DSVectorSD$�rOϸ>DDq+PSRotationActiveSboolSSIGq(PSInheritTypeSenumSSI�qGPS
ScalingMaxSVector3DSVectorSDDD�q8PSDefaultAttributeIndexSintSIntegerSI>rNPSLcl TranslationSLcl TranslationSSAD@5^�D �r�D@��@�rIPSLcl RotationSLcl RotationSSA+DC@D`99�D w��rGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?=sEPSVisibility InheritanceSVisibility InheritanceSSIws,PS	MultiTakeSintSIntegerSI�s-PSManipulationModeSenumSSItUPSScalingPivotUpdateOffsetSVector3DSVectorSDDDRt/PSSetPreferedAngleSActionSSI�t-PSPivotsVisibilitySenumSSI�t5PSRotationLimitsVisibilitySboolSSIu:PSLocalTranslationRefVisibilitySboolSSIXu2PSRotationRefVisibilitySboolSSI�u3PSRotationAxisVisibilitySboolSSI�u1PSScalingRefVisibilitySboolSSIv9PSHierarchicalCenterVisibilitySboolSSIcv6PSGeometricCenterVisibilitySboolSSI�v8PSReferentialSizeSdoubleSNumberSD(@�v5PSDefaultKeyingGroupSintSIntegerSI-w3PSDefaultKeyingGroupEnumSenumSSI`w%PSPickableSboolSSI�w*PS
TransformableSboolSSI�w(PSCullingModeSenumSSI	x-PSShowTrajectoriesSboolSSI9x"PSliwSBoolSSAUI�xCPSLimbLength 1SNumberSSAUD�?DDY@�xShadingCY�xCullingS
CullingOff��.ModelL �9SLeftShoulderModelSLimbNode6yVersionI�d�Properties70�yHPSPreRotationSVector3DSVectorSD�2e��D�Z��_@D�OZ2�I9��y+PSRotationActiveSboolSSIz(PSInheritTypeSenumSSIizGPS
ScalingMaxSVector3DSVectorSDDD�z8PSDefaultAttributeIndexSintSIntegerSI{NPSLcl TranslationSLcl TranslationSSAD��@D@�)6@D@
M��b{IPSLcl RotationSLcl RotationSSA+D����?D�-�D����?�{GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?
|EPSVisibility InheritanceSVisibility InheritanceSSID|,PS	MultiTakeSintSIntegerSI|-PSManipulationModeSenumSSI�|UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD}/PSSetPreferedAngleSActionSSIZ}-PSPivotsVisibilitySenumSSI�}5PSRotationLimitsVisibilitySboolSSI�}:PSLocalTranslationRefVisibilitySboolSSI%~2PSRotationRefVisibilitySboolSSIf~3PSRotationAxisVisibilitySboolSSI�~1PSScalingRefVisibilitySboolSSI�~9PSHierarchicalCenterVisibilitySboolSSI06PSGeometricCenterVisibilitySboolSSIv8PSReferentialSizeSdoubleSNumberSD(@�5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSI-�%PSPickableSboolSSIe�*PS
TransformableSboolSSI��(PSCullingModeSenumSSIր-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUIW�CPSLimbLength 1SNumberSSAUD�?DDY@z�ShadingCY��CullingS
CullingOffr�)ModelL(!�9SLeftArmModelSLimbNode��VersionI�,�Properties70m�HPSPreRotationSVector3DSVectorSD��.�&��D�t�r%�D����9@��+PSRotationActiveSboolSSI܂(PSInheritTypeSenumSSI1�GPS
ScalingMaxSVector3DSVectorSDDDw�8PSDefaultAttributeIndexSintSIntegerSIӃNPSLcl TranslationSLcl TranslationSSAD��$@D��3~>DlqT�*�IPSLcl RotationSLcl RotationSSA+D��H�D`���D�u#T��GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?҄EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSIG�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI"�-PSPivotsVisibilitySenumSSIe�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI.�3PSRotationAxisVisibilitySboolSSIm�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI>�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSIˆ3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI-�*PS
TransformableSboolSSIc�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSIΉ"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@B�ShadingCYe�CullingS
CullingOff>�-ModelL0&�9SLeftForeArmModelSLimbNodeʊVersionI���Properties709�HPSPreRotationSVector3DSVectorSD0�]��D�Q�e�:�Dy�=���?r�+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDDC�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD��g9@DR�F�D�vG>��IPSLcl RotationSLcl RotationSSA+D@7SA@D �7=�D��7(�K�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI؍,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSIv�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSI1�5PSRotationLimitsVisibilitySboolSSIy�:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI9�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSIĐ6PSGeometricCenterVisibilitySboolSSI
�8PSReferentialSizeSdoubleSNumberSD(@M�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI��*PS
TransformableSboolSSI/�(PSCullingModeSenumSSIj�-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@�ShadingCY1�CullingS
CullingOff��*ModelL8+�9SLeftHandModelSLimbNode��VersionI�k�Properties70�+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSIp�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSAD���8@DМH�D`>i�IPSLcl RotationSLcl RotationSSA+D u��D@>w@D�4"@��GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EPSVisibility InheritanceSVisibility InheritanceSSIK�,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD&�/PSSetPreferedAngleSActionSSIa�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSI,�2PSRotationRefVisibilitySboolSSIm�3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSI7�6PSGeometricCenterVisibilitySboolSSI}�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSI4�%PSPickableSboolSSIl�*PS
TransformableSboolSSI��(PSCullingModeSenumSSIݚ-PSShowTrajectoriesSboolSSI
�"PSliwSBoolSSAUI^�CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY��CullingS
CullingOff��0ModelL@0�9SLeftHandPinky1ModelSLimbNode�VersionI�:�Properties70{�HPSPreRotationSVector3DSVectorSD�^�P�οDQ�'d�$@DU�Z~Q����+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSI?�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSAD �C@D�S
�D@�	�8�IPSLcl RotationSLcl RotationSSA+D୤;�D@i�,�D`��4���GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSIU�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI0�-PSPivotsVisibilitySenumSSIs�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI<�3PSRotationAxisVisibilitySboolSSI{�1PSScalingRefVisibilitySboolSSI¡9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSIL�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSIТ3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI;�*PS
TransformableSboolSSIq�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSIܣ"PSliwSBoolSSAUI-�CPSLimbLength 1SNumberSSAUD�?DDY@P�ShadingCYs�CullingS
CullingOffO�0ModelLH5�9SLeftHandPinky2ModelSLimbNodeۤVersionI�	�Properties70J�HPSPreRotationSVector3DSVectorSD�޶UQ㋿D,��)'��?DhO����?��+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDDT�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD���@D@�Ji�D`�¿�IPSLcl RotationSLcl RotationSSA+DFz@D���?D�!n7�\�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI$�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDĨ/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSIB�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSIʩ2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSIJ�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSIժ6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@^�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSIҫ%PSPickableSboolSSI
�*PS
TransformableSboolSSI@�(PSCullingModeSenumSSI{�-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@�ShadingCYB�CullingS
CullingOffȵ0ModelLP:�9SLeftHandPinky3ModelSLimbNode��VersionI���Properties70��+PSRotationActiveSboolSSI2�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDDͮ8PSDefaultAttributeIndexSintSIntegerSI)�NPSLcl TranslationSLcl TranslationSSAD@�s@D���D�D�r��>��IPSLcl RotationSLcl RotationSSA+D�@D@-?�?D��N>�կGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?(�EPSVisibility InheritanceSVisibility InheritanceSSIb�,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD=�/PSSetPreferedAngleSActionSSIx�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSIC�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSIò1PSScalingRefVisibilitySboolSSI
�9PSHierarchicalCenterVisibilitySboolSSIN�6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@׳5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSIK�%PSPickableSboolSSI��*PS
TransformableSboolSSI��(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI$�"PSliwSBoolSSAUIu�CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY��CullingS
CullingOff��/ModelLX?�9SLeftHandRing1ModelSLimbNode"�VersionI�P�Properties70��HPSPreRotationSVector3DSVectorSD�E��=ģ�DM�˘^�@D��a>4c�ʶ+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSIU�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD��@D�P�׿D EB�N�IPSLcl RotationSLcl RotationSSA+D�u�"�D�@�D(	9���GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI0�,PS	MultiTakeSintSIntegerSIk�-PSManipulationModeSenumSSIιUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSIF�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSIѺ:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSIR�3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSIػ9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSIb�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSIQ�*PS
TransformableSboolSSI��(PSCullingModeSenumSSI½-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUIC�CPSLimbLength 1SNumberSSAUD�?DDY@f�ShadingCY��CullingS
CullingOffd�/ModelL`D�9SLeftHandRing2ModelSLimbNode�VersionI��Properties70_�HPSPreRotationSVector3DSVectorSD0[�	�ԿD�DWP*@DA�?�{���+PSRotationActiveSboolSSIο(PSInheritTypeSenumSSI#�GPS
ScalingMaxSVector3DSVectorSDDDi�8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD A@D�Ua�D`;�̿�IPSLcl RotationSLcl RotationSSA+D`��?D��i�?D,[;�q�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI9�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSIW�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI �3PSRotationAxisVisibilitySboolSSI_�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI��6PSGeometricCenterVisibilitySboolSSI0�8PSReferentialSizeSdoubleSNumberSD(@s�5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI�*PS
TransformableSboolSSIU�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@4�ShadingCYW�CullingS
CullingOff��/ModelLhI�9SLeftHandRing3ModelSLimbNode��VersionI���Properties70�+PSRotationActiveSboolSSIF�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI=�NPSLcl TranslationSLcl TranslationSSAD��@D��P>D@s�����IPSLcl RotationSLcl RotationSSA+D��@D�u��?D^�>���GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?<�EPSVisibility InheritanceSVisibility InheritanceSSIv�,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDQ�/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSIW�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSIb�6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI,�3PSDefaultKeyingGroupEnumSenumSSI_�%PSPickableSboolSSI��*PS
TransformableSboolSSI��(PSCullingModeSenumSSI�-PSShowTrajectoriesSboolSSI8�"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY��CullingS
CullingOff��1ModelL���9SLeftHandMiddle1ModelSLimbNode8�VersionI�f�Properties70��HPSPreRotationSVector3DSVectorSDR��Q7؀�D�5�k��D���--���+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSIk�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI
�NPSLcl TranslationSLcl TranslationSSAD�h@D`5!ȿD�9�?d�IPSLcl RotationSLcl RotationSSA+D�	�'�D���	�D�e:���GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EPSVisibility InheritanceSVisibility InheritanceSSIF�,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD!�/PSSetPreferedAngleSActionSSI\�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI'�2PSRotationRefVisibilitySboolSSIh�3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI2�6PSGeometricCenterVisibilitySboolSSIx�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI/�%PSPickableSboolSSIg�*PS
TransformableSboolSSI��(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUIY�CPSLimbLength 1SNumberSSAUD�?DDY@|�ShadingCY��CullingS
CullingOff|�1ModelL���9SLeftHandMiddle2ModelSLimbNode�VersionI�6�Properties70w�HPSPreRotationSVector3DSVectorSD���`�տD`���@D8�#W'9���+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSI;�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD Q�@D +s??D��ǥ�4�IPSLcl RotationSLcl RotationSSA+D൮�D`�1ԿD�I?���GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSIQ�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI,�-PSPivotsVisibilitySenumSSIo�5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI��2PSRotationRefVisibilitySboolSSI8�3PSRotationAxisVisibilitySboolSSIw�1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSIH�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI��%PSPickableSboolSSI7�*PS
TransformableSboolSSIm�(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUI)�CPSLimbLength 1SNumberSSAUD�?DDY@L�ShadingCYo�CullingS
CullingOff��1ModelL���9SLeftHandMiddle3ModelSLimbNode��VersionI���Properties70*�+PSRotationActiveSboolSSI`�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSIW�NPSLcl TranslationSLcl TranslationSSAD �+@D�!q��D�l/�>��IPSLcl RotationSLcl RotationSSA+D��D�]�׿D�.B��GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?V�EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI.�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDk�/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI1�:PSLocalTranslationRefVisibilitySboolSSIq�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI8�9PSHierarchicalCenterVisibilitySboolSSI|�6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@�5PSDefaultKeyingGroupSintSIntegerSIF�3PSDefaultKeyingGroupEnumSenumSSIy�%PSPickableSboolSSI��*PS
TransformableSboolSSI��(PSCullingModeSenumSSI"�-PSShowTrajectoriesSboolSSIR�"PSliwSBoolSSAUI��CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY��CullingS
CullingOff��0ModelL���9SLeftHandIndex1ModelSLimbNodeQ�VersionI��Properties70��HPSPreRotationSVector3DSVectorSD4�t�c�D���PNk"�Dʴ	A����+PSRotationActiveSboolSSI/�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI&�NPSLcl TranslationSLcl TranslationSSAD��@D���D�B
@}�IPSLcl RotationSLcl RotationSSA+D���@D�HD
�DT}5���GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?%�EPSVisibility InheritanceSVisibility InheritanceSSI_�,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD:�/PSSetPreferedAngleSActionSSIu�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSI@�2PSRotationRefVisibilitySboolSSI��3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSIK�6PSGeometricCenterVisibilitySboolSSI��8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSIH�%PSPickableSboolSSI��*PS
TransformableSboolSSI��(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI!�"PSliwSBoolSSAUIr�CPSLimbLength 1SNumberSSAUD�?DDY@��ShadingCY��CullingS
CullingOff��0ModelL���9SLeftHandIndex2ModelSLimbNode �VersionI�N�Properties70��HPSPreRotationSVector3DSVectorSD�&^�hQ�?D�������D�+�}�\���+PSRotationActiveSboolSSI��(PSInheritTypeSenumSSIS�GPS
ScalingMaxSVector3DSVectorSDDD��8PSDefaultAttributeIndexSintSIntegerSI��NPSLcl TranslationSLcl TranslationSSAD�{�@D`�ft?D`�Z�?L�IPSLcl RotationSLcl RotationSSA+D�F~�D@8���D���@���GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?��EPSVisibility InheritanceSVisibility InheritanceSSI.�,PS	MultiTakeSintSIntegerSIi�-PSManipulationModeSenumSSI��UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD	�/PSSetPreferedAngleSActionSSID�-PSPivotsVisibilitySenumSSI��5PSRotationLimitsVisibilitySboolSSI��:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSIP�3PSRotationAxisVisibilitySboolSSI��1PSScalingRefVisibilitySboolSSI��9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI`�8PSReferentialSizeSdoubleSNumberSD(@��5PSDefaultKeyingGroupSintSIntegerSI��3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSIO�*PS
TransformableSboolSSI��(PSCullingModeSenumSSI��-PSShowTrajectoriesSboolSSI��"PSliwSBoolSSAUIA�CPSLimbLength 1SNumberSSAUD�?DDY@d�ShadingCY��CullingS
CullingOff
0ModelL��9SLeftHandIndex3ModelSLimbNode��VersionI��Properties70A�+PSRotationActiveSboolSSIw�(PSInheritTypeSenumSSI��GPS
ScalingMaxSVector3DSVectorSDDD�8PSDefaultAttributeIndexSintSIntegerSIn�NPSLcl TranslationSLcl TranslationSSAD��_@D�����D@��վ��IPSLcl RotationSLcl RotationSSA+D �&�D��ӿD��1��GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?m�EPSVisibility InheritanceSVisibility InheritanceSSI��,PS	MultiTakeSintSIntegerSI��-PSManipulationModeSenumSSIE�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD��/PSSetPreferedAngleSActionSSI��-PSPivotsVisibilitySenumSSI5PSRotationLimitsVisibilitySboolSSIH:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI1PSScalingRefVisibilitySboolSSIO9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@5PSDefaultKeyingGroupSintSIntegerSI]3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI�*PS
TransformableSboolSSI�(PSCullingModeSenumSSI9-PSShowTrajectoriesSboolSSIi"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@�ShadingCYCullingS
CullingOff�0ModelL��9SLeftHandThumb1ModelSLimbNodehVersionI��Properties70�HPSPreRotationSVector3DSVectorSDD��t[��?D2��*�+PSRotationActiveSboolSSIF(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDD�8PSDefaultAttributeIndexSintSIntegerSI=NPSLcl TranslationSLcl TranslationSSAD���?D���D��l@�IPSLcl RotationSLcl RotationSSA+DZy @D o1!@D�{6�?�GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?<EPSVisibility InheritanceSVisibility InheritanceSSIv,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSIUPSScalingPivotUpdateOffsetSVector3DSVectorSDDDQ/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSI�5PSRotationLimitsVisibilitySboolSSI	:PSLocalTranslationRefVisibilitySboolSSIW	2PSRotationRefVisibilitySboolSSI�	3PSRotationAxisVisibilitySboolSSI�	1PSScalingRefVisibilitySboolSSI
9PSHierarchicalCenterVisibilitySboolSSIb
6PSGeometricCenterVisibilitySboolSSI�
8PSReferentialSizeSdoubleSNumberSD(@�
5PSDefaultKeyingGroupSintSIntegerSI,3PSDefaultKeyingGroupEnumSenumSSI_%PSPickableSboolSSI�*PS
TransformableSboolSSI�(PSCullingModeSenumSSI-PSShowTrajectoriesSboolSSI8"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@�ShadingCY�CullingS
CullingOffU0ModelL�9SLeftHandThumb2ModelSLimbNode7
VersionI�Properties70�
+PSRotationActiveSboolSSI�
(PSInheritTypeSenumSSIGPS
ScalingMaxSVector3DSVectorSDDDZ8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSAD`�2�?D`���D`
�@
IPSLcl RotationSLcl RotationSSA+D�\/�?Dݩ@D�Ø�bGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI*-PSManipulationModeSenumSSI�UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI-PSPivotsVisibilitySenumSSIH5PSRotationLimitsVisibilitySboolSSI�:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI3PSRotationAxisVisibilitySboolSSIP1PSScalingRefVisibilitySboolSSI�9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI!8PSReferentialSizeSdoubleSNumberSD(@d5PSDefaultKeyingGroupSintSIntegerSI�3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI*PS
TransformableSboolSSIF(PSCullingModeSenumSSI�-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUICPSLimbLength 1SNumberSSAUD�?DDY@%ShadingCYHCullingS
CullingOff$0ModelL�9SLeftHandThumb3ModelSLimbNode�VersionI��Properties70HPSPreRotationSVector3DSVectorSD��cܥ�>DDX+PSRotationActiveSboolSSI�(PSInheritTypeSenumSSI�GPS
ScalingMaxSVector3DSVectorSDDD)8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSAD@5^@D �r�D@��@�IPSLcl RotationSLcl RotationSSA+D��@D@�89@D��i@1GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�EPSVisibility InheritanceSVisibility InheritanceSSI�,PS	MultiTakeSintSIntegerSI�-PSManipulationModeSenumSSI\UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�/PSSetPreferedAngleSActionSSI�-PSPivotsVisibilitySenumSSI5PSRotationLimitsVisibilitySboolSSI_:PSLocalTranslationRefVisibilitySboolSSI�2PSRotationRefVisibilitySboolSSI�3PSRotationAxisVisibilitySboolSSI1PSScalingRefVisibilitySboolSSIf9PSHierarchicalCenterVisibilitySboolSSI�6PSGeometricCenterVisibilitySboolSSI�8PSReferentialSizeSdoubleSNumberSD(@35PSDefaultKeyingGroupSintSIntegerSIt3PSDefaultKeyingGroupEnumSenumSSI�%PSPickableSboolSSI�*PS
TransformableSboolSSI(PSCullingModeSenumSSIP-PSShowTrajectoriesSboolSSI�"PSliwSBoolSSAUI�CPSLimbLength 1SNumberSSAUD�?DDY@�ShadingCYCullingS
CullingOff�&,ModelL �9SRightUpLegModelSLimbNode{VersionI�S&Properties70�+PSRotationActiveSboolSSI(PSInheritTypeSenumSSIXGPS
ScalingMaxSVector3DSVectorSDDD�8PSDefaultAttributeIndexSintSIntegerSI�NPSLcl TranslationSLcl TranslationSSAD@.�D �C�DQ IPSLcl RotationSLcl RotationSSA+D`m�"�D\@�D.#@� GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?� EPSVisibility InheritanceSVisibility InheritanceSSI3!,PS	MultiTakeSintSIntegerSIn!-PSManipulationModeSenumSSI�!UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD"/PSSetPreferedAngleSActionSSII"-PSPivotsVisibilitySenumSSI�"5PSRotationLimitsVisibilitySboolSSI�":PSLocalTranslationRefVisibilitySboolSSI#2PSRotationRefVisibilitySboolSSIU#3PSRotationAxisVisibilitySboolSSI�#1PSScalingRefVisibilitySboolSSI�#9PSHierarchicalCenterVisibilitySboolSSI$6PSGeometricCenterVisibilitySboolSSIe$8PSReferentialSizeSdoubleSNumberSD(@�$5PSDefaultKeyingGroupSintSIntegerSI�$3PSDefaultKeyingGroupEnumSenumSSI%%PSPickableSboolSSIT%*PS
TransformableSboolSSI�%(PSCullingModeSenumSSI�%-PSShowTrajectoriesSboolSSI�%"PSliwSBoolSSAUIF&CPSLimbLength 1SNumberSSAUD�?DDY@i&ShadingCY�&CullingS
CullingOff/*ModelL(�9SRightLegModelSLimbNode�&VersionI��.Properties70@'+PSRotationActiveSboolSSIv'(PSInheritTypeSenumSSI�'GPS
ScalingMaxSVector3DSVectorSDDD(8PSDefaultAttributeIndexSintSIntegerSIm(NPSLcl TranslationSLcl TranslationSSAD`�p�D@�tD�D@�e���(IPSLcl RotationSLcl RotationSSA+D@�-@D��O�D`�/�)GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?l)EPSVisibility InheritanceSVisibility InheritanceSSI�),PS	MultiTakeSintSIntegerSI�)-PSManipulationModeSenumSSID*UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�*/PSSetPreferedAngleSActionSSI�*-PSPivotsVisibilitySenumSSI�*5PSRotationLimitsVisibilitySboolSSIG+:PSLocalTranslationRefVisibilitySboolSSI�+2PSRotationRefVisibilitySboolSSI�+3PSRotationAxisVisibilitySboolSSI,1PSScalingRefVisibilitySboolSSIN,9PSHierarchicalCenterVisibilitySboolSSI�,6PSGeometricCenterVisibilitySboolSSI�,8PSReferentialSizeSdoubleSNumberSD(@-5PSDefaultKeyingGroupSintSIntegerSI\-3PSDefaultKeyingGroupEnumSenumSSI�-%PSPickableSboolSSI�-*PS
TransformableSboolSSI�-(PSCullingModeSenumSSI8.-PSShowTrajectoriesSboolSSIh."PSliwSBoolSSAUI�.CPSLimbLength 1SNumberSSAUD�?DDY@�.ShadingCY�.CullingS
CullingOff�7+ModelL0�9SRightFootModelSLimbNodeb/VersionI�:7Properties70�/+PSRotationActiveSboolSSI�/(PSInheritTypeSenumSSI?0GPS
ScalingMaxSVector3DSVectorSDDD�08PSDefaultAttributeIndexSintSIntegerSI�0NPSLcl TranslationSLcl TranslationSSAD`V}�D@e(E�D |�81IPSLcl RotationSLcl RotationSSA+D�س�D��J�D�����1GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�1EPSVisibility InheritanceSVisibility InheritanceSSI2,PS	MultiTakeSintSIntegerSIU2-PSManipulationModeSenumSSI�2UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�2/PSSetPreferedAngleSActionSSI03-PSPivotsVisibilitySenumSSIs35PSRotationLimitsVisibilitySboolSSI�3:PSLocalTranslationRefVisibilitySboolSSI�32PSRotationRefVisibilitySboolSSI<43PSRotationAxisVisibilitySboolSSI{41PSScalingRefVisibilitySboolSSI�49PSHierarchicalCenterVisibilitySboolSSI56PSGeometricCenterVisibilitySboolSSIL58PSReferentialSizeSdoubleSNumberSD(@�55PSDefaultKeyingGroupSintSIntegerSI�53PSDefaultKeyingGroupEnumSenumSSI6%PSPickableSboolSSI;6*PS
TransformableSboolSSIq6(PSCullingModeSenumSSI�6-PSShowTrajectoriesSboolSSI�6"PSliwSBoolSSAUI-7CPSLimbLength 1SNumberSSAUD�?DDY@P7ShadingCYs7CullingS
CullingOff�?+ModelL��.SRightToesModelSLimbNode�7VersionI��?Properties70(8+PSRotationActiveSboolSSI^8(PSInheritTypeSenumSSI�8GPS
ScalingMaxSVector3DSVectorSDDD�88PSDefaultAttributeIndexSintSIntegerSIU9NPSLcl TranslationSLcl TranslationSSAD�Y��D�TD�D`�-@�9IPSLcl RotationSLcl RotationSSA+D�c��D��	�D@d0�?:GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?T:EPSVisibility InheritanceSVisibility InheritanceSSI�:,PS	MultiTakeSintSIntegerSI�:-PSManipulationModeSenumSSI,;UPSScalingPivotUpdateOffsetSVector3DSVectorSDDDi;/PSSetPreferedAngleSActionSSI�;-PSPivotsVisibilitySenumSSI�;5PSRotationLimitsVisibilitySboolSSI/<:PSLocalTranslationRefVisibilitySboolSSIo<2PSRotationRefVisibilitySboolSSI�<3PSRotationAxisVisibilitySboolSSI�<1PSScalingRefVisibilitySboolSSI6=9PSHierarchicalCenterVisibilitySboolSSIz=6PSGeometricCenterVisibilitySboolSSI�=8PSReferentialSizeSdoubleSNumberSD(@>5PSDefaultKeyingGroupSintSIntegerSID>3PSDefaultKeyingGroupEnumSenumSSIw>%PSPickableSboolSSI�>*PS
TransformableSboolSSI�>(PSCullingModeSenumSSI ?-PSShowTrajectoriesSboolSSIP?"PSliwSBoolSSAUI�?CPSLimbLength 1SNumberSSAUD�?DDY@�?ShadingCY�?CullingS
CullingOffhH+ModelL��.SLeftUpLegModelSLimbNodeJ@VersionI�"HProperties70�@+PSRotationActiveSboolSSI�@(PSInheritTypeSenumSSI'AGPS
ScalingMaxSVector3DSVectorSDDDmA8PSDefaultAttributeIndexSintSIntegerSI�ANPSLcl TranslationSLcl TranslationSSAD`.@D��C�DT= BIPSLcl RotationSLcl RotationSSA+D@;�)�D����D�;|@uBGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�BEPSVisibility InheritanceSVisibility InheritanceSSIC,PS	MultiTakeSintSIntegerSI=C-PSManipulationModeSenumSSI�CUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�C/PSSetPreferedAngleSActionSSID-PSPivotsVisibilitySenumSSI[D5PSRotationLimitsVisibilitySboolSSI�D:PSLocalTranslationRefVisibilitySboolSSI�D2PSRotationRefVisibilitySboolSSI$E3PSRotationAxisVisibilitySboolSSIcE1PSScalingRefVisibilitySboolSSI�E9PSHierarchicalCenterVisibilitySboolSSI�E6PSGeometricCenterVisibilitySboolSSI4F8PSReferentialSizeSdoubleSNumberSD(@wF5PSDefaultKeyingGroupSintSIntegerSI�F3PSDefaultKeyingGroupEnumSenumSSI�F%PSPickableSboolSSI#G*PS
TransformableSboolSSIYG(PSCullingModeSenumSSI�G-PSShowTrajectoriesSboolSSI�G"PSliwSBoolSSAUIHCPSLimbLength 1SNumberSSAUD�?DDY@8HShadingCY[HCullingS
CullingOff�P)ModelL��.SLeftLegModelSLimbNode�HVersionI��PProperties70I+PSRotationActiveSboolSSIDI(PSInheritTypeSenumSSI�IGPS
ScalingMaxSVector3DSVectorSDDD�I8PSDefaultAttributeIndexSintSIntegerSI;JNPSLcl TranslationSLcl TranslationSSAD�p@D �tD�D@�e���JIPSLcl RotationSLcl RotationSSA+D�T�P@D��q�D�`|@�JGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?:KEPSVisibility InheritanceSVisibility InheritanceSSItK,PS	MultiTakeSintSIntegerSI�K-PSManipulationModeSenumSSILUPSScalingPivotUpdateOffsetSVector3DSVectorSDDDOL/PSSetPreferedAngleSActionSSI�L-PSPivotsVisibilitySenumSSI�L5PSRotationLimitsVisibilitySboolSSIM:PSLocalTranslationRefVisibilitySboolSSIUM2PSRotationRefVisibilitySboolSSI�M3PSRotationAxisVisibilitySboolSSI�M1PSScalingRefVisibilitySboolSSIN9PSHierarchicalCenterVisibilitySboolSSI`N6PSGeometricCenterVisibilitySboolSSI�N8PSReferentialSizeSdoubleSNumberSD(@�N5PSDefaultKeyingGroupSintSIntegerSI*O3PSDefaultKeyingGroupEnumSenumSSI]O%PSPickableSboolSSI�O*PS
TransformableSboolSSI�O(PSCullingModeSenumSSIP-PSShowTrajectoriesSboolSSI6P"PSliwSBoolSSAUI�PCPSLimbLength 1SNumberSSAUD�?DDY@�PShadingCY�PCullingS
CullingOffMY*ModelL��.SLeftFootModelSLimbNode/QVersionI�YProperties70�Q+PSRotationActiveSboolSSI�Q(PSInheritTypeSenumSSIRGPS
ScalingMaxSVector3DSVectorSDDDRR8PSDefaultAttributeIndexSintSIntegerSI�RNPSLcl TranslationSLcl TranslationSSAD`V}�?D@e(E�D |�SIPSLcl RotationSLcl RotationSSA+D��d,@D�v%�?D���ZSGPSLcl ScalingSLcl ScalingSSA+D�?D�?D�?�SEPSVisibility InheritanceSVisibility InheritanceSSI�S,PS	MultiTakeSintSIntegerSI"T-PSManipulationModeSenumSSI�TUPSScalingPivotUpdateOffsetSVector3DSVectorSDDD�T/PSSetPreferedAngleSActionSSI�T-PSPivotsVisibilitySenumSSI@U5PSRotationLimitsVisibilitySboolSSI�U:PSLocalTranslationRefVisibilitySboolSSI�U2PSRotationRefVisibilitySboolSSI	V3PSRotationAxisVisibilitySboolSSIHV1PSScalingRefVisibilitySboolSSI�V9PSHierarchicalCenterVisibilitySboolSSI�V6PSGeometricCenterVisibilitySboolSSIW8PSReferentialSizeSdoubleSNumberSD(@\W5PSDefaultKeyingGroupSintSIntegerSI�W3PSDefaultKeyingGroupEnumSenumSSI�W%PSPickableSboolSSIX*PS
TransformableSboolSSI>X(PSCullingModeSenumSSIyX-PSShowTrajectoriesSboolSSI�X"PSliwSBoolSSAUI�XCPSLimbLength 1SNumberSSAUD�?DDY@YShadingCY@YCullingS
CullingOff�a*ModelL��.SLeftToesModelSLimbNode�YVersionI�zaProperties70�Y+PSRotationActiveSboolSSI*Z(PSInheritTypeSenumSSIZGPS
ScalingMaxSVector3DSVectorSDDD�Z8PSDefaultAttributeIndexSintSIntegerSI![NPSLcl TranslationSLcl TranslationSSAD�Y��?D�TD�D��-@x[IPSLcl RotationSLcl RotationSSA+D�&N�D`���?D�<�?�[GPSLcl ScalingSLcl ScalingSSA+D�?D�?D�? \EPSVisibility InheritanceSVisibility InheritanceSSIZ\,PS	MultiTakeSintSIntegerSI�\-PSManipulationModeSenumSSI�\UPSScalingPivotUpdateOffsetSVector3DSVectorSDDD5]/PSSetPreferedAngleSActionSSIp]-PSPivotsVisibilitySenumSSI�]5PSRotationLimitsVisibilitySboolSSI�]:PSLocalTranslationRefVisibilitySboolSSI;^2PSRotationRefVisibilitySboolSSI|^3PSRotationAxisVisibilitySboolSSI�^1PSScalingRefVisibilitySboolSSI_9PSHierarchicalCenterVisibilitySboolSSIF_6PSGeometricCenterVisibilitySboolSSI�_8PSReferentialSizeSdoubleSNumberSD(@�_5PSDefaultKeyingGroupSintSIntegerSI`3PSDefaultKeyingGroupEnumSenumSSIC`%PSPickableSboolSSI{`*PS
TransformableSboolSSI�`(PSCullingModeSenumSSI�`-PSShowTrajectoriesSboolSSIa"PSliwSBoolSSAUImaCPSLimbLength 1SNumberSSAUD�?DDY@�aShadingCY�aCullingS
CullingOff�b.AnimationStackL��\:S_1_Edit1_WalkFWDAnimStackS�bProperties70_b/PS	LocalStopSKTimeSTimeSL��B �b3PS
ReferenceStopSKTimeSTimeSL��B de<AnimationLayerL��`:S)_1_Edit1_WalkFWD:BaseAnimationAnimLayerSWeProperties70ycAPSColorSColorRGBSColorSD�������?DD�������?�c5PSBlendModeBypassS	ULongLongSSL�c,PS	MultiTakeSintSIntegerSI/d+PSmLayerIDSintSIntegerSIfd)PSMutedForSoloSboolSSI�d*PS
MutedByParentSboolSSI�d+PSLockedByParentSboolSSIe5PSParentCollapseVisibilitySboolSSIJe"PSEmptySboolSSI�f#AnimationCurveNodeLX�:STAnimCurveNodeS�fProperties70�ePSdSCompoundSSf'PSd|XSNumberSSADTf'PSd|YSNumberSSAD�f'PSd|ZSNumberSSAD�g#AnimationCurveNodeLHU�:SRAnimCurveNodeS�gProperties70)gPSdSCompoundSS^g'PSd|XSNumberSSAD 1���g'PSd|YSNumberSSAD���@�g'PSd|ZSNumberSSAD@��!i#AnimationCurveNodeLxR�:SSAnimCurveNodeSiProperties70hhPSdSCompoundSS�h'PSd|XSNumberSSAD�h'PSd|YSNumberSSADi'PSd|ZSNumberSSAD`j#AnimationCurveNodeL�O�:SRAnimCurveNodeSSjProperties70�iPSdSCompoundSS�i'PSd|XSNumberSSAD� @j'PSd|YSNumberSSAD@.G	�Fj'PSd|ZSNumberSSAD�H#@�k#AnimationCurveNodeL�L�:SSAnimCurveNodeS�kProperties70�jPSdSCompoundSSk'PSd|XSNumberSSADPk'PSd|YSNumberSSAD�k'PSd|ZSNumberSSAD�l#AnimationCurveNodeLxI�:SRAnimCurveNodeS�lProperties70%lPSdSCompoundSSZl'PSd|XSNumberSSAD ��!@�l'PSd|YSNumberSSAD`���l'PSd|ZSNumberSSAD ���n#AnimationCurveNodeL�F�:SSAnimCurveNodeSnProperties70dmPSdSCompoundSS�m'PSd|XSNumberSSAD�m'PSd|YSNumberSSADn'PSd|ZSNumberSSAD\o#AnimationCurveNodeL�C�:SRAnimCurveNodeSOoProperties70�nPSdSCompoundSS�n'PSd|XSNumberSSAD�{�?
o'PSd|YSNumberSSAD "��?Bo'PSd|ZSNumberSSAD`�e��p#AnimationCurveNodeLA�:SSAnimCurveNodeS�pProperties70�oPSdSCompoundSSp'PSd|XSNumberSSADLp'PSd|YSNumberSSAD�p'PSd|ZSNumberSSAD�q#AnimationCurveNodeL8>�:SRAnimCurveNodeS�qProperties70!qPSdSCompoundSSVq'PSd|XSNumberSSAD�Й ��q'PSd|YSNumberSSAD�����q'PSd|ZSNumberSSAD`���s#AnimationCurveNodeLh;�:SSAnimCurveNodeSsProperties70`rPSdSCompoundSS�r'PSd|XSNumberSSAD�r'PSd|YSNumberSSAD�r'PSd|ZSNumberSSADXt#AnimationCurveNodeL�8�:SRAnimCurveNodeSKtProperties70�sPSdSCompoundSS�s'PSd|XSNumberSSAD ܥ̼	t'PSd|YSNumberSSAD����>t'PSd|ZSNumberSSAD`~��u#AnimationCurveNodeLX6�:SSAnimCurveNodeS�uProperties70�tPSdSCompoundSSu'PSd|XSNumberSSADHu'PSd|YSNumberSSAD}u'PSd|ZSNumberSSAD�v#AnimationCurveNodeL�3�:SRAnimCurveNodeS�vProperties70vPSdSCompoundSSRv'PSd|XSNumberSSAD ܥ̼�v'PSd|YSNumberSSAD���⼼v'PSd|ZSNumberSSAD`~�x#AnimationCurveNodeL�0�:SSAnimCurveNodeSxProperties70\wPSdSCompoundSS�w'PSd|XSNumberSSAD�w'PSd|YSNumberSSAD�w'PSd|ZSNumberSSADTy#AnimationCurveNodeL�(�:SRAnimCurveNodeSGyProperties70�xPSdSCompoundSS�x'PSd|XSNumberSSAD ܥ̼y'PSd|YSNumberSSAD����:y'PSd|ZSNumberSSAD`~��z#AnimationCurveNodeL�"�:SSAnimCurveNodeS�zProperties70�yPSdSCompoundSSz'PSd|XSNumberSSADDz'PSd|YSNumberSSADyz'PSd|ZSNumberSSAD�{#AnimationCurveNodeLP�:SRAnimCurveNodeS�{Properties70{PSdSCompoundSSN{'PSd|XSNumberSSAD ܥ켃{'PSd|YSNumberSSAD��{'PSd|ZSNumberSSAD� 
�}#AnimationCurveNodeL��:SSAnimCurveNodeS}Properties70X|PSdSCompoundSS�|'PSd|XSNumberSSAD�|'PSd|YSNumberSSAD�|'PSd|ZSNumberSSADP~#AnimationCurveNodeL��:SRAnimCurveNodeSC~Properties70�}PSdSCompoundSS�}'PSd|XSNumberSSAD ܥ�~'PSd|YSNumberSSAD�6~'PSd|ZSNumberSSAD� 
��#AnimationCurveNodeL��:SSAnimCurveNodeS�Properties70�~PSdSCompoundSS'PSd|XSNumberSSAD@'PSd|YSNumberSSADu'PSd|ZSNumberSSAD΀#AnimationCurveNodeL�:SRAnimCurveNodeS��Properties70�PSdSCompoundSSJ�'PSd|XSNumberSSAD ܥ��'PSd|YSNumberSSAD���'PSd|ZSNumberSSAD� 
�
�#AnimationCurveNodeL@�:SSAnimCurveNodeS�Properties70T�PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�'PSd|ZSNumberSSADL�#AnimationCurveNodeLp�:SRAnimCurveNodeS?�Properties70��PSdSCompoundSSȂ'PSd|XSNumberSSAD ܥ���'PSd|YSNumberSSAD�2�'PSd|ZSNumberSSAD� 
���#AnimationCurveNodeL�	�:SSAnimCurveNodeS~�Properties70҃PSdSCompoundSS�'PSd|XSNumberSSAD<�'PSd|YSNumberSSADq�'PSd|ZSNumberSSADʅ#AnimationCurveNodeL��:SRAnimCurveNodeS��Properties70�PSdSCompoundSSF�'PSd|XSNumberSSAD ܥ�{�'PSd|YSNumberSSAD���'PSd|ZSNumberSSAD� 
�	�#AnimationCurveNodeL�:SSAnimCurveNodeS��Properties70P�PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�'PSd|ZSNumberSSADH�#AnimationCurveNodeL0�:SRAnimCurveNodeS;�Properties70��PSdSCompoundSSć'PSd|XSNumberSSAD ܥ���'PSd|YSNumberSSAD�.�'PSd|ZSNumberSSAD� 
���#AnimationCurveNodeL`��:SSAnimCurveNodeSz�Properties70ΈPSdSCompoundSS�'PSd|XSNumberSSAD8�'PSd|YSNumberSSADm�'PSd|ZSNumberSSADƊ#AnimationCurveNodeL���:SRAnimCurveNodeS��Properties70
�PSdSCompoundSSB�'PSd|XSNumberSSAD ܥ�w�'PSd|YSNumberSSAD���'PSd|ZSNumberSSAD� 
��#AnimationCurveNodeL���:SSAnimCurveNodeS��Properties70L�PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�'PSd|ZSNumberSSADD�#AnimationCurveNodeL���:SRAnimCurveNodeS7�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD ܥ̼��'PSd|YSNumberSSAD����*�'PSd|ZSNumberSSAD`~���#AnimationCurveNodeL���:SSAnimCurveNodeSv�Properties70ʍPSdSCompoundSS��'PSd|XSNumberSSAD4�'PSd|YSNumberSSADi�'PSd|ZSNumberSSAD#AnimationCurveNodeL���:SRAnimCurveNodeS��Properties70	�PSdSCompoundSS>�'PSd|XSNumberSSAD�s�'PSd|YSNumberSSAD���⼨�'PSd|ZSNumberSSAD`~��#AnimationCurveNodeL���:SSAnimCurveNodeS��Properties70H�PSdSCompoundSS}�'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�'PSd|ZSNumberSSAD@�#AnimationCurveNodeL���:SRAnimCurveNodeS3�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD ܥ̼�'PSd|YSNumberSSAD����&�'PSd|ZSNumberSSAD`~��#AnimationCurveNodeLH��:SSAnimCurveNodeSr�Properties70ƒPSdSCompoundSS��'PSd|XSNumberSSAD0�'PSd|YSNumberSSADe�'PSd|ZSNumberSSAD��#AnimationCurveNodeL���:SRAnimCurveNodeS��Properties70�PSdSCompoundSS:�'PSd|XSNumberSSAD ܥ̼o�'PSd|YSNumberSSAD���⼤�'PSd|ZSNumberSSAD`~���#AnimationCurveNodeLX��:SSAnimCurveNodeS�Properties70D�PSdSCompoundSSy�'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�'PSd|ZSNumberSSAD<�#AnimationCurveNodeL(��:SRAnimCurveNodeS/�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD ܥ̼�'PSd|YSNumberSSAD����"�'PSd|ZSNumberSSAD`~�{�#AnimationCurveNodeLز�:SSAnimCurveNodeSn�Properties70—PSdSCompoundSS��'PSd|XSNumberSSAD,�'PSd|YSNumberSSADa�'PSd|ZSNumberSSAD��#AnimationCurveNodeL���:SRAnimCurveNodeS��Properties70�PSdSCompoundSS6�'PSd|XSNumberSSAD ܥ̼k�'PSd|YSNumberSSAD���⼠�'PSd|ZSNumberSSAD`~���#AnimationCurveNodeL���:SSAnimCurveNodeS�Properties70@�PSdSCompoundSSu�'PSd|XSNumberSSAD��'PSd|YSNumberSSADߚ'PSd|ZSNumberSSAD8�#AnimationCurveNodeL���:SRAnimCurveNodeS+�Properties70�PSdSCompoundSS��'PSd|XSNumberSSAD ܥ̼�'PSd|YSNumberSSAD�����'PSd|ZSNumberSSAD`~�w�#AnimationCurveNodeLX��:SSAnimCurveNodeSj�Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD(�'PSd|YSNumberSSAD]�'PSd|ZSNumberSSAD��#AnimationCurveNodeL���:SRAnimCurveNodeS��Properties70��PSdSCompoundSS2�'PSd|XSNumberSSAD ܥ̼g�'PSd|YSNumberSSAD���⼜�'PSd|ZSNumberSSAD`~���#AnimationCurveNodeLH��:SSAnimCurveNodeS�Properties70<�PSdSCompoundSSq�'PSd|XSNumberSSAD��'PSd|YSNumberSSAD۟'PSd|ZSNumberSSAD4�#AnimationCurveNodeL���:SRAnimCurveNodeS'�Properties70{�PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�����'PSd|ZSNumberSSAD`~�s�#AnimationCurveNodeL��:SSAnimCurveNodeSf�Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD$�'PSd|YSNumberSSADY�'PSd|ZSNumberSSAD��#AnimationCurveNodeL���:SRAnimCurveNodeS��Properties70��PSdSCompoundSS.�'PSd|XSNumberSSAD ܥ̼c�'PSd|YSNumberSSAD���⼘�'PSd|ZSNumberSSAD`~��#AnimationCurveNodeLx��:SSAnimCurveNodeS�Properties708�PSdSCompoundSSm�'PSd|XSNumberSSAD��'PSd|YSNumberSSADפ'PSd|ZSNumberSSAD0�#AnimationCurveNodeL���:SRAnimCurveNodeS#�Properties70w�PSdSCompoundSS��'PSd|XSNumberSSAD ܥ̼�'PSd|YSNumberSSAD�����'PSd|ZSNumberSSAD`~�o�#AnimationCurveNodeLh��:SSAnimCurveNodeSb�Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD �'PSd|YSNumberSSADU�'PSd|ZSNumberSSAD��#AnimationCurveNodeL��:SRAnimCurveNodeS��Properties70��PSdSCompoundSS*�'PSd|XSNumberSSAD ܥ̼_�'PSd|YSNumberSSAD���⼔�'PSd|ZSNumberSSAD`~��#AnimationCurveNodeL8��:SSAnimCurveNodeS�Properties704�PSdSCompoundSSi�'PSd|XSNumberSSAD��'PSd|YSNumberSSADө'PSd|ZSNumberSSAD,�#AnimationCurveNodeL���:SRAnimCurveNodeS�Properties70s�PSdSCompoundSS��'PSd|XSNumberSSAD ܥ̼ݪ'PSd|YSNumberSSAD�����'PSd|ZSNumberSSAD`~�k�#AnimationCurveNodeL��:SSAnimCurveNodeS^�Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD�'PSd|YSNumberSSADQ�'PSd|ZSNumberSSAD��#AnimationCurveNodeL��:SRAnimCurveNodeS��Properties70�PSdSCompoundSS&�'PSd|XSNumberSSAD ܥܼ[�'PSd|YSNumberSSAD���'PSd|ZSNumberSSAD����#AnimationCurveNodeL���:SSAnimCurveNodeSܮProperties700�PSdSCompoundSSe�'PSd|XSNumberSSAD��'PSd|YSNumberSSADϮ'PSd|ZSNumberSSAD(�#AnimationCurveNodeLh��:SRAnimCurveNodeS�Properties70o�PSdSCompoundSS��'PSd|XSNumberSSAD�ߥؿٯ'PSd|YSNumberSSAD�0��?�'PSd|ZSNumberSSAD`�7�?g�#AnimationCurveNodeLx��:SSAnimCurveNodeSZ�Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD�'PSd|YSNumberSSADM�'PSd|ZSNumberSSAD��#AnimationCurveNodeLH��:SRAnimCurveNodeS��Properties70�PSdSCompoundSS"�'PSd|XSNumberSSAD �,�W�'PSd|YSNumberSSAD����'PSd|ZSNumberSSAD�)�S@�#AnimationCurveNodeL���:SSAnimCurveNodeSسProperties70,�PSdSCompoundSSa�'PSd|XSNumberSSAD��'PSd|YSNumberSSAD˳'PSd|ZSNumberSSAD$�#AnimationCurveNodeL��:SRAnimCurveNodeS�Properties70k�PSdSCompoundSS��'PSd|XSNumberSSAD`(�B@մ'PSd|YSNumberSSAD�n1@
�'PSd|ZSNumberSSAD�#@c�#AnimationCurveNodeLؗ�:SSAnimCurveNodeSV�Properties70��PSdSCompoundSSߵ'PSd|XSNumberSSAD�'PSd|YSNumberSSADI�'PSd|ZSNumberSSAD��#AnimationCurveNodeL���:SRAnimCurveNodeS��Properties70�PSdSCompoundSS�'PSd|XSNumberSSAD`T�S�'PSd|YSNumberSSAD`2�%���'PSd|ZSNumberSSADI���#AnimationCurveNodeL���:SSAnimCurveNodeSԸProperties70(�PSdSCompoundSS]�'PSd|XSNumberSSAD��'PSd|YSNumberSSADǸ'PSd|ZSNumberSSAD �#AnimationCurveNodeLh��:SRAnimCurveNodeS�Properties70g�PSdSCompoundSS��'PSd|XSNumberSSAD`S�A�ѹ'PSd|YSNumberSSAD`@o'@�'PSd|ZSNumberSSAD@)/*@_�#AnimationCurveNodeL��:SSAnimCurveNodeSR�Properties70��PSdSCompoundSSۺ'PSd|XSNumberSSAD�'PSd|YSNumberSSADE�'PSd|ZSNumberSSAD��#AnimationCurveNodeL(��:SRAnimCurveNodeS��Properties70�PSdSCompoundSS�'PSd|XSNumberSSAD`�/�O�'PSd|YSNumberSSAD�ݛ�?��'PSd|ZSNumberSSAD@��:@ݽ#AnimationCurveNodeL���:SSAnimCurveNodeSнProperties70$�PSdSCompoundSSY�'PSd|XSNumberSSAD��'PSd|YSNumberSSADý'PSd|ZSNumberSSAD�#AnimationCurveNodeL`��:SRAnimCurveNodeS�Properties70c�PSdSCompoundSS��'PSd|XSNumberSSADඤ�;'PSd|YSNumberSSAD&~�?�'PSd|ZSNumberSSAD��z:@[�#AnimationCurveNodeL0�:SSAnimCurveNodeSN�Properties70��PSdSCompoundSS׿'PSd|XSNumberSSAD�'PSd|YSNumberSSADA�'PSd|ZSNumberSSAD��#AnimationCurveNodeL�:SRAnimCurveNodeS��Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD J�%�K�'PSd|YSNumberSSAD��@��'PSd|ZSNumberSSAD�ɲ8@��#AnimationCurveNodeL��:SSAnimCurveNodeS��Properties70 �PSdSCompoundSSU�'PSd|XSNumberSSAD��'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD�#AnimationCurveNodeL��:SRAnimCurveNodeS�Properties70_�PSdSCompoundSS��'PSd|XSNumberSSAD��N���'PSd|YSNumberSSAD ���?��'PSd|ZSNumberSSAD>�;@W�#AnimationCurveNodeLp�:SSAnimCurveNodeSJ�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD�'PSd|YSNumberSSAD=�'PSd|ZSNumberSSAD��#AnimationCurveNodeL@�:SRAnimCurveNodeS��Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD��G�'PSd|YSNumberSSAD�I��?|�'PSd|ZSNumberSSAD���:@��#AnimationCurveNodeL�:SSAnimCurveNodeS��Properties70�PSdSCompoundSSQ�'PSd|XSNumberSSAD��'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD�#AnimationCurveNodeL��:SRAnimCurveNodeS�Properties70[�PSdSCompoundSS��'PSd|XSNumberSSAD@�!���'PSd|YSNumberSSAD��@��'PSd|ZSNumberSSAD@��8@S�#AnimationCurveNodeL��:SSAnimCurveNodeSF�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD�'PSd|YSNumberSSAD9�'PSd|ZSNumberSSAD��#AnimationCurveNodeL��:SRAnimCurveNodeS��Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD��?C�'PSd|YSNumberSSAD �<��x�'PSd|ZSNumberSSAD`-�:@��#AnimationCurveNodeLP�:SSAnimCurveNodeS��Properties70�PSdSCompoundSSM�'PSd|XSNumberSSAD��'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD�#AnimationCurveNodeL �:SRAnimCurveNodeS�Properties70W�PSdSCompoundSS��'PSd|XSNumberSSAD@�;�?��'PSd|YSNumberSSAD��{����'PSd|ZSNumberSSAD��'@@O�#AnimationCurveNodeL#�:SSAnimCurveNodeSB�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD�'PSd|YSNumberSSAD5�'PSd|ZSNumberSSAD��#AnimationCurveNodeLP%�:SRAnimCurveNodeS��Properties70��PSdSCompoundSS
�'PSd|XSNumberSSAD�KT"@?�'PSd|YSNumberSSAD@8��?t�'PSd|ZSNumberSSAD��&5@��#AnimationCurveNodeL (�:SSAnimCurveNodeS��Properties70�PSdSCompoundSSI�'PSd|XSNumberSSAD~�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD�#AnimationCurveNodeL�*�:SRAnimCurveNodeS��Properties70S�PSdSCompoundSS��'PSd|XSNumberSSAD�4o@��'PSd|YSNumberSSAD I����'PSd|ZSNumberSSAD��A@K�#AnimationCurveNodeL�-�:SSAnimCurveNodeS>�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD1�'PSd|ZSNumberSSAD��#AnimationCurveNodeL�0�:SRAnimCurveNodeS}�Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD`*��?;�'PSd|YSNumberSSADx7��p�'PSd|ZSNumberSSAD���3@��#AnimationCurveNodeL`3�:SSAnimCurveNodeS��Properties70�PSdSCompoundSSE�'PSd|XSNumberSSADz�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD�#AnimationCurveNodeL06�:SRAnimCurveNodeS��Properties70O�PSdSCompoundSS��'PSd|XSNumberSSADב@��'PSd|YSNumberSSAD`m����'PSd|ZSNumberSSAD�*��?G�#AnimationCurveNodeL9�:SSAnimCurveNodeS:�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD-�'PSd|ZSNumberSSAD��#AnimationCurveNodeL�;�:SRAnimCurveNodeSy�Properties70��PSdSCompoundSS�'PSd|XSNumberSSAD��P�?7�'PSd|YSNumberSSAD���l�'PSd|ZSNumberSSAD`���?��#AnimationCurveNodeL�>�:SSAnimCurveNodeS��Properties70�PSdSCompoundSSA�'PSd|XSNumberSSADv�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD�#AnimationCurveNodeLpA�:SRAnimCurveNodeS��Properties70K�PSdSCompoundSS��'PSd|XSNumberSSADC@��'PSd|YSNumberSSAD`99���'PSd|ZSNumberSSAD w�C�#AnimationCurveNodeL@D�:SSAnimCurveNodeS6�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD)�'PSd|ZSNumberSSAD��#AnimationCurveNodeLG�:SRAnimCurveNodeSu�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD����?3�'PSd|YSNumberSSAD�-�h�'PSd|ZSNumberSSAD����?��#AnimationCurveNodeL�I�:SSAnimCurveNodeS��Properties70�PSdSCompoundSS=�'PSd|XSNumberSSADr�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD�#AnimationCurveNodeL�L�:SRAnimCurveNodeS��Properties70G�PSdSCompoundSS|�'PSd|XSNumberSSAD��H���'PSd|YSNumberSSAD`�����'PSd|ZSNumberSSAD�u#T�?�#AnimationCurveNodeL�O�:SSAnimCurveNodeS2�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD%�'PSd|ZSNumberSSAD~�#AnimationCurveNodeLPR�:SRAnimCurveNodeSq�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD@7SA@/�'PSd|YSNumberSSAD �7=�d�'PSd|ZSNumberSSAD��7(���#AnimationCurveNodeL U�:SSAnimCurveNodeS��Properties70�PSdSCompoundSS9�'PSd|XSNumberSSADn�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD��#AnimationCurveNodeL�W�:SRAnimCurveNodeS��Properties70C�PSdSCompoundSSx�'PSd|XSNumberSSAD u����'PSd|YSNumberSSAD@>w@��'PSd|ZSNumberSSAD�4"@;�#AnimationCurveNodeL�Z�:SSAnimCurveNodeS.�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD!�'PSd|ZSNumberSSADz�#AnimationCurveNodeL�]�:SRAnimCurveNodeSm�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD୤;�+�'PSd|YSNumberSSAD@i�,�`�'PSd|ZSNumberSSAD`��4���#AnimationCurveNodeL``�:SSAnimCurveNodeS��Properties70�PSdSCompoundSS5�'PSd|XSNumberSSADj�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD��#AnimationCurveNodeL0c�:SRAnimCurveNodeS��Properties70?�PSdSCompoundSSt�'PSd|XSNumberSSADFz@��'PSd|YSNumberSSAD���?��'PSd|ZSNumberSSAD�!n7�7�#AnimationCurveNodeLf�:SSAnimCurveNodeS*�Properties70~�PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�'PSd|ZSNumberSSADv�#AnimationCurveNodeL�h�:SRAnimCurveNodeSi�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD�@'�'PSd|YSNumberSSAD@-?�?\�'PSd|ZSNumberSSAD��N>���#AnimationCurveNodeL�k�:SSAnimCurveNodeS��Properties70��PSdSCompoundSS1�'PSd|XSNumberSSADf�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD��#AnimationCurveNodeLpn�:SRAnimCurveNodeS��Properties70;�PSdSCompoundSSp�'PSd|XSNumberSSAD�u�"���'PSd|YSNumberSSAD�@���'PSd|ZSNumberSSAD(	9�3�#AnimationCurveNodeL@q�:SSAnimCurveNodeS&�Properties70z�PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�'PSd|ZSNumberSSADr�#AnimationCurveNodeLt�:SRAnimCurveNodeSe�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD`��?#�'PSd|YSNumberSSAD��i�?X�'PSd|ZSNumberSSAD,[;���#AnimationCurveNodeL�v�:SSAnimCurveNodeS��Properties70��PSdSCompoundSS-�'PSd|XSNumberSSADb�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD��#AnimationCurveNodeL�y�:SRAnimCurveNodeS��Properties707�PSdSCompoundSSl�'PSd|XSNumberSSAD��@��'PSd|YSNumberSSAD�u��?��'PSd|ZSNumberSSAD^�>�/�#AnimationCurveNodeL�|�:SSAnimCurveNodeS"�Properties70v�PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�'PSd|ZSNumberSSADn�#AnimationCurveNodeLP�:SRAnimCurveNodeSa�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD�	�'��'PSd|YSNumberSSAD���	�T�'PSd|ZSNumberSSAD�e:���#AnimationCurveNodeL ��:SSAnimCurveNodeS��Properties70��PSdSCompoundSS)�'PSd|XSNumberSSAD^�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD��#AnimationCurveNodeL���:SRAnimCurveNodeS��Properties703�PSdSCompoundSSh�'PSd|XSNumberSSAD൮违�'PSd|YSNumberSSAD`�1Կ��'PSd|ZSNumberSSAD�I?�+�#AnimationCurveNodeL���:SSAnimCurveNodeS�Properties70r�PSdSCompoundSS��'PSd|XSNumberSSAD��'PSd|YSNumberSSAD�'PSd|ZSNumberSSADj�#AnimationCurveNodeL�{�9SRAnimCurveNodeS]�Properties70��PSdSCompoundSS��'PSd|XSNumberSSAD���'PSd|YSNumberSSAD�]�׿P�'PSd|ZSNumberSSAD�.B���#AnimationCurveNodeL�w�9SSAnimCurveNodeS��Properties70��PSdSCompoundSS%�'PSd|XSNumberSSADZ�'PSd|YSNumberSSAD��'PSd|ZSNumberSSAD��#AnimationCurveNodeL�t�9SRAnimCurveNodeS��Properties70/�PSdSCompoundSSd�'PSd|XSNumberSSAD���@��'PSd|YSNumberSSAD�HD
���'PSd|ZSNumberSSADT}5�'#AnimationCurveNodeL�q�9SSAnimCurveNodeSProperties70nPSdSCompoundSS�'PSd|XSNumberSSAD�'PSd|YSNumberSSAD
'PSd|ZSNumberSSADf#AnimationCurveNodeLn�9SRAnimCurveNodeSYProperties70�PSdSCompoundSS�'PSd|XSNumberSSAD�F~�'PSd|YSNumberSSAD@8���L'PSd|ZSNumberSSAD���@��#AnimationCurveNodeL0k�9SSAnimCurveNodeS�Properties70�PSdSCompoundSS!'PSd|XSNumberSSADV'PSd|YSNumberSSAD�'PSd|ZSNumberSSAD�#AnimationCurveNodeL`h�9SRAnimCurveNodeS�Properties70+PSdSCompoundSS`'PSd|XSNumberSSAD �&��'PSd|YSNumberSSAD��ӿ�'PSd|ZSNumberSSAD��1�##AnimationCurveNodeLpd�9SSAnimCurveNodeSProperties70jPSdSCompoundSS�'PSd|XSNumberSSAD�'PSd|YSNumberSSAD	'PSd|ZSNumberSSADb#AnimationCurveNodeL�`�9SRAnimCurveNodeSUProperties70�PSdSCompoundSS�'PSd|XSNumberSSADZy @'PSd|YSNumberSSAD o1!@H'PSd|ZSNumberSSAD�{6�?�#AnimationCurveNodeL�]�9SSAnimCurveNodeS�Properties70�PSdSCompoundSS'PSd|XSNumberSSADR'PSd|YSNumberSSAD�'PSd|ZSNumberSSAD�	#AnimationCurveNodeL�Y�9SRAnimCurveNodeS�	Properties70'	PSdSCompoundSS\	'PSd|XSNumberSSAD�\/�?�	'PSd|YSNumberSSADݩ@�	'PSd|ZSNumberSSAD�Ø�#AnimationCurveNodeL�U�9SSAnimCurveNodeSProperties70f
PSdSCompoundSS�
'PSd|XSNumberSSAD�
'PSd|YSNumberSSAD'PSd|ZSNumberSSAD^#AnimationCurveNodeL�Q�9SRAnimCurveNodeSQProperties70�PSdSCompoundSS�'PSd|XSNumberSSAD��@'PSd|YSNumberSSAD@�89@D'PSd|ZSNumberSSAD��i@�
#AnimationCurveNodeLO�9SSAnimCurveNodeS�
Properties70�PSdSCompoundSS
'PSd|XSNumberSSADN
'PSd|YSNumberSSAD�
'PSd|ZSNumberSSAD�#AnimationCurveNodeL@L�9SRAnimCurveNodeS�Properties70#PSdSCompoundSSX'PSd|XSNumberSSAD`m�"��'PSd|YSNumberSSAD\@��'PSd|ZSNumberSSAD.#@#AnimationCurveNodeLpI�9SSAnimCurveNodeSProperties70bPSdSCompoundSS�'PSd|XSNumberSSAD�'PSd|YSNumberSSAD'PSd|ZSNumberSSADZ#AnimationCurveNodeL�E�9SRAnimCurveNodeSMProperties70�PSdSCompoundSS�'PSd|XSNumberSSAD@�-@'PSd|YSNumberSSAD��O�@'PSd|ZSNumberSSAD`�/��#AnimationCurveNodeL�A�9SSAnimCurveNodeS�Properties70�PSdSCompoundSS'PSd|XSNumberSSADJ'PSd|YSNumberSSAD'PSd|ZSNumberSSAD�#AnimationCurveNodeL�>�9SRAnimCurveNodeS�Properties70PSdSCompoundSST'PSd|XSNumberSSAD�س�'PSd|YSNumberSSAD��J��'PSd|ZSNumberSSAD����#AnimationCurveNodeL�:�9SSAnimCurveNodeS
Properties70^PSdSCompoundSS�'PSd|XSNumberSSAD�'PSd|YSNumberSSAD�'PSd|ZSNumberSSADV#AnimationCurveNodeL�6�9SRAnimCurveNodeSIProperties70�PSdSCompoundSS�'PSd|XSNumberSSAD�c��'PSd|YSNumberSSAD��	�<'PSd|ZSNumberSSAD@d0�?�#AnimationCurveNodeL�2�9SSAnimCurveNodeS�Properties70�PSdSCompoundSS'PSd|XSNumberSSADF'PSd|YSNumberSSAD{'PSd|ZSNumberSSAD�#AnimationCurveNodeL 0�9SRAnimCurveNodeS�Properties70PSdSCompoundSSP'PSd|XSNumberSSAD@;�)��'PSd|YSNumberSSAD���鿺'PSd|ZSNumberSSAD�;|@#AnimationCurveNodeLP-�9SSAnimCurveNodeSProperties70ZPSdSCompoundSS�'PSd|XSNumberSSAD�'PSd|YSNumberSSAD�'PSd|ZSNumberSSADR#AnimationCurveNodeL�*�9SRAnimCurveNodeSEProperties70�PSdSCompoundSS�'PSd|XSNumberSSAD�T�P@'PSd|YSNumberSSAD��q�8'PSd|ZSNumberSSAD�`|@�#AnimationCurveNodeL�'�9SSAnimCurveNodeS�Properties70�PSdSCompoundSS
'PSd|XSNumberSSADB'PSd|YSNumberSSADw'PSd|ZSNumberSSAD�#AnimationCurveNodeL�$�9SRAnimCurveNodeS�Properties70PSdSCompoundSSL'PSd|XSNumberSSAD��d,@�'PSd|YSNumberSSAD�v%�?�'PSd|ZSNumberSSAD���#AnimationCurveNodeL���9SSAnimCurveNodeSProperties70VPSdSCompoundSS�'PSd|XSNumberSSAD�'PSd|YSNumberSSAD�'PSd|ZSNumberSSADN #AnimationCurveNodeL��9SRAnimCurveNodeSA Properties70�PSdSCompoundSS�'PSd|XSNumberSSAD�&N��'PSd|YSNumberSSAD z��?4 'PSd|ZSNumberSSAD�<�?�!#AnimationCurveNodeL ��9SSAnimCurveNodeS�!Properties70� PSdSCompoundSS	!'PSd|XSNumberSSAD>!'PSd|YSNumberSSADs!'PSd|ZSNumberSSAD%'AnimationCurveL(��-SAnimCurveS�!	DefaultD�!KeyVerI��$�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �&y
KeyValueFloatf[l�{e������I���s��J��ϼ���C���Х��՞��|��2D���V���(�rL龶�@����=���>ʘC?K��?H�?;��?M/�?���?�3�?5�?̶?#��?��W?���>jA�=Ȭe�ծ���I�!�s��P���—��I��ץ��۞�����TJ���$V��(��d��A�[��=��>��C?(��?&��?��?*)�?���?�-�?�.�?�Ŷ?��?guW?"��>Bߢ=��e���"J�f�s�W��ɗ�P��.ݥ�➿ڈ��wP��"1V�/�(��}��IA�3&�=���>@�C?�?��?���?#�?���?�'�?�(�?ʿ�?ޭ�?"iW?���>}�=�f��&KeyAttrFlagsi!�&KeyAttrDataFloatf

'KeyAttrRefCounti[�,AnimationCurveL���-SAnimCurveS{'	DefaultD�'KeyVerI��*�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ,y
KeyValueFloatf[l[A�B4��B�BD�B+��B&��By!�BȷBU�Bk̳B�5�BL��B_��B�"�B�ܹB</�B���Bk�B���BÁ�B�k�B�κB���B}��B���B\A�B�=�B�B���B;!�B[A�B4��B�BD�B+��B&��By!�BȷBU�Bk̳B�5�BL��B_��B�"�B�ܹB</�B���Bk�B���BÁ�B�k�B�κB���B}��B���B\A�B�=�B�B���B;!�B[A�B4��B�BD�B+��B&��By!�BȷBU�Bk̳B�5�BL��B_��B�"�B�ܹB</�B���Bk�B���BÁ�B�k�B�κB���B}��B���B\A�B�=�B�B���B;!�B[A�BI,KeyAttrFlagsi!�,KeyAttrDataFloatf

�,KeyAttrRefCounti[U2AnimationCurveLh��-SAnimCurveS-	DefaultD+-KeyVerI�$0�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �1y
KeyValueFloatf[l��B{)BT�<BqnPBL!dB`xB�,�B��B�*�B}@�B�3�B~%�B�
�B���BE7�B*_�B=4�B���B��CsC3_CM}C��C��C3!C��&C3,C+61CRC6C6J;CZS@C8�EC�JC�OCʢTC��YCа^C��cC�/iC��nCn4tC6�yCb!C�F�C
ۄCe�CKډC�=�C���C��C�|�C��C*��C��CUX�C��CUѣCQh�C��CVr�C���C�ɰC�7�CE��C��C���C�%�C|��Ce�C�*�Cr��C֣�C�]�C��CH��CB2�C���C�
�C�l�C���CJ�C��Cf��CC^�C�%�C���C���C�5�C ��C�?�C$��C�1KeyAttrFlagsi!2KeyAttrDataFloatf

H2KeyAttrRefCounti[�7AnimationCurveL��-SAnimCurveS�2	DefaultD 1���2KeyVerI��5�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B O7y
KeyValueFloatf[l���0��r������%��s���'`�^�J�p\E��VR���_�+�m��sz�G��1p��x�x�e�m��e��l_���X��hM��@��E��[��Jc��f� �n��a��F\���������0��r������%��s���'`�^�J�p\E��VR���_�+�m��sz�G��1p��x�x�e�m��e��l_���X��hM��@��E��[��Jc��f� �n��a��F\���������0��r������%��s���'`�^�J�p\E��VR���_�+�m��sz�G��1p��x�x�e�m��e��l_���X��hM��@��E��[��Jc��f� �n��a��F\���������y7KeyAttrFlagsi!�7KeyAttrDataFloatf

�7KeyAttrRefCounti[�=AnimationCurveLH��-SAnimCurveSC8	DefaultD���@[8KeyVerI�T;�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �<y
KeyValueFloatf[leĤ@�-�@4�X@ �$@���?@V�?O�?*>�;�>S8�?M�?Z(�?D0�?P��?S�?f@�9@5s@pc�@�
�@�Ӫ@�j�@�'�@�p�@"�@���@���@��@:m�@3#�@eĤ@�-�@4�X@ �$@���?@V�?O�?*>�;�>S8�?M�?Z(�?D0�?P��?S�?f@�9@5s@pc�@�
�@�Ӫ@�j�@�'�@�p�@"�@���@���@��@:m�@3#�@eĤ@�-�@4�X@ �$@���?@V�?O�?*>�;�>S8�?M�?Z(�?D0�?P��?S�?f@�9@5s@pc�@�
�@�Ӫ@�j�@�'�@�p�@"�@���@���@��@:m�@3#�@eĤ@=KeyAttrFlagsi!K=KeyAttrDataFloatf

x=KeyAttrRefCounti[CAnimationCurveL��-SAnimCurveS�=	DefaultD@���=KeyVerI��@�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B By
KeyValueFloatf[l��������a���"
��h��͋��yW��$]��u������EÌ�-Z<�pſ�����W�o��)D�zm
>C?��?�@�Y#@�gP@��J@�@x�?����&�=�����N<����������a���"
��h��͋��yW��$]��u������EÌ�-Z<�pſ�����W�o��)D�zm
>C?��?�@�Y#@�gP@��J@�@x�?����&�=�����N<����������a���"
��h��͋��yW��$]��u������EÌ�-Z<�pſ�����W�o��)D�zm
>C?��?�@�Y#@�gP@��J@�@x�?����&�=�����N<�������BKeyAttrFlagsi!�BKeyAttrDataFloatf

CKeyAttrRefCounti[}DAnimationCurveLX��-SAnimCurveSsC	DefaultD�CKeyVerI��CKeyTimel�C
KeyValueFloatf�?	DKeyAttrFlagsi!CDKeyAttrDataFloatf

pDKeyAttrRefCounti�EAnimationCurveL��-SAnimCurveS�D	DefaultD�DKeyVerI�EKeyTimel?E
KeyValueFloatf�?iEKeyAttrFlagsi!�EKeyAttrDataFloatf

�EKeyAttrRefCounti=GAnimationCurveL���-SAnimCurveS3F	DefaultDKFKeyVerI�tFKeyTimel�F
KeyValueFloatf�?�FKeyAttrFlagsi!GKeyAttrDataFloatf

0GKeyAttrRefCounti�LAnimationCurveL���-SAnimCurveS�G	DefaultD� @�GKeyVerI��J�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B 7Ly
KeyValueFloatf[l��A{�@���@��@ɍ@�Tp@>;m@a@|@��@���@�ר@���@U�@x��@���@
��@�k�@t�@`�@�@w�@���@�ʠ@پ@���@�P�@<��@���@��
A�A��A{�@���@��@ɍ@�Tp@>;m@a@|@��@���@�ר@���@U�@x��@���@
��@�k�@t�@`�@�@w�@���@�ʠ@پ@���@�P�@<��@���@��
A�A��A{�@���@��@ɍ@�Tp@>;m@a@|@��@���@�ר@���@U�@x��@���@
��@�k�@t�@`�@�@w�@���@�ʠ@پ@���@�P�@<��@���@��
A�A��AaLKeyAttrFlagsi!�LKeyAttrDataFloatf

�LKeyAttrRefCounti[mRAnimationCurveL���-SAnimCurveS+M	DefaultD@.G	�CMKeyVerI�<P�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �Qy
KeyValueFloatf[lr9J���޿��(�>K�?�c@=Q@�yu@?[�@y8�@�t�@U��@�J�@��|@D3M@�<@�F!?��J�mI�<{;�#Yv�����
K��*9��Fн�t���o���/Ǵ��W���j��r9J���޿��(�>K�?�c@=Q@�yu@?[�@y8�@�t�@U��@�J�@��|@D3M@�<@�F!?��J�mI�<{;�#Yv�����
K��*9��Fн�t���o���/Ǵ��W���j��r9J���޿��(�>K�?�c@=Q@�yu@?[�@y8�@�t�@U��@�J�@��|@D3M@�<@�F!?��J�mI�<{;�#Yv�����
K��*9��Fн�t���o���/Ǵ��W���j��r9J��QKeyAttrFlagsi!3RKeyAttrDataFloatf

`RKeyAttrRefCounti[XAnimationCurveL���-SAnimCurveS�R	DefaultD�H#@�RKeyVerI��U�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B gWy
KeyValueFloatf[l�GA�A�!A�QAJ�AA�A�Az,A���@���@uF<@PU?jt���9ѿ�����Pۿa���G���}����1֪�I��e���'?��Z@���@Ȥ	A��A�GA�A�!A�QAJ�AA�A�Az,A���@���@uF<@PU?jt���9ѿ�����Pۿa���G���}����1֪�I��e���'?��Z@���@Ȥ	A��A�GA�A�!A�QAJ�AA�A�Az,A���@���@uF<@PU?jt���9ѿ�����Pۿa���G���}����1֪�I��e���'?��Z@���@Ȥ	A��A�GA�WKeyAttrFlagsi!�WKeyAttrDataFloatf

�WKeyAttrRefCounti[eYAnimationCurveL���-SAnimCurveS[X	DefaultDsXKeyVerI��XKeyTimel�X
KeyValueFloatf�?�XKeyAttrFlagsi!+YKeyAttrDataFloatf

XYKeyAttrRefCounti�ZAnimationCurveL���-SAnimCurveS�Y	DefaultD�YKeyVerI��YKeyTimel'Z
KeyValueFloatf�?QZKeyAttrFlagsi!�ZKeyAttrDataFloatf

�ZKeyAttrRefCounti%\AnimationCurveL8��-SAnimCurveS[	DefaultD3[KeyVerI�\[KeyTimel�[
KeyValueFloatf�?�[KeyAttrFlagsi!�[KeyAttrDataFloatf

\KeyAttrRefCounti�aAnimationCurveLh��-SAnimCurveS{\	DefaultD ��!@�\KeyVerI��_�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ay
KeyValueFloatf[lGA]�A��*A��9A�gIAVQA�MA":GAF?A5�<A*�6A��/A#)AS#A�s#A� (An�,AX-A��/A"45A��9AX:A͛>Awe8Ae&*A�Aa
AI�A��APyAGA]�A��*A��9A�gIAVQA�MA":GAF?A5�<A*�6A��/A#)AS#A�s#A� (An�,AX-A��/A"45A��9AX:A͛>Awe8Ae&*A�Aa
AI�A��APyAGA]�A��*A��9A�gIAVQA�MA":GAF?A5�<A*�6A��/A#)AS#A�s#A� (An�,AX-A��/A"45A��9AX:A͛>Awe8Ae&*A�Aa
AI�A��APyAGAIaKeyAttrFlagsi!�aKeyAttrDataFloatf

�aKeyAttrRefCounti[UgAnimationCurveL���-SAnimCurveSb	DefaultD`��+bKeyVerI�$e�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �fy
KeyValueFloatf[l� G��{�Þ(�)�>�b�?'�@53V@޶�@�*�@�j�@�դ@cA�@�@��@�$�@�,@��y?�gc��`%�)�}����#���=0���c��)����P������l�������'��� G��{�Þ(�)�>�b�?'�@53V@޶�@�*�@�j�@�դ@cA�@�@��@�$�@�,@��y?�gc��`%�)�}����#���=0���c��)����P������l�������'��� G��{�Þ(�)�>�b�?'�@53V@޶�@�*�@�j�@�դ@cA�@�@��@�$�@�,@��y?�gc��`%�)�}����#���=0���c��)����P������l�������'��� G��fKeyAttrFlagsi!gKeyAttrDataFloatf

HgKeyAttrRefCounti[�lAnimationCurveL��-SAnimCurveS�g	DefaultD ����gKeyVerI��j�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B Oly
KeyValueFloatf[l���&k�������t�؆!�!��\Q'���K�[�Q���-������-��ⷋ��	��Ǿ�Z�<�C?F��?���?��@Ȭ7@A�e@�|[@X2@��@[ڬ?�76?|�>K.u����&k�������t�؆!�!��\Q'���K�[�Q���-������-��ⷋ��	��Ǿ�Z�<�C?F��?���?��@Ȭ7@A�e@�|[@X2@��@[ڬ?�76?|�>K.u����&k�������t�؆!�!��\Q'���K�[�Q���-������-��ⷋ��	��Ǿ�Z�<�C?F��?���?��@Ȭ7@A�e@�|[@X2@��@[ڬ?�76?|�>K.u����ylKeyAttrFlagsi!�lKeyAttrDataFloatf

�lKeyAttrRefCounti[MnAnimationCurveL8��-SAnimCurveSCm	DefaultD[mKeyVerI��mKeyTimel�m
KeyValueFloatf�?�mKeyAttrFlagsi!nKeyAttrDataFloatf

@nKeyAttrRefCounti�oAnimationCurveL���-SAnimCurveS�n	DefaultD�nKeyVerI��nKeyTimelo
KeyValueFloatf�?9oKeyAttrFlagsi!soKeyAttrDataFloatf

�oKeyAttrRefCounti
qAnimationCurveL���-SAnimCurveSp	DefaultDpKeyVerI�DpKeyTimelop
KeyValueFloatf�?�pKeyAttrFlagsi!�pKeyAttrDataFloatf

qKeyAttrRefCounti�vAnimationCurveL���-SAnimCurveScq	DefaultD�{�?{qKeyVerI�tt�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B vy
KeyValueFloatf[l��k>A4?��?j��?y��?	��?�p�?�d{?���>m����̾R�4�=�v�xG���)��f�	c�>��T?H�8?:�>�+׻�����v��1���;w��\"�L�;��QR��־��k>A4?��?j��?y��?	��?�p�?�d{?���>m����̾R�4�=�v�xG���)��f�	c�>��T?H�8?:�>�+׻�����v��1���;w��\"�L�;��QR��־��k>A4?��?j��?y��?	��?�p�?�d{?���>m����̾R�4�=�v�xG���)��f�	c�>��T?H�8?:�>�+׻�����v��1���;w��\"�L�;��QR��־��k>1vKeyAttrFlagsi!kvKeyAttrDataFloatf

�vKeyAttrRefCounti[=|AnimationCurveLH��-SAnimCurveS�v	DefaultD "��?wKeyVerI�z�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �{y
KeyValueFloatf[l�?1sD���D�hG����Ͽ�����!��B���d��E���!��嗆��(���z��uD�"��{���D����?�ȝ?��?­@ 7/@�.=@zJ@��N@0RE@f0)@��@�*�?�?1sD���D�hG����Ͽ�����!��B���d��E���!��嗆��(���z��uD�"��{���D����?�ȝ?��?­@ 7/@�.=@zJ@��N@0RE@f0)@��@�*�?�?1sD���D�hG����Ͽ�����!��B���d��E���!��嗆��(���z��uD�"��{���D����?�ȝ?��?­@ 7/@�.=@zJ@��N@0RE@f0)@��@�*�?�?�{KeyAttrFlagsi!|KeyAttrDataFloatf

0|KeyAttrRefCounti[ՁAnimationCurveL���-SAnimCurveS�|	DefaultD`�e�|KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B 7�y
KeyValueFloatf[l.���q ��'�������L��J��H���&�>6�?0��?@�c+@�>@�AK@�E&@s�@��?��&?Q��=�c��4�B�Ŀ��l}#���3���H��+P��:�����.���q ��'�������L��J��H���&�>6�?0��?@�c+@�>@�AK@�E&@s�@��?��&?Q��=�c��4�B�Ŀ��l}#���3���H��+P��:�����.���q ��'�������L��J��H���&�>6�?0��?@�c+@�>@�AK@�E&@s�@��?��&?Q��=�c��4�B�Ŀ��l}#���3���H��+P��:�����.��a�KeyAttrFlagsi!��KeyAttrDataFloatf

ȁKeyAttrRefCounti[5�AnimationCurveL���-SAnimCurveS+�	DefaultDC�KeyVerI�l�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

(�KeyAttrRefCounti��AnimationCurveL(��-SAnimCurveS��	DefaultD��KeyVerI�̃KeyTimel��
KeyValueFloatf�?!�KeyAttrFlagsi![�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS�	DefaultD�KeyVerI�,�KeyTimelW�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveSK�	DefaultD�Й �c�KeyVerI�\��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[l������I�]������������9�[����������	��0���qv������.��}���O�Av��m��
��8�b�����\��
���v�����������I�]������������9�[����������	��0���qv������.��}���O�Av��m��
��8�b�����\��
���v�����������I�]������������9�[����������	��0���qv������.��}���O�Av��m��
��8�b�����\��
���v���������KeyAttrFlagsi!S�KeyAttrDataFloatf

��KeyAttrRefCounti[%�AnimationCurveLH��-SAnimCurveS�	DefaultD������KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l������R��E��e���� �0��K��0c��L}�N9�����J��,���3���;T����pͿ�#D�e�(��?�X�?B��?H{�?�4�?�-@ "@���?�d�?2�?+�>������R��E��e���� �0��K��0c��L}�N9�����J��,���3���;T����pͿ�#D�e�(��?�X�?B��?H{�?�4�?�-@ "@���?�d�?2�?+�>������R��E��e���� �0��K��0c��L}�N9�����J��,���3���;T����pͿ�#D�e�(��?�X�?B��?H{�?�4�?�-@ "@���?�d�?2�?+�>������KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti[��AnimationCurveLX��-SAnimCurveS{�	DefaultD`��뿓�KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[l��_�p� ��)����aT��9�>�?��?X��>@��>�w�>��>���>�)~>�
�>|r%>��=��=��l=��=�o>��>�P�>���>��>;ɽ>���?]� Ȃ��)����_�p� ��)����aT��9�>�?��?X��>@��>�w�>��>���>�)~>�
�>|r%>��=��=��l=��=�o>��>�P�>���>��>;ɽ>���?]� Ȃ��)����_�p� ��)����aT��9�>�?��?X��>@��>�w�>��>���>�)~>�
�>|r%>��=��=��l=��=�o>��>�P�>���>��>;ɽ>���?]� Ȃ��)����_�I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti[�AnimationCurveL���-SAnimCurveS�	DefaultD+�KeyVerI�T�KeyTimel�
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveL���-SAnimCurveSs�	DefaultD��KeyVerI���KeyTimelߘ
KeyValueFloatf�?	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCountiݚAnimationCurveL���-SAnimCurveSә	DefaultD�KeyVerI��KeyTimel?�
KeyValueFloatf�?i�KeyAttrFlagsi!��KeyAttrDataFloatf

КKeyAttrRefCounti=�AnimationCurveL8��-SAnimCurveS3�	DefaultD ܥ̼K�KeyVerI�t�KeyTimel��
KeyValueFloatf�.e�ɛKeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD���⼫�KeyVerI�ԜKeyTimel��
KeyValueFloatf�f�)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL��-SAnimCurveS�	DefaultD`~��KeyVerI�4�KeyTimel_�
KeyValueFloatf�𓧉�KeyAttrFlagsi!ÞKeyAttrDataFloatf

�KeyAttrRefCounti]�AnimationCurveL��-SAnimCurveSS�	DefaultDk�KeyVerI���KeyTimel��
KeyValueFloatf�?�KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultDˠKeyVerI���KeyTimel�
KeyValueFloatf�?I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD+�KeyVerI�T�KeyTimel�
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveL���-SAnimCurveSs�	DefaultD ܥ̼��KeyVerI���KeyTimelߣ
KeyValueFloatf�.e�	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCountiݥAnimationCurveL���-SAnimCurveSӤ	DefaultD�����KeyVerI��KeyTimel?�
KeyValueFloatf�f�i�KeyAttrFlagsi!��KeyAttrDataFloatf

ХKeyAttrRefCounti=�AnimationCurveLx��-SAnimCurveS3�	DefaultD`~�K�KeyVerI�t�KeyTimel��
KeyValueFloatf��ɦKeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD��KeyVerI�ԧKeyTimel��
KeyValueFloatf�?)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS�	DefaultD�KeyVerI�4�KeyTimel_�
KeyValueFloatf�?��KeyAttrFlagsi!éKeyAttrDataFloatf

�KeyAttrRefCounti]�AnimationCurveLh��-SAnimCurveSS�	DefaultDk�KeyVerI���KeyTimel��
KeyValueFloatf�?�KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD ܥ̼˫KeyVerI���KeyTimel�
KeyValueFloatf�.e�I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveLx��-SAnimCurveS�	DefaultD����+�KeyVerI�T�KeyTimel�
KeyValueFloatf�f���KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveLX��-SAnimCurveSs�	DefaultD`~򼋮KeyVerI���KeyTimel߮
KeyValueFloatf��	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCountiݰAnimationCurveL���-SAnimCurveSӯ	DefaultD�KeyVerI��KeyTimel?�
KeyValueFloatf�?i�KeyAttrFlagsi!��KeyAttrDataFloatf

аKeyAttrRefCounti=�AnimationCurveL���-SAnimCurveS3�	DefaultDK�KeyVerI�t�KeyTimel��
KeyValueFloatf�?ɱKeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL��-SAnimCurveS��	DefaultD��KeyVerI�ԲKeyTimel��
KeyValueFloatf�?)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS�	DefaultD ܥ��KeyVerI�4�KeyTimel_�
KeyValueFloatf�.e���KeyAttrFlagsi!ôKeyAttrDataFloatf

�KeyAttrRefCounti]�AnimationCurveL���-SAnimCurveSS�	DefaultD�k�KeyVerI���KeyTimel��
KeyValueFloatf�KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveL(��-SAnimCurveS��	DefaultD� 
�˶KeyVerI���KeyTimel�
KeyValueFloatfQh�I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD+�KeyVerI�T�KeyTimel�
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveL��-SAnimCurveSs�	DefaultD��KeyVerI���KeyTimel߹
KeyValueFloatf�?	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCountiݻAnimationCurveL8��-SAnimCurveSӺ	DefaultD�KeyVerI��KeyTimel?�
KeyValueFloatf�?i�KeyAttrFlagsi!��KeyAttrDataFloatf

лKeyAttrRefCounti=�AnimationCurveL���-SAnimCurveS3�	DefaultD ܥ�K�KeyVerI�t�KeyTimel��
KeyValueFloatf�.e�ɼKeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD���KeyVerI�ԽKeyTimel��
KeyValueFloatf)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS�	DefaultD� 
��KeyVerI�4�KeyTimel_�
KeyValueFloatfQh���KeyAttrFlagsi!ÿKeyAttrDataFloatf

�KeyAttrRefCounti]�AnimationCurveL��-SAnimCurveSS�	DefaultDk�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel�
KeyValueFloatf�?I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD+�KeyVerI�T�KeyTimel�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveL0�-SAnimCurveSs�	DefaultD ܥ켋�KeyVerI���KeyTimel��
KeyValueFloatf�.e�	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCounti��AnimationCurveLh0�-SAnimCurveS��	DefaultD���KeyVerI��KeyTimel?�
KeyValueFloatfi�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti=�AnimationCurveL80�-SAnimCurveS3�	DefaultD� 
�K�KeyVerI�t�KeyTimel��
KeyValueFloatfQh���KeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveLx}�-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL�}�-SAnimCurveS��	DefaultD�KeyVerI�4�KeyTimel_�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti]�AnimationCurveL�}�-SAnimCurveSS�	DefaultDk�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveLx,�-SAnimCurveS��	DefaultD ܥ���KeyVerI���KeyTimel�
KeyValueFloatf�.e�I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveLH,�-SAnimCurveS�	DefaultD�+�KeyVerI�T�KeyTimel�
KeyValueFloatf��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveL�,�-SAnimCurveSs�	DefaultD� 
��KeyVerI���KeyTimel��
KeyValueFloatfQh�	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCounti��AnimationCurveL�,�-SAnimCurveS��	DefaultD��KeyVerI��KeyTimel?�
KeyValueFloatf�?i�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti=�AnimationCurveL-�-SAnimCurveS3�	DefaultDK�KeyVerI�t�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveLH/�-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD ܥ��KeyVerI�4�KeyTimel_�
KeyValueFloatf�.e���KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti]�AnimationCurveL8��-SAnimCurveSS�	DefaultD�k�KeyVerI���KeyTimel��
KeyValueFloatf��KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveLh��-SAnimCurveS��	DefaultD� 
���KeyVerI���KeyTimel�
KeyValueFloatfQh�I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD+�KeyVerI�T�KeyTimel�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveL,�-SAnimCurveSs�	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCounti��AnimationCurveL�+�-SAnimCurveS��	DefaultD��KeyVerI��KeyTimel?�
KeyValueFloatf�?i�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti=�AnimationCurveL���-SAnimCurveS3�	DefaultD ܥ�K�KeyVerI�t�KeyTimel��
KeyValueFloatf�.e���KeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL��-SAnimCurveS��	DefaultD���KeyVerI���KeyTimel��
KeyValueFloatf)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveLH��-SAnimCurveS��	DefaultD� 
��KeyVerI�4�KeyTimel_�
KeyValueFloatfQh���KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti]�AnimationCurveL���-SAnimCurveSS�	DefaultDk�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveLx��-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel�
KeyValueFloatf�?I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL��-SAnimCurveS�	DefaultD+�KeyVerI�T�KeyTimel�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveLZ�-SAnimCurveSs�	DefaultD ܥ켋�KeyVerI���KeyTimel��
KeyValueFloatf�.e�	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCounti��AnimationCurveL�Y�-SAnimCurveS��	DefaultD���KeyVerI��KeyTimel?�
KeyValueFloatfi�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti=�AnimationCurveL�Y�-SAnimCurveS3�	DefaultD� 
�K�KeyVerI�t�KeyTimel��
KeyValueFloatfQh���KeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL8��-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL��-SAnimCurveS��	DefaultD�KeyVerI�4�KeyTimel_�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti]�AnimationCurveLHY�-SAnimCurveSS�	DefaultDk�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveLxY�-SAnimCurveS��	DefaultD ܥ̼��KeyVerI���KeyTimel�
KeyValueFloatf�.e�I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL�X�-SAnimCurveS�	DefaultD����+�KeyVerI�T�KeyTimel�
KeyValueFloatf�f���KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveLX��-SAnimCurveSs�	DefaultD`~��KeyVerI���KeyTimel��
KeyValueFloatf��	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCounti��AnimationCurveL(��-SAnimCurveS��	DefaultD��KeyVerI��KeyTimel?�
KeyValueFloatf�?i�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti=�AnimationCurveL�Z�-SAnimCurveS3�	DefaultDK�KeyVerI�t�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL�Z�-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL8Z�-SAnimCurveS��	DefaultD��KeyVerI�4�KeyTimel_�
KeyValueFloatf����KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti]�AnimationCurveLhZ�-SAnimCurveSS�	DefaultD����k�KeyVerI���KeyTimel��
KeyValueFloatf�f���KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveLD�-SAnimCurveS��	DefaultD`~���KeyVerI���KeyTimel�
KeyValueFloatf��I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveLxD�-SAnimCurveS�	DefaultD+�KeyVerI�T�KeyTimel�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveLHD�-SAnimCurveSs�	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCounti��AnimationCurveL�z�-SAnimCurveS��	DefaultD��KeyVerI��KeyTimel?�
KeyValueFloatf�?i�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti=�AnimationCurveLxz�-SAnimCurveS3�	DefaultD ܥ̼K�KeyVerI�t�KeyTimel��
KeyValueFloatf�.e���KeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS��	DefaultD���⼫�KeyVerI���KeyTimel��
KeyValueFloatf�f�)KeyAttrFlagsi!cKeyAttrDataFloatf

�KeyAttrRefCounti�AnimationCurveL8~�-SAnimCurveS�	DefaultD`~�KeyVerI�4KeyTimel_
KeyValueFloatf�𓧉KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti]AnimationCurveL~�-SAnimCurveSS	DefaultDkKeyVerI��KeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!#KeyAttrDataFloatf

PKeyAttrRefCounti�AnimationCurveL�C�-SAnimCurveS�	DefaultD�KeyVerI��KeyTimel
KeyValueFloatf�?IKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCountiAnimationCurveLXC�-SAnimCurveS	DefaultD+KeyVerI�TKeyTimel
KeyValueFloatf�?�KeyAttrFlagsi!�KeyAttrDataFloatf

KeyAttrRefCounti}AnimationCurveL�C�-SAnimCurveSs	DefaultD ܥ̼�KeyVerI��KeyTimel�
KeyValueFloatf�.e�	KeyAttrFlagsi!CKeyAttrDataFloatf

pKeyAttrRefCounti�AnimationCurveL�C�-SAnimCurveS�	DefaultD�����KeyVerI�KeyTimel?
KeyValueFloatf�f�iKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti=
AnimationCurveLș�-SAnimCurveS3		DefaultD`~�K	KeyVerI�t	KeyTimel�	
KeyValueFloatf���	KeyAttrFlagsi!
KeyAttrDataFloatf

0
KeyAttrRefCounti�AnimationCurveL8��-SAnimCurveS�
	DefaultD�
KeyVerI��
KeyTimel�

KeyValueFloatf�?)KeyAttrFlagsi!cKeyAttrDataFloatf

�KeyAttrRefCounti�AnimationCurveLh��-SAnimCurveS�	DefaultDKeyVerI�4KeyTimel_
KeyValueFloatf�?�KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti]AnimationCurveL��-SAnimCurveSS
	DefaultDk
KeyVerI��
KeyTimel�

KeyValueFloatf�?�
KeyAttrFlagsi!#KeyAttrDataFloatf

PKeyAttrRefCounti�AnimationCurveLؘ�-SAnimCurveS�	DefaultD ܥ̼�KeyVerI��KeyTimel
KeyValueFloatf�.e�IKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCountiAnimationCurveL���-SAnimCurveS	DefaultD����+KeyVerI�TKeyTimel
KeyValueFloatf�f��KeyAttrFlagsi!�KeyAttrDataFloatf

KeyAttrRefCounti}AnimationCurveL���-SAnimCurveSs	DefaultD`~�KeyVerI��KeyTimel�
KeyValueFloatf��	KeyAttrFlagsi!CKeyAttrDataFloatf

pKeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD�KeyVerI�KeyTimel?
KeyValueFloatf�?iKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti=AnimationCurveLX��-SAnimCurveS3	DefaultDKKeyVerI�tKeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!KeyAttrDataFloatf

0KeyAttrRefCounti�AnimationCurveL(��-SAnimCurveS�	DefaultD�KeyVerI��KeyTimel�
KeyValueFloatf�?)KeyAttrFlagsi!cKeyAttrDataFloatf

�KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD ܥ̼KeyVerI�4KeyTimel_
KeyValueFloatf�.e��KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti]AnimationCurveL���-SAnimCurveSS	DefaultD����kKeyVerI��KeyTimel�
KeyValueFloatf�f��KeyAttrFlagsi!#KeyAttrDataFloatf

PKeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD`~��KeyVerI��KeyTimel
KeyValueFloatf��IKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCountiAnimationCurveL���-SAnimCurveS	DefaultD+KeyVerI�TKeyTimel
KeyValueFloatf�?�KeyAttrFlagsi!�KeyAttrDataFloatf

KeyAttrRefCounti}AnimationCurveLȮ�-SAnimCurveSs	DefaultD�KeyVerI��KeyTimel�
KeyValueFloatf�?	KeyAttrFlagsi!CKeyAttrDataFloatf

pKeyAttrRefCounti�AnimationCurveL8��-SAnimCurveS�	DefaultD�KeyVerI�KeyTimel?
KeyValueFloatf�?iKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti= AnimationCurveLh��-SAnimCurveS3	DefaultD ܥ̼KKeyVerI�tKeyTimel�
KeyValueFloatf�.e��KeyAttrFlagsi! KeyAttrDataFloatf

0 KeyAttrRefCounti�!AnimationCurveL��-SAnimCurveS� 	DefaultD���⼫ KeyVerI�� KeyTimel� 
KeyValueFloatf�f�)!KeyAttrFlagsi!c!KeyAttrDataFloatf

�!KeyAttrRefCounti�"AnimationCurveLح�-SAnimCurveS�!	DefaultD`~�"KeyVerI�4"KeyTimel_"
KeyValueFloatf�𓧉"KeyAttrFlagsi!�"KeyAttrDataFloatf

�"KeyAttrRefCounti]$AnimationCurveL���-SAnimCurveSS#	DefaultDk#KeyVerI��#KeyTimel�#
KeyValueFloatf�?�#KeyAttrFlagsi!#$KeyAttrDataFloatf

P$KeyAttrRefCounti�%AnimationCurveLH��-SAnimCurveS�$	DefaultD�$KeyVerI��$KeyTimel%
KeyValueFloatf�?I%KeyAttrFlagsi!�%KeyAttrDataFloatf

�%KeyAttrRefCounti'AnimationCurveLx��-SAnimCurveS&	DefaultD+&KeyVerI�T&KeyTimel&
KeyValueFloatf�?�&KeyAttrFlagsi!�&KeyAttrDataFloatf

'KeyAttrRefCounti}(AnimationCurveL��-SAnimCurveSs'	DefaultD ܥ̼�'KeyVerI��'KeyTimel�'
KeyValueFloatf�.e�	(KeyAttrFlagsi!C(KeyAttrDataFloatf

p(KeyAttrRefCounti�)AnimationCurveL��-SAnimCurveS�(	DefaultD�����(KeyVerI�)KeyTimel?)
KeyValueFloatf�f�i)KeyAttrFlagsi!�)KeyAttrDataFloatf

�)KeyAttrRefCounti=+AnimationCurveL���-SAnimCurveS3*	DefaultD`~�K*KeyVerI�t*KeyTimel�*
KeyValueFloatf���*KeyAttrFlagsi!+KeyAttrDataFloatf

0+KeyAttrRefCounti�,AnimationCurveL���-SAnimCurveS�+	DefaultD�+KeyVerI��+KeyTimel�+
KeyValueFloatf�?),KeyAttrFlagsi!c,KeyAttrDataFloatf

�,KeyAttrRefCounti�-AnimationCurveLX��-SAnimCurveS�,	DefaultD-KeyVerI�4-KeyTimel_-
KeyValueFloatf�?�-KeyAttrFlagsi!�-KeyAttrDataFloatf

�-KeyAttrRefCounti]/AnimationCurveL���-SAnimCurveSS.	DefaultDk.KeyVerI��.KeyTimel�.
KeyValueFloatf�?�.KeyAttrFlagsi!#/KeyAttrDataFloatf

P/KeyAttrRefCounti�0AnimationCurveL(��-SAnimCurveS�/	DefaultD��/KeyVerI��/KeyTimel0
KeyValueFloatf��I0KeyAttrFlagsi!�0KeyAttrDataFloatf

�0KeyAttrRefCounti2AnimationCurveL���-SAnimCurveS1	DefaultD����+1KeyVerI�T1KeyTimel1
KeyValueFloatf�f��1KeyAttrFlagsi!�1KeyAttrDataFloatf

2KeyAttrRefCounti}3AnimationCurveLȫ�-SAnimCurveSs2	DefaultD`~�2KeyVerI��2KeyTimel�2
KeyValueFloatf��	3KeyAttrFlagsi!C3KeyAttrDataFloatf

p3KeyAttrRefCounti�4AnimationCurveLh��-SAnimCurveS�3	DefaultD�3KeyVerI�4KeyTimel?4
KeyValueFloatf�?i4KeyAttrFlagsi!�4KeyAttrDataFloatf

�4KeyAttrRefCounti=6AnimationCurveL8��-SAnimCurveS35	DefaultDK5KeyVerI�t5KeyTimel�5
KeyValueFloatf�?�5KeyAttrFlagsi!6KeyAttrDataFloatf

06KeyAttrRefCounti�7AnimationCurveL��-SAnimCurveS�6	DefaultD�6KeyVerI��6KeyTimel�6
KeyValueFloatf�?)7KeyAttrFlagsi!c7KeyAttrDataFloatf

�7KeyAttrRefCounti�8AnimationCurveL���-SAnimCurveS�7	DefaultD ܥ̼8KeyVerI�48KeyTimel_8
KeyValueFloatf�.e��8KeyAttrFlagsi!�8KeyAttrDataFloatf

�8KeyAttrRefCounti]:AnimationCurveLت�-SAnimCurveSS9	DefaultD����k9KeyVerI��9KeyTimel�9
KeyValueFloatf�f��9KeyAttrFlagsi!#:KeyAttrDataFloatf

P:KeyAttrRefCounti�;AnimationCurveLH��-SAnimCurveS�:	DefaultD`~��:KeyVerI��:KeyTimel;
KeyValueFloatf��I;KeyAttrFlagsi!�;KeyAttrDataFloatf

�;KeyAttrRefCounti=AnimationCurveLx��-SAnimCurveS<	DefaultD+<KeyVerI�T<KeyTimel<
KeyValueFloatf�?�<KeyAttrFlagsi!�<KeyAttrDataFloatf

=KeyAttrRefCounti}>AnimationCurveL��-SAnimCurveSs=	DefaultD�=KeyVerI��=KeyTimel�=
KeyValueFloatf�?	>KeyAttrFlagsi!C>KeyAttrDataFloatf

p>KeyAttrRefCounti�?AnimationCurveL��-SAnimCurveS�>	DefaultD�>KeyVerI�?KeyTimel??
KeyValueFloatf�?i?KeyAttrFlagsi!�?KeyAttrDataFloatf

�?KeyAttrRefCounti=AAnimationCurveL���-SAnimCurveS3@	DefaultD ܥ̼K@KeyVerI�t@KeyTimel�@
KeyValueFloatf�.e��@KeyAttrFlagsi!AKeyAttrDataFloatf

0AKeyAttrRefCounti�BAnimationCurveLX��-SAnimCurveS�A	DefaultD���⼫AKeyVerI��AKeyTimel�A
KeyValueFloatf�f�)BKeyAttrFlagsi!cBKeyAttrDataFloatf

�BKeyAttrRefCounti�CAnimationCurveL���-SAnimCurveS�B	DefaultD`~�CKeyVerI�4CKeyTimel_C
KeyValueFloatf�𓧉CKeyAttrFlagsi!�CKeyAttrDataFloatf

�CKeyAttrRefCounti]EAnimationCurveL���-SAnimCurveSSD	DefaultDkDKeyVerI��DKeyTimel�D
KeyValueFloatf�?�DKeyAttrFlagsi!#EKeyAttrDataFloatf

PEKeyAttrRefCounti�FAnimationCurveL(��-SAnimCurveS�E	DefaultD�EKeyVerI��EKeyTimelF
KeyValueFloatf�?IFKeyAttrFlagsi!�FKeyAttrDataFloatf

�FKeyAttrRefCountiHAnimationCurveLȨ�-SAnimCurveSG	DefaultD+GKeyVerI�TGKeyTimelG
KeyValueFloatf�?�GKeyAttrFlagsi!�GKeyAttrDataFloatf

HKeyAttrRefCounti}IAnimationCurveL���-SAnimCurveSsH	DefaultD ܥ̼�HKeyVerI��HKeyTimel�H
KeyValueFloatf�.e�	IKeyAttrFlagsi!CIKeyAttrDataFloatf

pIKeyAttrRefCounti�JAnimationCurveLh��-SAnimCurveS�I	DefaultD�����IKeyVerI�JKeyTimel?J
KeyValueFloatf�f�iJKeyAttrFlagsi!�JKeyAttrDataFloatf

�JKeyAttrRefCounti=LAnimationCurveL��-SAnimCurveS3K	DefaultD`~�KKKeyVerI�tKKeyTimel�K
KeyValueFloatf���KKeyAttrFlagsi!LKeyAttrDataFloatf

0LKeyAttrRefCounti�MAnimationCurveL8��-SAnimCurveS�L	DefaultD�LKeyVerI��LKeyTimel�L
KeyValueFloatf�?)MKeyAttrFlagsi!cMKeyAttrDataFloatf

�MKeyAttrRefCounti�NAnimationCurveL���-SAnimCurveS�M	DefaultDNKeyVerI�4NKeyTimel_N
KeyValueFloatf�?�NKeyAttrFlagsi!�NKeyAttrDataFloatf

�NKeyAttrRefCounti]PAnimationCurveLا�-SAnimCurveSSO	DefaultDkOKeyVerI��OKeyTimel�O
KeyValueFloatf�?�OKeyAttrFlagsi!#PKeyAttrDataFloatf

PPKeyAttrRefCounti�QAnimationCurveLx��-SAnimCurveS�P	DefaultD ܥ̼�PKeyVerI��PKeyTimelQ
KeyValueFloatf�.e�IQKeyAttrFlagsi!�QKeyAttrDataFloatf

�QKeyAttrRefCountiSAnimationCurveLH��-SAnimCurveSR	DefaultD����+RKeyVerI�TRKeyTimelR
KeyValueFloatf�f��RKeyAttrFlagsi!�RKeyAttrDataFloatf

SKeyAttrRefCounti}TAnimationCurveL��-SAnimCurveSsS	DefaultD`~�SKeyVerI��SKeyTimel�S
KeyValueFloatf��	TKeyAttrFlagsi!CTKeyAttrDataFloatf

pTKeyAttrRefCounti�UAnimationCurveL���-SAnimCurveS�T	DefaultD�TKeyVerI�UKeyTimel?U
KeyValueFloatf�?iUKeyAttrFlagsi!�UKeyAttrDataFloatf

�UKeyAttrRefCounti=WAnimationCurveL��-SAnimCurveS3V	DefaultDKVKeyVerI�tVKeyTimel�V
KeyValueFloatf�?�VKeyAttrFlagsi!WKeyAttrDataFloatf

0WKeyAttrRefCounti�XAnimationCurveLX��-SAnimCurveS�W	DefaultD�WKeyVerI��WKeyTimel�W
KeyValueFloatf�?)XKeyAttrFlagsi!cXKeyAttrDataFloatf

�XKeyAttrRefCounti�YAnimationCurveL���-SAnimCurveS�X	DefaultD ܥܼYKeyVerI�4YKeyTimel_Y
KeyValueFloatf�.妉YKeyAttrFlagsi!�YKeyAttrDataFloatf

�YKeyAttrRefCounti][AnimationCurveLV�-SAnimCurveSSZ	DefaultD�kZKeyVerI��ZKeyTimel�Z
KeyValueFloatf�ZKeyAttrFlagsi!#[KeyAttrDataFloatf

P[KeyAttrRefCounti�\AnimationCurveL�U�-SAnimCurveS�[	DefaultD����[KeyVerI��[KeyTimel\
KeyValueFloatf��_�I\KeyAttrFlagsi!�\KeyAttrDataFloatf

�\KeyAttrRefCounti^AnimationCurveL�U�-SAnimCurveS]	DefaultD+]KeyVerI�T]KeyTimel]
KeyValueFloatf�?�]KeyAttrFlagsi!�]KeyAttrDataFloatf

^KeyAttrRefCounti}_AnimationCurveLXU�-SAnimCurveSs^	DefaultD�^KeyVerI��^KeyTimel�^
KeyValueFloatf�?	_KeyAttrFlagsi!C_KeyAttrDataFloatf

p_KeyAttrRefCounti�`AnimationCurveL�U�-SAnimCurveS�_	DefaultD�_KeyVerI�`KeyTimel?`
KeyValueFloatf�?i`KeyAttrFlagsi!�`KeyAttrDataFloatf

�`KeyAttrRefCountiufAnimationCurveL�T�-SAnimCurveS3a	DefaultD�ߥؿKaKeyVerI�Dd�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �ey
KeyValueFloatf[l�.ž����#TO�5�>���>eý>G��>���>#G�>h��>ma�>Mu>>���=a<&���������򄤾��v�4����o�A�����Ͻ�齞lֽA*��/Z���i�tB���.ž����#TO�5�>���>eý>G��>���>#G�>h��>ma�>Mu>>���=a<&���������򄤾��v�4����o�A�����Ͻ�齞lֽA*��/Z���i�tB���.ž����#TO�5�>���>eý>G��>���>#G�>h��>ma�>Mu>>���=a<&���������򄤾��v�4����o�A�����Ͻ�齞lֽA*��/Z���i�tB���.žfKeyAttrFlagsi!;fKeyAttrDataFloatf

hfKeyAttrRefCounti[
lAnimationCurveL(U�-SAnimCurveS�f	DefaultD�0��?�fKeyVerI��i�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B oky
KeyValueFloatf[l���?o9�?�4r?6�5?��?���>)��>�J�>�	�>�>΄�>%C?�(?jD?�)x?C��?��?)��?�!�?�?9�?�j�?�_}?`�~?ĝ�?%dw?*~?�z�?�,�?~[�?���?o9�?�4r?6�5?��?���>)��>�J�>�	�>�>΄�>%C?�(?jD?�)x?C��?��?)��?�!�?�?9�?�j�?�_}?`�~?ĝ�?%dw?*~?�z�?�,�?~[�?���?o9�?�4r?6�5?��?���>)��>�J�>�	�>�>΄�>%C?�(?jD?�)x?C��?��?)��?�!�?�?9�?�j�?�_}?`�~?ĝ�?%dw?*~?�z�?�,�?~[�?���?�kKeyAttrFlagsi!�kKeyAttrDataFloatf

lKeyAttrRefCounti[�qAnimationCurveL�T�-SAnimCurveScl	DefaultD`�7�?{lKeyVerI�to�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B qy
KeyValueFloatf[l[��?�<�?:s@ݟ@�
!@��,@�/@t�&@r4!@L�@_�@��@I@��?��?Fv�?���?HE�?��@q�@
b@���?��?���?��?T��?c��?T�?��?B|�?[��?�<�?:s@ݟ@�
!@��,@�/@t�&@r4!@L�@_�@��@I@��?��?Fv�?���?HE�?��@q�@
b@���?��?���?��?T��?c��?T�?��?B|�?[��?�<�?:s@ݟ@�
!@��,@�/@t�&@r4!@L�@_�@��@I@��?��?Fv�?���?HE�?��@q�@
b@���?��?���?��?T��?c��?T�?��?B|�?[��?1qKeyAttrFlagsi!kqKeyAttrDataFloatf

�qKeyAttrRefCounti[sAnimationCurveL�T�-SAnimCurveS�q	DefaultDrKeyVerI�<rKeyTimelgr
KeyValueFloatf�?�rKeyAttrFlagsi!�rKeyAttrDataFloatf

�rKeyAttrRefCountietAnimationCurveLhT�-SAnimCurveS[s	DefaultDssKeyVerI��sKeyTimel�s
KeyValueFloatf�?�sKeyAttrFlagsi!+tKeyAttrDataFloatf

XtKeyAttrRefCounti�uAnimationCurveLT�-SAnimCurveS�t	DefaultD�tKeyVerI��tKeyTimel'u
KeyValueFloatf�?QuKeyAttrFlagsi!�uKeyAttrDataFloatf

�uKeyAttrRefCounti]{AnimationCurveL8T�-SAnimCurveSv	DefaultD �,�3vKeyVerI�,y�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �zy
KeyValueFloatf[lY�d���>�� �KO���
�����D����I>���ۭg�����d;B�pz��f��5���B�������*���F�A�^�Lr�m���E��jx��Ua��Hz��:��g��WH����~�Y�d���>�� �KO���
�����D����I>���ۭg�����d;B�pz��f��5���B�������*���F�A�^�Lr�m���E��jx��Ua��Hz��:��g��WH����~�Y�d���>�� �KO���
�����D����I>���ۭg�����d;B�pz��f��5���B�������*���F�A�^�Lr�m���E��jx��Ua��Hz��:��g��WH����~�Y�d��zKeyAttrFlagsi!#{KeyAttrDataFloatf

P{KeyAttrRefCounti[��AnimationCurveL�S�-SAnimCurveS�{	DefaultD���{KeyVerI��~�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B W�y
KeyValueFloatf[lg�������?3̒@�1�@�A��;A�zUA��aAq�\A��DA]#-A�iA�}A�`�@�v:@�	���XZ����9�
�ӏ0��6H��(Y�"�d�$|j�l�~Nd��gK���,�Fr�g�������?3̒@�1�@�A��;A�zUA��aAq�\A��DA]#-A�iA�}A�`�@�v:@�	���XZ����9�
�ӏ0��6H��(Y�"�d�$|j�l�~Nd��gK���,�Fr�g�������?3̒@�1�@�A��;A�zUA��aAq�\A��DA]#-A�iA�}A�`�@�v:@�	���XZ����9�
�ӏ0��6H��(Y�"�d�$|j�l�~Nd��gK���,�Fr�g�����KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti[��AnimationCurveL�S�-SAnimCurveSK�	DefaultD�)�S@c�KeyVerI�\��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[lL�B�(�B('�B��Be��B8�B_��B���B���BQ�B�
�Bv��By,�BS��B��B 0�B���B�
�B��BC��B0C�B�O�B<��B�c�B%��Bd��B��B�t�B'��BCD�BL�B�(�B('�B��Be��B8�B_��B���B���BQ�B�
�Bv��By,�BS��B��B 0�B���B�
�B��BC��B0C�B�O�B<��B�c�B%��Bd��B��B�t�B'��BCD�BL�B�(�B('�B��Be��B8�B_��B���B���BQ�B�
�Bv��By,�BS��B��B 0�B���B�
�B��BC��B0C�B�O�B<��B�c�B%��Bd��B��B�t�B'��BCD�BL�B�KeyAttrFlagsi!S�KeyAttrDataFloatf

��KeyAttrRefCounti[�AnimationCurveLxS�-SAnimCurveS�	DefaultD��KeyVerI�$�KeyTimelO�
KeyValueFloatf�?y�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiM�AnimationCurveLHS�-SAnimCurveSC�	DefaultD[�KeyVerI���KeyTimel��
KeyValueFloatf�?وKeyAttrFlagsi!�KeyAttrDataFloatf

@�KeyAttrRefCounti��AnimationCurveLS�-SAnimCurveS��	DefaultD��KeyVerI��KeyTimel�
KeyValueFloatf�?9�KeyAttrFlagsi!s�KeyAttrDataFloatf

��KeyAttrRefCountiE�AnimationCurveL�R�-SAnimCurveS�	DefaultD`(�B@�KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[lC�B@MBKBR=B��B\i
B��B��B۝�A�V�A�l�A6B�B�	B��B�1B=�BHB�mB7B�B��BlbB�BdB�B��BB��B;�BC�B@MBKBR=B��B\i
B��B��B۝�A�V�A�l�A6B�B�	B��B�1B=�BHB�mB7B�B��BlbB�BdB�B��BB��B;�BC�B@MBKBR=B��B\i
B��B��B۝�A�V�A�l�A6B�B�	B��B�1B=�BHB�mB7B�B��BlbB�BdB�B��BB��B;�BC�BяKeyAttrFlagsi!�KeyAttrDataFloatf

8�KeyAttrRefCounti[ݕAnimationCurveL�R�-SAnimCurveS��	DefaultD�n1@��KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ?�y
KeyValueFloatf[lu��A ��A��A�A�Ai�A(�B�MBW1B��B�sBَB�"B(�B��A���A���A]*�A,�A��hAZW=A[�A��@�{�@���@�o@��@qѳ@�JA>/A0`Au��A ��A��A�A�Ai�A(�B�MBW1B��B�sBَB�"B(�B��A���A���A]*�A,�A��hAZW=A[�A��@�{�@���@�o@��@qѳ@�JA>/A0`Au��A ��A��A�A�Ai�A(�B�MBW1B��B�sBَB�"B(�B��A���A���A]*�A,�A��hAZW=A[�A��@�{�@���@�o@��@qѳ@�JA>/A0`Au��Ai�KeyAttrFlagsi!��KeyAttrDataFloatf

ЕKeyAttrRefCounti[u�AnimationCurveLXR�-SAnimCurveS3�	DefaultD�#@K�KeyVerI�D��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ךy
KeyValueFloatf[l> A�)A��2Ay�.Ac#A�cA�AEsA�UA	A�A#�
A�:A	A��/A�3A(A5hA_?AV
A���@M��@��@��@P��@�އ@�8�@�D�@���@b�A> A�)A��2Ay�.Ac#A�cA�AEsA�UA	A�A#�
A�:A	A��/A�3A(A5hA_?AV
A���@M��@��@��@P��@�އ@�8�@�D�@���@b�A> A�)A��2Ay�.Ac#A�cA�AEsA�UA	A�A#�
A�:A	A��/A�3A(A5hA_?AV
A���@M��@��@��@P��@�އ@�8�@�D�@���@b�A> A�KeyAttrFlagsi!;�KeyAttrDataFloatf

h�KeyAttrRefCounti[՜AnimationCurveL�R�-SAnimCurveS˛	DefaultD�KeyVerI��KeyTimel7�
KeyValueFloatf�?a�KeyAttrFlagsi!��KeyAttrDataFloatf

ȜKeyAttrRefCounti5�AnimationCurveL(R�-SAnimCurveS+�	DefaultDC�KeyVerI�l�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

(�KeyAttrRefCounti��AnimationCurveL�Q�-SAnimCurveS��	DefaultD��KeyVerI�̞KeyTimel��
KeyValueFloatf�?!�KeyAttrFlagsi![�KeyAttrDataFloatf

��KeyAttrRefCounti-�AnimationCurveL�Q�-SAnimCurveS�	DefaultD`T��KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l���Q�������-"��"�������O���q���=���Ǫ��Ο��6��kS���t���h���q��|����ō��Rj���j��m����Z��6����9��N]���ó�A����#��D������Q�������-"��"�������O���q���=���Ǫ��Ο��6��kS���t���h���q��|����ō��Rj���j��m����Z��6����9��N]���ó�A����#��D������Q�������-"��"�������O���q���=���Ǫ��Ο��6��kS���t���h���q��|����ō��Rj���j��m����Z��6����9��N]���ó�A����#��D��������KeyAttrFlagsi!�KeyAttrDataFloatf

 �KeyAttrRefCounti[ŪAnimationCurveLhQ�-SAnimCurveS��	DefaultD`2�%���KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B '�y
KeyValueFloatf[l��,�I��D��Ut���9����2�b�Ϳl<��22�-�3�hҎ�hj���T�M�����������A��7�Y��%��w3��yE��]��^q��yt���n�]b�H�S��HA���,�I��D��Ut���9����2�b�Ϳl<��22�-�3�hҎ�hj���T�M�����������A��7�Y��%��w3��yE��]��^q��yt���n�]b�H�S��HA���,�I��D��Ut���9����2�b�Ϳl<��22�-�3�hҎ�hj���T�M�����������A��7�Y��%��w3��yE��]��^q��yt���n�]b�H�S��HA���,�Q�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti[]�AnimationCurveL�Q�-SAnimCurveS�	DefaultDI��3�KeyVerI�,��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[lH��������������"�_>�GtT���]�$�a�Z,b��(R��?�?�,�^����R
�����=���kֿ�;���������9�����v�1L���_�>�#��E��)�+�g}��H��������������"�_>�GtT���]�$�a�Z,b��(R��?�?�,�^����R
�����=���kֿ�;���������9�����v�1L���_�>�#��E��)�+�g}��H��������������"�_>�GtT���]�$�a�Z,b��(R��?�?�,�^����R
�����=���kֿ�;���������9�����v�1L���_�>�#��E��)�+�g}��H����KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti[��AnimationCurveLQ�-SAnimCurveS��	DefaultD˰KeyVerI���KeyTimel�
KeyValueFloatf�?I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL8Q�-SAnimCurveS�	DefaultD+�KeyVerI�T�KeyTimel�
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveL�P�-SAnimCurveSs�	DefaultD��KeyVerI���KeyTimel߳
KeyValueFloatf�?	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCountiݵAnimationCurveL�P�-SAnimCurveSӴ	DefaultD`S�A��KeyVerI��KeyTimel?�
KeyValueFloatf���i�KeyAttrFlagsi!��KeyAttrDataFloatf

еKeyAttrRefCounti=�AnimationCurveLxP�-SAnimCurveS3�	DefaultD`@o'@K�KeyVerI�t�KeyTimel��
KeyValueFloatfz;AɶKeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD@)/*@��KeyVerI�ԷKeyTimel��
KeyValueFloatfJyQA)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS�	DefaultD�KeyVerI�4�KeyTimel_�
KeyValueFloatf�?��KeyAttrFlagsi!ùKeyAttrDataFloatf

�KeyAttrRefCounti]�AnimationCurveL���-SAnimCurveSS�	DefaultDk�KeyVerI���KeyTimel��
KeyValueFloatf�?�KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD˻KeyVerI���KeyTimel�
KeyValueFloatf�?I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL��-SAnimCurveS�	DefaultD`�/�+�KeyVerI�T�KeyTimel�
KeyValueFloatfS|����KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti}�AnimationCurveL���-SAnimCurveSs�	DefaultD�ݛ�?��KeyVerI���KeyTimel߾
KeyValueFloatf�ބ?	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCounti��AnimationCurveL8��-SAnimCurveSӿ	DefaultD@��:@�KeyVerI��KeyTimel?�
KeyValueFloatfZ$�Ai�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti=�AnimationCurveL؞�-SAnimCurveS3�	DefaultDK�KeyVerI�t�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL��-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveLx��-SAnimCurveS��	DefaultD�KeyVerI�4�KeyTimel_�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveSS�	DefaultDඤ�k�KeyVerI�d��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l�%������9��f���䄡�VV�����em��]f��� ���b��/E������Z���Ţ��G��{���2Ò��O��&T�����3v�����Y��Y��̫��
�������p���ȓ��%������9��f���䄡�VV�����em��]f��� ���b��/E������Z���Ţ��G��{���2Ò��O��&T�����3v�����Y��Y��̫��
�������p���ȓ��%������9��f���䄡�VV�����em��]f��� ���b��/E������Z���Ţ��G��{���2Ò��O��&T�����3v�����Y��Y��̫��
�������p���ȓ��%��!�KeyAttrFlagsi![�KeyAttrDataFloatf

��KeyAttrRefCounti[-�AnimationCurveLH��-SAnimCurveS��	DefaultD&~�?�KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l0�?��?#��?	{�?�y�?)�?nw�?s��?0S�?�Z�?���?�3�?ឫ?���?^�?Eѕ?QՊ?��p?�RW?�^?��\??d^?�j?��q?�Oo?�f?�8V?LdU?�"[?&�t?0�?��?#��?	{�?�y�?)�?nw�?s��?0S�?�Z�?���?�3�?ឫ?���?^�?Eѕ?QՊ?��p?�RW?�^?��\??d^?�j?��q?�Oo?�f?�8V?LdU?�"[?&�t?0�?��?#��?	{�?�y�?)�?nw�?s��?0S�?�Z�?���?�3�?ឫ?���?^�?Eѕ?QՊ?��p?�RW?�^?��\??d^?�j?��q?�Oo?�f?�8V?LdU?�"[?&�t?0�?��KeyAttrFlagsi!��KeyAttrDataFloatf

 �KeyAttrRefCounti[��AnimationCurveLx��-SAnimCurveS��	DefaultD��z:@��KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B '�y
KeyValueFloatf[l��A���A���A#5�A�.�A	K�A��A:��AW��A��A��A���A„�A�"�As�A�K�A?7�A4��AHe�A>�A�мA�n�Aw�A7^�Awb�A]��A��A@��Ac�Agj�A��A���A���A#5�A�.�A	K�A��A:��AW��A��A��A���A„�A�"�As�A�K�A?7�A4��AHe�A>�A�мA�n�Aw�A7^�Awb�A]��A��A@��Ac�Agj�A��A���A���A#5�A�.�A	K�A��A:��AW��A��A��A���A„�A�"�As�A�K�A?7�A4��AHe�A>�A�мA�n�Aw�A7^�Awb�A]��A��A@��Ac�Agj�A��AQ�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti[%�AnimationCurveL���-SAnimCurveS�	DefaultD3�KeyVerI�\�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti��AnimationCurveLH��-SAnimCurveS{�	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?�KeyAttrFlagsi!K�KeyAttrDataFloatf

x�KeyAttrRefCounti��AnimationCurveLx��-SAnimCurveS��	DefaultD��KeyVerI��KeyTimelG�
KeyValueFloatf�?q�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiE�AnimationCurveL��-SAnimCurveS;�	DefaultD J�%�S�KeyVerI�|�KeyTimel��
KeyValueFloatfQ�.���KeyAttrFlagsi!�KeyAttrDataFloatf

8�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD��@��KeyVerI���KeyTimel�
KeyValueFloatfƸ�@1�KeyAttrFlagsi!k�KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS��	DefaultD�ɲ8@�KeyVerI�<�KeyTimelg�
KeyValueFloatfL��A��KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountie�AnimationCurveL��-SAnimCurveS[�	DefaultDs�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!+�KeyAttrDataFloatf

X�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel'�
KeyValueFloatf�?Q�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti%�AnimationCurveL8��-SAnimCurveS�	DefaultD3�KeyVerI�\�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS{�	DefaultD��N���KeyVerI���KeyTimel��
KeyValueFloatf�t��KeyAttrFlagsi!K�KeyAttrDataFloatf

x�KeyAttrRefCounti��AnimationCurveLh��-SAnimCurveS��	DefaultD ���?��KeyVerI��KeyTimelG�
KeyValueFloatfٜl>q�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiE�AnimationCurveL���-SAnimCurveS;�	DefaultD>�;@S�KeyVerI�|�KeyTimel��
KeyValueFloatf�a�A��KeyAttrFlagsi!�KeyAttrDataFloatf

8�KeyAttrRefCounti��AnimationCurveL(��-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel�
KeyValueFloatf�?1�KeyAttrFlagsi!k�KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveLX��-SAnimCurveS��	DefaultD�KeyVerI�<�KeyTimelg�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountie�AnimationCurveL���-SAnimCurveS[�	DefaultDs�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!+�KeyAttrDataFloatf

X�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD����KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B _�y
KeyValueFloatf[l��������5��Y�����G-	��M����{���Z��h���g�����A� ���`���)B�D�濮z�[n����}��iF�Ez�&���忛$��������5��Y�����G-	��M����{���Z��h���g�����A� ���`���)B�D�濮z�[n����}��iF�Ez�&���忛$��������5��Y�����G-	��M����{���Z��h���g�����A� ���`���)B�D�濮z�[n����}��iF�Ez�&���忛$�����KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti[��AnimationCurveL��-SAnimCurveSS�	DefaultD�I��?k�KeyVerI�d��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[lO�_>�_�>7c�>.M�>��t>��>K\�>��>k&�>F��>�ğ>���>��>H��>��z>z.x>�\>H�/>��>-�>�q>~#>��'>tz0>m�->��">�.>p+>��>ū4>O�_>�_�>7c�>.M�>��t>��>K\�>��>k&�>F��>�ğ>���>��>H��>��z>z.x>�\>H�/>��>-�>�q>~#>��'>tz0>m�->��">�.>p+>��>ū4>O�_>�_�>7c�>.M�>��t>��>K\�>��>k&�>F��>�ğ>���>��>H��>��z>z.x>�\>H�/>��>-�>�q>~#>��'>tz0>m�->��">�.>p+>��>ū4>O�_>!�KeyAttrFlagsi![�KeyAttrDataFloatf

��KeyAttrRefCounti[-�AnimationCurveL���-SAnimCurveS��	DefaultD���:@�KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l�M�A���A~��A���A���AG��A��A��Au��Aݬ�A[��AL��Abf�AP��A���Ab��A��A�%�A�e�AgK�ABܿA�|�A(��A~��A��Af��A��Ar��A�	�Aɡ�A�M�A���A~��A���A���AG��A��A��Au��Aݬ�A[��AL��Abf�AP��A���Ab��A��A�%�A�e�AgK�ABܿA�|�A(��A~��A��Af��A��Ar��A�	�Aɡ�A�M�A���A~��A���A���AG��A��A��Au��Aݬ�A[��AL��Abf�AP��A���Ab��A��A�%�A�e�AgK�ABܿA�|�A(��A~��A��Af��A��Ar��A�	�Aɡ�A�M�A��KeyAttrFlagsi!��KeyAttrDataFloatf

 �KeyAttrRefCounti[��AnimationCurveL���-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?�KeyAttrFlagsi!S�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD��KeyVerI�$�KeyTimelO�
KeyValueFloatf�?y�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiM�AnimationCurveL���-SAnimCurveSC�	DefaultD[�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

@�KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS��	DefaultD@�!���KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B Gy
KeyValueFloatf[l]�JT�(*�������U���������}�/.����ۉ���;��˴�~����
�F
�:��B�
��f�L���� ��4�
������'���i��7�]�JT�(*�������U���������}�/.����ۉ���;��˴�~����
�F
�:��B�
��f�L���� ��4�
������'���i��7�]�JT�(*�������U���������}�/.����ۉ���;��˴�~����
�F
�:��B�
��f�L���� ��4�
������'���i��7�]�qKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti[}
AnimationCurveL(��-SAnimCurveS;	DefaultD��@SKeyVerI�L�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �	y
KeyValueFloatf[l@oW�?�t�?�
@�a@�I�?���?��?���?w��?nE�?��?�@�?�\�?c.@��@g@9�@X�!@�@�@�@�W@t�@ل@@�'@�E2@�w1@��+@�@@oW�?�t�?�
@�a@�I�?���?��?���?w��?nE�?��?�@�?�\�?c.@��@g@9�@X�!@�@�@�@�W@t�@ل@@�'@�E2@�w1@��+@�@@oW�?�t�?�
@�a@�I�?���?��?���?w��?nE�?��?�@�?�\�?c.@��@g@9�@X�!@�@�@�@�W@t�@ل@@�'@�E2@�w1@��+@�@@	
KeyAttrFlagsi!C
KeyAttrDataFloatf

p
KeyAttrRefCounti[AnimationCurveL���-SAnimCurveS�
	DefaultD@��8@�
KeyVerI��
�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B wy
KeyValueFloatf[l…�AQ��Ar�A
*�A�Z�A�2�A\(�AG��A)��AIP�A�AY��Ax>�A���A���A���A�b�A�2�AN?�A"��A��A���A*S�A%��A�L�AT��A���A�O�A���A���A…�AQ��Ar�A
*�A�Z�A�2�A\(�AG��A)��AIP�A�AY��Ax>�A���A���A���A�b�A�2�AN?�A"��A��A���A*S�A%��A�L�AT��A���A�O�A���A���A…�AQ��Ar�A
*�A�Z�A�2�A\(�AG��A)��AIP�A�AY��Ax>�A���A���A���A�b�A�2�AN?�A"��A��A���A*S�A%��A�L�AT��A���A�O�A���A���A…�A�KeyAttrFlagsi!�KeyAttrDataFloatf

KeyAttrRefCounti[uAnimationCurveLX��-SAnimCurveSk	DefaultD�KeyVerI��KeyTimel�
KeyValueFloatf�?KeyAttrFlagsi!;KeyAttrDataFloatf

hKeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD�KeyVerI�KeyTimel7
KeyValueFloatf�?aKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti5AnimationCurveL��-SAnimCurveS+	DefaultDCKeyVerI�lKeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!�KeyAttrDataFloatf

(KeyAttrRefCounti�AnimationCurveLH��-SAnimCurveS�	DefaultD��?�KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B /y
KeyValueFloatf[l��?0�?gO?�?E�?A?��?I�?Z�?�	?N�?��?�l?��?�?��?�{?"?���>/g?��>%��>F�?.?L�?�[?���>_`�>&�>+�?��?0�?gO?�?E�?A?��?I�?Z�?�	?N�?��?�l?��?�?��?�{?"?���>/g?��>%��>F�?.?L�?�[?���>_`�>&�>+�?��?0�?gO?�?E�?A?��?I�?Z�?�	?N�?��?�l?��?�?��?�{?"?���>/g?��>%��>F�?.?L�?�[?���>_`�>&�>+�?��?YKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti[-AnimationCurveL(��-SAnimCurveS#	DefaultD �<��;KeyVerI�dKeyTimel�
KeyValueFloatfy�9��KeyAttrFlagsi!�KeyAttrDataFloatf

 KeyAttrRefCounti� AnimationCurveL���-SAnimCurveS�	DefaultD`-�:@�KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ' y
KeyValueFloatf[lk�A���A�9�A���A��A@�A� �A���AJ��Ac��AG��A��A֮�A�}�A^#�A���A���A���AX��A8&�A�>�A�o�A��A�]�A|�AyZ�A)�A���A�3�A���Ak�A���A�9�A���A��A@�A� �A���AJ��Ac��AG��A��A֮�A�}�A^#�A���A���A���AX��A8&�A�>�A�o�A��A�]�A|�AyZ�A)�A���A�3�A���Ak�A���A�9�A���A��A@�A� �A���AJ��Ac��AG��A��A֮�A�}�A^#�A���A���A���AX��A8&�A�>�A�o�A��A�]�A|�AyZ�A)�A���A�3�A���Ak�AQ KeyAttrFlagsi!� KeyAttrDataFloatf

� KeyAttrRefCounti[%"AnimationCurveL�(�-SAnimCurveS!	DefaultD3!KeyVerI�\!KeyTimel�!
KeyValueFloatf�?�!KeyAttrFlagsi!�!KeyAttrDataFloatf

"KeyAttrRefCounti�#AnimationCurveLX��-SAnimCurveS{"	DefaultD�"KeyVerI��"KeyTimel�"
KeyValueFloatf�?#KeyAttrFlagsi!K#KeyAttrDataFloatf

x#KeyAttrRefCounti�$AnimationCurveL��-SAnimCurveS�#	DefaultD�#KeyVerI�$KeyTimelG$
KeyValueFloatf�?q$KeyAttrFlagsi!�$KeyAttrDataFloatf

�$KeyAttrRefCounti}*AnimationCurveL���-SAnimCurveS;%	DefaultD@�;�?S%KeyVerI�L(�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �)y
KeyValueFloatf[lB�I?��Q?��U?�Q?U(O?��S?�^W?�Z?�c]?�K`?�(_?m�]?�l[?ŷX?99Q?�ZP?��J?!�B?��<?x>?�>?��>?)�A?
7D?PD?L�A?�>?��=?R>?��B?B�I?��Q?��U?�Q?U(O?��S?�^W?�Z?�c]?�K`?�(_?m�]?�l[?ŷX?99Q?�ZP?��J?!�B?��<?x>?�>?��>?)�A?
7D?PD?L�A?�>?��=?R>?��B?B�I?��Q?��U?�Q?U(O?��S?�^W?�Z?�c]?�K`?�(_?m�]?�l[?ŷX?99Q?�ZP?��J?!�B?��<?x>?�>?��>?)�A?
7D?PD?L�A?�>?��=?R>?��B?B�I?	*KeyAttrFlagsi!C*KeyAttrDataFloatf

p*KeyAttrRefCounti[�.AnimationCurveL���-SAnimCurveS�*	DefaultD��{���*KeyVerI��,�KeyTimel:��~�[P���Hy�����&�vX�@���s�98qf���)M�n�0��kt`��7�(i���s�[��	`�a	
Y%e
����
XV��ox�P����}�HNAC
���
�K��
�HO���8F�i�ę��C]!0� }�@�����4h3�n�J��0&`�с.����X9�(�LP�f��%*���_H#��� 8s@�����*����8F���	>�͙0���p/��3�h����B �-�
KeyValueFloatf:�]��>��AH�����]�?�%��
-��k3��A-�`�(�&�"�p���#�Ow����@o׽�ؽ��ٽ/��]��>��AH�����]�?�%��
-��k3��A-�`�(�&�"�p���#�Ow����@o׽�ؽ��ٽ/��]��>��AH�����]�?�%��
-��k3��A-�`�(�&�"�p���#�Ow����@o׽�ؽ��ٽ/��]��.KeyAttrFlagsi!O.KeyAttrDataFloatf

|.KeyAttrRefCounti:!4AnimationCurveL(��-SAnimCurveS�.	DefaultD��'@@�.KeyVerI��1�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �3y
KeyValueFloatf[lt<B�By	B��Bj�B�XB��
Bz�B$BzB�BB�B��
B��B�fB��B�BY��A'��AG��Ac^�A�!�AiW�Au�A���Aб�Ak�Aũ�A&<�A��At<B�By	B��Bj�B�XB��
Bz�B$BzB�BB�B��
B��B�fB��B�BY��A'��AG��Ac^�A�!�AiW�Au�A���Aб�Ak�Aũ�A&<�A��At<B�By	B��Bj�B�XB��
Bz�B$BzB�BB�B��
B��B�fB��B�BY��A'��AG��Ac^�A�!�AiW�Au�A���Aб�Ak�Aũ�A&<�A��At<B�3KeyAttrFlagsi!�3KeyAttrDataFloatf

4KeyAttrRefCounti[�5AnimationCurveLX��-SAnimCurveSw4	DefaultD�4KeyVerI��4KeyTimel�4
KeyValueFloatf�?
5KeyAttrFlagsi!G5KeyAttrDataFloatf

t5KeyAttrRefCounti�6AnimationCurveLȊ�-SAnimCurveS�5	DefaultD�5KeyVerI�6KeyTimelC6
KeyValueFloatf�?m6KeyAttrFlagsi!�6KeyAttrDataFloatf

�6KeyAttrRefCountiA8AnimationCurveL���-SAnimCurveS77	DefaultDO7KeyVerI�x7KeyTimel�7
KeyValueFloatf�?�7KeyAttrFlagsi!8KeyAttrDataFloatf

48KeyAttrRefCounti�=AnimationCurveL���-SAnimCurveS�8	DefaultD�KT"@�8KeyVerI��;�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ;=y
KeyValueFloatf[l^�A��A�A�#ADJA=A�yA;iA��A*<A�A��A�A<�A�UA�>ABAA{�
AU�A��A�0A��A��
A��
A�A��
At�Au�A7
A�A^�A��A�A�#ADJA=A�yA;iA��A*<A�A��A�A<�A�UA�>ABAA{�
AU�A��A�0A��A��
A��
A�A��
At�Au�A7
A�A^�A��A�A�#ADJA=A�yA;iA��A*<A�A��A�A<�A�UA�>ABAA{�
AU�A��A�0A��A��
A��
A�A��
At�Au�A7
A�A^�Ae=KeyAttrFlagsi!�=KeyAttrDataFloatf

�=KeyAttrRefCounti[qCAnimationCurveLh��-SAnimCurveS/>	DefaultD@8��?G>KeyVerI�@A�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �By
KeyValueFloatf[l�I�?tx?��e?��?�ϖ?lU�?�eo?�wa?�"[?HF?V%O?��[?(,k?�6|?��?'��?/ϥ?
@�?��?\��?��?o��?���?̷?��?E�?X�?�?zl�?Vq�?�I�?tx?��e?��?�ϖ?lU�?�eo?�wa?�"[?HF?V%O?��[?(,k?�6|?��?'��?/ϥ?
@�?��?\��?��?o��?���?̷?��?E�?X�?�?zl�?Vq�?�I�?tx?��e?��?�ϖ?lU�?�eo?�wa?�"[?HF?V%O?��[?(,k?�6|?��?'��?/ϥ?
@�?��?\��?��?o��?���?̷?��?E�?X�?�?zl�?Vq�?�I�?�BKeyAttrFlagsi!7CKeyAttrDataFloatf

dCKeyAttrRefCounti[	IAnimationCurveL��-SAnimCurveS�C	DefaultD��&5@�CKeyVerI��F�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B kHy
KeyValueFloatf[l�5�A���A)�ArשAo�A�A�ѪA�4�A�`�A���A���AZW�AR�A�j�A�q�A�e�A+�A��A9��A w�A�?�A�l�A��A�L�A��A���Ar��A��A���Ak��A�5�A���A)�ArשAo�A�A�ѪA�4�A�`�A���A���AZW�AR�A�j�A�q�A�e�A+�A��A9��A w�A�?�A�l�A��A�L�A��A���Ar��A��A���Ak��A�5�A���A)�ArשAo�A�A�ѪA�4�A�`�A���A���AZW�AR�A�j�A�q�A�e�A+�A��A9��A w�A�?�A�l�A��A�L�A��A���Ar��A��A���Ak��A�5�A�HKeyAttrFlagsi!�HKeyAttrDataFloatf

�HKeyAttrRefCounti[iJAnimationCurveL��-SAnimCurveS_I	DefaultDwIKeyVerI��IKeyTimel�I
KeyValueFloatf�?�IKeyAttrFlagsi!/JKeyAttrDataFloatf

\JKeyAttrRefCounti�KAnimationCurveL���-SAnimCurveS�J	DefaultD�JKeyVerI�KKeyTimel+K
KeyValueFloatf�?UKKeyAttrFlagsi!�KKeyAttrDataFloatf

�KKeyAttrRefCounti)MAnimationCurveL���-SAnimCurveSL	DefaultD7LKeyVerI�`LKeyTimel�L
KeyValueFloatf�?�LKeyAttrFlagsi!�LKeyAttrDataFloatf

MKeyAttrRefCounti�RAnimationCurveL(��-SAnimCurveSM	DefaultD�4o@�MKeyVerI��P�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B #Ry
KeyValueFloatf[l�y�@�:�@��@���@!��@(	�@\��@o��@���@6W�@
0�@���@#��@�]�@���@���@7��@�T�@���@��@���@��@.v�@<w�@{b�@3��@���@{�@���@n��@�y�@�:�@��@���@!��@(	�@\��@o��@���@6W�@
0�@���@#��@�]�@���@���@7��@�T�@���@��@���@��@.v�@<w�@{b�@3��@���@{�@���@n��@�y�@�:�@��@���@!��@(	�@\��@o��@���@6W�@
0�@���@#��@�]�@���@���@7��@�T�@���@��@���@��@.v�@<w�@{b�@3��@���@{�@���@n��@�y�@MRKeyAttrFlagsi!�RKeyAttrDataFloatf

�RKeyAttrRefCounti[}UAnimationCurveLX��-SAnimCurveSS	DefaultD I��/SKeyVerI�@T�KeyTimel�8qf���)M0��kt`(i���Q	�[��	`�a	
Y%e
����
�HO����ę��C]!�@�����h3�n�J��0&`�с� 8s@�������8F��͙p���p/��3�h����B �T�
KeyValueFloatfx
���������I��
�+S� ����I��
���������I��
�+S� ����I��
���������I��
�+S� �����'�	UKeyAttrFlagsi!CUKeyAttrDataFloatf

pUKeyAttrRefCounti[AnimationCurveL���-SAnimCurveS�U	DefaultD��A@�UKeyVerI��X�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B wZy
KeyValueFloatf[l�-BP�BfHBy�
B�tB�7B�;B2�B�&B��Bd B��BɂB��BU�	B�	B��Bf!B���A��B�MB��B��B6�B9lB�[Br��A�N�A��A
�B�-BP�BfHBy�
B�tB�7B�;B2�B�&B��Bd B��BɂB��BU�	B�	B��Bf!B���A��B�MB��B��B6�B9lB�[Br��A�N�A��A
�B�-BP�BfHBy�
B�tB�7B�;B2�B�&B��Bd B��BɂB��BU�	B�	B��Bf!B���A��B�MB��B��B6�B9lB�[Br��A�N�A��A
�B�-B�ZKeyAttrFlagsi!�ZKeyAttrDataFloatf

[KeyAttrRefCounti[u\AnimationCurveLȜ�-SAnimCurveSk[	DefaultD�[KeyVerI��[KeyTimel�[
KeyValueFloatf�?\KeyAttrFlagsi!;\KeyAttrDataFloatf

h\KeyAttrRefCounti�]AnimationCurveL���-SAnimCurveS�\	DefaultD�\KeyVerI�]KeyTimel7]
KeyValueFloatf�?a]KeyAttrFlagsi!�]KeyAttrDataFloatf

�]KeyAttrRefCounti5_AnimationCurveL8��-SAnimCurveS+^	DefaultDC^KeyVerI�l^KeyTimel�^
KeyValueFloatf�?�^KeyAttrFlagsi!�^KeyAttrDataFloatf

(_KeyAttrRefCounti�dAnimationCurveLh��-SAnimCurveS�_	DefaultD`*��?�_KeyVerI��b�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B /dy
KeyValueFloatf[lS�4?;b=?�gA?x�<?��:?�c??HC?|FF?>�I?/
M?��K?\	J?��G?��D?�y<?ψ;?�5?"�,?�b&?(?��'?�2(?�+?�2.?�!.?��+?�6(?a:'?��'?t/-?S�4?;b=?�gA?x�<?��:?�c??HC?|FF?>�I?/
M?��K?\	J?��G?��D?�y<?ψ;?�5?"�,?�b&?(?��'?�2(?�+?�2.?�!.?��+?�6(?a:'?��'?t/-?S�4?;b=?�gA?x�<?��:?�c??HC?|FF?>�I?/
M?��K?\	J?��G?��D?�y<?ψ;?�5?"�,?�b&?(?��'?�2(?�+?�2.?�!.?��+?�6(?a:'?��'?t/-?C�4?YdKeyAttrFlagsi!�dKeyAttrDataFloatf

�dKeyAttrRefCounti[gAnimationCurveL؛�-SAnimCurveS#e	DefaultDx7��;eKeyVerI��e�KeyTimel���)M�n�0��kt``�a	
Y%e
����
XV���8F�i�ę��C]!�J��0&`�с.��@�����*����8F�sf]
KeyValueFloatfP.9ҿ��ѿ�п�п�п�п��ѿ��ѿ.9ҿ��ѿ�п�п�п�п��ѿ��ѿ.9ҿ��ѿ�п�п�fKeyAttrFlagsi!�fKeyAttrDataFloatf

gKeyAttrRefCounti�lAnimationCurveL��-SAnimCurveSgg	DefaultD���3@gKeyVerI�xj�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ly
KeyValueFloatf[l<�A�K�A���A1�A��A?J�A;��A��AE��AH��A��A/ҸA�̵AK��AMg�AP/�A��A�T�A�3�A{%�A���AԿ�A���A�A�3�A�O�A,��A�H�A�ڌA"��A<�A�K�A���A1�A��A?J�A;��A��AE��AH��A��A/ҸA�̵AK��AMg�AP/�A��A�T�A�3�A{%�A���AԿ�A���A�A�3�A�O�A,��A�H�A�ڌA"��A<�A�K�A���A1�A��A?J�A;��A��AE��AH��A��A/ҸA�̵AK��AMg�AP/�A��A�T�A�3�A{%�A���AԿ�A���A�A�3�A�O�A,��A�H�A�ڌA"��A<�A5lKeyAttrFlagsi!olKeyAttrDataFloatf

�lKeyAttrRefCounti[	nAnimationCurveL���-SAnimCurveS�l	DefaultDmKeyVerI�@mKeyTimelkm
KeyValueFloatf�?�mKeyAttrFlagsi!�mKeyAttrDataFloatf

�mKeyAttrRefCountiioAnimationCurveLx��-SAnimCurveS_n	DefaultDwnKeyVerI��nKeyTimel�n
KeyValueFloatf�?�nKeyAttrFlagsi!/oKeyAttrDataFloatf

\oKeyAttrRefCounti�pAnimationCurveLH��-SAnimCurveS�o	DefaultD�oKeyVerI�pKeyTimel+p
KeyValueFloatf�?UpKeyAttrFlagsi!�pKeyAttrDataFloatf

�pKeyAttrRefCountiavAnimationCurveL��-SAnimCurveSq	DefaultDב@7qKeyVerI�0t�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �uy
KeyValueFloatf[l���@~�Ao�
A��A�CA��A��A�QAp�A�`$A�� A<A��A��A[A*�Ak��@��@���@���@@��@\��@��@'$A�AF�@ݼ�@��@�*�@96�@���@~�Ao�
A��A�CA��A��A�QAp�A�`$A�� A<A��A��A[A*�Ak��@��@���@���@@��@\��@��@'$A�AF�@ݼ�@��@�*�@96�@���@~�Ao�
A��A�CA��A��A�QAp�A�`$A�� A<A��A��A[A*�Ak��@��@���@���@@��@\��@��@'$A�AF�@ݼ�@��@�*�@96�@���@�uKeyAttrFlagsi!'vKeyAttrDataFloatf

TvKeyAttrRefCounti[�{AnimationCurveL��-SAnimCurveS�v	DefaultD`m���vKeyVerI��y�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B [{y
KeyValueFloatf[lk�������#��.���m��� ������8���Fs��}���ï��-6��+r���C��������Т�쵏�3���&Ӏ�c��}���0
��dʔ�nm���������<���К�jL��k�������#��.���m��� ������8���Fs��}���ï��-6��+r���C��������Т�쵏�3���&Ӏ�c��}���0
��dʔ�nm���������<���К�jL��k�������#��.���m��� ������8���Fs��}���ï��-6��+r���C��������Т�쵏�3���&Ӏ�c��}���0
��dʔ�nm���������<���К�jL��k����{KeyAttrFlagsi!�{KeyAttrDataFloatf

�{KeyAttrRefCounti[��AnimationCurveL�v�-SAnimCurveSO|	DefaultD�*��?g|KeyVerI�`�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[lW�n?X"�?6i@�V@�(@L�N@Eo�@�ˊ@���@�
�@��@] �@���@< �@�d@�1d@�5@��@�/�?)�@�c
@�]@�=@	]U@��\@��A@�@��?�.??��D?W�n?X"�?6i@�V@�(@L�N@Eo�@�ˊ@���@�
�@��@] �@���@< �@�d@�1d@�5@��@�/�?)�@�c
@�]@�=@	]U@��\@��A@�@��?�.??��D?W�n?X"�?6i@�V@�(@L�N@Eo�@�ˊ@���@�
�@��@] �@���@< �@�d@�1d@�5@��@�/�?)�@�c
@�]@�=@	]U@��\@��A@�@��?�.??��D?W�n?�KeyAttrFlagsi!W�KeyAttrDataFloatf

��KeyAttrRefCounti[�AnimationCurveL�z�-SAnimCurveS�	DefaultD��KeyVerI�(�KeyTimelS�
KeyValueFloatf�?}�KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCountiQ�AnimationCurveL{�-SAnimCurveSG�	DefaultD_�KeyVerI���KeyTimel��
KeyValueFloatf�?݃KeyAttrFlagsi!�KeyAttrDataFloatf

D�KeyAttrRefCounti��AnimationCurveL8{�-SAnimCurveS��	DefaultD��KeyVerI��KeyTimel�
KeyValueFloatf�?=�KeyAttrFlagsi!w�KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL�{�-SAnimCurveS�	DefaultD��P�?�KeyVerI�@�
KeyTimel@�~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0���S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*���� �%�
�wp���p/��3�h����B g�

KeyValueFloatf@-��?4°?`&�?�z�?kū?,
�?EX�?��?��?���?uP�?��?�?O՞?��?A�?�(�?�	�?�J�?�ͪ?/�?-��?4°?`&�?�z�?kū?,
�?EX�?��?��?���?uP�?��?�?O՞?��?A�?�(�?�	�?�J�?�ͪ?/�?-��?4°?`&�?�z�?kū?,
�?EX�?��?��?���?uP�?��?�?O՞?��?A�?�(�?�	�?�J�?�ͪ?/�?-��?��KeyAttrFlagsi!ˉKeyAttrDataFloatf

��KeyAttrRefCounti@y�AnimationCurveLh{�-SAnimCurveS[�	DefaultD���s�KeyVerI�T��KeyTimelX��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i�xf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@��(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙�TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ێm
KeyValueFloatfX``>��%���L���l6���Ҽ�wi��B��ګ��.i��/E������ӭ�.�����(���]���ܨ����(����Ũ�.����6��^���Lɩ����"��D!���w������`>��%���L���l6���Ҽ�wi��B��ګ��.i��/E������ӭ�.�����(���]���ܨ����(����Ũ�.����6��^���Lɩ����"��D!���w������`>��%���L���l6���Ҽ�wi��B��ګ��.i��/E������ӭ�.�����(���]���ܨ����(����Ũ�.����6��^���Lɩ����"��D!���w������`>���KeyAttrFlagsi!?�KeyAttrDataFloatf

l�KeyAttrRefCountiX͓AnimationCurveLx�-SAnimCurveSϏ	DefaultD`���?�KeyVerI��
KeyTimel@�~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0���S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*���� �%�
�wp���p/��3�h����B /�

KeyValueFloatf@���=H��=�}�=]D�=���=l		>��>(">��->P09>�WB>iCK>G�S>�\>�Za>�d`>��Y>!eD>��$>�t>:��=���=H��=�}�=]D�=���=l		>��>(">��->P09>�WB>iCK>G�S>�\>�Za>�d`>��Y>!eD>��$>�t>:��=���=H��=�}�=]D�=���=l		>��>(">��->P09>�WB>iCK>G�S>�\>�Za>�d`>��Y>!eD>��$>�t>:��=���=Y�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti@-�AnimationCurveL�w�-SAnimCurveS#�	DefaultD;�KeyVerI�d�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

 �KeyAttrRefCounti��AnimationCurveLh��-SAnimCurveS��	DefaultD��KeyVerI�ĕKeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!S�KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD��KeyVerI�$�KeyTimelO�
KeyValueFloatf�?y�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiM�AnimationCurveL���-SAnimCurveSC�	DefaultDC@[�KeyVerI���KeyTimel��
KeyValueFloatf��@٘KeyAttrFlagsi!�KeyAttrDataFloatf

@�KeyAttrRefCounti��AnimationCurveL(��-SAnimCurveS��	DefaultD`99���KeyVerI��KeyTimel�
KeyValueFloatf[���9�KeyAttrFlagsi!s�KeyAttrDataFloatf

��KeyAttrRefCounti
�AnimationCurveL���-SAnimCurveS�	DefaultD w��KeyVerI�D�KeyTimelo�
KeyValueFloatf9�s���KeyAttrFlagsi!ӛKeyAttrDataFloatf

�KeyAttrRefCountim�AnimationCurveL���-SAnimCurveSc�	DefaultD{�KeyVerI���KeyTimelϜ
KeyValueFloatf�?��KeyAttrFlagsi!3�KeyAttrDataFloatf

`�KeyAttrRefCounti͞AnimationCurveLX��-SAnimCurveSÝ	DefaultD۝KeyVerI��KeyTimel/�
KeyValueFloatf�?Y�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti-�AnimationCurveL���-SAnimCurveS#�	DefaultD;�KeyVerI�d�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

 �KeyAttrRefCountiťAnimationCurveL��-SAnimCurveS��	DefaultD����?��KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B '�y
KeyValueFloatf[l�/>�f>�v�=҂=�>���>]�>�c@>���=�]�=:�>M,>4�W>)�}>�a�>��~>��!>�yO=�"��K�\�w���Q��3K�oEپ�ξ�c��|����I����~��=�/>�f>�v�=҂=�>���>]�>�c@>���=�]�=:�>M,>4�W>)�}>�a�>��~>��!>�yO=�"��K�\�w���Q��3K�oEپ�ξ�c��|����I����~��=�/>�f>�v�=҂=�>���>]�>�c@>���=�]�=:�>M,>4�W>)�}>�a�>��~>��!>�yO=�"��K�\�w���Q��3K�oEپ�ξ�c��|����I����~��=�/>Q�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti[]�AnimationCurveLH��-SAnimCurveS�	DefaultD�-�3�KeyVerI�,��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[ll)x��=���������'���r��[����	���~��r��/���n���Z��@��▿+H��z톿�4r�g�Q���"�{�ʾc5��N�����kd��a���ٜ��F�侎���\V�l)x��=���������'���r��[����	���~��r��/���n���Z��@��▿+H��z톿�4r�g�Q���"�{�ʾc5��N�����kd��a���ٜ��F�侎���\V�l)x��=���������'���r��[����	���~��r��/���n���Z��@��▿+H��z톿�4r�g�Q���"�{�ʾc5��N�����kd��a���ٜ��F�侎���\V�l)x��KeyAttrFlagsi!#�KeyAttrDataFloatf

P�KeyAttrRefCounti[��AnimationCurveLx��-SAnimCurveS��	DefaultD����?˫KeyVerI�Į�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B W�y
KeyValueFloatf[l��?I@�X
@ @�@�A@M�@��?���?��?ɫ�?���?���?���?���?>�?�h�?:s@H�@z�@z�!@�!@�g!@s4!@
�@�@4�@�A@��?Ɯ�?��?I@�X
@ @�@�A@M�@��?���?��?ɫ�?���?���?���?���?>�?�h�?:s@H�@z�@z�!@�!@�g!@s4!@
�@�@4�@�A@��?Ɯ�?��?I@�X
@ @�@�A@M�@��?���?��?ɫ�?���?���?���?���?>�?�h�?:s@H�@z�@z�!@�!@�g!@s4!@
�@�@4�@�A@��?Ɯ�?��?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti[U�AnimationCurveL���-SAnimCurveSK�	DefaultDc�KeyVerI���KeyTimel��
KeyValueFloatf�?�KeyAttrFlagsi!�KeyAttrDataFloatf

H�KeyAttrRefCounti��AnimationCurveL8��-SAnimCurveS��	DefaultDòKeyVerI��KeyTimel�
KeyValueFloatf�?A�KeyAttrFlagsi!{�KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL���-SAnimCurveS�	DefaultD#�KeyVerI�L�KeyTimelw�
KeyValueFloatf�?��KeyAttrFlagsi!۴KeyAttrDataFloatf

�KeyAttrRefCounti��AnimationCurveL��-SAnimCurveSk�	DefaultD��H���KeyVerI�|��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[lWDB���.������� ?���?�Ҫ?��f?�v>������Ŀ#�Ŀz?ſ��˿+PK����>HZ�?-�F@��@k5�@;0�@�]�@d�@L��@3s[@��?��z��o��
����1�WDB���.������� ?���?�Ҫ?��f?�v>������Ŀ#�Ŀz?ſ��˿+PK����>HZ�?-�F@��@k5�@;0�@�]�@d�@L��@3s[@��?��z��o��
����1�WDB���.������� ?���?�Ҫ?��f?�v>������Ŀ#�Ŀz?ſ��˿+PK����>HZ�?-�F@��@k5�@;0�@�]�@d�@L��@3s[@��?��z��o��
����1�WDB�9�KeyAttrFlagsi!s�KeyAttrDataFloatf

��KeyAttrRefCounti[E�AnimationCurveLh��-SAnimCurveS�	DefaultD`����KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l;�'��bE?��s@���@wS!AvJA�TjA��A���Abb�A�A�tpA�[A�PDA�;Aה�@}ʑ@1D�?q���l�j�����1��W
�"�/���,��}�o��6q���1�����;�'��bE?��s@���@wS!AvJA�TjA��A���Abb�A�A�tpA�[A�PDA�;Aה�@}ʑ@1D�?q���l�j�����1��W
�"�/���,��}�o��6q���1�����;�'��bE?��s@���@wS!AvJA�TjA��A���Abb�A�A�tpA�[A�PDA�;Aה�@}ʑ@1D�?q���l�j�����1��W
�"�/���,��}�o��6q���1�����;�'�ѿKeyAttrFlagsi!�KeyAttrDataFloatf

8�KeyAttrRefCounti[��AnimationCurveL���-SAnimCurveS��	DefaultD�u#T���KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ?�y
KeyValueFloatf[l������{{��p����€K��"�‚x�����h���{ޠ��¤<��:���OB��������F���E������!���M��y|��G��<+��'�®���Q���"��#�¯�����{{��p����€K��"�‚x�����h���{ޠ��¤<��:���OB��������F���E������!���M��y|��G��<+��'�®���Q���"��#�¯�����{{��p����€K��"�‚x�����h���{ޠ��¤<��:���OB��������F���E������!���M��y|��G��<+��'�®���Q���"��#�¯��i�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti[=�AnimationCurveL���-SAnimCurveS3�	DefaultDK�KeyVerI�t�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

0�KeyAttrRefCounti��AnimationCurveL(��-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?)�KeyAttrFlagsi!c�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD�KeyVerI�4�KeyTimel_�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveSS�	DefaultD@7SA@k�KeyVerI�d��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l��
B�BL��A���A!��A}J�A�0�A,�AJгA��A���A���A��A$�A/�B�WB�B{�B3�BlB��B��A;��A��ALb�A���AiW�ANo�A���A��B��
B�BL��A���A!��A}J�A�0�A,�AJгA��A���A���A��A$�A/�B�WB�B{�B3�BlB��B��A;��A��ALb�A���AiW�ANo�A���A��B��
B�BL��A���A!��A}J�A�0�A,�AJгA��A���A���A��A$�A/�B�WB�B{�B3�BlB��B��A;��A��ALb�A���AiW�ANo�A���A��B��
B!�KeyAttrFlagsi![�KeyAttrDataFloatf

��KeyAttrRefCounti[-�AnimationCurveLX��-SAnimCurveS��	DefaultD �7=��KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l����M@������#��<fn�.]?�%(��o����������l����hn@�e�k��ۍ�����п����������#
���i"���(�=r+��*�B�&��q�/�†�O�������M@������#��<fn�.]?�%(��o����������l����hn@�e�k��ۍ�����п����������#
���i"���(�=r+��*�B�&��q�/�†�O�������M@������#��<fn�.]?�%(��o����������l����hn@�e�k��ۍ�����п����������#
���i"���(�=r+��*�B�&��q�/�†�O���������KeyAttrFlagsi!��KeyAttrDataFloatf

 �KeyAttrRefCounti[��AnimationCurveL���-SAnimCurveS��	DefaultD��7(���KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B '�y
KeyValueFloatf[l,�A��;0�k-��%*�zg$�������"������
���>�����������U���p��$K�3���G�6W��	\��mN���:�bV.�)>�����~������&�O�1�!�=�,�A��;0�k-��%*�zg$�������"������
���>�����������U���p��$K�3���G�6W��	\��mN���:�bV.�)>�����~������&�O�1�!�=�,�A��;0�k-��%*�zg$�������"������
���>�����������U���p��$K�3���G�6W��	\��mN���:�bV.�)>�����~������&�O�1�!�=�,�A�Q�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti[%�AnimationCurveL���-SAnimCurveS�	DefaultD3�KeyVerI�\�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti��AnimationCurveL��-SAnimCurveS{�	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?�KeyAttrFlagsi!K�KeyAttrDataFloatf

x�KeyAttrRefCounti��AnimationCurveLx��-SAnimCurveS��	DefaultD��KeyVerI��KeyTimelG�
KeyValueFloatf�?q�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti}�AnimationCurveL���-SAnimCurveS;�	DefaultD u��S�KeyVerI�L��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l��7���7�v53�'D5�?�9��E=��vG�_V�nc�8Ga�t6[���Q��~F�:�;���?�d�J�"m[�y�j���x�iÄ��������$���ܟ����0���ӕ�B4��y]b�I4E���7���7�v53�'D5�?�9��E=��vG�_V�nc�8Ga�t6[���Q��~F�:�;���?�d�J�"m[�y�j���x�iÄ��������$���ܟ����0���ӕ�B4��y]b�I4E���7���7�v53�'D5�?�9��E=��vG�_V�nc�8Ga�t6[���Q��~F�:�;���?�d�J�"m[�y�j���x�iÄ��������$���ܟ����0���ӕ�B4��y]b�I4E���7�	�KeyAttrFlagsi!C�KeyAttrDataFloatf

p�KeyAttrRefCounti[�AnimationCurveLH��-SAnimCurveS��	DefaultD@>w@��KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B w�y
KeyValueFloatf[l��@�a�@u�A*L$A��,Ahh;A�GA"�QA�5dA�R|AeA��Aq�~A��|A{�lA�wTAs}.A,;A��@�@�c@���?�T?�=?�(��>=�U'�?#/@[��@��@�a�@u�A*L$A��,Ahh;A�GA"�QA�5dA�R|AeA��Aq�~A��|A{�lA�wTAs}.A,;A��@�@�c@���?�T?�=?�(��>=�U'�?#/@[��@��@�a�@u�A*L$A��,Ahh;A�GA"�QA�5dA�R|AeA��Aq�~A��|A{�lA�wTAs}.A,;A��@�@�c@���?�T?�=?�(��>=�U'�?#/@[��@��@��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti[��AnimationCurveL���-SAnimCurveSk�	DefaultD�4"@��KeyVerI�|��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[lإA��A0�@8w�@�p�@w�@x��@��@Ÿ�@$E�@H�@nΉ@�.�@Zft@�Q�@�d�@��A�yA�P*A_'8A�>CA�PA�+^A�,cA�EbA:9`A��XAelDA��-A&�AإA��A0�@8w�@�p�@w�@x��@��@Ÿ�@$E�@H�@nΉ@�.�@Zft@�Q�@�d�@��A�yA�P*A_'8A�>CA�PA�+^A�,cA�EbA:9`A��XAelDA��-A&�AإA��A0�@8w�@�p�@w�@x��@��@Ÿ�@$E�@H�@nΉ@�.�@Zft@�Q�@�d�@��A�yA�P*A_'8A�>CA�PA�+^A�,cA�EbA:9`A��XAelDA��-A&�AإA9�KeyAttrFlagsi!s�KeyAttrDataFloatf

��KeyAttrRefCounti[
�AnimationCurveL��-SAnimCurveS�	DefaultD�KeyVerI�D�KeyTimelo�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCountim�AnimationCurveL8��-SAnimCurveSc�	DefaultD{�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!3�KeyAttrDataFloatf

`�KeyAttrRefCounti��AnimationCurveLh��-SAnimCurveS��	DefaultD��KeyVerI��KeyTimel/�
KeyValueFloatf�?Y�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS#�	DefaultD୤;�;�KeyVerI���uKeyTimelMh���&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV���}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.��P�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �A
KeyValueFloatfM4o%��5%���=��_�����/���&��������������]��-��������������������������H�������t���O��e������o%��o%��o%��5%���=��_�����/���&��������������]��-��������������������������H�������t���O��e������o%��o%��o%��5%���=��_�����/���&��������������]��-��������������������������H�������t���O��e������n%��I�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiM��AnimationCurveL(��-SAnimCurveS�	DefaultD@i�,�+�KeyVerI���uKeyTimelMh���&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV���}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.��P�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �A
KeyValueFloatfM4J�g�p�g��h�%|i�R�j���k��
m��n���m� Ag�Z��~Z��h�X�h�+�h��h���h�o�h��h���h��ih��h�3�g��g�J�g�J�g�J�g�p�g��h�%|i�R�j���k��
m��n���m� Ag�Z��~Z��h�X�h�+�h��h���h�o�h��h���h��ih��h�3�g��g�J�g�J�g�J�g�p�g��h�%|i�R�j���k��
m��n���m� Ag�Z��~Z��h�X�h�+�h��h���h�o�h��h���h��ih��h�3�g��g�J�g�9�KeyAttrFlagsi!s�KeyAttrDataFloatf

��KeyAttrRefCountiM
AnimationCurveL���-SAnimCurveS�	DefaultD`��4��KeyVerI�DKeyTimelA�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf��a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k��8y�p�<[6����h3�n�J��0&`�с.���%*���_H#���t� 8s@�����*����8F���	>�͙0����TQxb� �%�
�wp���p/��3�h����B o
KeyValueFloatfAۇ��v��$�������}�����@l��E���٥�X0��`������������%���J�����t����ȥ�G���ۇ��ۇ��ۇ��v��$�������}�����@l��E���٥�X0��`������������%���J�����t����ȥ�G���ۇ��ۇ��ۇ��v��$�������}�����@l��E���٥�X0��`������������%���J�����t����ȥ�G�������KeyAttrFlagsi!�KeyAttrDataFloatf

KeyAttrRefCountiAmAnimationCurveL���-SAnimCurveSc	DefaultD{KeyVerI��KeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!3KeyAttrDataFloatf

`KeyAttrRefCounti�AnimationCurveLX��-SAnimCurveS�	DefaultD�KeyVerI�KeyTimel/
KeyValueFloatf�?YKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti-AnimationCurveL���-SAnimCurveS#	DefaultD;KeyVerI�dKeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!�KeyAttrDataFloatf

 KeyAttrRefCounti	
AnimationCurveL���-SAnimCurveS�	DefaultDFz@�KeyVerI�l�KeyTimel6��vX�@���s�9��8qf���)M�n�0��kt`��7�a�>��S�h^���Q	�[��	`�a	
Y%e
����
HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�8y�p�<[6����h3�n�J��0&`�с�%*���_H#���t� 8s@�����*����8F���	>xb� �%�
�wp���p/��3�h����B k	�
KeyValueFloatf6�0ң@r٣@p.�@Zi�@�q�@���@��@=�@��@o֣@���@�z�@S.�@n�@�&�@�I�@(��@0ң@0ң@r٣@p.�@Zi�@�q�@���@��@=�@��@o֣@���@�z�@S.�@n�@�&�@�I�@(��@0ң@0ң@r٣@p.�@Zi�@�q�@���@��@=�@��@o֣@���@�z�@S.�@n�@�&�@�I�@(��@ң@�	KeyAttrFlagsi!�	KeyAttrDataFloatf

�	KeyAttrRefCounti6�AnimationCurveL��-SAnimCurveS_
	DefaultD���?w
KeyVerI���KeyTimel��vX�@���s�9��8qf���)M�n�0��kt`��7�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�%*���_H#���t� 8s@�����*����8F���	>'�
KeyValueFloatfx�f�?�f�?6�?� �?˳�?*^�?U��?'.�?�a�?Q�?�f�?�f�?6�?� �?˳�?*^�?U��?'.�?�a�?Q�?�f�?�f�?6�?� �?˳�?*^�?U��?'.�?�a�?Q�?QKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCountimAnimationCurveLx��-SAnimCurveS
	DefaultD�!n7�3
KeyVerI��EKeyTimelG8���&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���s�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV���}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4x;�G ����8y�p�<[6����h3�n�J��0&`�с.��P�f��%*���_H#���t� 8s@�����*����8F���	>�͙0���(�Б�dxb� �%�
�wp���p/��3�h����B �)
KeyValueFloatfGq��tv������ڞ��O��)S������YR���Ͱ�ߧ��擻�]���Z��qG��}?���.��6���������������������q��q��q��tv������ڞ��O��)S������YR���Ͱ�ߧ��擻�]���Z��qG��}?���.��6���������������������q��q��q��tv������ڞ��O��)S������YR���Ͱ�ߧ��擻�]���Z��qG��}?���.��6����������������������Y���KeyAttrFlagsi!3KeyAttrDataFloatf

`KeyAttrRefCountiG�AnimationCurveL���-SAnimCurveS�	DefaultD�KeyVerI�KeyTimel/
KeyValueFloatf�?YKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti-AnimationCurveL8x�-SAnimCurveS#	DefaultD;KeyVerI�dKeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!�KeyAttrDataFloatf

 KeyAttrRefCounti�AnimationCurveLhx�-SAnimCurveS�	DefaultD�KeyVerI��KeyTimel�
KeyValueFloatf�?KeyAttrFlagsi!SKeyAttrDataFloatf

�KeyAttrRefCounti%AnimationCurveL�x�-SAnimCurveS�	DefaultD�@�KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[l��@Qݠ@�Α@���@��@�Ӑ@2�@���@��x@�Tj@Ɯm@�s@�^z@��@N��@'��@�&�@��@Z�@x�@@�<�@��@��@ޑ�@:��@䎥@lE�@[�@Pi�@��@Qݠ@�Α@���@��@�Ӑ@2�@���@��x@�Tj@Ɯm@�s@�^z@��@N��@'��@�&�@��@Z�@x�@@�<�@��@��@ޑ�@:��@䎥@lE�@[�@Pi�@��@Qݠ@�Α@���@��@�Ӑ@2�@���@��x@�Tj@Ɯm@�s@�^z@��@N��@'��@�&�@��@Z�@x�@@�<�@��@��@ޑ�@:��@䎥@lE�@[�@Pi�@��@�KeyAttrFlagsi!�KeyAttrDataFloatf

KeyAttrRefCounti[� AnimationCurveL�x�-SAnimCurveS{	DefaultD@-?�?�KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B  y
KeyValueFloatf[lj��?C��?U\�?v��?�w�?e΅?�h?A�_?
eE?O/?
i4?(�<?9*H?YV?��|?���?�h�?;��?��?Y��?y��?�&�?���?��o?���?�\�?Y,�?A]�?M�?:��?j��?C��?U\�?v��?�w�?e΅?�h?A�_?
eE?O/?
i4?(�<?9*H?YV?��|?���?�h�?;��?��?Y��?y��?�&�?���?��o?���?�\�?Y,�?A]�?M�?:��?j��?C��?U\�?v��?�w�?e΅?�h?A�_?
eE?O/?
i4?(�<?9*H?YV?��|?���?�h�?;��?��?Y��?y��?�&�?���?��o?���?�\�?Y,�?A]�?M�?:��?j��?I KeyAttrFlagsi!� KeyAttrDataFloatf

� KeyAttrRefCounti[U&AnimationCurveL�x�-SAnimCurveS!	DefaultD��N>�+!KeyVerI�$$�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �%y
KeyValueFloatf[lgw��(�������9��͝��W!��KZ��A���� �����GU���"���;��[g��S7������
I���7�����q���c�������o��iҷ��=�������`������>��]!��gw��(�������9��͝��W!��KZ��A���� �����GU���"���;��[g��S7������
I���7�����q���c�������o��iҷ��=�������`������>��]!��gw��(�������9��͝��W!��KZ��A���� �����GU���"���;��[g��S7������
I���7�����q���c�������o��iҷ��=�������`������>��]!��gw���%KeyAttrFlagsi!&KeyAttrDataFloatf

H&KeyAttrRefCounti[�'AnimationCurveLXy�-SAnimCurveS�&	DefaultD�&KeyVerI��&KeyTimel'
KeyValueFloatf�?A'KeyAttrFlagsi!{'KeyAttrDataFloatf

�'KeyAttrRefCounti)AnimationCurveL(y�-SAnimCurveS(	DefaultD#(KeyVerI�L(KeyTimelw(
KeyValueFloatf�?�(KeyAttrFlagsi!�(KeyAttrDataFloatf

)KeyAttrRefCountiu*AnimationCurveL(=�-SAnimCurveSk)	DefaultD�)KeyVerI��)KeyTimel�)
KeyValueFloatf�?*KeyAttrFlagsi!;*KeyAttrDataFloatf

h*KeyAttrRefCountie/AnimationCurveLx;�-SAnimCurveS�*	DefaultD�u�"��*KeyVerI�l-uKeyTimelMh���&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV���}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.��P�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �.A
KeyValueFloatfM4���f�����tW���1�����Ҷ����\�z��^^	�����X�������1��.�����s�(��������������f�����tW���1�����Ҷ����\�z��^^	�����X�������1��.�����s�(��������������f�����tW���1�����Ҷ����\�z��^^	�����X�������1��.�����s�(���������.KeyAttrFlagsi!+/KeyAttrDataFloatf

X/KeyAttrRefCountiMU4AnimationCurveL�:�-SAnimCurveS�/	DefaultD�@��/KeyVerI�\2uKeyTimelMh���&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV���}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.��P�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �3A
KeyValueFloatfM4G�������R��Q��J����?����������=�����
������ߴ�����!V��n���.����������a���]���L��S����u��G��G��G�������R��Q��J����?����������=�����
������ߴ�����!V��n���.����������a���]���L��S����u��G��G��G�������R��Q��J����?����������=�����
������ߴ�����!V��n���.����������a���]���L��S����u��F���3KeyAttrFlagsi!4KeyAttrDataFloatf

H4KeyAttrRefCountiM�8AnimationCurveL�<�-SAnimCurveS�4	DefaultD(	9��4KeyVerI�7-KeyTimelD �vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf��p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k� ����8y�p�<[6����h3�n�J��0&`�с.���%*���_H#���t� 8s@�����*����8F���	>�͙0����TQБ�dxb� �%�
�wp���p/��3�h����B ;8
KeyValueFloatfD@I��Z7���y������
>�� ���6,��+A������s��������������{�������/���*��~G���p��`���؁��@I��@I��@I��Z7���y������
>�� ���6,��+A������s��������������{�������/���*��~G���p��`���؁��@I��@I��@I��Z7���y������
>�� ���6,��+A������s��������������{�������/���*��~G���p��`���؁��hH��e8KeyAttrFlagsi!�8KeyAttrDataFloatf

�8KeyAttrRefCountiD9:AnimationCurveLX=�-SAnimCurveS/9	DefaultDG9KeyVerI�p9KeyTimel�9
KeyValueFloatf�?�9KeyAttrFlagsi!�9KeyAttrDataFloatf

,:KeyAttrRefCounti�;AnimationCurveL9�-SAnimCurveS�:	DefaultD�:KeyVerI��:KeyTimel�:
KeyValueFloatf�?%;KeyAttrFlagsi!_;KeyAttrDataFloatf

�;KeyAttrRefCounti�<AnimationCurveL�<�-SAnimCurveS�;	DefaultD<KeyVerI�0<KeyTimel[<
KeyValueFloatf�?�<KeyAttrFlagsi!�<KeyAttrDataFloatf

�<KeyAttrRefCounti�?AnimationCurveL�8�-SAnimCurveSO=	DefaultD`��?g=KeyVerI�`>�KeyTimel�@���s�9��8qf���)M�n�0��kt`��7����
�K��
@ʋV�HO���8F�i�ę��C]!0� }���_H#���t� 8s@�����*����8F���	>�>y
KeyValueFloatfl�?�?�z�?��?g��?Kk�?���?�	�?y��?�?�?�z�?��?g��?Kk�?���?�	�?y��?�?�?�z�?��?g��?Kk�?���?�	�?y��??KeyAttrFlagsi!W?KeyAttrDataFloatf

�?KeyAttrRefCounti)BAnimationCurveL�:�-SAnimCurveS�?	DefaultD��i�?�?KeyVerI��@�KeyTimel�@���s�9��8qf���)M�n�0��kt`��7����
�K��
@ʋV�HO���8F�i�ę��C]!0� }���_H#���t� 8s@�����*����8F���	>�Ay
KeyValueFloatfltMC?G�A?�u>?��:?�6?ݛ3?�I4?�6C?LC?tMC?G�A?�u>?��:?�6?ݛ3?�I4?�6C?LC?tMC?G�A?�u>?��:?�6?ݛ3?�I4?�6C?LC?�AKeyAttrFlagsi!�AKeyAttrDataFloatf

BKeyAttrRefCounti�FAnimationCurveL�9�-SAnimCurveSB	DefaultD,[;��BKeyVerI��DEKeyTimelG8���&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���s�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV���}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4x;�G ����8y�p�<[6����h3�n�J��0&`�с.��P�f��%*���_H#���t� 8s@�����*����8F���	>�͙0���(�Б�dxb� �%�
�wp���p/��3�h����B 3F)
KeyValueFloatfG`���v���B������t��[���/������������l���q������ڭ������3����_��L��J���:
��,,��-n��`���`���`���v���B������t��[���/������������l���q������ڭ������3����_��L��J���:
��,,��-n��`���`���`���v���B������t��[���/������������l���q������ڭ������3����_��L��J���:
��,,��-n�����]FKeyAttrFlagsi!�FKeyAttrDataFloatf

�FKeyAttrRefCountiG1HAnimationCurveL�9�-SAnimCurveS'G	DefaultD?GKeyVerI�hGKeyTimel�G
KeyValueFloatf�?�GKeyAttrFlagsi!�GKeyAttrDataFloatf

$HKeyAttrRefCounti�IAnimationCurveL89�-SAnimCurveS�H	DefaultD�HKeyVerI��HKeyTimel�H
KeyValueFloatf�?IKeyAttrFlagsi!WIKeyAttrDataFloatf

�IKeyAttrRefCounti�JAnimationCurveLh9�-SAnimCurveS�I	DefaultD�IKeyVerI�(JKeyTimelSJ
KeyValueFloatf�?}JKeyAttrFlagsi!�JKeyAttrDataFloatf

�JKeyAttrRefCounti�PAnimationCurveL(:�-SAnimCurveSGK	DefaultD��@_KKeyVerI�XN�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �Oy
KeyValueFloatf[l�@�j�?���?���?s�?P�?��?���?�L�?�E�?�ƹ?��?���?�2�?=�?��?��	@�N@* 
@{+@G�
@��@��?9U�?��?;~@�f@@(@�*@9�@�@�j�?���?���?s�?P�?��?���?�L�?�E�?�ƹ?��?���?�2�?=�?��?��	@�N@* 
@{+@G�
@��@��?9U�?��?;~@�f@@(@�*@9�@�@�j�?���?���?s�?P�?��?���?�L�?�E�?�ƹ?��?���?�2�?=�?��?��	@�N@* 
@{+@G�
@��@��?9U�?��?;~@�f@@(@�*@9�@�@PKeyAttrFlagsi!OPKeyAttrDataFloatf

|PKeyAttrRefCounti[!VAnimationCurveL�y�-SAnimCurveS�P	DefaultD�u��?�PKeyVerI��S�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �Uy
KeyValueFloatf[l�se?�TB?��#? 1?�9?�T"?M�?�?$��>�`�> ��>ˏ�>���>G#?�?58?��h?a�?
}t?Kwa?vl?NU?o#?.;?66?�qM?:8M?��T?�Y]?5b?�se?�TB?��#? 1?�9?�T"?M�?�?$��>�`�> ��>ˏ�>���>G#?�?58?��h?a�?
}t?Kwa?vl?NU?o#?.;?66?�qM?:8M?��T?�Y]?5b?�se?�TB?��#? 1?�9?�T"?M�?�?$��>�`�> ��>ˏ�>���>G#?�?58?��h?a�?
}t?Kwa?vl?NU?o#?.;?66?�qM?:8M?��T?�Y]?5b?�se?�UKeyAttrFlagsi!�UKeyAttrDataFloatf

VKeyAttrRefCounti[�[AnimationCurveL��-SAnimCurveSwV	DefaultD^�>��VKeyVerI��Y�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B [y
KeyValueFloatf[l�z����Ӱ��ő��8���G���B���k��;ƨ�t����ؠ�涤����,��iC��:]���V��>f�����g��L{������.����ƺ�����]��������Y�������z����Ӱ��ő��8���G���B���k��;ƨ�t����ؠ�涤����,��iC��:]���V��>f�����g��L{������.����ƺ�����]��������Y�������z����Ӱ��ő��8���G���B���k��;ƨ�t����ؠ�涤����,��iC��:]���V��>f�����g��L{������.����ƺ�����]��������Y�������z��E[KeyAttrFlagsi![KeyAttrDataFloatf

�[KeyAttrRefCounti[]AnimationCurveL��-SAnimCurveS\	DefaultD'\KeyVerI�P\KeyTimel{\
KeyValueFloatf�?�\KeyAttrFlagsi!�\KeyAttrDataFloatf

]KeyAttrRefCountiy^AnimationCurveLH��-SAnimCurveSo]	DefaultD�]KeyVerI��]KeyTimel�]
KeyValueFloatf�?^KeyAttrFlagsi!?^KeyAttrDataFloatf

l^KeyAttrRefCounti�_AnimationCurveL��-SAnimCurveS�^	DefaultD�^KeyVerI�_KeyTimel;_
KeyValueFloatf�?e_KeyAttrFlagsi!�_KeyAttrDataFloatf

�_KeyAttrRefCountiqeAnimationCurveL���-SAnimCurveS/`	DefaultD�	�'�G`KeyVerI�@c�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �dy
KeyValueFloatf[lMh=�d�<�'K�yU�}d�\�������ϋ�lT����������^���d�{���o���Q�]�=��!�t��GL0�O�C�N\:�D=D���W��#V�_2Q�CB���@��d8�$X1�~�8�Mh=�d�<�'K�yU�}d�\�������ϋ�lT����������^���d�{���o���Q�]�=��!�t��GL0�O�C�N\:�D=D���W��#V�_2Q�CB���@��d8�$X1�~�8�Mh=�d�<�'K�yU�}d�\�������ϋ�lT����������^���d�{���o���Q�]�=��!�t��GL0�O�C�N\:�D=D���W��#V�_2Q�CB���@��d8�$X1�~�8�Mh=��dKeyAttrFlagsi!7eKeyAttrDataFloatf

deKeyAttrRefCounti[	kAnimationCurveLx��-SAnimCurveS�e	DefaultD���	��eKeyVerI��h�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B kjy
KeyValueFloatf[l�O�>�N�CM��z[��2Ҳ�BA����
�i�����&�	��C����>����<������U�x﴿�
0����h�e���?�S�j����?��kd��	g�ntb��c=�hG�il=��O�>�N�CM��z[��2Ҳ�BA����
�i�����&�	��C����>����<������U�x﴿�
0����h�e���?�S�j����?��kd��	g�ntb��c=�hG�il=��O�>�N�CM��z[��2Ҳ�BA����
�i�����&�	��C����>����<������U�x﴿�
0����h�e���?�S�j����?��kd��	g�ntb��c=�hG�il=��O��jKeyAttrFlagsi!�jKeyAttrDataFloatf

�jKeyAttrRefCounti[�pAnimationCurveL�/�-SAnimCurveS_k	DefaultD�e:�wkKeyVerI�pn�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B py
KeyValueFloatf[l/����F�������o���ÿ�И��u(��/˞� ���^������l���[��v�����5���'
��z*��tT���f������B2���j��5G���B������a���^���)F���P��/����F�������o���ÿ�И��u(��/˞� ���^������l���[��v�����5���'
��z*��tT���f������B2���j��5G���B������a���^���)F���P��/����F�������o���ÿ�И��u(��/˞� ���^������l���[��v�����5���'
��z*��tT���f������B2���j��5G���B������a���^���)F���P��/���-pKeyAttrFlagsi!gpKeyAttrDataFloatf

�pKeyAttrRefCounti[rAnimationCurveL�/�-SAnimCurveS�p	DefaultDqKeyVerI�8qKeyTimelcq
KeyValueFloatf�?�qKeyAttrFlagsi!�qKeyAttrDataFloatf

�qKeyAttrRefCountiasAnimationCurveLx/�-SAnimCurveSWr	DefaultDorKeyVerI��rKeyTimel�r
KeyValueFloatf�?�rKeyAttrFlagsi!'sKeyAttrDataFloatf

TsKeyAttrRefCounti�tAnimationCurveL�)�-SAnimCurveS�s	DefaultD�sKeyVerI��sKeyTimel#t
KeyValueFloatf�?MtKeyAttrFlagsi!�tKeyAttrDataFloatf

�tKeyAttrRefCountiyAnimationCurveLX�-SAnimCurveSu	DefaultD൮�/uKeyVerI�Pw
KeyTimel@�~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf��`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k��J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQwx

KeyValueFloatf@�uE�A\B�t�6�^3��0���"��5����TV#��"��J!�q���1�~��Iw���#�'��:��@�=�?�=�?�=�?��uE�A\B�t�6�^3��0���"��5����TV#��"��J!�q���1�~��Iw���#�'��:��@�=�?�=�?�=�?��uE�A\B�t�6�^3��0���"��5����TV#��"��J!�q���1�~��Iw���#�'��:��@�=�?��xKeyAttrFlagsi!�xKeyAttrDataFloatf

yKeyAttrRefCounti@�|AnimationCurveL�.�-SAnimCurveSky	DefaultD`�1Կ�yKeyVerI�${�KeyTimel0��~�[P����{J��
oHy�����&�vX���8qf�0��kt`��7�(i���sxf������
XV��ox�S3�P��/�P����}�HNAC
@ʋV�HO��ę��C]!0� }�@�����4(>k�`�с.����X9X+�����(�LP�f��%*�t� 8s����8F���	>�͙0����TQ|�
KeyValueFloatf0�S���S����]��<���	���Z�m�/R�}�V�wRU�B�R�3�J�]�M��y�����❾9��S���S����]��<���	���Z�m�/R�}�V�wRU�B�R�3�J�]�M��y�����❾9��S���S����]��<���	���Z�m�/R�}�V�wRU�B�R�3�J�]�M��y�����❾9��5|KeyAttrFlagsi!o|KeyAttrDataFloatf

�|KeyAttrRefCounti0A�AnimationCurveL/�-SAnimCurveS�|	DefaultD�I?�}KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l�L��f���<��d���N[���������I���������O���*������!��jү�?������Q����������������c��xQ���l��m���3��c����c��{%��L����L��f���<��d���N[���������I���������O���*������!��jү�?������Q����������������c��xQ���l��m���3��c����c��{%��L����L��f���<��d���N[���������I���������O���*������!��jү�?������Q����������������c��xQ���l��m���3��c����c��{%��L����L��́KeyAttrFlagsi!�KeyAttrDataFloatf

4�KeyAttrRefCounti[��AnimationCurveL�.�-SAnimCurveS��	DefaultD��KeyVerI�؂KeyTimel�
KeyValueFloatf�?-�KeyAttrFlagsi!g�KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL�.�-SAnimCurveS��	DefaultD�KeyVerI�8�KeyTimelc�
KeyValueFloatf�?��KeyAttrFlagsi!DŽKeyAttrDataFloatf

�KeyAttrRefCountia�AnimationCurveLX.�-SAnimCurveSW�	DefaultDo�KeyVerI���KeyTimelÅ
KeyValueFloatf�?�KeyAttrFlagsi!'�KeyAttrDataFloatf

T�KeyAttrRefCountiɋAnimationCurveLx��-SAnimCurveS��	DefaultD��φKeyVerI����KeyTimelW��~�[P����{J��
oHy�����&�vX�@���s�9��8qf��n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO�8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s��*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h��+�i
KeyValueFloatfW\E�P��]G�rE;��j8�~c4�w�"��F����=����������h�։�#y"�3E7�6H���D��a@�~�D�#�?�I�-��(���9��'E���F�(K��	O��tP�E�P��]G�rE;��j8�~c4�w�"��F����=����������h�։�#y"�3E7�6H���D��a@�~�D�#�?�I�-��(���9��'E���F�(K��	O��tP�E�P��]G�rE;��j8�~c4�w�"��F����=����������h�։�#y"�3E7�6H���D��a@�~�D�#�?�I�-��(���9��'E���F�(K��	O��tP�U�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiW�AnimationCurveL��-SAnimCurveS�	DefaultD�]�׿7�KeyVerI����KeyTimelQ��~�[P����{J��
oHy�����&�vX��s�9���n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
�K��
@ʋV8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*H#���t��*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h��K�Q
KeyValueFloatfQD�⿾f���L��wʖ�9ː���o���L���P�S�T�62W��a�<a�4zn�,��1-��T����d����oѢ�,Q����l��^���Ǻ���J��i �������⿾f���L��wʖ�9ː���o���L���P�S�T�62W��a�<a�4zn�,��1-��T����d����oѢ�,Q����l��^���Ǻ���J��i �������⿾f���L��wʖ�9ː���o���L���P�S�T�62W��a�<a�4zn�,��1-��T����d����oѢ�,Q����l��^���Ǻ���J��i ������u�KeyAttrFlagsi!��KeyAttrDataFloatf

ܐKeyAttrRefCountiQ��AnimationCurveLx�-SAnimCurveS?�	DefaultD�.B�W�KeyVerI�P��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[lgp�-�	°���cO��q���#��w����D������s@��������h�������X#������x���*
�>��������œ5������I�����ei	�+-
�'��G��gp�-�	°���cO��q���#��w����D������s@��������h�������X#������x���*
�>��������œ5������I�����ei	�+-
�'��G��gp�-�	°���cO��q���#��w����D������s@��������h�������X#������x���*
�>��������œ5������I�����ei	�+-
�'��G��gp�
�KeyAttrFlagsi!G�KeyAttrDataFloatf

t�KeyAttrRefCounti[�AnimationCurveL��-SAnimCurveSז	DefaultD�KeyVerI��KeyTimelC�
KeyValueFloatf�?m�KeyAttrFlagsi!��KeyAttrDataFloatf

ԗKeyAttrRefCountiA�AnimationCurveL�-SAnimCurveS7�	DefaultDO�KeyVerI�x�KeyTimel��
KeyValueFloatf�?͘KeyAttrFlagsi!�KeyAttrDataFloatf

4�KeyAttrRefCounti��AnimationCurveL�-�-SAnimCurveS��	DefaultD��KeyVerI�ؙKeyTimel�
KeyValueFloatf�?-�KeyAttrFlagsi!g�KeyAttrDataFloatf

��KeyAttrRefCounti9�AnimationCurveL�-�-SAnimCurveS��	DefaultD���@�KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l�_@�o�@�@�>L@Kٟ?C�ÿ]}J���V��-��rU��-�n�1����@��> N@a�}@��@���@H��@+�E@�?�@I4@p:t�yĿ�߽?X�\@f�h@�N�@m�@$և@�_@�o�@�@�>L@Kٟ?C�ÿ]}J���V��-��rU��-�n�1����@��> N@a�}@��@���@H��@+�E@�?�@I4@p:t�yĿ�߽?X�\@f�h@�N�@m�@$և@�_@�o�@�@�>L@Kٟ?C�ÿ]}J���V��-��rU��-�n�1����@��> N@a�}@��@���@H��@+�E@�?�@I4@p:t�yĿ�߽?X�\@f�h@�N�@m�@$և@�_@şKeyAttrFlagsi!��KeyAttrDataFloatf

,�KeyAttrRefCounti[ѥAnimationCurveL8-�-SAnimCurveS��	DefaultD�HD
���KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B 3�y
KeyValueFloatf[lF"R��E�����%��L����*��B�O�>�i�A��AD��3��� �I��e�������˜�c�х��{=&��}o�]�,��X�,���R����I�|.(��+������ٿ��)�F"R��E�����%��L����*��B�O�>�i�A��AD��3��� �I��e�������˜�c�х��{=&��}o�]�,��X�,���R����I�|.(��+������ٿ��)�F"R��E�����%��L����*��B�O�>�i�A��AD��3��� �I��e�������˜�c�х��{=&��}o�]�,��X�,���R����I�|.(��+������ٿ��)�F"R�]�KeyAttrFlagsi!��KeyAttrDataFloatf

ĥKeyAttrRefCounti[i�AnimationCurveLH��-SAnimCurveS'�	DefaultDT}5�?�KeyVerI�8��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ˪y
KeyValueFloatf[l���$��������|8]����5�����h���֕ �:�$�?2'��w$�UO��y����$�� h�r�r�¹n�`���PӇ�A�{���v��A������(u��Q���{ë�w�����$��������|8]����5�����h���֕ �:�$�?2'��w$�UO��y����$�� h�r�r�¹n�`���PӇ�A�{���v��A������(u��Q���{ë�w�����$��������|8]����5�����h���֕ �:�$�?2'��w$�UO��y����$�� h�r�r�¹n�`���PӇ�A�{���v��A������(u��Q���{ë�w�������KeyAttrFlagsi!/�KeyAttrDataFloatf

\�KeyAttrRefCounti[ɬAnimationCurveL��-SAnimCurveS��	DefaultD׫KeyVerI��KeyTimel+�
KeyValueFloatf�?U�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti)�AnimationCurveLh��-SAnimCurveS�	DefaultD7�KeyVerI�`�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS�	DefaultD��KeyVerI���KeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!O�KeyAttrDataFloatf

|�KeyAttrRefCounti!�AnimationCurveL8��-SAnimCurveS߯	DefaultD�F~���KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l4�������wd��d���)G���ܥ�z���c���lά��ٮ�^����=��+��4̥�ࠔ�_���ۛ�bb���5����W�������,0����������w����%�������������4�������wd��d���)G���ܥ�z���c���lά��ٮ�^����=��+��4̥�ࠔ�_���ۛ�bb���5����W�������,0����������w����%�������������4�������wd��d���)G���ܥ�z���c���lά��ٮ�^����=��+��4̥�ࠔ�_���ۛ�bb���5����W�������,0����������w����%�������������4�����KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti[��AnimationCurveL،�-SAnimCurveSw�	DefaultD@8�����KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[l����ҿ���R֘�ۂ�<�(��KǾ1;	�9bH��1R��oL��E���:��(�!��
q����|b�;��3����(��w��М�n���Q���J�ĿIYϿ��ֿn޿�m�����ҿ���R֘�ۂ�<�(��KǾ1;	�9bH��1R��oL��E���:��(�!��
q����|b�;��3����(��w��М�n���Q���J�ĿIYϿ��ֿn޿�m�����ҿ���R֘�ۂ�<�(��KǾ1;	�9bH��1R��oL��E���:��(�!��
q����|b�;��3����(��w��М�n���Q���J�ĿIYϿ��ֿn޿�m����E�KeyAttrFlagsi!�KeyAttrDataFloatf

��KeyAttrRefCounti[Q�AnimationCurveLh��-SAnimCurveS�	DefaultD���@�'�KeyVerI� ��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[lTV��z��f��������l���.���S����������"��.��%����=������S��_���%����N��c������F4��YW������|���n���6��	����tM�TV��z��f��������l���.���S����������"��.��%����=������S��_���%����N��c������F4��YW������|���n���6��	����tM�TV��z��f��������l���.���S����������"��.��%����=������S��_���%����N��c������F4��YW������|���n���6��	����tM�TV�ݿKeyAttrFlagsi!�KeyAttrDataFloatf

D�KeyAttrRefCounti[��AnimationCurveLȓ�-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel�
KeyValueFloatf�?=�KeyAttrFlagsi!w�KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL(��-SAnimCurveS�	DefaultD�KeyVerI�H�KeyTimels�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCountiq�AnimationCurveL���-SAnimCurveSg�	DefaultD�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!7�KeyAttrDataFloatf

d�KeyAttrRefCounti	�AnimationCurveL���-SAnimCurveS��	DefaultD �&���KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B k�y
KeyValueFloatf[l�5������������������!���`���b���j���O��qp���'���D�������g��Q���e��}��C����U�����1���ٺ�Fɸ�v����E��'���Ѫ��U��E����5������������������!���`���b���j���O��qp���'���D�������g��Q���e��}��C����U�����1���ٺ�Fɸ�v����E��'���Ѫ��U��E����5������������������!���`���b���j���O��qp���'���D�������g��Q���e��}��C����U�����1���ٺ�Fɸ�v����E��'���Ѫ��U��E����5����KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti[��AnimationCurveL8*�-SAnimCurveS_�	DefaultD��ӿw�KeyVerI�p��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[l�_����i��\��Xպ=5i>�{�>2�?��?dP�>�y�>}��>'��>��>*��>\��>��?9>�>TM>���=O�&>A�l=rc`=U�Y>3�i>�l�<��k�A������{��p����_����i��\��Xպ=5i>�{�>2�?��?dP�>�y�>}��>'��>��>*��>\��>��?9>�>TM>���=O�&>A�l=rc`=U�Y>3�i>�l�<��k�A������{��p����_����i��\��Xպ=5i>�{�>2�?��?dP�>�y�>}��>'��>��>*��>\��>��?9>�>TM>���=O�&>A�l=rc`=U�Y>3�i>�l�<��k�A������{��p����_��-�KeyAttrFlagsi!g�KeyAttrDataFloatf

��KeyAttrRefCounti[9�AnimationCurveLȖ�-SAnimCurveS��	DefaultD��1��KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[lhԎ�a҇��m�d�G�*�!��|���$�"�n�F��3d������y������>���V��J;y�����_<�6�?�Oe4�^�O���O��p&�)!��U�p�z�ڂ������<���2��hԎ�a҇��m�d�G�*�!��|���$�"�n�F��3d������y������>���V��J;y�����_<�6�?�Oe4�^�O���O��p&�)!��U�p�z�ڂ������<���2��hԎ�a҇��m�d�G�*�!��|���$�"�n�F��3d������y������>���V��J;y�����_<�6�?�Oe4�^�O���O��p&�)!��U�p�z�ڂ������<���2��hԎ���KeyAttrFlagsi!��KeyAttrDataFloatf

,�KeyAttrRefCounti[��AnimationCurveL��-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?%�KeyAttrFlagsi!_�KeyAttrDataFloatf

��KeyAttrRefCounti��AnimationCurveLh*�-SAnimCurveS��	DefaultD�KeyVerI�0�KeyTimel[�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiY�AnimationCurveL(��-SAnimCurveSO�	DefaultDg�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

L�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultDZy @��KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B S�y
KeyValueFloatf[l��A���@wܯ@�b�@:��@�m\@͇@{�@�M@E�T@�`@�o@a$v@�j@���?�f�Ha@J	�@פ�@Bg�@�r�@9��@�
�@6i�@�	�@3��@g�@(A�A�A��A���@wܯ@�b�@:��@�m\@͇@{�@�M@E�T@�`@�o@a$v@�j@���?�f�Ha@J	�@פ�@Bg�@�r�@9��@�
�@6i�@�	�@3��@g�@(A�A�A��A���@wܯ@�b�@:��@�m\@͇@{�@�M@E�T@�`@�o@a$v@�j@���?�f�Ha@J	�@פ�@Bg�@�r�@9��@�
�@6i�@�	�@3��@g�@(A�A�A��A}�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti[��AnimationCurveLX��-SAnimCurveSG�	DefaultD o1!@_�KeyVerI�X��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[ly�	A�+Ax�@CE�@�V�@!�@�C@R�#@��?q�?��?�D@n@@4"f@��@�@���@�A�NA\�A,�AV�Aa�@�@W��@�
AA�A�(&A�Ay�	A�+Ax�@CE�@�V�@!�@�C@R�#@��?q�?��?�D@n@@4"f@��@�@���@�A�NA\�A,�AV�Aa�@�@W��@�
AA�A�(&A�Ay�	A�+Ax�@CE�@�V�@!�@�C@R�#@��?q�?��?�D@n@@4"f@��@�@���@�A�NA\�A,�AV�Aa�@�@W��@�
AA�A�(&A�Ay�	A�KeyAttrFlagsi!O�KeyAttrDataFloatf

|�KeyAttrRefCounti[!�AnimationCurveLx��-SAnimCurveS��	DefaultD�{6�?��KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��y
KeyValueFloatf[l޳�>E�D@*0�@d�@��@��@RA��@���@��@(�@G��@|��@���@�iA#OA(Aj��@6kv@a�@�W/@H��?��@��\@��P@"@�q�?(��?�R	?���޳�>E�D@*0�@d�@��@��@RA��@���@��@(�@G��@|��@���@�iA#OA(Aj��@6kv@a�@�W/@H��?��@��\@��P@"@�q�?(��?�R	?���޳�>E�D@*0�@d�@��@��@RA��@���@��@(�@G��@|��@���@�iA#OA(Aj��@6kv@a�@�W/@H��?��@��\@��P@"@�q�?(��?�R	?���޳�>��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti[��AnimationCurveLؒ�-SAnimCurveSw�	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?
�KeyAttrFlagsi!G�KeyAttrDataFloatf

t�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD��KeyVerI��KeyTimelC�
KeyValueFloatf�?m�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiA�AnimationCurveL��-SAnimCurveS7�	DefaultDO�KeyVerI�x�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!�KeyAttrDataFloatf

4�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD�\/�?��KeyVerI���KeyTimel�
KeyValueFloatf�z�?-�KeyAttrFlagsi!g�KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveL��-SAnimCurveS��	DefaultDݩ@�KeyVerI�8�KeyTimelc�
KeyValueFloatf�N�@��KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountia�AnimationCurveL8��-SAnimCurveSW�	DefaultD��o�KeyVerI���KeyTimel��
KeyValueFloatf�Ƽ��KeyAttrFlagsi!'�KeyAttrDataFloatf

T�KeyAttrRefCounti��AnimationCurveLȍ�-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel#�
KeyValueFloatf�?M�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCounti!�AnimationCurveL(��-SAnimCurveS�	DefaultD/�KeyVerI�X�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

�KeyAttrRefCounti��AnimationCurveLX��-SAnimCurveSw�	DefaultD��KeyVerI���KeyTimel��
KeyValueFloatf�?
�KeyAttrFlagsi!G�KeyAttrDataFloatf

t�KeyAttrRefCounti��AnimationCurveL���-SAnimCurveS��	DefaultD��@��KeyVerI��KeyTimelC�
KeyValueFloatfO��@m�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiA�AnimationCurveL���-SAnimCurveS7�	DefaultD@�89@O�KeyVerI�x�KeyTimel��
KeyValueFloatf2��A��KeyAttrFlagsi!�KeyAttrDataFloatf

4�KeyAttrRefCounti��AnimationCurveLH��-SAnimCurveS��	DefaultD��i@��KeyVerI���KeyTimel�
KeyValueFloatfMs@-�KeyAttrFlagsi!g�KeyAttrDataFloatf

��KeyAttrRefCounti�AnimationCurveLX�-SAnimCurveS��	DefaultD�KeyVerI�8�KeyTimelc�
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountia�AnimationCurveL��-SAnimCurveSW�	DefaultDo�KeyVerI���KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!'�KeyAttrDataFloatf

T�KeyAttrRefCounti��AnimationCurveL)�-SAnimCurveS��	DefaultD��KeyVerI���KeyTimel#�
KeyValueFloatf�?M�KeyAttrFlagsi!��KeyAttrDataFloatf

��KeyAttrRefCountiYAnimationCurveL�(�-SAnimCurveS�	DefaultD`m�"�/�KeyVerI�(�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[lk;�X!6����?l��@�D<AP�;A_H^Ar5}A��A�T�A��AA8�@yր@Λ�>�s���{N�����O������g���������h���½�`���M���9���U��\n��.Cx�k;�X!6����?l��@�D<AP�;A_H^Ar5}A��A�T�A��AA8�@yր@Λ�>�s���{N�����O������g���������h���½�`���M���9���U��\n��.Cx�k;�X!6����?l��@�D<AP�;A_H^Ar5}A��A�T�A��AA8�@yր@Λ�>�s���{N�����O������g���������h���½�`���M���9���U��\n��.Cx�]K��KeyAttrFlagsi!KeyAttrDataFloatf

LKeyAttrRefCounti[�	AnimationCurveL�(�-SAnimCurveS�	DefaultD\@��KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B S	y
KeyValueFloatf[l���9�z�0����ݨ��x��ʐ��i���w���o���6�������T	��s�# ����a� ��1��:�`18�	-�H�(�J;'��G"�L������~���\����|�p�l��{}����9�z�0����ݨ��x��ʐ��i���w���o���6�������T	��s�# ����a� ��1��:�`18�	-�H�(�J;'��G"�L������~���\����|�p�l��{}����9�z�0����ݨ��x��ʐ��i���w���o���6�������T	��s�# ����a� ��1��:�`18�	-�H�(�J;'��G"�L������~���\����|�p�l��{}�:s��}	KeyAttrFlagsi!�	KeyAttrDataFloatf

�	KeyAttrRefCounti[�AnimationCurveL��-SAnimCurveSG
	DefaultD.#@_
KeyVerI�X
�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[l(pA' A��&A�n)A�C*A�$Ad�A�-A �APlA1T�@�$�@�[@@\�?h@��@��*@ݮ@d$
@�v�?F�?T��>�6��=ھ�{?��?J�8@���@'��@�A(pA' A��&A�n)A�C*A�$Ad�A�-A �APlA1T�@�$�@�[@@\�?h@��@��*@ݮ@d$
@�v�?F�?T��>�6��=ھ�{?��?J�8@���@'��@�A(pA' A��&A�n)A�C*A�$Ad�A�-A �APlA1T�@�$�@�[@@\�?h@��@��*@ݮ@d$
@�v�?F�?T��>�6��=ھ�{?��?J�8@���@'��@�AX�AKeyAttrFlagsi!OKeyAttrDataFloatf

|KeyAttrRefCounti[�AnimationCurveLx��-SAnimCurveS�	DefaultD�KeyVerI� KeyTimelK
KeyValueFloatf�?uKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCountiIAnimationCurveLH��-SAnimCurveS?	DefaultDWKeyVerI��KeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!KeyAttrDataFloatf

<KeyAttrRefCounti�AnimationCurveLHk�-SAnimCurveS�	DefaultD�KeyVerI��KeyTimel
KeyValueFloatf�?5KeyAttrFlagsi!oKeyAttrDataFloatf

�KeyAttrRefCountiAAnimationCurveL���-SAnimCurveS�	DefaultD@�-@KeyVerI��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �y
KeyValueFloatf[l�mA��A�3�@��@��>���@���@$pA�wyA#�ABM�'B��HB�dB&{B=M�BLyB??iB~�MBb�$B8J�A$m�A���@�@Լ�@�(?A�Aw�AF&�A�@�A�mA��A�3�@��@��>���@���@$pA�wyA#�ABM�'B��HB�dB&{B=M�BLyB??iB~�MBb�$B8J�A$m�A���@�@Լ�@�(?A�Aw�AF&�A�@�A�mA��A�3�@��@��>���@���@$pA�wyA#�ABM�'B��HB�dB&{B=M�BLyB??iB~�MBb�$B8J�A$m�A���@�@Լ�@�(?A�Aw�AF&�A�@�A�mA�KeyAttrFlagsi!KeyAttrDataFloatf

4KeyAttrRefCounti[�AnimationCurveL�j�-SAnimCurveS�	DefaultD��O��KeyVerI���KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ;y
KeyValueFloatf[l�}B�����ź����k( ?	�?6x?0-+@�{�@�@��o@e6@��?\�x?�Ӽ�԰I��h��ٹ���#�փ*��S�����Cγ�R��*�I��-�5�S���m�m�r��dj��}B�����ź����k( ?	�?6x?0-+@�{�@�@��o@e6@��?\�x?�Ӽ�԰I��h��ٹ���#�փ*��S�����Cγ�R��*�I��-�5�S���m�m�r��dj��}B�����ź����k( ?	�?6x?0-+@�{�@�@��o@e6@��?\�x?�Ӽ�԰I��h��ٹ���#�փ*��S�����Cγ�R��*�I��-�5�S���m�m�r��dj��zC�eKeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCounti[q$AnimationCurveL��-SAnimCurveS/	DefaultD`�/�GKeyVerI�@"�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �#y
KeyValueFloatf[l�~y�/���9����������6�M�bVݽ��>%�?�0?�;�>��~�p�6�v��������<H������@����}�‰�W���P��wA���:�=!5�o���u�Կ,���~y�/���9����������6�M�bVݽ��>%�?�0?�;�>��~�p�6�v��������<H������@����}�‰�W���P��wA���:�=!5�o���u�Կ,���~y�/���9����������6�M�bVݽ��>%�?�0?�;�>��~�p�6�v��������<H������@����}�‰�W���P��wA���:�=!5�o���u�Կ,���c���#KeyAttrFlagsi!7$KeyAttrDataFloatf

d$KeyAttrRefCounti[�%AnimationCurveL��-SAnimCurveS�$	DefaultD�$KeyVerI�%KeyTimel3%
KeyValueFloatf�?]%KeyAttrFlagsi!�%KeyAttrDataFloatf

�%KeyAttrRefCounti1'AnimationCurveLk�-SAnimCurveS'&	DefaultD?&KeyVerI�h&KeyTimel�&
KeyValueFloatf�?�&KeyAttrFlagsi!�&KeyAttrDataFloatf

$'KeyAttrRefCounti�(AnimationCurveL���-SAnimCurveS�'	DefaultD�'KeyVerI��'KeyTimel�'
KeyValueFloatf�?(KeyAttrFlagsi!W(KeyAttrDataFloatf

�(KeyAttrRefCounti).AnimationCurveLX��-SAnimCurveS�(	DefaultD�س��(KeyVerI��+�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �-y
KeyValueFloatf[lǞ��Cb	�)�r�k+��Ƕ��2��e�/�eaE���O�,$���U�^�A�A�7�A�^�A�DhA�Ax�m@��=K"�?���@��?K�V%��͢�1�(AP�;Aӂ�@�`�?6	��Ǟ��Cb	�)�r�k+��Ƕ��2��e�/�eaE���O�,$���U�^�A�A�7�A�^�A�DhA�Ax�m@��=K"�?���@��?K�V%��͢�1�(AP�;Aӂ�@�`�?6	��Ǟ��Cb	�)�r�k+��Ƕ��2��e�/�eaE���O�,$���U�^�A�A�7�A�^�A�DhA�Ax�m@��=K"�?���@��?K�V%��͢�1�(AP�;Aӂ�@�`�?6	���ܕ��-KeyAttrFlagsi!�-KeyAttrDataFloatf

.KeyAttrRefCounti[�3AnimationCurveL���-SAnimCurveS.	DefaultD��J��.KeyVerI��1�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B #3y
KeyValueFloatf[l�V"���C��J�h�I�p@��BH�=�L�4�_�܉��d��*1U�H#���l����=��I��ʿ8�$�ǿ�p��v����z�W5*�=6&����,$���
��5�|$��{"�x6"��V"���C��J�h�I�p@��BH�=�L�4�_�܉��d��*1U�H#���l����=��I��ʿ8�$�ǿ�p��v����z�W5*�=6&����,$���
��5�|$��{"�x6"��V"���C��J�h�I�p@��BH�=�L�4�_�܉��d��*1U�H#���l����=��I��ʿ8�$�ǿ�p��v����z�W5*�=6&����,$���
��5�|$��{"�x6"�y�!�M3KeyAttrFlagsi!�3KeyAttrDataFloatf

�3KeyAttrRefCounti[Y9AnimationCurveL���-SAnimCurveS4	DefaultD����/4KeyVerI�(7�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �8y
KeyValueFloatf[l�,���%��'�U!�
�"�ר6�݈Z��,p�y�`?n�"�/��=��KZp�z�޿AW��.K���I�5O��?N���̇�k���J4?&C@.V�@��~@n�@F�]9���7G��,���%��'�U!�
�"�ר6�݈Z��,p�y�`?n�"�/��=��KZp�z�޿AW��.K���I�5O��?N���̇�k���J4?&C@.V�@��~@n�@F�]9���7G��,���%��'�U!�
�"�ר6�݈Z��,p�y�`?n�"�/��=��KZp�z�޿AW��.K���I�5O��?N���̇�k���J4?&C@.V�@��~@n�@F�]9���7G�����8KeyAttrFlagsi!9KeyAttrDataFloatf

L9KeyAttrRefCounti[�:AnimationCurveL(��-SAnimCurveS�9	DefaultD�9KeyVerI��9KeyTimel:
KeyValueFloatf�?E:KeyAttrFlagsi!:KeyAttrDataFloatf

�:KeyAttrRefCounti<AnimationCurveLE�-SAnimCurveS;	DefaultD';KeyVerI�P;KeyTimel{;
KeyValueFloatf�?�;KeyAttrFlagsi!�;KeyAttrDataFloatf

<KeyAttrRefCountiy=AnimationCurveLz�-SAnimCurveSo<	DefaultD�<KeyVerI��<KeyTimel�<
KeyValueFloatf�?=KeyAttrFlagsi!?=KeyAttrDataFloatf

l=KeyAttrRefCountiEBAnimationCurveL�y�-SAnimCurveS�=	DefaultD�c���=KeyVerI�X@]KeyTimelJPP����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y��J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb��A5
KeyValueFloatfJ(������D����k���3�^m��"�l����,���aJ��6���������(�wU�>�V�?0��?Q� @�rD@F�^@eMi@eMi@eMi@eMi@������������D����k���3�^m��"�l����,���aJ��6���������(�wU�>�V�?0��?Q� @�rD@F�^@eMi@eMi@eMi@eMi@������������D����k���3�^m��"�l����,���aJ��6���������(�wU�>�V�?0��?Q� @�rD@F�^@eMi@eMi@�AKeyAttrFlagsi!BKeyAttrDataFloatf

8BKeyAttrRefCountiJ�FAnimationCurveLw�-SAnimCurveS�B	DefaultD��	BKeyVerI�EEKeyTimelG8P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dOF)
KeyValueFloatfGEOp�EOp��A|��ي�W����ن�N�Iڼ�����v�*P�EOp�EOp�™w��#�H������W������-��������������EOp�EOp�EOp�EOp��A|��ي�W����ن�N�Iڼ�����v�*P�EOp�EOp�™w��#�H������W������-��������������EOp�EOp�EOp�EOp��A|��ي�W����ن�N�Iڼ�����v�*P�EOp�EOp�™w��#�H������W������-������yFKeyAttrFlagsi!�FKeyAttrDataFloatf

�FKeyAttrRefCountiG�KAnimationCurveL���-SAnimCurveSCG	DefaultD@d0�?[GKeyVerI��I]KeyTimelJPP����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y��J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb�K5
KeyValueFloatfJ("�9="�9=�s>9�>
�?�O]?&x�?zb�?=��?�Hl?�=�>"�9="�9=T�s�w57�cs���پǴ�;����/�V�6�V�6�V�6�V�6�"�9="�9="�9="�9=�s>9�>
�?�O]?&x�?zb�?=��?�Hl?�=�>"�9="�9=T�s�w57�cs���پǴ�;����/�V�6�V�6�V�6�V�6�"�9="�9="�9="�9=�s>9�>
�?�O]?&x�?zb�?=��?�Hl?�=�>"�9="�9=T�s�w57�cs���پǴ�;����/�V�6�V�6�EKKeyAttrFlagsi!KKeyAttrDataFloatf

�KKeyAttrRefCountiJMAnimationCurveL���-SAnimCurveSL	DefaultD'LKeyVerI�PLKeyTimel{L
KeyValueFloatf�?�LKeyAttrFlagsi!�LKeyAttrDataFloatf

MKeyAttrRefCountiyNAnimationCurveL�D�-SAnimCurveSoM	DefaultD�MKeyVerI��MKeyTimel�M
KeyValueFloatf�?NKeyAttrFlagsi!?NKeyAttrDataFloatf

lNKeyAttrRefCounti�OAnimationCurveL8��-SAnimCurveS�N	DefaultD�NKeyVerI�OKeyTimel;O
KeyValueFloatf�?eOKeyAttrFlagsi!�OKeyAttrDataFloatf

�OKeyAttrRefCountiqUAnimationCurveLX�-SAnimCurveS/P	DefaultD@;�)�GPKeyVerI�@S�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �Ty
KeyValueFloatf[l�9L��ƕ�[��tk��N[�����
���˃��Rw��'����t��q���<>��#F���#��6wG��I��s�
h@�A#A`4JA`veA�L�A�A��A���A ːAJ�WA-��@�����9L��ƕ�[��tk��N[�����
���˃��Rw��'����t��q���<>��#F���#��6wG��I��s�
h@�A#A`4JA`veA�L�A�A��A���A ːAJ�WA-��@�����9L��ƕ�[��tk��N[�����
���˃��Rw��'����t��q���<>��#F���#��6wG��I��s�
h@�A#A`4JA`veA�L�A�A��A���A ːAJ�WA-��@�����9L��TKeyAttrFlagsi!7UKeyAttrDataFloatf

dUKeyAttrRefCounti[	[AnimationCurveL8��-SAnimCurveS�U	DefaultD�����UKeyVerI��X�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B kZy
KeyValueFloatf[lEO���Z?��?���?	�?��m?�5�@Z��@+q�@/��@�cb@��B@r)@�@�x @�@^M�?ԫ�?���?y(@�$@�;@[��?*?�?ZZ?J��}�,�9�����=Le�EO���Z?��?���?	�?��m?�5�@Z��@+q�@/��@�cb@��B@r)@�@�x @�@^M�?ԫ�?���?y(@�$@�;@[��?*?�?ZZ?J��}�,�9�����=Le�EO���Z?��?���?	�?��m?�5�@Z��@+q�@/��@�cb@��B@r)@�@�x @�@^M�?ԫ�?���?y(@�$@�;@[��?*?�?ZZ?J��}�,�9�����=Le�<O��ZKeyAttrFlagsi!�ZKeyAttrDataFloatf

�ZKeyAttrRefCounti[�`AnimationCurveL���-SAnimCurveS_[	DefaultD�;|@w[KeyVerI�p^�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B `y
KeyValueFloatf[l��@@��+@_�B@��y@���@�(J@��6@�@Z�"?"���!շ��$��Rd�s�z�|��;������e����2��eF��cɦ�B��ݪ�.���M\��=�v�
����?��@��@@��+@_�B@��y@���@�(J@��6@�@Z�"?"���!շ��$��Rd�s�z�|��;������e����2��eF��cɦ�B��ݪ�.���M\��=�v�
����?��@��@@��+@_�B@��y@���@�(J@��6@�@Z�"?"���!շ��$��Rd�s�z�|��;������e����2��eF��cɦ�B��ݪ�.���M\��=�v�
����?��@��@-`KeyAttrFlagsi!g`KeyAttrDataFloatf

�`KeyAttrRefCounti[bAnimationCurveLȁ�-SAnimCurveS�`	DefaultDaKeyVerI�8aKeyTimelca
KeyValueFloatf�?�aKeyAttrFlagsi!�aKeyAttrDataFloatf

�aKeyAttrRefCountiacAnimationCurveL��-SAnimCurveSWb	DefaultDobKeyVerI��bKeyTimel�b
KeyValueFloatf�?�bKeyAttrFlagsi!'cKeyAttrDataFloatf

TcKeyAttrRefCounti�dAnimationCurveL�e�-SAnimCurveS�c	DefaultD�cKeyVerI��cKeyTimel#d
KeyValueFloatf�?MdKeyAttrFlagsi!�dKeyAttrDataFloatf

�dKeyAttrRefCountiYjAnimationCurveLxe�-SAnimCurveSe	DefaultD�T�P@/eKeyVerI�(h�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �iy
KeyValueFloatf[l�
�B:�B��nB�RBO�4B}HB�#�A&,QAOA^W�@���Az��A=�A�A�a�A��A��Aݻ}AE�'Aâo@�ě@��@��+A�[A�R�A�:�ASS�A�lB��AB��{B�
�B:�B��nB�RBO�4B}HB�#�A&,QAOA^W�@���Az��A=�A�A�a�A��A��Aݻ}AE�'Aâo@�ě@��@��+A�[A�R�A�:�ASS�A�lB��AB��{B�
�B:�B��nB�RBO�4B}HB�#�A&,QAOA^W�@���Az��A=�A�A�a�A��A��Aݻ}AE�'Aâo@�ě@��@��+A�[A�R�A�:�ASS�A�lB��AB��{B�
�B�iKeyAttrFlagsi!jKeyAttrDataFloatf

LjKeyAttrRefCounti[�oAnimationCurveLe�-SAnimCurveS�j	DefaultD��q��jKeyVerI��m�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B Soy
KeyValueFloatf[l�#���V̪��t��8�?��@��#@�@�„?"G�=�|#��{�J[��s=ɿ:
�%�������/��~y�����_-��¸��7n��<��P��
j�T�)>x�U?p�w��Կ�#���V̪��t��8�?��@��#@�@�„?"G�=�|#��{�J[��s=ɿ:
�%�������/��~y�����_-��¸��7n��<��P��
j�T�)>x�U?p�w��Կ�#���V̪��t��8�?��@��#@�@�„?"G�=�|#��{�J[��s=ɿ:
�%�������/��~y�����_-��¸��7n��<��P��
j�T�)>x�U?p�w��Կ�#�}oKeyAttrFlagsi!�oKeyAttrDataFloatf

�oKeyAttrRefCounti[�uAnimationCurveLHe�-SAnimCurveSGp	DefaultD�`|@_pKeyVerI�Xs�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �ty
KeyValueFloatf[l�@܉�@h)�@(U�@�G�@�I�@��&@�?��L?�?W?d�>�!������jԿll���7j�P��u0���h�;����?�Ӧ��d*��B��J��a�=�@���@$��@Zu�@�@܉�@h)�@(U�@�G�@�I�@��&@�?��L?�?W?d�>�!������jԿll���7j�P��u0���h�;����?�Ӧ��d*��B��J��a�=�@���@$��@Zu�@�@܉�@h)�@(U�@�G�@�I�@��&@�?��L?�?W?d�>�!������jԿll���7j�P��u0���h�;����?�Ӧ��d*��B��J��a�=�@���@$��@Zu�@�@uKeyAttrFlagsi!OuKeyAttrDataFloatf

|uKeyAttrRefCounti[�vAnimationCurveL�f�-SAnimCurveS�u	DefaultD�uKeyVerI� vKeyTimelKv
KeyValueFloatf�?uvKeyAttrFlagsi!�vKeyAttrDataFloatf

�vKeyAttrRefCountiIxAnimationCurveLf�-SAnimCurveS?w	DefaultDWwKeyVerI��wKeyTimel�w
KeyValueFloatf�?�wKeyAttrFlagsi!xKeyAttrDataFloatf

<xKeyAttrRefCounti�yAnimationCurveL8f�-SAnimCurveS�x	DefaultD�xKeyVerI��xKeyTimely
KeyValueFloatf�?5yKeyAttrFlagsi!oyKeyAttrDataFloatf

�yKeyAttrRefCountiAAnimationCurveL�e�-SAnimCurveS�y	DefaultD��d,@zKeyVerI�}�KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B �~y
KeyValueFloatf[l�'cA��Ae��@�?�?35��V��A�@���y��LR@�@��?���?Z�_>^���h�?���ށ������G������[��i0��i0�*�����E�	@�xaA���Aw!�A�'cA��Ae��@�?�?35��V��A�@���y��LR@�@��?���?Z�_>^���h�?���ށ������G������[��i0��i0�*�����E�	@�xaA���Aw!�A�'cA��Ae��@�?�?35��V��A�@���y��LR@�@��?���?Z�_>^���h�?���ށ������G������[��i0��i0�*�����E�	@�xaA���Aw!�A�'cA�~KeyAttrFlagsi!KeyAttrDataFloatf

4KeyAttrRefCounti[لAnimationCurveL(g�-SAnimCurveS�	DefaultD�v%�?�KeyVerI����KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ;�y
KeyValueFloatf[l�+?#0��~�7�?�6|�l������<?��}A����~ؿJT9��!E>�#�>b�?|�.?M?�Y?s�O?��p?:��?$/�?d�?Y9P?�R"?�;�=?@�5������+?#0��~�7�?�6|�l������<?��}A����~ؿJT9��!E>�#�>b�?|�.?M?�Y?s�O?��p?:��?$/�?d�?Y9P?�R"?�;�=?@�5������+?#0��~�7�?�6|�l������<?��}A����~ؿJT9��!E>�#�>b�?|�.?M?�Y?s�O?��p?:��?$/�?d�?Y9P?�R"?�;�=?@�5������+?e�KeyAttrFlagsi!��KeyAttrDataFloatf

̄KeyAttrRefCounti[q�AnimationCurveL�f�-SAnimCurveS/�	DefaultD���G�KeyVerI�@��KeyTimel[��~�[P����{J��
oHy�����&�vX�@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV��ox�S3�P��/�P����}�HNAC
���
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.����X9X+�����(�LP�f��%*���_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B Ӊy
KeyValueFloatf[l�ߟ�OMN�`6�r��>J����e�7��`翤i���T�?ҩ�@�f�@��@d�A��A!�@W.�@�xA5A �@��A��A9{�@��@��S@�/@y��M����j�͂���ߟ�OMN�`6�r��>J����e�7��`翤i���T�?ҩ�@�f�@��@d�A��A!�@W.�@�xA5A �@��A��A9{�@��@��S@�/@y��M����j�͂���ߟ�OMN�`6�r��>J����e�7��`翤i���T�?ҩ�@�f�@��@d�A��A!�@W.�@�xA5A �@��A��A9{�@��@��S@�/@y��M����j�͂��ߟ���KeyAttrFlagsi!7�KeyAttrDataFloatf

d�KeyAttrRefCounti[ыAnimationCurveL�f�-SAnimCurveSNJ	DefaultDߊKeyVerI��KeyTimel3�
KeyValueFloatf�?]�KeyAttrFlagsi!��KeyAttrDataFloatf

ċKeyAttrRefCounti1�AnimationCurveLhf�-SAnimCurveS'�	DefaultD?�KeyVerI�h�KeyTimel��
KeyValueFloatf�?��KeyAttrFlagsi!��KeyAttrDataFloatf

$�KeyAttrRefCounti��AnimationCurveLho�-SAnimCurveS��	DefaultD��KeyVerI�ȍKeyTimel�
KeyValueFloatf�?�KeyAttrFlagsi!W�KeyAttrDataFloatf

��KeyAttrRefCounti9�AnimationCurveL���-SAnimCurveS�	DefaultD�&N���KeyVerI�X�EKeyTimelG8@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV����
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.�����_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��)
KeyValueFloatfG6q��6q���1��u���#Q������C��C����Y����������bq��T��F�	��D��uC���������b������O^����6q��6q��6q��6q���1��u���#Q������C��C����Y����������bq��T��F�	��D��uC���������b������O^����6q��6q��6q��6q���1��u���#Q������C��C����Y����������bq��T��F�	��D��uC���������b������O^�����p��ŒKeyAttrFlagsi!��KeyAttrDataFloatf

,�KeyAttrRefCountiGy�AnimationCurveLH��-SAnimCurveS��	DefaultD z��?��KeyVerI��UKeyTimel)H��sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.��0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ە�
KeyValueFloatf)�C��?��?�a�?�q�?eR�?ܾ�?J@"�@�>��v?���?�=�?�s�?�s�?C��?��?�a�?�q�?eR�?ܾ�?J@"�@�>��v?���?�=�?�s�?�s�?C��?��?�a�?�q�?eR�?ܾ�?J@"�@�>��v?���?�=�?PU�?�KeyAttrFlagsi!?�KeyAttrDataFloatf

l�KeyAttrRefCounti)!�AnimationCurveLhl�-SAnimCurveSϖ	DefaultD�<�?�KeyVerI�@�EKeyTimelG8@���s�9��8qf���)M�n�0��kt`��7�(i���sxf�� �E+�c	�p���a�>��S�h^���Q	�[��	`�a	
Y%e
����
XV����
�K��
@ʋV�HO���8F�i�ę��C]!0� }�@�����4(>k�м.�x;�G ����8y�p�<[6����h3�n�J��0&`�с.�����_H#���t� 8s@�����*����8F���	>�͙0����TQ���(�Б�dxb� �%�
�wp���p/��3�h����B ��)
KeyValueFloatfG��>��>�`�>ro�>	��>�]�>;9�>�:�>��>�?�>�@?S�?q]?��?�?̚�>����~�<�Ϳh��� A�z
x=��>��>��>��>�`�>ro�>	��>�]�>;9�>�:�>��>�?�>�@?S�?q]?��?�?̚�>����~�<�Ϳh��� A�z
x=��>��>��>��>�`�>ro�>	��>�]�>;9�>�:�>��>�?�>�@?S�?q]?��?�?̚�>����~�<�Ϳh��� A�z
x=��>��KeyAttrFlagsi!�KeyAttrDataFloatf

�KeyAttrRefCountiG��AnimationCurveL���-SAnimCurveSw�	DefaultD��KeyVerI���KeyTimel�
KeyValueFloatf�?
�KeyAttrFlagsi!G�KeyAttrDataFloatf

t�KeyAttrRefCounti�AnimationCurveL���-SAnimCurveSל	DefaultD�KeyVerI��KeyTimelC�
KeyValueFloatf�?m�KeyAttrFlagsi!��KeyAttrDataFloatf

ԝKeyAttrRefCountiA�AnimationCurveL(��-SAnimCurveS7�	DefaultDO�KeyVerI�x�KeyTimel��
KeyValueFloatf�?͞KeyAttrFlagsi!�KeyAttrDataFloatf

4�KeyAttrRefCountil�#MotionBuilder_SystemL8��9SKTimeWarpManagerS_�Properties70۟/PSMoBuTypeNameSKStringSSSBox�/PSMoBuSubTypeNameSKStringSSSh�BPSMoBuObjectFullNameSKStringSSSKTimeWarpManager۠.PSMoBuAttrBlindDataSBlobSSIΠ
BinaryDataRpR�2PSMoBuRelationBlindDataSBlobSSIE�
BinaryDataRp �/MotionBuilder_GenericL���9SFaceTime HD Camera (Display)S�Properties70�1PSMoBuTypeNameSKStringSSSVideoV�3PSMoBuSubTypeNameSKStringSSSLive��UPSMoBuObjectFullNameSKStringSSS#FaceTime HD Camera (Display)VideoH��PS
RecordPathScharptrSSSWC:\Users\bOb\Documents/_1_Edit1_WalkFWD-FaceTime HD Camera (Display)-VideoRecording.aviy�#PSOnlineSboolSSI��)PSResolutionFRSenumSSI�)PSRecordToFileSboolSSI�(PSRecordAudioSboolSSIR�'PS
CompressorSenumSSI��.PSMoBuAttrBlindDataSBlobSSI����
BinaryDataR�p	UseMipMapI3InputIMSamplingIeFormatI�	PrecisionI�����
InterleaveI�DelayI�OnlineI�2PSMoBuRelationBlindDataSBlobSSI��
BinaryDataRpת0MotionBuilder_GenericLh��9SFaceTime HD Camera (Built-in)SʪProperties70ʦ1PSMoBuTypeNameSKStringSSSVideo�3PSMoBuSubTypeNameSKStringSSSLiveo�VPSMoBuObjectFullNameSKStringSSS$FaceTime HD Camera (Built-in)Video���PS
RecordPathScharptrSSSXC:\Users\bOb\Documents/_1_Edit1_WalkFWD-FaceTime HD Camera (Built-in)-VideoRecording.avi0�#PSOnlineSboolSSIg�)PSResolutionFRSenumSSI��)PSRecordToFileSboolSSIԨ(PSRecordAudioSboolSSI	�'PS
CompressorSenumSSIF�.PSMoBuAttrBlindDataSBlobSSI�9��
BinaryDataR�p	UseMipMapI3InputIMSamplingIeFormatI�	PrecisionI�����
InterleaveI�DelayI�OnlineI��2PSMoBuRelationBlindDataSBlobSSI��
BinaryDataRp\�!MotionBuilder_GenericL@��9SVideo Output 1SO�Properties70r�1PSMoBuTypeNameSKStringSSSVideo��5PSMoBuSubTypeNameSKStringSSSOutput
�GPSMoBuObjectFullNameSKStringSSSVideo Output 1Video=�%PSDrawModeSenumSSIˬ.PSMoBuAttrBlindDataSBlobSSI)��.
BinaryDataR)p	UseMipMapIB�2PSMoBuRelationBlindDataSBlobSSI5�
BinaryDataRp.�!MotionBuilder_SystemL��9SKVideoRendererS!�Properties70��2PSMoBuTypeNameSKStringSSSObjectB�=PSMoBuSubTypeNameSKStringSSSKVideoRenderer��@PSMoBuObjectFullNameSKStringSSSKVideoRenderer��.PSMoBuAttrBlindDataSBlobSSI����
BinaryDataR�p�
RendererTools4VersionIgP	StartTimeS0kStopTimeS0�StepTimeS1�OutputFormatSAVI�
OutputPathSc:\temp\Output.avi�FormatSFrom Camera	FieldModeI,QualityIORendererAntialingIk
ModelsOnlyI�ViewingModeI�StereoDisplayModeI
�RenderAudioI�AudioFormatI ShowCameraLabelI$ShowTimeCodeIBShowSafeAreaIeGlobalViewingModeI�GlobalStereoDisplayModeI�2PSMoBuRelationBlindDataSBlobSSI�
BinaryDataRp�!MotionBuilder_SystemLP��9SKSerialManagerS
�Properties70Ѳ:PSMoBuTypeNameSKStringSSSKSerialManager�/PSMoBuSubTypeNameSKStringSSS\�@PSMoBuObjectFullNameSKStringSSSKSerialManager��.PSMoBuAttrBlindDataSBlobSSI�|��
BinaryDataR�p�
SerialManager�PortIJTCPPortIhInternalPortI�BaudRateI�%�
UseHardwareFCI�2PSMoBuRelationBlindDataSBlobSSI�
BinaryDataRp��#MotionBuilder_SystemL���9SKCharacterHelperSx�Properties70��0PSMoBuTypeNameSKStringSSSTool��8PSMoBuSubTypeNameSKStringSSS	CharacterK�BPSMoBuObjectFullNameSKStringSSSKCharacterHelper��.PSMoBuAttrBlindDataSBlobSSI��
BinaryDataRpk�2PSMoBuRelationBlindDataSBlobSSID^�I
BinaryDataRDp7CHARACTER_TOOL9KEYING_MODEISIK_MANIPIqSYMETRY_EDITI�MARKERSET_VISIBILITYI�FLOOR_CONTACT_VISIBILITYI�FINGER_TIPS_VISIBILITYI	REACH_OVERRIDEI*RESIST_OVERRIDEI�MotionBuilder_SystemL��9SKNLEManagerS�Properties70"�7PSMoBuTypeNameSKStringSSSKNLEManager_�/PSMoBuSubTypeNameSKStringSSS��=PSMoBuObjectFullNameSKStringSSSKNLEManager��.PSMoBuAttrBlindDataSBlobSSIsu�x
BinaryDataRspf	GlobalNLE0VersionIY	EditSEdite	IsCurrentI}ModelsI`ResultTrack�TakeNameSNoTake�	StartL��s;�����	StopL�FI�BGhostI*TDDDSRDD�DyIsLocalI�StartRefTrackIdxI�����StopRefTrackIdxI�����	
StartRatioD�?�		StopRatioD�?
KeepActiveI2	StartLL	StopLp6��5��2PSMoBuRelationBlindDataSBlobSSI�
BinaryDataRpn�MotionBuilder_SystemL���9SConstraintsSa�Properties70��2PSMoBuTypeNameSKStringSSSFolder�7PSMoBuSubTypeNameSKStringSSSCategoryC�EPSMoBuObjectFullNameSKStringSSSConstraintsFolderݾ.PSMoBuAttrBlindDataSBlobSSI5о:
BinaryDataR5p(
FolderTypeSConstraintsT�2PSMoBuRelationBlindDataSBlobSSIG�
BinaryDataRp�� MotionBuilder_SystemL��9S
KAudioManagerS��Properties70�9PSMoBuTypeNameSKStringSSS
KAudioManagerL�/PSMoBuSubTypeNameSKStringSSS��?PSMoBuObjectFullNameSKStringSSS
KAudioManager�.PSMoBuAttrBlindDataSBlobSSI�
BinaryDataRp�
AudioInputHNameSMicrophone (Display Audio)`FormatI xOnlineI�RecordI�
RecordPathS�DestinationS�		LiveDelayD�
AudioInputK.NameS)Microphone (Cirrus Logic CS4206A (AB 29))cFormatI {OnlineI�RecordI�
RecordPathS�DestinationS�		LiveDelayD
AudioInputZ:NameS5Digital Audio (S/PDIF) (Cirrus Logic CS4206A (AB 29))rFormatI �OnlineI�RecordI�
RecordPathS�DestinationS�		LiveDelayD��2PSMoBuRelationBlindDataSBlobSSI|�
BinaryDataRp�(MotionBuilder_SystemL`��9SKMotionTriggerManagerS��Properties70T�APSMoBuTypeNameSKStringSSSKMotionTriggerManager��/PSMoBuSubTypeNameSKStringSSS��GPSMoBuObjectFullNameSKStringSSSKMotionTriggerManageru�.PSMoBuAttrBlindDataSBlobSSI*h�/
BinaryDataR*p
KEEPACTIVEI��2PSMoBuRelationBlindDataSBlobSSI��
BinaryDataRp��MotionBuilder_SystemL���9S
Story rootSu�Properties70��5PSMoBuTypeNameSKStringSSS	TimelineX��/PSMoBuSubTypeNameSKStringSSS1�FPSMoBuObjectFullNameSKStringSSSStory rootTimelinea�"PSMutedSboolSSI��#PSSoloedSboolSSI��.PSRecordClipPathScharptrSSS�� PSTracksSobjectSS-�#PS	TimelinesSobjectSSm�2PSQuaternionInterpolateSboolSSI��JPSRotationOffsetSColorRGBSColorSDDD�IPS
RotationPivotSColorRGBSColorSDDDs�IPS
ScalingOffsetSColorRGBSColorSDDD��HPSScalingPivotSColorRGBSColorSDDD�.PSTranslationActiveSboolSSI]�JPSTranslationMinSColorRGBSColorSDDD��JPSTranslationMaxSColorRGBSColorSDDD��,PSTranslationMinXSboolSSI)�,PSTranslationMinYSboolSSIc�,PSTranslationMinZSboolSSI��,PSTranslationMaxXSboolSSI��,PSTranslationMaxYSboolSSI�,PSTranslationMaxZSboolSSII�*PS
RotationOrderSenumSSI��6PSRotationSpaceForLimitOnlySboolSSI��;PSRotationStiffnessXSdoubleSNumberSD�;PSRotationStiffnessYSdoubleSNumberSDh�;PSRotationStiffnessZSdoubleSNumberSD��0PSAxisLenSdoubleSNumberSD$@��GPSPreRotationSColorRGBSColorSDDDQ�HPSPostRotationSColorRGBSColorSDDD��+PSRotationActiveSboolSSI��GPSRotationMinSColorRGBSColorSDDD4�GPSRotationMaxSColorRGBSColorSDDDk�)PSRotationMinXSboolSSI��)PSRotationMinYSboolSSI��)PSRotationMinZSboolSSI�)PSRotationMaxXSboolSSIG�)PSRotationMaxYSboolSSI~�)PSRotationMaxZSboolSSI��(PSInheritTypeSenumSSI��*PS
ScalingActiveSboolSSI@�FPS
ScalingMinSColorRGBSColorSDDD��FPS
ScalingMaxSColorRGBSColorSD�?D�?D�?��(PSScalingMinXSboolSSI�(PSScalingMinYSboolSSI6�(PSScalingMinZSboolSSIl�(PSScalingMaxXSboolSSI��(PSScalingMaxYSboolSSI��(PSScalingMaxZSboolSSI6�PPSGeometricTranslationSColorRGBSColorSDDD��MPSGeometricRotationSColorRGBSColorSDDD��LPSGeometricScalingSColorRGBSColorSD�?D�?D�?/�6PS
MinDampRangeXSdoubleSNumberSDs�6PS
MinDampRangeYSdoubleSNumberSD��6PS
MinDampRangeZSdoubleSNumberSD��6PS
MaxDampRangeXSdoubleSNumberSD?�6PS
MaxDampRangeYSdoubleSNumberSD��6PS
MaxDampRangeZSdoubleSNumberSD��9PSMinDampStrengthXSdoubleSNumberSD�9PSMinDampStrengthYSdoubleSNumberSDX�9PSMinDampStrengthZSdoubleSNumberSD��9PSMaxDampStrengthXSdoubleSNumberSD��9PSMaxDampStrengthYSdoubleSNumberSD-�9PSMaxDampStrengthZSdoubleSNumberSDr�7PSPreferedAngleXSdoubleSNumberSD��7PSPreferedAngleYSdoubleSNumberSD��7PSPreferedAngleZSdoubleSNumberSD+�!PSShowSboolSSIq�8PSNegativePercentShapeSupportSboolSSI��KPSLcl TranslationSColorRGBSColorSDDD �HPSLcl RotationSColorRGBSColorSDDDu�GPSLcl ScalingSColorRGBSColorSD�?D�?D�?��3PS
VisibilitySdoubleSNumberSD�?��.PSMoBuAttrBlindDataSBlobSSI����
BinaryDataR�p1Display Time SpanLL[Vertical Scroll PositionIrStateI�
ViewMinimizedI�IsEditI�TimelineHeightIh�2PSMoBuRelationBlindDataSBlobSSI[�
BinaryDataRp��MotionBuilder_SystemL��9S	Edit rootS��Properties70�5PSMoBuTypeNameSKStringSSS	TimelineXX�/PSMoBuSubTypeNameSKStringSSS��EPSMoBuObjectFullNameSKStringSSSEdit rootTimeline��"PSMutedSboolSSI�#PSSoloedSboolSSIH�.PSRecordClipPathScharptrSSSv� PSTracksSobjectSS��#PS	TimelinesSobjectSS��2PSQuaternionInterpolateSboolSSI?�JPSRotationOffsetSColorRGBSColorSDDD��IPS
RotationPivotSColorRGBSColorSDDD��IPS
ScalingOffsetSColorRGBSColorSDDDC�HPSScalingPivotSColorRGBSColorSDDD�.PSTranslationActiveSboolSSI��JPSTranslationMinSColorRGBSColorSDDD/�JPSTranslationMaxSColorRGBSColorSDDDi�,PSTranslationMinXSboolSSI��,PSTranslationMinYSboolSSI��,PSTranslationMinZSboolSSI�,PSTranslationMaxXSboolSSIQ�,PSTranslationMaxYSboolSSI��,PSTranslationMaxZSboolSSI��*PS
RotationOrderSenumSSI�6PSRotationSpaceForLimitOnlySboolSSIP�;PSRotationStiffnessXSdoubleSNumberSD��;PSRotationStiffnessYSdoubleSNumberSD��;PSRotationStiffnessZSdoubleSNumberSD �0PSAxisLenSdoubleSNumberSD$@u�GPSPreRotationSColorRGBSColorSDDD��HPSPostRotationSColorRGBSColorSDDD�+PSRotationActiveSboolSSIY�GPSRotationMinSColorRGBSColorSDDD��GPSRotationMaxSColorRGBSColorSDDD��)PSRotationMinXSboolSSI�)PSRotationMinYSboolSSIS�)PSRotationMinZSboolSSI��)PSRotationMaxXSboolSSI��)PSRotationMaxYSboolSSI��)PSRotationMaxZSboolSSI.�(PSInheritTypeSenumSSIf�*PS
ScalingActiveSboolSSI��FPS
ScalingMinSColorRGBSColorSDDD�FPS
ScalingMaxSColorRGBSColorSD�?D�?D�?D�(PSScalingMinXSboolSSIz�(PSScalingMinYSboolSSI��(PSScalingMinZSboolSSI��(PSScalingMaxXSboolSSI�(PSScalingMaxYSboolSSIR�(PSScalingMaxZSboolSSI��PPSGeometricTranslationSColorRGBSColorSDDD�MPSGeometricRotationSColorRGBSColorSDDDe�LPSGeometricScalingSColorRGBSColorSD�?D�?D�?��6PS
MinDampRangeXSdoubleSNumberSD��6PS
MinDampRangeYSdoubleSNumberSD1�6PS
MinDampRangeZSdoubleSNumberSDu�6PS
MaxDampRangeXSdoubleSNumberSD��6PS
MaxDampRangeYSdoubleSNumberSD��6PS
MaxDampRangeZSdoubleSNumberSDD�9PSMinDampStrengthXSdoubleSNumberSD��9PSMinDampStrengthYSdoubleSNumberSD��9PSMinDampStrengthZSdoubleSNumberSD�9PSMaxDampStrengthXSdoubleSNumberSD`�9PSMaxDampStrengthYSdoubleSNumberSD��9PSMaxDampStrengthZSdoubleSNumberSD��7PSPreferedAngleXSdoubleSNumberSD1�7PSPreferedAngleYSdoubleSNumberSDv�7PSPreferedAngleZSdoubleSNumberSD��!PSShowSboolSSI��8PSNegativePercentShapeSupportSboolSSID�KPSLcl TranslationSColorRGBSColorSDDD��HPSLcl RotationSColorRGBSColorSDDD��GPSLcl ScalingSColorRGBSColorSD�?D�?D�?0�3PS
VisibilitySdoubleSNumberSD�?k�.PSMoBuAttrBlindDataSBlobSSI�^��
BinaryDataR�p1Display Time SpanLL[Vertical Scroll PositionIrStateI�
ViewMinimizedI�IsEditI�TimelineHeightI��2PSMoBuRelationBlindDataSBlobSSI��
BinaryDataRp�$MotionBuilder_SystemLp��9SKTimelineXManagerS�Properties70��=PSMoBuTypeNameSKStringSSSKTimelineXManager��/PSMoBuSubTypeNameSKStringSSS3�CPSMoBuObjectFullNameSKStringSSSKTimelineXManager��.PSMoBuAttrBlindDataSBlobSSI�v��
BinaryDataR�p�GlobalTimelineX3MuteIVTimeDiscontinuityIwTimeReferentialI�EditStartEndLLp6��5�EditZoomStartEndLLp6��5��2PSMoBuRelationBlindDataSBlobSSI��
BinaryDataRp]�MotionBuilder_SystemL���9SPosesSP�Properties70��2PSMoBuTypeNameSKStringSSSFolder��7PSMoBuSubTypeNameSKStringSSSCategory8�?PSMoBuObjectFullNameSKStringSSS
PosesFolder��.PSMoBuAttrBlindDataSBlobSSI/��4
BinaryDataR/p"

FolderTypeSPosesC�2PSMoBuRelationBlindDataSBlobSSI6�
BinaryDataRp��MotionBuilder_SystemLP��9STakesS��Properties70��2PSMoBuTypeNameSKStringSSSFolder4�7PSMoBuSubTypeNameSKStringSSSCategory��?PSMoBuObjectFullNameSKStringSSS
TakesFolder�.PSMoBuAttrBlindDataSBlobSSI/�4
BinaryDataR/p"

FolderTypeSTakes��2PSMoBuRelationBlindDataSBlobSSI�
BinaryDataRp��MotionBuilder_SystemL���9SGlobal LightS~�Properties70F�9PSMoBuTypeNameSKStringSSS
GlobalShading��4PSMoBuSubTypeNameSKStringSSSLight��>PSMoBuObjectFullNameSKStringSSSGlobal Light$�BPS
Ambient ColorSColorSSAD����?D����?D����?p�>PS	Fog ColorSColorSSAD�?D�?D�?��-PS	Fog BeginSNumberSSAD@33�?��+PSFog EndSNumberSSAD@�@!�/PSFog DensitySNumberSSAD@S�$PSFogModeSenumSSI��&PS	FogEnableSboolSSI��.PSMoBuAttrBlindDataSBlobSSI��
BinaryDataRpq�2PSMoBuRelationBlindDataSBlobSSId�
BinaryDataRp�	MotionBuilder_SystemL0��9SRendererS�	Properties70"�4PSMoBuTypeNameSKStringSSSRendererf�6PSMoBuSubTypeNameSKStringSSSDefault��DPSMoBuObjectFullNameSKStringSSSRendererRenderer��+PSFrustumCullingSboolSSI)�*PS
DisplayNormalSboolSSIf�/PSDisplayBoundingBoxSboolSSI��;PSDisplayHierarchicalBoundingBoxSboolSSI��,PSIDBufferPickingSboolSSI4	=PSIDBufferPickingAlphaSdoubleSNumberSD�?n	,PSIDBufferDisplaySboolSSI�	.PSSelectionOverrideSboolSSI�	FPSSelectionOverrideTransparencySdoubleSNumberSD�?^	RPSSelectionOverrideColorSColorRGBSColorSD�������?D�?D�������?�	7PSCurrentCallbackIndexSintSIntegerSI�����	1PSAdvancedMaterialModeSboolSSIU	.PSMoBuAttrBlindDataSBlobSSIH	
BinaryDataRp�	2PSMoBuRelationBlindDataSBlobSSI�	
BinaryDataRp�	&MotionBuilder_SystemL���9SPython Tool ManagerS�	Properties70�	4PSMoBuTypeNameSKStringSSS__FBTool�	/PSMoBuSubTypeNameSKStringSSS	EPSMoBuObjectFullNameSKStringSSSPython Tool ManagerM	'PSCaptionScharptrSSS	$PSEnabledSboolSSI�	%PSReadOnlySboolSSI�	$PSVisibleSboolSSI	'PSLeftSintSIntegerSIM	&PSTopSintSIntegerSI�	(PSWidthSintSIntegerSI�	)PSHeightSintSIntegerSI�	*PSAnchorsSintSIntegerSI(	(PSSkinContextSenumSSIZ	$PSHintScharptrSSS�	)PS	HintMouseScharptrSSS�	0PS
HintMouseLeftSintSIntegerSI����	/PSHintMouseTopSintSIntegerSI����K	1PSHintMouseWidthSintSIntegerSI�����	2PSHintMouseHeightSintSIntegerSI�����	1PSHintIsTextCompletionSboolSSI�	#PSActiveSboolSSI0	'PS
ActiveControlSobjectSSj	,PSBackgroundBrushSenumSSI�	.PSBorderStyleSintSIntegerSI�	+PSPositionSintSIntegerSI		-PS
StartWSizeSintSIntegerSI�U		-PS
StartHSizeSintSIntegerSI��		+PSMaxWSizeSintSIntegerSI�����		+PSMaxHSizeSintSIntegerSI����
	+PSMinWSizeSintSIntegerSI�9
	+PSMinHSizeSintSIntegerSI����s
	,PS	StartXPosSintSIntegerSI�����
	,PS	StartYPosSintSIntegerSI���� 	.PSMoBuAttrBlindDataSBlobSSI	
BinaryDataRp�	2PSMoBuRelationBlindDataSBlobSSI�	
BinaryDataRp�	(MotionBuilder_SystemL��9SBatch Tool (scripted)Ss	Properties70U	4PSMoBuTypeNameSKStringSSS__FBTool�	/PSMoBuSubTypeNameSKStringSSS�	GPSMoBuObjectFullNameSKStringSSSBatch Tool (scripted)
	'PSCaptionScharptrSSSN
	$PSEnabledSboolSSI�
	%PSReadOnlySboolSSI�
	$PSVisibleSboolSSI�
	'PSLeftSintSIntegerSI	&PSTopSintSIntegerSIR	(PSWidthSintSIntegerSI�	)PSHeightSintSIntegerSI�	*PSAnchorsSintSIntegerSI�	(PSSkinContextSenumSSI)	$PSHintScharptrSSS`	)PS	HintMouseScharptrSSS�	0PS
HintMouseLeftSintSIntegerSI�����	/PSHintMouseTopSintSIntegerSI����	1PSHintMouseWidthSintSIntegerSI����Z	2PSHintMouseHeightSintSIntegerSI�����	1PSHintIsTextCompletionSboolSSI�	#PSActiveSboolSSI�	'PS
ActiveControlSobjectSS9	,PSBackgroundBrushSenumSSIu	.PSBorderStyleSintSIntegerSI�	+PSPositionSintSIntegerSI�	-PS
StartWSizeSintSIntegerSI$	-PS
StartHSizeSintSIntegerSIm]	+PSMaxWSizeSintSIntegerSI�����	+PSMaxHSizeSintSIntegerSI�����	+PSMinWSizeSintSIntegerSI�	+PSMinHSizeSintSIntegerSI����B	,PS	StartXPosSintSIntegerSI����|	,PS	StartYPosSintSIntegerSI�����	.PSMoBuAttrBlindDataSBlobSSI�	
BinaryDataRpf	2PSMoBuRelationBlindDataSBlobSSIY	
BinaryDataRpe	3MotionBuilder_SystemL���9S Character Selection/Key ControlsSX	Properties70/	4PSMoBuTypeNameSKStringSSS__FBTooll	/PSMoBuSubTypeNameSKStringSSS�	RPSMoBuObjectFullNameSKStringSSS Character Selection/Key Controls	'PSCaptionScharptrSSS3	$PSEnabledSboolSSIf	%PSReadOnlySboolSSI�	$PSVisibleSboolSSI�	'PSLeftSintSIntegerSI	&PSTopSintSIntegerSI7	(PSWidthSintSIntegerSIn	)PSHeightSintSIntegerSI�	*PSAnchorsSintSIntegerSI�	(PSSkinContextSenumSSI	$PSHintScharptrSSSE	)PS	HintMouseScharptrSSS�	0PS
HintMouseLeftSintSIntegerSI�����	/PSHintMouseTopSintSIntegerSI�����	1PSHintMouseWidthSintSIntegerSI����?	2PSHintMouseHeightSintSIntegerSI����~	1PSHintIsTextCompletionSboolSSI�	#PSActiveSboolSSI�	'PS
ActiveControlSobjectSS	,PSBackgroundBrushSenumSSIZ	.PSBorderStyleSintSIntegerSI�	+PSPositionSintSIntegerSI�	-PS
StartWSizeSintSIntegerSI�		-PS
StartHSizeSintSIntegerSIxB	+PSMaxWSizeSintSIntegerSI����{	+PSMaxHSizeSintSIntegerSI�����	+PSMinWSizeSintSIntegerSI��	+PSMinHSizeSintSIntegerSI����'	,PS	StartXPosSintSIntegerSI����a	,PS	StartYPosSintSIntegerSI�����	.PSMoBuAttrBlindDataSBlobSSI�	
BinaryDataRpK	2PSMoBuRelationBlindDataSBlobSSI>	
BinaryDataRp&	MotionBuilder_SystemL�9S
FBX ExportS&	Properties70�	4PSMoBuTypeNameSKStringSSS__FBTool;	/PSMoBuSubTypeNameSKStringSSS�	<PSMoBuObjectFullNameSKStringSSS
FBX Export�	'PSCaptionScharptrSSS�	$PSEnabledSboolSSI	%PSReadOnlySboolSSIQ	$PSVisibleSboolSSI�	'PSLeftSintSIntegerSI�	&PSTopSintSIntegerSI�	(PSWidthSintSIntegerSI' 	)PSHeightSintSIntegerSI_ 	*PSAnchorsSintSIntegerSI� 	(PSSkinContextSenumSSI� 	$PSHintScharptrSSS� 	)PS	HintMouseScharptrSSS<!	0PS
HintMouseLeftSintSIntegerSI����y!	/PSHintMouseTopSintSIntegerSI�����!	1PSHintMouseWidthSintSIntegerSI�����!	2PSHintMouseHeightSintSIntegerSI����7"	1PSHintIsTextCompletionSboolSSIh"	#PSActiveSboolSSI�"	'PS
ActiveControlSobjectSS�"	,PSBackgroundBrushSenumSSI#	.PSBorderStyleSintSIntegerSIL#	+PSPositionSintSIntegerSI�#	-PS
StartWSizeSintSIntegerSI^�#	-PS
StartHSizeSintSIntegerSI��#	+PSMaxWSizeSintSIntegerSI����4$	+PSMaxHSizeSintSIntegerSI����m$	+PSMinWSizeSintSIntegerSI��$	+PSMinHSizeSintSIntegerSI�����$	,PS	StartXPosSintSIntegerSI����%	,PS	StartYPosSintSIntegerSI�����%	.PSMoBuAttrBlindDataSBlobSSI�%	
BinaryDataRp&	2PSMoBuRelationBlindDataSBlobSSI�%	
BinaryDataRpN	 MotionBuilder_SystemLP��9S
HierarchyViewSN	Properties70�&	;PSMoBuTypeNameSKStringSSSKtHierarchyView�&	/PSMoBuSubTypeNameSKStringSSSK'	?PSMoBuObjectFullNameSKStringSSS
HierarchyView�M	.PSMoBuAttrBlindDataSBlobSSI�%sM	�%
BinaryDataR�%p�%
HierarchyView5ShowGridI�%ObjectsAttributes�NameSReferenceModel�	XDO@�	YD�p@�ExpandedIDNameSHipsModel	XDO@	YD�s@7ExpandedI�NameSSpineModel}	XD�u��	YD�v@�ExpandedI2NameSChestModel�	XD@x�	YDz@%ExpandedI�NameSNeckModelj	XDd���	YD }@�ExpandedINameSHeadModel�	XD����	YD �@ExpandedI�NameSLeftEyeModelY	XD��p	YD0�@�ExpandedINameSRightEyeModel�	XDl���	YD��@ExpandedI�NameS
JawModelH	XD~��_	YD0�@yExpandedINameSTongueBackModel�	XD֧��	YD��@�ExpandedI}NameSTongueTipModel?	XD@��V	YD@�@pExpandedI�NameSLeftLipLowerModel�	XD����	YD��@�ExpandedIsNameS
JawENDModel5	XD��L	YD@�@fExpandedI�NameSRightLipLowerModel�	XD~���	YD��@�ExpandedIrNameSRightLipCornerModel4	XD��K	YD@�@eExpandedI�NameSLeftLipCornerModel�	XDR���	YD��@�ExpandedIoNameSLeftLipUpperModel1	XD���H	YD��@bExpandedI�NameSLeftNostrilModel�	XD����	YD0�@�ExpandedIg	NameSLeftCheekModel)		XDd��@		YD��@Z	ExpandedI�	NameSLeftEyelidLowerModel�		XD��		YD0�@�	ExpandedIi
NameSLeftEyelidUpperModel+
	XD8��B
	YD��@\
ExpandedI�
NameSLeftInnerBrowModel�
	XDD���
	YD0�@�
ExpandedIhNameSLeftIOuterBrowModel*	XD��A	YD��@[ExpandedI�NameSRightInnerBrowModel�	XD���	YD0�@�ExpandedIiNameSRightIOuterBrowModel+	XD���B	YD��@\ExpandedI�NameSRightEyelidUpperModel�	XD����	YD0�@�ExpandedIm
NameSRightEyelidLowerModel/
	XDh��F
	YD��@`
ExpandedI�
NameSRightCheekModel�
	XD<���
	YD0�@�
ExpandedIgNameSRightNostrilModel)	XD��@	YD��@ZExpandedI�NameSRightLipUpperModel�	XD���	YD0�@�ExpandedIeNameSRightShoulderModel'	XD�m�>	YD ~@XExpandedI�NameSRightArmModel�	XD@q��	YD��@�ExpandedI]NameSRightForeArmModel	XD�s�6	YD0�@PExpandedI�NameSRightHandModel�	XD�u��	YD��@�ExpandedIYNameSRightHandPinky1Model	XD���2	YDP�@LExpandedI�NameSRightHandPinky2Model�	XD���	YD��@�ExpandedI[NameSRightHandPinky3Model	XD���4	YDp�@NExpandedI�NameSRightHandRing1Model�	XD����	YDЄ@�ExpandedI[NameSRightHandRing2Model	XD���4	YD`�@NExpandedI�NameSRightHandRing3Model�	XD؇��	YD��@�ExpandedI]NameSRightHandMiddle1Model	XD@x�6	YDP�@PExpandedI�NameSRightHandMiddle2Model�	XD�z��	YD��@�ExpandedIaNameSRightHandMiddle3Model#	XD�|�:	YDp�@TExpandedI�NameSRightHandIndex1Model�	XDV��	YDЄ@�ExpandedIcNameSRightHandIndex2Model%	XD�_�<	YD`�@VExpandedI�NameSRightHandIndex3Model�	XD`d��	YD��@�ExpandedIeNameSRightHandThumb1Model'	XD�j@>	YDP�@XExpandedI�NameSRightHandThumb2Model�	XD�e@�	YD��@�ExpandedIgNameSRightHandThumb3Model)	XD a@@	YDp�@ZExpandedI�NameSLeftShoulderModel�	XD��@�	YD ~@�ExpandedI^NameSLeftArmModel 	XD��@7	YD��@QExpandedI�NameSLeftForeArmModel�	XDh�@�	YD0�@�ExpandedIUNameSLeftHandModel	XDЗ@.	YD��@HExpandedI�NameSLeftHandPinky1Model�	XD��@�	YDP�@�ExpandedIUNameSLeftHandPinky2Model	XD��@.	YD��@HExpandedI�NameSLeftHandPinky3Model�	XD`�@�	YDp�@�ExpandedITNameSLeftHandRing1Model	XD��@-	YDЄ@GExpandedI�NameSLeftHandRing2Model�	XD��@�	YD`�@�ExpandedIRNameSLeftHandRing3Model	XD`�@+	YD��@EExpandedI�NameSLeftHandMiddle1Model�	XD<�@�	YDP�@�ExpandedITNameSLeftHandMiddle2Model	XD��@-	YD��@GExpandedI�NameSLeftHandMiddle3Model�	XD�@�	YDp�@�ExpandedIUNameSLeftHandIndex1Model	XD�@.	YDЄ@HExpandedI�NameSLeftHandIndex2Model�	XDT�@�	YD`�@�ExpandedIU NameSLeftHandIndex3Model 	XD��@. 	YD��@H ExpandedI� NameSLeftHandThumb1Model� 	XDN�@� 	YDP�@� ExpandedIU!NameSLeftHandThumb2Model!	XD�@.!	YD��@H!ExpandedI�!NameSLeftHandThumb3Model�!	XDp�@�!	YDp�@�!ExpandedIQ"NameSRightUpLegModel"	XDޥ@*"	YD�w@D"ExpandedI�"NameSRightLegModel�"	XD��@�"	YD{@�"ExpandedIF#NameSRightFootModel#	XDH�@#	YD ~@9#ExpandedI�#NameSRightToesModel�#	XD��@�#	YD��@�#ExpandedI<$NameSLeftUpLegModel�#	XDb�@$	YD�w@/$ExpandedI�$NameSLeftLegModelw$	XD�@�$	YD{@�$ExpandedI/%NameSLeftFootModel�$	XD̨@%	YD ~@"%ExpandedI�%NameSLeftToesModelk%	XD��@�%	YD��@�%ExpandedI�M	2PSMoBuRelationBlindDataSBlobSSI�M	
BinaryDataRp"W	MotionBuilder_SystemL���9S	TransportSW	Properties70�N	,PSMoBuTypeNameSKStringSSS�N	/PSMoBuSubTypeNameSKStringSSS'O	;PSMoBuObjectFullNameSKStringSSS	Transport\O	'PSCaptionScharptrSSS�O	$PSEnabledSboolSSI�O	%PSReadOnlySboolSSI�O	$PSVisibleSboolSSI(P	'PSLeftSintSIntegerSI\P	&PSTopSintSIntegerSI�P	(PSWidthSintSIntegerSI�P	)PSHeightSintSIntegerSIQ	*PSAnchorsSintSIntegerSI7Q	(PSSkinContextSenumSSIiQ	$PSHintScharptrSSS�Q	)PS	HintMouseScharptrSSS�Q	0PS
HintMouseLeftSintSIntegerSI����R	/PSHintMouseTopSintSIntegerSI����ZR	1PSHintMouseWidthSintSIntegerSI�����R	2PSHintMouseHeightSintSIntegerSI�����R	1PSHintIsTextCompletionSboolSSI
S	#PSActiveSboolSSI?S	'PS
ActiveControlSobjectSSyS	,PSBackgroundBrushSenumSSI�S	.PSBorderStyleSintSIntegerSI�S	+PSPositionSintSIntegerSI�V	.PSMoBuAttrBlindDataSBlobSSI>�V	C
BinaryDataR>p1Transport Tool Settings�ZoomBar Settings�_1_Edit1_WalkFWDZoomWindowModeI�ZoomWindowTimeLLp6��5�Audio Display SettingsAudioDisplayI&
AudioClipNameSFAudioTrackNameSnAudioLeftChannelActiveI�AudioRightChannelActiveI$Settings�
TimeFormatI�SnapOnFramesIReferenceTimeIndexI����W	2PSMoBuRelationBlindDataSBlobSSI�V	
BinaryDataRp9_	MotionBuilder_SystemL0��9SFCurveS,_	Properties70�W	,PSMoBuTypeNameSKStringSSS�W	/PSMoBuSubTypeNameSKStringSSS2X	8PSMoBuObjectFullNameSKStringSSSFCurvegX	'PSCaptionScharptrSSS�X	$PSEnabledSboolSSI�X	%PSReadOnlySboolSSI�X	$PSVisibleSboolSSI3Y	'PSLeftSintSIntegerSIgY	&PSTopSintSIntegerSI�Y	(PSWidthSintSIntegerSI�Y	)PSHeightSintSIntegerSIZ	*PSAnchorsSintSIntegerSIBZ	(PSSkinContextSenumSSItZ	$PSHintScharptrSSS�Z	)PS	HintMouseScharptrSSS�Z	0PS
HintMouseLeftSintSIntegerSI����&[	/PSHintMouseTopSintSIntegerSI����e[	1PSHintMouseWidthSintSIntegerSI�����[	2PSHintMouseHeightSintSIntegerSI�����[	1PSHintIsTextCompletionSboolSSI\	#PSActiveSboolSSIJ\	'PS
ActiveControlSobjectSS�\	,PSBackgroundBrushSenumSSI�\	.PSBorderStyleSintSIntegerSI�\	+PSPositionSintSIntegerSI�^	.PSMoBuAttrBlindDataSBlobSSIJ�^	O
BinaryDataRJp=FCurve Tool Settings0FCurve Editor Settings#Audio Display Settings�AudioDisplayI�
AudioClipNameS�AudioTrackNameS�AudioLeftChannelActiveIAudioRightChannelActiveI_	2PSMoBuRelationBlindDataSBlobSSI_	
BinaryDataRp[b	MotionBuilder_GenericL���9S
GlobalInfoSNb	Properties70�_	5PSMoBuTypeNameSKStringSSS	SceneInfo`	7PSMoBuSubTypeNameSKStringSSSUserDatan`	GPSMoBuObjectFullNameSKStringSSSGlobalInfoSceneInfo�a	.PSMoBuAttrBlindDataSBlobSSI��a	�
BinaryDataR�pVersionId�MetaDataHVersionId_TitleSxSubjectS�AuthorS�KeywordsS�RevisionS�CommentSAb	2PSMoBuRelationBlindDataSBlobSSI4b	
BinaryDataRp
Connections�b	CSOOL�9L�b	CSOOLܩ:L�v)�b	CSOOLة:L�v)c	CSOOL�ϩ:L�v)Cc	CSOOLԩ:L$v)jc	CSOOL �:L)v)�c	CSOOL�˩:L.v)�c	CSOOL@q�:LPVv)�c	CSOOL���9Lz�9d	CSOOLX�:L��`:-d	CSOOLHU�:L��`:Td	CSOOLxR�:L��`:{d	CSOOL�O�:L��`:�d	CSOOL�L�:L��`:�d	CSOOLxI�:L��`:�d	CSOOL�F�:L��`:e	CSOOL�C�:L��`:>e	CSOOLA�:L��`:ee	CSOOL8>�:L��`:�e	CSOOLh;�:L��`:�e	CSOOL�8�:L��`:�e	CSOOLX6�:L��`:f	CSOOL�3�:L��`:(f	CSOOL�0�:L��`:Of	CSOOL�(�:L��`:vf	CSOOL�"�:L��`:�f	CSOOLP�:L��`:�f	CSOOL��:L��`:�f	CSOOL��:L��`:g	CSOOL��:L��`:9g	CSOOL�:L��`:`g	CSOOL@�:L��`:�g	CSOOLp�:L��`:�g	CSOOL�	�:L��`:�g	CSOOL��:L��`:�g	CSOOL�:L��`:#h	CSOOL0�:L��`:Jh	CSOOL`��:L��`:qh	CSOOL���:L��`:�h	CSOOL���:L��`:�h	CSOOL���:L��`:�h	CSOOL���:L��`:
i	CSOOL���:L��`:4i	CSOOL���:L��`:[i	CSOOL���:L��`:�i	CSOOLH��:L��`:�i	CSOOL���:L��`:�i	CSOOLX��:L��`:�i	CSOOL(��:L��`:j	CSOOLز�:L��`:Ej	CSOOL���:L��`:lj	CSOOL���:L��`:�j	CSOOL���:L��`:�j	CSOOLX��:L��`:�j	CSOOL���:L��`:k	CSOOLH��:L��`:/k	CSOOL���:L��`:Vk	CSOOL��:L��`:}k	CSOOL���:L��`:�k	CSOOLx��:L��`:�k	CSOOL���:L��`:�k	CSOOLh��:L��`:l	CSOOL��:L��`:@l	CSOOL8��:L��`:gl	CSOOL���:L��`:�l	CSOOL��:L��`:�l	CSOOL��:L��`:�l	CSOOL���:L��`:m	CSOOLh��:L��`:*m	CSOOLx��:L��`:Qm	CSOOLH��:L��`:xm	CSOOL���:L��`:�m	CSOOL��:L��`:�m	CSOOLؗ�:L��`:�m	CSOOL���:L��`:n	CSOOL���:L��`:;n	CSOOLh��:L��`:bn	CSOOL��:L��`:�n	CSOOL(��:L��`:�n	CSOOL���:L��`:�n	CSOOL`��:L��`:�n	CSOOL0�:L��`:%o	CSOOL�:L��`:Lo	CSOOL��:L��`:so	CSOOL��:L��`:�o	CSOOLp�:L��`:�o	CSOOL@�:L��`:�o	CSOOL�:L��`:p	CSOOL��:L��`:6p	CSOOL��:L��`:]p	CSOOL��:L��`:�p	CSOOLP�:L��`:�p	CSOOL �:L��`:�p	CSOOL#�:L��`:�p	CSOOLP%�:L��`: q	CSOOL (�:L��`:Gq	CSOOL�*�:L��`:nq	CSOOL�-�:L��`:�q	CSOOL�0�:L��`:�q	CSOOL`3�:L��`:�q	CSOOL06�:L��`:
r	CSOOL9�:L��`:1r	CSOOL�;�:L��`:Xr	CSOOL�>�:L��`:r	CSOOLpA�:L��`:�r	CSOOL@D�:L��`:�r	CSOOLG�:L��`:�r	CSOOL�I�:L��`:s	CSOOL�L�:L��`:Bs	CSOOL�O�:L��`:is	CSOOLPR�:L��`:�s	CSOOL U�:L��`:�s	CSOOL�W�:L��`:�s	CSOOL�Z�:L��`:t	CSOOL�]�:L��`:,t	CSOOL``�:L��`:St	CSOOL0c�:L��`:zt	CSOOLf�:L��`:�t	CSOOL�h�:L��`:�t	CSOOL�k�:L��`:�t	CSOOLpn�:L��`:u	CSOOL@q�:L��`:=u	CSOOLt�:L��`:du	CSOOL�v�:L��`:�u	CSOOL�y�:L��`:�u	CSOOL�|�:L��`:�u	CSOOLP�:L��`:v	CSOOL ��:L��`:'v	CSOOL���:L��`:Nv	CSOOL���:L��`:uv	CSOOL�{�9L��`:�v	CSOOL�w�9L��`:�v	CSOOL�t�9L��`:�v	CSOOL�q�9L��`:w	CSOOLn�9L��`:8w	CSOOL0k�9L��`:_w	CSOOL`h�9L��`:�w	CSOOLpd�9L��`:�w	CSOOL�`�9L��`:�w	CSOOL�]�9L��`:�w	CSOOL�Y�9L��`:"x	CSOOL�U�9L��`:Ix	CSOOL�Q�9L��`:px	CSOOLO�9L��`:�x	CSOOL@L�9L��`:�x	CSOOLpI�9L��`:�x	CSOOL�E�9L��`:y	CSOOL�A�9L��`:3y	CSOOL�>�9L��`:Zy	CSOOL�:�9L��`:�y	CSOOL�6�9L��`:�y	CSOOL�2�9L��`:�y	CSOOL 0�9L��`:�y	CSOOLP-�9L��`:z	CSOOL�*�9L��`:Dz	CSOOL�'�9L��`:kz	CSOOL�$�9L��`:�z	CSOOL���9L��`:�z	CSOOL��9L��`:�z	CSOOL ��9L��`:{	CSOOL���-L�9.{	CSOOL ��9L�9U{	CSOOL=�-L ��9|{	CSOOL(��9L ��9�{	CSOOL �9L ��9�{	CSOOL��.L ��9|	-CSOPLX�:L ��9SLcl Translation=|	*CSOPLHU�:L ��9SLcl Rotationt|	)CSOPLxR�:L ��9SLcl Scaling�|	CSOOL���-L(��9�|	CSOOL0��9L(��9�|	*CSOPL�O�:L(��9SLcl Rotation1}	)CSOPL�L�:L(��9SLcl ScalingX}	CSOOL��-L0��9}	CSOOL8��9L0��9�}	CSOOL@":L0��9�}	CSOOL �9L0��9~	*CSOPLxI�:L0��9SLcl Rotation<~	)CSOPL�F�:L0��9SLcl Scalingc~	CSOOLH��-L8��9�~	CSOOL@��9L8��9�~	*CSOPL�C�:L8��9SLcl Rotation�~	)CSOPLA�:L8��9SLcl Scaling 	CSOOL���-L@��9G	CSOOLH��9L@��9n	CSOOLP��9L@��9�	CSOOLX��9L@��9�	CSOOL07�:L@��9�	CSOOL8<�:L@��9
�	CSOOL@A�:L@��91�	CSOOLHF�:L@��9X�	CSOOLPK�:L@��9�	CSOOLXP�:L@��9��	CSOOL`U�:L@��9̀	CSOOL�:L@��9�	CSOOL:L@��9�	CSOOL	:L@��9B�	CSOOL :L@��9i�	CSOOL(:L@��9��	CSOOL0:L@��9��	CSOOL8:L@��9�	*CSOPL8>�:L@��9SLcl Rotation&�	)CSOPLh;�:L@��9SLcl ScalingM�	CSOOL�>�-LH��9��	*CSOPL�8�:LH��9SLcl Rotation��	)CSOPLX6�:LH��9SLcl Scaling�	CSOOL���-LP��9�	*CSOPL�3�:LP��9SLcl RotationR�	)CSOPL�0�:LP��9SLcl Scalingy�	CSOOL��-LX��9��	CSOOL`��9LX��9ǃ	CSOOLh��9LX��9�	CSOOL�:LX��9�	CSOOL#�:LX��9<�	CSOOL(�:LX��9c�	CSOOL -�:LX��9��	CSOOL(2�:LX��9„	*CSOPL�(�:LX��9SLcl Rotation��	)CSOPL�"�:LX��9SLcl Scaling �	CSOOL���-L`��9X�	*CSOPLP�:L`��9SLcl Rotation��	)CSOPL��:L`��9SLcl Scaling��	CSOOL���-Lh��9�	*CSOPL��:Lh��9SLcl Rotation%�	)CSOPL��:Lh��9SLcl ScalingL�	CSOOL
�-L�:��	*CSOPL�:L�:SLcl Rotation��	)CSOPL@�:L�:SLcl Scaling�	CSOOLH��-L#�:�	*CSOPLp�:L#�:SLcl RotationQ�	)CSOPL�	�:L#�:SLcl Scalingx�	CSOOLH��-L(�:��	*CSOPL��:L(�:SLcl Rotation�	)CSOPL�:L(�:SLcl Scaling�	CSOOL���-L -�:F�	*CSOPL0�:L -�:SLcl Rotation}�	)CSOPL`��:L -�:SLcl Scaling��	CSOOLH��-L(2�:܈	*CSOPL���:L(2�:SLcl Rotation�	)CSOPL���:L(2�:SLcl Scaling:�	CSOOL�-L07�:r�	*CSOPL���:L07�:SLcl Rotation��	)CSOPL���:L07�:SLcl ScalingЉ	CSOOL��-L8<�:�	*CSOPL���:L8<�:SLcl Rotation?�	)CSOPL���:L8<�:SLcl Scalingf�	CSOOL���-L@A�:��	*CSOPL���:L@A�:SLcl RotationՊ	)CSOPLH��:L@A�:SLcl Scaling��	CSOOLȁ�-LHF�:4�	*CSOPL���:LHF�:SLcl Rotationk�	)CSOPLX��:LHF�:SLcl Scaling��	CSOOL��-LPK�:ʋ	*CSOPL(��:LPK�:SLcl Rotation�	)CSOPLز�:LPK�:SLcl Scaling(�	CSOOL��-LXP�:`�	*CSOPL���:LXP�:SLcl Rotation��	)CSOPL���:LXP�:SLcl Scaling��	CSOOL�~�-L`U�:��	*CSOPL���:L`U�:SLcl Rotation-�	)CSOPLX��:L`U�:SLcl ScalingT�	CSOOLH~�-L�:��	*CSOPL���:L�:SLcl RotationÍ	)CSOPLH��:L�:SLcl Scaling�	CSOOL�<�-L:"�	*CSOPL���:L:SLcl RotationY�	)CSOPL��:L:SLcl Scaling��	CSOOL���-L	:��	*CSOPL���:L	:SLcl Rotation�	)CSOPLx��:L	:SLcl Scaling�	CSOOL���-L :N�	*CSOPL���:L :SLcl Rotation��	)CSOPLh��:L :SLcl Scaling��	CSOOL���-L(:�	*CSOPL��:L(:SLcl Rotation�	)CSOPL8��:L(:SLcl ScalingB�	CSOOL���-L0:z�	*CSOPL���:L0:SLcl Rotation��	)CSOPL��:L0:SLcl Scalingؐ	CSOOL���-L8:�	*CSOPL��:L8:SLcl RotationG�	)CSOPL���:L8:SLcl Scalingn�	CSOOLH|�-L@":��	CSOOLH':L@":͑	*CSOPLh��:L@":SLcl Rotation�	)CSOPLx��:L@":SLcl Scaling+�	CSOOLȲ�-LH':R�	CSOOLP,:LH':��	*CSOPLH��:LH':SLcl Rotation��	)CSOPL���:LH':SLcl Scaling�	CSOOL��-LP,:�	CSOOLX1:LP,:G�	*CSOPL��:LP,:SLcl Rotation~�	)CSOPLؗ�:LP,:SLcl Scaling��	CSOOLHw�-LX1:̓	CSOOL`6:LX1:�	CSOOL(�:LX1:�	CSOOL@:LX1:A�	CSOOLX:LX1:h�	CSOOLp :LX1:��	*CSOPL���:LX1:SLcl Rotationה	)CSOPL���:LX1:SLcl Scaling��	CSOOL�|�-L`6:%�	CSOOL�:L`6:]�	*CSOPLh��:L`6:SLcl Rotation��	)CSOPL��:L`6:SLcl Scaling��	CSOOLH5�-L�:�	CSOOL �:L�:�	*CSOPL(��:L�:SLcl RotationQ�	)CSOPL���:L�:SLcl Scalingx�	CSOOLH��-L �:��	*CSOPL`��:L �:SLcl Rotation�	)CSOPL0�:L �:SLcl Scaling�	CSOOLH��-L(�:5�	CSOOL0�:L(�:m�	*CSOPL�:L(�:SLcl Rotation��	)CSOPL��:L(�:SLcl Scaling˗	CSOOL��-L0�:�	CSOOL8�:L0�:*�	*CSOPL��:L0�:SLcl Rotationa�	)CSOPLp�:L0�:SLcl Scaling��	CSOOL�-L8�:��	*CSOPL@�:L8�:SLcl Rotation��	)CSOPL�:L8�:SLcl Scaling�	CSOOL�w�-L@:E�	CSOOLH:L@:}�	*CSOPL��:L@:SLcl Rotation��	)CSOPL��:L@:SLcl Scalingۙ	CSOOL�{�-LH:�	CSOOLP:LH::�	*CSOPL��:LH:SLcl Rotationq�	)CSOPLP�:LH:SLcl Scaling��	CSOOL�z�-LP:К	*CSOPL �:LP:SLcl Rotation�	)CSOPL#�:LP:SLcl Scaling.�	CSOOLz�-LX:U�	CSOOL`:LX:��	*CSOPLP%�:LX:SLcl Rotationě	)CSOPL (�:LX:SLcl Scaling�	CSOOLx�-L`:�	CSOOLh:L`:J�	*CSOPL�*�:L`:SLcl Rotation��	)CSOPL�-�:L`:SLcl Scaling��	CSOOL�x�-Lh:��	*CSOPL�0�:Lh:SLcl Rotation�	)CSOPL`3�:Lh:SLcl Scaling>�	CSOOLH	�-Lp :e�	CSOOL�9Lp :��	*CSOPL06�:Lp :SLcl Rotationԝ	)CSOPL9�:Lp :SLcl Scaling��	CSOOL��-L�9"�	CSOOL�9L�9Z�	*CSOPL�;�:L�9SLcl Rotation��	)CSOPL�>�:L�9SLcl Scaling��	CSOOL�t�-L�9�	*CSOPLpA�:L�9SLcl Rotation'�	)CSOPL@D�:L�9SLcl ScalingN�	CSOOL�-L �9u�	CSOOL(!�9L �9��	*CSOPLG�:L �9SLcl Rotation�	)CSOPL�I�:L �9SLcl Scaling�	CSOOLH�-L(!�92�	CSOOL0&�9L(!�9j�	*CSOPL�L�:L(!�9SLcl Rotation��	)CSOPL�O�:L(!�9SLcl ScalingȠ	CSOOL�v�-L0&�9�	CSOOL8+�9L0&�9'�	*CSOPLPR�:L0&�9SLcl Rotation^�	)CSOPL U�:L0&�9SLcl Scaling��	CSOOL�t�-L8+�9��	CSOOL@0�9L8+�9ӡ	CSOOLX?�9L8+�9��	CSOOL���9L8+�9!�	CSOOL���9L8+�9H�	CSOOL��9L8+�9��	*CSOPL�W�:L8+�9SLcl Rotation��	)CSOPL�Z�:L8+�9SLcl Scalingޢ	CSOOLHu�-L@0�9�	CSOOLH5�9L@0�9=�	*CSOPL�]�:L@0�9SLcl Rotationt�	)CSOPL``�:L@0�9SLcl Scaling��	CSOOL�
�-LH5�9£	CSOOLP:�9LH5�9��	*CSOPL0c�:LH5�9SLcl Rotation1�	)CSOPLf�:LH5�9SLcl ScalingX�	CSOOL
�-LP:�9��	*CSOPL�h�:LP:�9SLcl RotationǤ	)CSOPL�k�:LP:�9SLcl Scaling�	CSOOL�p�-LX?�9�	CSOOL`D�9LX?�9M�	*CSOPLpn�:LX?�9SLcl Rotation��	)CSOPL@q�:LX?�9SLcl Scaling��	CSOOL�s�-L`D�9ҥ	CSOOLhI�9L`D�9
�	*CSOPLt�:L`D�9SLcl RotationA�	)CSOPL�v�:L`D�9SLcl Scalingh�	CSOOLs�-LhI�9��	*CSOPL�y�:LhI�9SLcl Rotationצ	)CSOPL�|�:LhI�9SLcl Scaling��	CSOOLH4�-L���9%�	CSOOL���9L���9]�	*CSOPLP�:L���9SLcl Rotation��	)CSOPL ��:L���9SLcl Scaling��	CSOOLq�-L���9�	CSOOL���9L���9�	*CSOPL���:L���9SLcl RotationQ�	)CSOPL���:L���9SLcl Scalingx�	CSOOL�q�-L���9��	*CSOPL�{�9L���9SLcl Rotation�	)CSOPL�w�9L���9SLcl Scaling�	CSOOLH��-L���95�	CSOOL���9L���9m�	*CSOPL�t�9L���9SLcl Rotation��	)CSOPL�q�9L���9SLcl Scaling˩	CSOOL�-L���9�	CSOOL��9L���9*�	*CSOPLn�9L���9SLcl Rotationa�	)CSOPL0k�9L���9SLcl Scaling��	CSOOL3�-L��9��	*CSOPL`h�9L��9SLcl Rotation��	)CSOPLpd�9L��9SLcl Scaling�	CSOOLHp�-L��9E�	CSOOL�9L��9}�	*CSOPL�`�9L��9SLcl Rotation��	)CSOPL�]�9L��9SLcl Scaling۫	CSOOL�o�-L�9�	CSOOL�9L�9:�	*CSOPL�Y�9L�9SLcl Rotationq�	)CSOPL�U�9L�9SLcl Scaling��	CSOOLo�-L�9Ь	*CSOPL�Q�9L�9SLcl Rotation�	)CSOPLO�9L�9SLcl Scaling.�	CSOOLHm�-L �9U�	CSOOL(�9L �9��	*CSOPL@L�9L �9SLcl Rotationĭ	)CSOPLpI�9L �9SLcl Scaling�	CSOOL�m�-L(�9�	CSOOL0�9L(�9J�	*CSOPL�E�9L(�9SLcl Rotation��	)CSOPL�A�9L(�9SLcl Scaling��	CSOOLHQ�-L0�9Ϯ	CSOOL��.L0�9�	*CSOPL�>�9L0�9SLcl Rotation>�	)CSOPL�:�9L0�9SLcl Scalinge�	CSOOL�O�-L��.��	*CSOPL�6�9L��.SLcl Rotationԯ	)CSOPL�2�9L��.SLcl Scaling��	CSOOLH.�-L��."�	CSOOL��.L��.Z�	*CSOPL 0�9L��.SLcl Rotation��	)CSOPLP-�9L��.SLcl Scaling��	CSOOLHN�-L��.߰	CSOOL��.L��.�	*CSOPL�*�9L��.SLcl RotationN�	)CSOPL�'�9L��.SLcl Scalingu�	CSOOL�L�-L��.��	CSOOL��.L��.Ա	*CSOPL�$�9L��.SLcl Rotation�	)CSOPL���9L��.SLcl Scaling2�	CSOOLHK�-L��.j�	*CSOPL��9L��.SLcl Rotation��	)CSOPL ��9L��.SLcl ScalingȲ	CSOOL��`:L��\:��	!CSOPL(��-LX�:Sd|X&�	!CSOPL���-LX�:Sd|YU�	!CSOPLh��-LX�:Sd|Z��	!CSOPL��-LHU�:Sd|X��	!CSOPLH��-LHU�:Sd|Y�	!CSOPL��-LHU�:Sd|Z�	!CSOPLX��-LxR�:Sd|X@�	!CSOPL��-LxR�:Sd|Yo�	!CSOPL���-LxR�:Sd|Z��	!CSOPL���-L�O�:Sd|Xʹ	!CSOPL���-L�O�:Sd|Y��	!CSOPL���-L�O�:Sd|Z+�	!CSOPL���-L�L�:Sd|XZ�	!CSOPL���-L�L�:Sd|Y��	!CSOPL8��-L�L�:Sd|Z��	!CSOPLh��-LxI�:Sd|X�	!CSOPL���-LxI�:Sd|Y�	!CSOPL��-LxI�:Sd|ZE�	!CSOPL8��-L�F�:Sd|Xt�	!CSOPL���-L�F�:Sd|Y��	!CSOPL���-L�F�:Sd|ZҶ	!CSOPL���-L�C�:Sd|X�	!CSOPLH��-L�C�:Sd|Y0�	!CSOPL���-L�C�:Sd|Z_�	!CSOPL���-LA�:Sd|X��	!CSOPL(��-LA�:Sd|Y��	!CSOPL���-LA�:Sd|Z�	!CSOPL���-L8>�:Sd|X�	!CSOPLH��-L8>�:Sd|YJ�	!CSOPLX��-L8>�:Sd|Zy�	!CSOPL���-Lh;�:Sd|X��	!CSOPL���-Lh;�:Sd|Y׸	!CSOPL���-Lh;�:Sd|Z�	!CSOPL8��-L�8�:Sd|X5�	!CSOPL���-L�8�:Sd|Yd�	!CSOPL��-L�8�:Sd|Z��	!CSOPL��-LX6�:Sd|X¹	!CSOPL���-LX6�:Sd|Y�	!CSOPL���-LX6�:Sd|Z �	!CSOPL���-L�3�:Sd|XO�	!CSOPL���-L�3�:Sd|Y~�	!CSOPLx��-L�3�:Sd|Z��	!CSOPL���-L�0�:Sd|Xܺ	!CSOPL���-L�0�:Sd|Y�	!CSOPLh��-L�0�:Sd|Z:�	!CSOPL���-L�(�:Sd|Xi�	!CSOPLx��-L�(�:Sd|Y��	!CSOPLX��-L�(�:Sd|Zǻ	!CSOPL���-L�"�:Sd|X��	!CSOPL���-L�"�:Sd|Y%�	!CSOPL��-L�"�:Sd|ZT�	!CSOPL���-LP�:Sd|X��	!CSOPL���-LP�:Sd|Y��	!CSOPL(��-LP�:Sd|Z�	!CSOPL���-L��:Sd|X�	!CSOPL��-L��:Sd|Y?�	!CSOPL8��-L��:Sd|Zn�	!CSOPL���-L��:Sd|X��	!CSOPL���-L��:Sd|Y̽	!CSOPL���-L��:Sd|Z��	!CSOPL��-L��:Sd|X*�	!CSOPL���-L��:Sd|YY�	!CSOPL���-L��:Sd|Z��	!CSOPL0�-L�:Sd|X��	!CSOPLh0�-L�:Sd|Y�	!CSOPL80�-L�:Sd|Z�	!CSOPLx}�-L@�:Sd|XD�	!CSOPL�}�-L@�:Sd|Ys�	!CSOPL�}�-L@�:Sd|Z��	!CSOPLx,�-Lp�:Sd|Xѿ	!CSOPLH,�-Lp�:Sd|Y�	!CSOPL�,�-Lp�:Sd|Z/�	!CSOPL�,�-L�	�:Sd|X^�	!CSOPL-�-L�	�:Sd|Y��	!CSOPLH/�-L�	�:Sd|Z��	!CSOPL���-L��:Sd|X��	!CSOPL8��-L��:Sd|Y�	!CSOPLh��-L��:Sd|ZI�	!CSOPL���-L�:Sd|Xx�	!CSOPL,�-L�:Sd|Y��	!CSOPL�+�-L�:Sd|Z��	!CSOPL���-L0�:Sd|X�	!CSOPL��-L0�:Sd|Y4�	!CSOPLH��-L0�:Sd|Zc�	!CSOPL���-L`��:Sd|X��	!CSOPLx��-L`��:Sd|Y��	!CSOPL��-L`��:Sd|Z��	!CSOPLZ�-L���:Sd|X�	!CSOPL�Y�-L���:Sd|YN�	!CSOPL�Y�-L���:Sd|Z}�	!CSOPL8��-L���:Sd|X��	!CSOPL��-L���:Sd|Y��	!CSOPLHY�-L���:Sd|Z
�	!CSOPLxY�-L���:Sd|X9�	!CSOPL�X�-L���:Sd|Yh�	!CSOPLX��-L���:Sd|Z��	!CSOPL(��-L���:Sd|X��	!CSOPL�Z�-L���:Sd|Y��	!CSOPL�Z�-L���:Sd|Z$�	!CSOPL8Z�-L���:Sd|XS�	!CSOPLhZ�-L���:Sd|Y��	!CSOPLD�-L���:Sd|Z��	!CSOPLxD�-L���:Sd|X��	!CSOPLHD�-L���:Sd|Y�	!CSOPL�z�-L���:Sd|Z>�	!CSOPLxz�-L���:Sd|Xm�	!CSOPL���-L���:Sd|Y��	!CSOPL8~�-L���:Sd|Z��	!CSOPL~�-LH��:Sd|X��	!CSOPL�C�-LH��:Sd|Y)�	!CSOPLXC�-LH��:Sd|ZX�	!CSOPL�C�-L���:Sd|X��	!CSOPL�C�-L���:Sd|Y��	!CSOPLș�-L���:Sd|Z��	!CSOPL8��-LX��:Sd|X�	!CSOPLh��-LX��:Sd|YC�	!CSOPL��-LX��:Sd|Zr�	!CSOPLؘ�-L(��:Sd|X��	!CSOPL���-L(��:Sd|Y��	!CSOPL���-L(��:Sd|Z��	!CSOPL���-Lز�:Sd|X.�	!CSOPLX��-Lز�:Sd|Y]�	!CSOPL(��-Lز�:Sd|Z��	!CSOPL���-L���:Sd|X��	!CSOPL���-L���:Sd|Y��	!CSOPL���-L���:Sd|Z�	!CSOPL���-L���:Sd|XH�	!CSOPLȮ�-L���:Sd|Yw�	!CSOPL8��-L���:Sd|Z��	!CSOPLh��-L���:Sd|X��	!CSOPL��-L���:Sd|Y�	!CSOPLح�-L���:Sd|Z3�	!CSOPL���-LX��:Sd|Xb�	!CSOPLH��-LX��:Sd|Y��	!CSOPLx��-LX��:Sd|Z��	!CSOPL��-L���:Sd|X��	!CSOPL��-L���:Sd|Y�	!CSOPL���-L���:Sd|ZM�	!CSOPL���-LH��:Sd|X|�	!CSOPLX��-LH��:Sd|Y��	!CSOPL���-LH��:Sd|Z��	!CSOPL(��-L���:Sd|X	�	!CSOPL���-L���:Sd|Y8�	!CSOPLȫ�-L���:Sd|Zg�	!CSOPLh��-L��:Sd|X��	!CSOPL8��-L��:Sd|Y��	!CSOPL��-L��:Sd|Z��	!CSOPL���-L���:Sd|X#�	!CSOPLت�-L���:Sd|YR�	!CSOPLH��-L���:Sd|Z��	!CSOPLx��-Lx��:Sd|X��	!CSOPL��-Lx��:Sd|Y��	!CSOPL��-Lx��:Sd|Z�	!CSOPL���-L���:Sd|X=�	!CSOPLX��-L���:Sd|Yl�	!CSOPL���-L���:Sd|Z��	!CSOPL���-Lh��:Sd|X��	!CSOPL(��-Lh��:Sd|Y��	!CSOPLȨ�-Lh��:Sd|Z(�	!CSOPL���-L��:Sd|XW�	!CSOPLh��-L��:Sd|Y��	!CSOPL��-L��:Sd|Z��	!CSOPL8��-L8��:Sd|X��	!CSOPL���-L8��:Sd|Y�	!CSOPLا�-L8��:Sd|ZB�	!CSOPLx��-L���:Sd|Xq�	!CSOPLH��-L���:Sd|Y��	!CSOPL��-L���:Sd|Z��	!CSOPL���-L��:Sd|X��	!CSOPL��-L��:Sd|Y-�	!CSOPLX��-L��:Sd|Z\�	!CSOPL���-L��:Sd|X��	!CSOPLV�-L��:Sd|Y��	!CSOPL�U�-L��:Sd|Z��	!CSOPL�U�-L���:Sd|X�	!CSOPLXU�-L���:Sd|YG�	!CSOPL�U�-L���:Sd|Zv�	!CSOPL�T�-Lh��:Sd|X��	!CSOPL(U�-Lh��:Sd|Y��	!CSOPL�T�-Lh��:Sd|Z�	!CSOPL�T�-Lx��:Sd|X2�	!CSOPLhT�-Lx��:Sd|Ya�	!CSOPLT�-Lx��:Sd|Z��	!CSOPL8T�-LH��:Sd|X��	!CSOPL�S�-LH��:Sd|Y��	!CSOPL�S�-LH��:Sd|Z�	!CSOPLxS�-L���:Sd|XL�	!CSOPLHS�-L���:Sd|Y{�	!CSOPLS�-L���:Sd|Z��	!CSOPL�R�-L��:Sd|X��	!CSOPL�R�-L��:Sd|Y�	!CSOPLXR�-L��:Sd|Z7�	!CSOPL�R�-Lؗ�:Sd|Xf�	!CSOPL(R�-Lؗ�:Sd|Y��	!CSOPL�Q�-Lؗ�:Sd|Z��	!CSOPL�Q�-L���:Sd|X��	!CSOPLhQ�-L���:Sd|Y"�	!CSOPL�Q�-L���:Sd|ZQ�	!CSOPLQ�-L���:Sd|X��	!CSOPL8Q�-L���:Sd|Y��	!CSOPL�P�-L���:Sd|Z��	!CSOPL�P�-Lh��:Sd|X
�	!CSOPLxP�-Lh��:Sd|Y<�	!CSOPL���-Lh��:Sd|Zk�	!CSOPL���-L��:Sd|X��	!CSOPL���-L��:Sd|Y��	!CSOPL���-L��:Sd|Z��	!CSOPL��-L(��:Sd|X'�	!CSOPL���-L(��:Sd|YV�	!CSOPL8��-L(��:Sd|Z��	!CSOPL؞�-L���:Sd|X��	!CSOPL��-L���:Sd|Y��	!CSOPLx��-L���:Sd|Z�	!CSOPL���-L`��:Sd|XA�	!CSOPLH��-L`��:Sd|Yp�	!CSOPLx��-L`��:Sd|Z��	!CSOPL���-L0�:Sd|X��	!CSOPLH��-L0�:Sd|Y��	!CSOPLx��-L0�:Sd|Z,�	!CSOPL��-L�:Sd|X[�	!CSOPL���-L�:Sd|Y��	!CSOPL���-L�:Sd|Z��	!CSOPL��-L��:Sd|X��	!CSOPL���-L��:Sd|Y�	!CSOPL8��-L��:Sd|ZF�	!CSOPL���-L��:Sd|Xu�	!CSOPLh��-L��:Sd|Y��	!CSOPL���-L��:Sd|Z��	!CSOPL(��-Lp�:Sd|X�	!CSOPLX��-Lp�:Sd|Y1�	!CSOPL���-Lp�:Sd|Z`�	!CSOPL���-L@�:Sd|X��	!CSOPL��-L@�:Sd|Y��	!CSOPL���-L@�:Sd|Z��	!CSOPL���-L�:Sd|X�	!CSOPL���-L�:Sd|YK�	!CSOPL���-L�:Sd|Zz�	!CSOPL���-L��:Sd|X��	!CSOPL(��-L��:Sd|Y��	!CSOPL���-L��:Sd|Z�	!CSOPLX��-L��:Sd|X6�	!CSOPL���-L��:Sd|Ye�	!CSOPL��-L��:Sd|Z��	!CSOPLH��-L��:Sd|X��	!CSOPL(��-L��:Sd|Y��	!CSOPL���-L��:Sd|Z!�	!CSOPL�(�-LP�:Sd|XP�	!CSOPLX��-LP�:Sd|Y�	!CSOPL��-LP�:Sd|Z��	!CSOPL���-L �:Sd|X��	!CSOPL���-L �:Sd|Y�	!CSOPL(��-L �:Sd|Z;�	!CSOPLX��-L#�:Sd|Xj�	!CSOPLȊ�-L#�:Sd|Y��	!CSOPL���-L#�:Sd|Z��	!CSOPL���-LP%�:Sd|X��	!CSOPLh��-LP%�:Sd|Y&�	!CSOPL��-LP%�:Sd|ZU�	!CSOPL��-L (�:Sd|X��	!CSOPL���-L (�:Sd|Y��	!CSOPL���-L (�:Sd|Z��	!CSOPL(��-L�*�:Sd|X�	!CSOPLX��-L�*�:Sd|Y@�	!CSOPL���-L�*�:Sd|Zo�	!CSOPLȜ�-L�-�:Sd|X��	!CSOPL���-L�-�:Sd|Y��	!CSOPL8��-L�-�:Sd|Z��	!CSOPLh��-L�0�:Sd|X+�	!CSOPL؛�-L�0�:Sd|YZ�	!CSOPL��-L�0�:Sd|Z��	!CSOPL���-L`3�:Sd|X��	!CSOPLx��-L`3�:Sd|Y��	!CSOPLH��-L`3�:Sd|Z�	!CSOPL��-L06�:Sd|XE�	!CSOPL��-L06�:Sd|Yt�	!CSOPL�v�-L06�:Sd|Z��	!CSOPL�z�-L9�:Sd|X��	!CSOPL{�-L9�:Sd|Y�	!CSOPL8{�-L9�:Sd|Z0�	!CSOPL�{�-L�;�:Sd|X_�	!CSOPLh{�-L�;�:Sd|Y��	!CSOPLx�-L�;�:Sd|Z��	!CSOPL�w�-L�>�:Sd|X��	!CSOPLh��-L�>�:Sd|Y�	!CSOPL���-L�>�:Sd|ZJ�	!CSOPL���-LpA�:Sd|Xy�	!CSOPL(��-LpA�:Sd|Y��	!CSOPL���-LpA�:Sd|Z��	!CSOPL���-L@D�:Sd|X�	!CSOPLX��-L@D�:Sd|Y5�	!CSOPL���-L@D�:Sd|Zd�	!CSOPL��-LG�:Sd|X��	!CSOPLH��-LG�:Sd|Y��	!CSOPLx��-LG�:Sd|Z��	!CSOPL���-L�I�:Sd|X �	!CSOPL8��-L�I�:Sd|YO�	!CSOPL���-L�I�:Sd|Z~�	!CSOPL��-L�L�:Sd|X��	!CSOPLh��-L�L�:Sd|Y��	!CSOPL���-L�L�:Sd|Z�	!CSOPL���-L�O�:Sd|X:�	!CSOPL(��-L�O�:Sd|Yi�	!CSOPL���-L�O�:Sd|Z��	!CSOPL���-LPR�:Sd|X��	!CSOPLX��-LPR�:Sd|Y��	!CSOPL���-LPR�:Sd|Z%�	!CSOPL���-L U�:Sd|XT�	!CSOPL��-L U�:Sd|Y��	!CSOPLx��-L U�:Sd|Z��	!CSOPL���-L�W�:Sd|X��	!CSOPLH��-L�W�:Sd|Y�	!CSOPL���-L�W�:Sd|Z?�	!CSOPL��-L�Z�:Sd|Xn�	!CSOPL8��-L�Z�:Sd|Y��	!CSOPLh��-L�Z�:Sd|Z��	!CSOPL���-L�]�:Sd|X��	!CSOPL(��-L�]�:Sd|Y*�	!CSOPL���-L�]�:Sd|ZY�	!CSOPL���-L``�:Sd|X��	!CSOPLX��-L``�:Sd|Y��	!CSOPL���-L``�:Sd|Z��	!CSOPL���-L0c�:Sd|X�	!CSOPL��-L0c�:Sd|YD�	!CSOPLx��-L0c�:Sd|Zs�	!CSOPL���-Lf�:Sd|X��	!CSOPL8x�-Lf�:Sd|Y��	!CSOPLhx�-Lf�:Sd|Z�	!CSOPL�x�-L�h�:Sd|X/�	!CSOPL�x�-L�h�:Sd|Y^�	!CSOPL�x�-L�h�:Sd|Z��	!CSOPLXy�-L�k�:Sd|X��	!CSOPL(y�-L�k�:Sd|Y��	!CSOPL(=�-L�k�:Sd|Z�	!CSOPLx;�-Lpn�:Sd|XI�	!CSOPL�:�-Lpn�:Sd|Yx�	!CSOPL�<�-Lpn�:Sd|Z��	!CSOPLX=�-L@q�:Sd|X��	!CSOPL9�-L@q�:Sd|Y�	!CSOPL�<�-L@q�:Sd|Z4�	!CSOPL�8�-Lt�:Sd|Xc�	!CSOPL�:�-Lt�:Sd|Y��	!CSOPL�9�-Lt�:Sd|Z��	!CSOPL�9�-L�v�:Sd|X��	!CSOPL89�-L�v�:Sd|Y�	!CSOPLh9�-L�v�:Sd|ZN�	!CSOPL(:�-L�y�:Sd|X}�	!CSOPL�y�-L�y�:Sd|Y��	!CSOPL��-L�y�:Sd|Z��	!CSOPL��-L�|�:Sd|X
�	!CSOPLH��-L�|�:Sd|Y9�	!CSOPL��-L�|�:Sd|Zh�	!CSOPL���-LP�:Sd|X��	!CSOPLx��-LP�:Sd|Y��	!CSOPL�/�-LP�:Sd|Z��	!CSOPL�/�-L ��:Sd|X$�	!CSOPLx/�-L ��:Sd|YS�	!CSOPL�)�-L ��:Sd|Z��	!CSOPLX�-L���:Sd|X��	!CSOPL�.�-L���:Sd|Y��	!CSOPL/�-L���:Sd|Z�	!CSOPL�.�-L���:Sd|X>�	!CSOPL�.�-L���:Sd|Ym�	!CSOPLX.�-L���:Sd|Z��	!CSOPLx��-L�{�9Sd|X��	!CSOPL��-L�{�9Sd|Y��	!CSOPLx�-L�{�9Sd|Z)�	!CSOPL��-L�w�9Sd|XX�	!CSOPL�-L�w�9Sd|Y��	!CSOPL�-�-L�w�9Sd|Z��	!CSOPL�-�-L�t�9Sd|X��	!CSOPL8-�-L�t�9Sd|Y�	!CSOPLH��-L�t�9Sd|ZC�	!CSOPL��-L�q�9Sd|Xr�	!CSOPLh��-L�q�9Sd|Y��	!CSOPL���-L�q�9Sd|Z��	!CSOPL8��-Ln�9Sd|X��	!CSOPL،�-Ln�9Sd|Y.�	!CSOPLh��-Ln�9Sd|Z]�	!CSOPLȓ�-L0k�9Sd|X��	!CSOPL(��-L0k�9Sd|Y��	!CSOPL���-L0k�9Sd|Z��	!CSOPL���-L`h�9Sd|X�	!CSOPL8*�-L`h�9Sd|YH�	!CSOPLȖ�-L`h�9Sd|Zw�	!CSOPL��-Lpd�9Sd|X��	!CSOPLh*�-Lpd�9Sd|Y��	!CSOPL(��-Lpd�9Sd|Z�	!CSOPL���-L�`�9Sd|X3�	!CSOPLX��-L�`�9Sd|Yb�	!CSOPLx��-L�`�9Sd|Z��	!CSOPLؒ�-L�]�9Sd|X��	!CSOPL���-L�]�9Sd|Y��	!CSOPL��-L�]�9Sd|Z�	!CSOPL���-L�Y�9Sd|XM�	!CSOPL��-L�Y�9Sd|Y|�	!CSOPL8��-L�Y�9Sd|Z��	!CSOPLȍ�-L�U�9Sd|X��	!CSOPL(��-L�U�9Sd|Y	�	!CSOPLX��-L�U�9Sd|Z8�	!CSOPL���-L�Q�9Sd|Xg�	!CSOPL���-L�Q�9Sd|Y��	!CSOPLH��-L�Q�9Sd|Z��	!CSOPLX�-LO�9Sd|X��	!CSOPL��-LO�9Sd|Y#�	!CSOPL)�-LO�9Sd|ZR�	!CSOPL�(�-L@L�9Sd|X��	!CSOPL�(�-L@L�9Sd|Y��	!CSOPL��-L@L�9Sd|Z��	!CSOPLx��-LpI�9Sd|X�	!CSOPLH��-LpI�9Sd|Y=�	!CSOPLHk�-LpI�9Sd|Zl�	!CSOPL���-L�E�9Sd|X��	!CSOPL�j�-L�E�9Sd|Y��	!CSOPL��-L�E�9Sd|Z��	!CSOPL��-L�A�9Sd|X(�	!CSOPLk�-L�A�9Sd|YW�	!CSOPL���-L�A�9Sd|Z��	!CSOPLX��-L�>�9Sd|X��	!CSOPL���-L�>�9Sd|Y��	!CSOPL���-L�>�9Sd|Z
!CSOPL(��-L�:�9Sd|XB
!CSOPLE�-L�:�9Sd|Yq
!CSOPLz�-L�:�9Sd|Z�
!CSOPL�y�-L�6�9Sd|X�
!CSOPLw�-L�6�9Sd|Y�
!CSOPL���-L�6�9Sd|Z-
!CSOPL���-L�2�9Sd|X\
!CSOPL�D�-L�2�9Sd|Y�
!CSOPL8��-L�2�9Sd|Z�
!CSOPLX�-L 0�9Sd|X�
!CSOPL8��-L 0�9Sd|Y
!CSOPL���-L 0�9Sd|ZG
!CSOPLȁ�-LP-�9Sd|Xv
!CSOPL��-LP-�9Sd|Y�
!CSOPL�e�-LP-�9Sd|Z�
!CSOPLxe�-L�*�9Sd|X
!CSOPLe�-L�*�9Sd|Y2
!CSOPLHe�-L�*�9Sd|Za
!CSOPL�f�-L�'�9Sd|X�
!CSOPLf�-L�'�9Sd|Y�
!CSOPL8f�-L�'�9Sd|Z�
!CSOPL�e�-L�$�9Sd|X
!CSOPL(g�-L�$�9Sd|YL
!CSOPL�f�-L�$�9Sd|Z{
!CSOPL�f�-L���9Sd|X�
!CSOPLhf�-L���9Sd|Y�
!CSOPLho�-L���9Sd|Z
!CSOPL���-L��9Sd|X7
!CSOPLH��-L��9Sd|Yf
!CSOPLhl�-L��9Sd|Z�
!CSOPL���-L ��9Sd|X�
!CSOPL���-L ��9Sd|Y�
!CSOPL(��-L ��9Sd|Z�
Takes;
CurrentS_1_Edit1_WalkFWD�
TakeS_1_Edit1_WalkFWD�
FileNameS_1_Edit1_WalkFWD.tak�
	LocalTimeLL��B �

ReferenceTimeLL��B ������k�~��!w��Z�j���~���u�)

Commits for Nextrek/SpaceCrew/SpaceCrew/Assets/Raw Mocap Data/Animations/Walking/WalkFWD.fbx

Diff revisions: vs.
Revision Author Commited Message
83 FMMortaroli picture FMMortaroli Tue 13 May, 2014 11:32:51 +0000