From a5270e9cec65a8afc0c60834d2a7bbfe0e93a7c4 Mon Sep 17 00:00:00 2001 From: MrGadget1024 <9826063+MrGadget1024@users.noreply.github.com> Date: Sat, 25 Feb 2023 23:37:58 -0500 Subject: [PATCH] Dummy model and animations --- Assets/Mirror/Examples/TestNT/Dummy.meta | 8 + .../Examples/TestNT/Dummy/FemaleDummy.prefab | 2076 + .../TestNT/Dummy/FemaleDummy.prefab.meta | 7 + .../Examples/TestNT/Dummy/MaleDummy.prefab | 2144 + .../TestNT/Dummy/MaleDummy.prefab.meta | 7 + .../Examples/TestNT/Dummy/Materials.meta | 8 + .../TestNT/Dummy/Materials/DummyMaterial.mat | 77 + .../Dummy/Materials/DummyMaterial.mat.meta | 8 + .../TestNT/Dummy/Materials/FloorMaterial.mat | 77 + .../Dummy/Materials/FloorMaterial.mat.meta | 8 + .../Mirror/Examples/TestNT/Dummy/Models.meta | 8 + .../TestNT/Dummy/Models/FemaleDummy.fbx | 11722 ++ .../TestNT/Dummy/Models/FemaleDummy.fbx.meta | 656 + .../TestNT/Dummy/Models/MaleDummy.fbx | 11009 ++ .../TestNT/Dummy/Models/MaleDummy.fbx.meta | 656 + .../Examples/TestNT/Dummy/Textures.meta | 8 + .../TestNT/Dummy/Textures/DummyTexture.png | Bin 0 -> 3890 bytes .../Dummy/Textures/DummyTexture.png.meta | 88 + Assets/Mirror/Examples/TestNT/_Animation.meta | 6 + .../TestNT/_Animation/DancingNew.anim | 106883 +++++++++++++++ .../TestNT/_Animation/DancingNew.anim.meta | 8 + .../TestNT/_Animation/HumanoidCrouch.fbx | Bin 0 -> 5422240 bytes .../TestNT/_Animation/HumanoidCrouch.fbx.meta | 1147 + .../TestNT/_Animation/HumanoidIdle.fbx | Bin 0 -> 1411008 bytes .../TestNT/_Animation/HumanoidIdle.fbx.meta | 1379 + .../TestNT/_Animation/HumanoidIdleJumpUp.fbx | Bin 0 -> 467824 bytes .../_Animation/HumanoidIdleJumpUp.fbx.meta | 2385 + .../TestNT/_Animation/HumanoidJumpAndFall.fbx | Bin 0 -> 957744 bytes .../_Animation/HumanoidJumpAndFall.fbx.meta | 1838 + .../TestNT/_Animation/HumanoidMidAir.fbx | Bin 0 -> 654976 bytes .../TestNT/_Animation/HumanoidMidAir.fbx.meta | 1646 + .../TestNT/_Animation/HumanoidRun.fbx | Bin 0 -> 972704 bytes .../TestNT/_Animation/HumanoidRun.fbx.meta | 1525 + .../TestNT/_Animation/HumanoidRunTurn.fbx | Bin 0 -> 657424 bytes .../_Animation/HumanoidRunTurn.fbx.meta | 1469 + .../_Animation/HumanoidRunTurnSharp.fbx | Bin 0 -> 534944 bytes .../_Animation/HumanoidRunTurnSharp.fbx.meta | 1404 + .../TestNT/_Animation/HumanoidStandTurn.fbx | Bin 0 -> 1130880 bytes .../_Animation/HumanoidStandTurn.fbx.meta | 1610 + .../TestNT/_Animation/HumanoidWalk.fbx | Bin 0 -> 732176 bytes .../TestNT/_Animation/HumanoidWalk.fbx.meta | 1373 + .../TestNT/_Animation/HumanoidWalkTurn.fbx | Bin 0 -> 657216 bytes .../_Animation/HumanoidWalkTurn.fbx.meta | 1400 + .../_Animation/HumanoidWalkTurnSharp.fbx | Bin 0 -> 630256 bytes .../_Animation/HumanoidWalkTurnSharp.fbx.meta | 1400 + .../TestNT/_Animation/SittingLegsDangled.fbx | Bin 0 -> 2272656 bytes .../_Animation/SittingLegsDangled.fbx.meta | 900 + .../Examples/TestNT/_Animation/Waving.anim | 68714 ++++++++++ .../TestNT/_Animation/Waving.anim.meta | 8 + .../TestNT/_Animation/xbot@Salute.fbx | Bin 0 -> 597344 bytes .../TestNT/_Animation/xbot@Salute.fbx.meta | 906 + .../TestNT/_Animation/xbot@Silly Dancing.fbx | Bin 0 -> 606544 bytes .../_Animation/xbot@Silly Dancing.fbx.meta | 909 + .../TestNT/_Animation/xbot@Sitting.fbx | Bin 0 -> 746384 bytes .../TestNT/_Animation/xbot@Sitting.fbx.meta | 906 + .../TestNT/_Animation/xbot@Waving.fbx | Bin 0 -> 519072 bytes .../TestNT/_Animation/xbot@Waving.fbx.meta | 105 + Assets/Mirror/Examples/TestNT/_Animator.meta | 8 + .../ThirdPersonAnimatorController.controller | 1410 + ...rdPersonAnimatorController.controller.meta | 5 + 60 files changed, 227911 insertions(+) create mode 100644 Assets/Mirror/Examples/TestNT/Dummy.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/FemaleDummy.prefab create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/FemaleDummy.prefab.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/MaleDummy.prefab create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/MaleDummy.prefab.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Materials.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Materials/DummyMaterial.mat create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Materials/DummyMaterial.mat.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Materials/FloorMaterial.mat create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Materials/FloorMaterial.mat.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Models.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Models/FemaleDummy.fbx create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Models/FemaleDummy.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Models/MaleDummy.fbx create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Models/MaleDummy.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Textures.meta create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Textures/DummyTexture.png create mode 100644 Assets/Mirror/Examples/TestNT/Dummy/Textures/DummyTexture.png.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/DancingNew.anim create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/DancingNew.anim.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidCrouch.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidCrouch.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidIdle.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidIdle.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidIdleJumpUp.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidIdleJumpUp.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidJumpAndFall.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidJumpAndFall.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidMidAir.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidMidAir.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidRun.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidRun.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidRunTurn.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidRunTurn.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidRunTurnSharp.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidRunTurnSharp.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidStandTurn.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidStandTurn.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidWalk.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidWalk.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidWalkTurn.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidWalkTurn.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidWalkTurnSharp.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/HumanoidWalkTurnSharp.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/SittingLegsDangled.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/SittingLegsDangled.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/Waving.anim create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/Waving.anim.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/xbot@Salute.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/xbot@Salute.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/xbot@Silly Dancing.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/xbot@Silly Dancing.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/xbot@Sitting.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/xbot@Sitting.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/xbot@Waving.fbx create mode 100644 Assets/Mirror/Examples/TestNT/_Animation/xbot@Waving.fbx.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animator.meta create mode 100644 Assets/Mirror/Examples/TestNT/_Animator/ThirdPersonAnimatorController.controller create mode 100644 Assets/Mirror/Examples/TestNT/_Animator/ThirdPersonAnimatorController.controller.meta diff --git a/Assets/Mirror/Examples/TestNT/Dummy.meta b/Assets/Mirror/Examples/TestNT/Dummy.meta new file mode 100644 index 000000000..7783f1219 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bbded66f86604884c9cc35ba69d3b2fc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/FemaleDummy.prefab b/Assets/Mirror/Examples/TestNT/Dummy/FemaleDummy.prefab new file mode 100644 index 000000000..834016d2c --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/FemaleDummy.prefab @@ -0,0 +1,2076 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3966708725887359696 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3966708725887190832} + - component: {fileID: 3966708725873759852} + m_Layer: 0 + m_Name: FemaleDummy_Mesh + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3966708725887190832 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359696} + m_LocalRotation: {x: 0.000000059604645, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3966708725887190838} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!137 &3966708725873759852 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359696} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 75f6f11c806810340800c866dba8155b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: 4300002, guid: 7144acb9459793743bd1b60b10fe0d30, type: 3} + m_Bones: + - {fileID: 3966708725887190796} + - {fileID: 3966708725887190800} + - {fileID: 3966708725887190860} + - {fileID: 3966708725887190842} + - {fileID: 3966708725887190798} + - {fileID: 3966708725887190898} + - {fileID: 7035808645148654246} + - {fileID: 7035808645148654238} + - {fileID: 7035808645148654274} + - {fileID: 7035808645148654286} + - {fileID: 7035808645148654326} + - {fileID: 7035808645148654322} + - {fileID: 7035808645148654334} + - {fileID: 7035808645148654254} + - {fileID: 7035808645148654250} + - {fileID: 7035808645148654230} + - {fileID: 7035808645148654330} + - {fileID: 7035808645148654310} + - {fileID: 7035808645148654306} + - {fileID: 7035808645148654290} + - {fileID: 7035808645148654302} + - {fileID: 7035808645148654298} + - {fileID: 7035808645148654318} + - {fileID: 7035808645148654314} + - {fileID: 7035808645148654294} + - {fileID: 7035808645148654244} + - {fileID: 7035808645148654236} + - {fileID: 7035808645148654272} + - {fileID: 7035808645148654284} + - {fileID: 7035808645148654324} + - {fileID: 7035808645148654320} + - {fileID: 7035808645148654332} + - {fileID: 7035808645148654252} + - {fileID: 7035808645148654248} + - {fileID: 7035808645148654228} + - {fileID: 7035808645148654328} + - {fileID: 7035808645148654308} + - {fileID: 7035808645148654304} + - {fileID: 7035808645148654288} + - {fileID: 7035808645148654300} + - {fileID: 7035808645148654296} + - {fileID: 7035808645148654316} + - {fileID: 7035808645148654312} + - {fileID: 7035808645148654292} + - {fileID: 7035808645148654242} + - {fileID: 7035808645148654266} + - {fileID: 7035808645148654278} + - {fileID: 7035808645148654226} + - {fileID: 7035808645148654240} + - {fileID: 7035808645148654264} + - {fileID: 7035808645148654276} + - {fileID: 7035808645148654224} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 3966708725887190796} + m_AABB: + m_Center: {x: 0.021910757, y: 0.00000020861626, z: 0.038551383} + m_Extent: {x: 0.96946156, y: 0.90274227, z: 0.23576081} + m_DirtyAABB: 0 +--- !u!1 &3966708725887359700 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3966708725887190836} + m_Layer: 0 + m_Name: Dummy + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3966708725887190836 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359700} + m_LocalRotation: {x: 0.000000021855694, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3966708725887190796} + m_Father: {fileID: 3966708725887190838} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3966708725887359702 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3966708725887190838} + - component: {fileID: 3966708725877844140} + m_Layer: 0 + m_Name: FemaleDummy + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3966708725887190838 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359702} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3966708725887190836} + - {fileID: 3966708725887190832} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!95 &3966708725877844140 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359702} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: 7144acb9459793743bd1b60b10fe0d30, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 1 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!1 &3966708725887359706 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3966708725887190842} + m_Layer: 0 + m_Name: B-upperChest + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3966708725887190842 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359706} + m_LocalRotation: {x: 0.0000000024481734, y: 0.032427035, z: 1.7725028e-15, w: 0.9994741} + m_LocalPosition: {x: -0.14252818, y: 0.000000010760584, z: -0.000000007152557} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_Children: + - {fileID: 3966708725887190798} + - {fileID: 7035808645148654246} + - {fileID: 7035808645148654244} + m_Father: {fileID: 3966708725887190860} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3966708725887359762 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3966708725887190898} + m_Layer: 0 + m_Name: B-head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3966708725887190898 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359762} + m_LocalRotation: {x: -0.0000000047095234, y: -0.06237953, z: -1.7493289e-15, w: 0.9980525} + m_LocalPosition: {x: -0.06813276, y: 0.0000000051438835, z: -0.0000000023841857} + m_LocalScale: {x: 0.99999994, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3966708725887190798} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3966708725887359788 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3966708725887190796} + m_Layer: 0 + m_Name: B-hips + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3966708725887190796 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359788} + m_LocalRotation: {x: 0.009049772, y: 0.009049771, z: -0.70704883, w: 0.7070489} + m_LocalPosition: {x: -0, y: 0.8876177, z: -0.043739915} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3966708725887190800} + - {fileID: 7035808645148654242} + - {fileID: 7035808645148654240} + m_Father: {fileID: 3966708725887190836} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3966708725887359790 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3966708725887190798} + m_Layer: 0 + m_Name: B-neck + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3966708725887190798 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359790} + m_LocalRotation: {x: 0.000000007970634, y: 0.105574235, z: 6.808396e-17, w: 0.99441147} + m_LocalPosition: {x: -0.20827699, y: 0.00000001572447, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3966708725887190898} + m_Father: {fileID: 3966708725887190842} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3966708725887359792 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3966708725887190800} + m_Layer: 0 + m_Name: B-spine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3966708725887190800 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359792} + m_LocalRotation: {x: 0.000000002774319, y: 0.03674698, z: -1.0314099e-17, w: 0.9993246} + m_LocalPosition: {x: -0.1799141, y: 0.000000013583137, z: 0} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_Children: + - {fileID: 3966708725887190860} + m_Father: {fileID: 3966708725887190796} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3966708725887359852 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3966708725887190860} + m_Layer: 0 + m_Name: B-chest + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3966708725887190860 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3966708725887359852} + m_LocalRotation: {x: -0.0000000073870416, y: -0.097844325, z: -1.7868113e-15, w: 0.99520177} + m_LocalPosition: {x: -0.15047424, y: 0.00000001136049, z: 0.0000000047683715} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3966708725887190842} + m_Father: {fileID: 3966708725887190800} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485232 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654224} + m_Layer: 0 + m_Name: B-toe_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654224 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485232} + m_LocalRotation: {x: 0.9619414, y: 0.019137692, z: 0.24112691, w: -0.12712318} + m_LocalPosition: {x: -0.17486914, y: 0.000000005960464, z: -0.0000000011920929} + m_LocalScale: {x: 0.99999976, y: 1.0000001, z: 1.0000001} + m_Children: [] + m_Father: {fileID: 7035808645148654276} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485234 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654226} + m_Layer: 0 + m_Name: B-toe_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654226 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485234} + m_LocalRotation: {x: 0.9619414, y: -0.01913792, z: 0.2411269, w: 0.12712301} + m_LocalPosition: {x: -0.17486915, y: -2.9802322e-10, z: 0.000000005960464} + m_LocalScale: {x: 1.0000001, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7035808645148654278} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485236 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654228} + m_Layer: 0 + m_Name: B-thumb_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654228 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485236} + m_LocalRotation: {x: 0.008187708, y: -0.03251536, z: 0.015720008, w: 0.99931407} + m_LocalPosition: {x: -0.047159117, y: 0.0000000166893, z: -0.00000006198883} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7035808645148654248} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485238 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654230} + m_Layer: 0 + m_Name: B-thumb_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654230 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485238} + m_LocalRotation: {x: -0.008187744, y: -0.032515395, z: -0.015720004, w: 0.99931407} + m_LocalPosition: {x: -0.047159098, y: 0.000000011920928, z: -0.0000001001358} + m_LocalScale: {x: 1.0000001, y: 1, z: 1.0000002} + m_Children: [] + m_Father: {fileID: 7035808645148654250} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485244 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654236} + m_Layer: 0 + m_Name: B-upper_arm_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654236 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485244} + m_LocalRotation: {x: -0.6976711, y: 0.06233134, z: -0.008004925, w: 0.7136566} + m_LocalPosition: {x: -0.1801766, y: 0.06888282, z: -0.00014649138} + m_LocalScale: {x: 1.0000001, y: 1, z: 0.9999999} + m_Children: + - {fileID: 7035808645148654272} + m_Father: {fileID: 7035808645148654244} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485246 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654238} + m_Layer: 0 + m_Name: B-upper_arm_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654238 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485246} + m_LocalRotation: {x: 0.6976711, y: 0.062331237, z: 0.008004919, w: 0.7136566} + m_LocalPosition: {x: -0.18017663, y: -0.0688828, z: -0.00014649375} + m_LocalScale: {x: 1.0000001, y: 1, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654274} + m_Father: {fileID: 7035808645148654246} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485248 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654240} + m_Layer: 0 + m_Name: B-thigh_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654240 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485248} + m_LocalRotation: {x: -0.025000706, y: 0.99521315, z: 0.09390361, w: 0.01038775} + m_LocalPosition: {x: -0.0646312, y: 0.07962749, z: 0.0051341197} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654264} + m_Father: {fileID: 3966708725887190796} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485250 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654242} + m_Layer: 0 + m_Name: B-thigh_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654242 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485250} + m_LocalRotation: {x: 0.0249988, y: 0.9952123, z: -0.093913116, w: 0.0103866225} + m_LocalPosition: {x: -0.064631216, y: -0.07962748, z: 0.0051341197} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654266} + m_Father: {fileID: 3966708725887190796} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485252 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654244} + m_Layer: 0 + m_Name: B-shoulder_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654244 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485252} + m_LocalRotation: {x: -0.06401451, y: -0.07252643, z: -0.75405246, w: 0.6496514} + m_LocalPosition: {x: -0.20827699, y: 0.00000001572447, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654236} + m_Father: {fileID: 3966708725887190842} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485254 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654246} + m_Layer: 0 + m_Name: B-shoulder_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654246 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485254} + m_LocalRotation: {x: 0.0640145, y: -0.07252644, z: 0.75405246, w: 0.6496514} + m_LocalPosition: {x: -0.20827699, y: 0.00000001572447, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654238} + m_Father: {fileID: 3966708725887190842} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485256 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654248} + m_Layer: 0 + m_Name: B-thumb_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654248 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485256} + m_LocalRotation: {x: 0.5480025, y: -0.046547823, z: 0.117031485, w: 0.8269403} + m_LocalPosition: {x: -0.057353947, y: 0.00000007152557, z: -0.000000026524066} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654228} + m_Father: {fileID: 7035808645148654252} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485258 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654250} + m_Layer: 0 + m_Name: B-thumb_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654250 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485258} + m_LocalRotation: {x: -0.54800236, y: -0.046547767, z: -0.11703143, w: 0.82694036} + m_LocalPosition: {x: -0.057353947, y: -0.000000102519984, z: 0.00000004261732} + m_LocalScale: {x: 1.0000001, y: 1, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654230} + m_Father: {fileID: 7035808645148654254} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485260 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654252} + m_Layer: 0 + m_Name: B-thumb_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654252 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485260} + m_LocalRotation: {x: -0.041560974, y: -0.44378984, z: 0.23022802, w: 0.865054} + m_LocalPosition: {x: 0.034065623, y: -0.006046853, z: 0.010618317} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 7035808645148654248} + m_Father: {fileID: 7035808645148654280} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485262 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654254} + m_Layer: 0 + m_Name: B-thumb_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654254 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485262} + m_LocalRotation: {x: 0.041560944, y: -0.44378984, z: -0.23022804, w: 0.865054} + m_LocalPosition: {x: 0.034065567, y: 0.0060470067, z: 0.010618346} + m_LocalScale: {x: 1, y: 0.9999999, z: 1} + m_Children: + - {fileID: 7035808645148654250} + m_Father: {fileID: 7035808645148654282} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485264 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654256} + m_Layer: 0 + m_Name: B-palm_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654256 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485264} + m_LocalRotation: {x: 0.07251036, y: 0.10585397, z: 0.060529195, w: 0.98988557} + m_LocalPosition: {x: -0.069540806, y: 0.012125445, z: 0.011136671} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 7035808645148654288} + m_Father: {fileID: 7035808645148654284} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485266 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654258} + m_Layer: 0 + m_Name: B-palm_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654258 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485266} + m_LocalRotation: {x: -0.07251049, y: 0.10585392, z: -0.06052923, w: 0.98988557} + m_LocalPosition: {x: -0.06954075, y: -0.01212558, z: 0.011136639} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 7035808645148654290} + m_Father: {fileID: 7035808645148654286} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485268 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654260} + m_Layer: 0 + m_Name: B-palm_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654260 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485268} + m_LocalRotation: {x: -0.015757974, y: 0.058999196, z: 0.04566166, w: 0.9970887} + m_LocalPosition: {x: -0.07584187, y: 0.0024843346, z: -0.012874911} + m_LocalScale: {x: 0.9999999, y: 0.9999998, z: 0.9999999} + m_Children: + - {fileID: 7035808645148654328} + m_Father: {fileID: 7035808645148654284} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485270 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654262} + m_Layer: 0 + m_Name: B-palm_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654262 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485270} + m_LocalRotation: {x: 0.015757997, y: 0.058999117, z: -0.045661706, w: 0.9970887} + m_LocalPosition: {x: -0.075841814, y: -0.0024846261, z: -0.012874966} + m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 1} + m_Children: + - {fileID: 7035808645148654330} + m_Father: {fileID: 7035808645148654286} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485272 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654264} + m_Layer: 0 + m_Name: B-shin_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654264 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485272} + m_LocalRotation: {x: 0.06514398, y: 0.01597787, z: 0.020250995, w: 0.99754244} + m_LocalPosition: {x: -0.4678669, y: 0.00000004529953, z: -8.9406965e-10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654276} + m_Father: {fileID: 7035808645148654240} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485274 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654266} + m_Layer: 0 + m_Name: B-shin_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654266 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485274} + m_LocalRotation: {x: -0.06515384, y: 0.015977686, z: -0.020251136, w: 0.9975418} + m_LocalPosition: {x: -0.46786693, y: 0.00000003039837, z: -5.9604643e-10} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 7035808645148654278} + m_Father: {fileID: 7035808645148654242} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485276 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654268} + m_Layer: 0 + m_Name: B-palm_04_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654268 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485276} + m_LocalRotation: {x: -0.018282274, y: 0.17281726, z: 0.05989306, w: 0.98296124} + m_LocalPosition: {x: -0.061824508, y: 0.015038921, z: 0.030129928} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654316} + m_Father: {fileID: 7035808645148654284} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485278 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654270} + m_Layer: 0 + m_Name: B-palm_04_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654270 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485278} + m_LocalRotation: {x: 0.018282311, y: 0.17281723, z: -0.059893165, w: 0.98296124} + m_LocalPosition: {x: -0.061824545, y: -0.015039053, z: 0.030129895} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654318} + m_Father: {fileID: 7035808645148654286} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485280 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654272} + m_Layer: 0 + m_Name: B-forearm_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654272 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485280} + m_LocalRotation: {x: -0.0036123928, y: 0.0088258805, z: 0.22158985, w: 0.9750933} + m_LocalPosition: {x: -0.25348926, y: 0.000000019073486, z: -0.000000015497207} + m_LocalScale: {x: 1.0000001, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654284} + m_Father: {fileID: 7035808645148654236} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485282 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654274} + m_Layer: 0 + m_Name: B-forearm_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654274 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485282} + m_LocalRotation: {x: 0.0036123963, y: 0.0088258805, z: -0.22158988, w: 0.9750933} + m_LocalPosition: {x: -0.25348926, y: 0.000000014305114, z: 0.0000000047683715} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654286} + m_Father: {fileID: 7035808645148654238} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485284 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654276} + m_Layer: 0 + m_Name: B-foot_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654276 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485284} + m_LocalRotation: {x: -0.03588554, y: -0.4901274, z: -0.063863955, w: 0.86856705} + m_LocalPosition: {x: -0.3730876, y: 0.000000016763806, z: -8.9406965e-10} + m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654224} + m_Father: {fileID: 7035808645148654264} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485286 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654278} + m_Layer: 0 + m_Name: B-foot_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654278 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485286} + m_LocalRotation: {x: 0.035885476, y: -0.49012747, z: 0.06386395, w: 0.86856705} + m_LocalPosition: {x: -0.3730876, y: 0.000000019371509, z: -5.9604643e-10} + m_LocalScale: {x: 1, y: 0.9999999, z: 1} + m_Children: + - {fileID: 7035808645148654226} + m_Father: {fileID: 7035808645148654266} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485288 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654280} + m_Layer: 0 + m_Name: B-palm_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654280 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485288} + m_LocalRotation: {x: 0.026751377, y: -0.0136336265, z: 0.041836835, w: 0.9986732} + m_LocalPosition: {x: -0.072650805, y: -0.0075666904, z: -0.0343889} + m_LocalScale: {x: 1, y: 1, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654324} + - {fileID: 7035808645148654252} + m_Father: {fileID: 7035808645148654284} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485290 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654282} + m_Layer: 0 + m_Name: B-palm_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654282 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485290} + m_LocalRotation: {x: -0.026751496, y: -0.013633674, z: -0.04183685, w: 0.9986732} + m_LocalPosition: {x: -0.07265077, y: 0.0075665484, z: -0.034388933} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654326} + - {fileID: 7035808645148654254} + m_Father: {fileID: 7035808645148654286} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485292 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654284} + m_Layer: 0 + m_Name: B-hand_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654284 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485292} + m_LocalRotation: {x: -0.69449025, y: -0.05233536, z: 0.0062212413, w: 0.71756923} + m_LocalPosition: {x: -0.28138602, y: -0.0000000077486035, z: 0.000000015459955} + m_LocalScale: {x: 0.9999999, y: 1.0000001, z: 1} + m_Children: + - {fileID: 7035808645148654280} + - {fileID: 7035808645148654260} + - {fileID: 7035808645148654256} + - {fileID: 7035808645148654268} + m_Father: {fileID: 7035808645148654272} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485294 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654286} + m_Layer: 0 + m_Name: B-hand_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654286 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485294} + m_LocalRotation: {x: 0.6944904, y: -0.052335467, z: -0.006221218, w: 0.7175691} + m_LocalPosition: {x: -0.28138602, y: 0.00000006020069, z: 0.00000016812234} + m_LocalScale: {x: 0.99999976, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654282} + - {fileID: 7035808645148654262} + - {fileID: 7035808645148654258} + - {fileID: 7035808645148654270} + m_Father: {fileID: 7035808645148654274} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485296 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654288} + m_Layer: 0 + m_Name: B-f_ring_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654288 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485296} + m_LocalRotation: {x: -0.08556946, y: 0.08425178, z: -0.025032561, w: 0.9924479} + m_LocalPosition: {x: -0.06374774, y: 0.000000118613244, z: -0.000000042915342} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654300} + m_Father: {fileID: 7035808645148654256} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485298 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654290} + m_Layer: 0 + m_Name: B-f_ring_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654290 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485298} + m_LocalRotation: {x: 0.08556959, y: 0.08425178, z: 0.025032545, w: 0.9924479} + m_LocalPosition: {x: -0.063747756, y: -0.00000002324581, z: 0.000000009536743} + m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 1} + m_Children: + - {fileID: 7035808645148654302} + m_Father: {fileID: 7035808645148654258} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485300 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654292} + m_Layer: 0 + m_Name: B-f_pinky_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654292 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485300} + m_LocalRotation: {x: -0.031146342, y: -0.014893237, z: -0.0378438, w: 0.99868715} + m_LocalPosition: {x: -0.028552176, y: -0.0000001603365, z: -0.000000015497207} + m_LocalScale: {x: 0.9999999, y: 0.9999999, z: 1} + m_Children: [] + m_Father: {fileID: 7035808645148654312} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485302 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654294} + m_Layer: 0 + m_Name: B-f_pinky_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654294 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485302} + m_LocalRotation: {x: 0.031146443, y: -0.014893203, z: 0.037843738, w: 0.99868715} + m_LocalPosition: {x: -0.028552158, y: 0.00000008359551, z: -0.000000019073486} + m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 1} + m_Children: [] + m_Father: {fileID: 7035808645148654314} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485304 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654296} + m_Layer: 0 + m_Name: B-f_ring_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654296 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485304} + m_LocalRotation: {x: -0.015953563, y: -0.009958031, z: -0.030269537, w: 0.99936485} + m_LocalPosition: {x: -0.036591385, y: -0.00000015825033, z: -0.000000011920928} + m_LocalScale: {x: 0.9999999, y: 1.0000001, z: 1} + m_Children: [] + m_Father: {fileID: 7035808645148654300} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485306 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654298} + m_Layer: 0 + m_Name: B-f_ring_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654298 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485306} + m_LocalRotation: {x: 0.015953831, y: -0.009958037, z: 0.030269563, w: 0.99936485} + m_LocalPosition: {x: -0.0365915, y: -0.00000011965632, z: -0.0000000023841857} + m_LocalScale: {x: 0.9999998, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7035808645148654302} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485308 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654300} + m_Layer: 0 + m_Name: B-f_ring_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654300 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485308} + m_LocalRotation: {x: -0.0019356324, y: 0.0000013606649, z: -0.0000004792828, w: 0.99999815} + m_LocalPosition: {x: -0.04200715, y: -0.000000029653311, z: -0.000000007152557} + m_LocalScale: {x: 1, y: 1.0000001, z: 1} + m_Children: + - {fileID: 7035808645148654296} + m_Father: {fileID: 7035808645148654288} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485310 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654302} + m_Layer: 0 + m_Name: B-f_ring_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654302 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485310} + m_LocalRotation: {x: 0.0019353828, y: 0.0000013671842, z: 0.00000046682632, w: 0.99999815} + m_LocalPosition: {x: -0.042007074, y: 0.000000042468308, z: 0.0000000047683715} + m_LocalScale: {x: 0.99999994, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654298} + m_Father: {fileID: 7035808645148654290} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485312 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654304} + m_Layer: 0 + m_Name: B-f_middle_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654304 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485312} + m_LocalRotation: {x: -0.006058172, y: -0.01065095, z: -0.029628476, w: 0.9994859} + m_LocalPosition: {x: -0.039023835, y: -0.000000115334984, z: 0.000000014305114} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7035808645148654308} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485314 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654306} + m_Layer: 0 + m_Name: B-f_middle_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654306 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485314} + m_LocalRotation: {x: 0.0060581956, y: -0.010650941, z: 0.02962849, w: 0.9994859} + m_LocalPosition: {x: -0.03902382, y: -0.000000070929524, z: 0.00000002026558} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7035808645148654310} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485316 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654308} + m_Layer: 0 + m_Name: B-f_middle_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654308 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485316} + m_LocalRotation: {x: -0.00032968543, y: -0.0000023865143, z: -0.000000885455, w: 0.99999994} + m_LocalPosition: {x: -0.044799622, y: 0.00000019580125, z: 0.0000000166893} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.9999999} + m_Children: + - {fileID: 7035808645148654304} + m_Father: {fileID: 7035808645148654328} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485318 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654310} + m_Layer: 0 + m_Name: B-f_middle_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654310 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485318} + m_LocalRotation: {x: 0.0003297106, y: -0.0000023813923, z: 0.00000075669976, w: 0.99999994} + m_LocalPosition: {x: -0.044799533, y: 0.00000000834465, z: -0.000000010728836} + m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 0.9999999} + m_Children: + - {fileID: 7035808645148654306} + m_Father: {fileID: 7035808645148654330} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485320 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654312} + m_Layer: 0 + m_Name: B-f_pinky_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654312 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485320} + m_LocalRotation: {x: 0.000021740796, y: 0.00000083632773, z: 0.0000051935203, w: 1} + m_LocalPosition: {x: -0.032778095, y: -0.000000062584874, z: 0.00000002026558} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654292} + m_Father: {fileID: 7035808645148654316} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485322 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654314} + m_Layer: 0 + m_Name: B-f_pinky_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654314 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485322} + m_LocalRotation: {x: -0.000021602958, y: 0.000000805594, z: -0.00000513345, w: 1} + m_LocalPosition: {x: -0.03277798, y: -0.000000073760745, z: 0.000000026226044} + m_LocalScale: {x: 1, y: 1.0000001, z: 1} + m_Children: + - {fileID: 7035808645148654294} + m_Father: {fileID: 7035808645148654318} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485324 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654316} + m_Layer: 0 + m_Name: B-f_pinky_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654316 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485324} + m_LocalRotation: {x: 0.065136336, y: 0.102685705, z: 0.022332853, w: 0.99232763} + m_LocalPosition: {x: -0.05985134, y: 0.00000020943581, z: -0.0000000023841857} + m_LocalScale: {x: 1, y: 0.99999994, z: 1.0000001} + m_Children: + - {fileID: 7035808645148654312} + m_Father: {fileID: 7035808645148654268} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485326 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654318} + m_Layer: 0 + m_Name: B-f_pinky_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654318 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485326} + m_LocalRotation: {x: -0.065136574, y: 0.10268569, z: -0.02233285, w: 0.99232763} + m_LocalPosition: {x: -0.0598513, y: -0.00000011321157, z: 0.000000002682209} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654314} + m_Father: {fileID: 7035808645148654270} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485328 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654320} + m_Layer: 0 + m_Name: B-f_index_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654320 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485328} + m_LocalRotation: {x: 0.002566493, y: 0.000001530168, z: 0.000006944895, w: 0.9999967} + m_LocalPosition: {x: -0.04279973, y: -0.000000011920928, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654332} + m_Father: {fileID: 7035808645148654324} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485330 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654322} + m_Layer: 0 + m_Name: B-f_index_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654322 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485330} + m_LocalRotation: {x: -0.00256651, y: 0.0000014770827, z: -0.0000069467583, w: 0.9999967} + m_LocalPosition: {x: -0.04279975, y: 0.00000011086464, z: -0.000000028610229} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654334} + m_Father: {fileID: 7035808645148654326} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485332 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654324} + m_Layer: 0 + m_Name: B-f_index_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654324 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485332} + m_LocalRotation: {x: -0.0012159412, y: 0.011280947, z: 0.01436775, w: 0.99983245} + m_LocalPosition: {x: -0.06905617, y: 0.00000016450882, z: 0.000000014305114} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654320} + m_Father: {fileID: 7035808645148654280} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485334 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654326} + m_Layer: 0 + m_Name: B-f_index_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654326 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485334} + m_LocalRotation: {x: 0.0012159356, y: 0.0112809595, z: -0.014367757, w: 0.99983245} + m_LocalPosition: {x: -0.06905625, y: 0.000000011920928, z: 0.000000038146972} + m_LocalScale: {x: 1, y: 0.9999999, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654322} + m_Father: {fileID: 7035808645148654282} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485336 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654328} + m_Layer: 0 + m_Name: B-f_middle_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654328 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485336} + m_LocalRotation: {x: -0.015215058, y: 0.021734191, z: -0.01934758, w: 0.99946076} + m_LocalPosition: {x: -0.064464346, y: -0.000000038444995, z: -0.0000000047683715} + m_LocalScale: {x: 0.9999999, y: 0.9999999, z: 0.99999994} + m_Children: + - {fileID: 7035808645148654308} + m_Father: {fileID: 7035808645148654260} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485338 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654330} + m_Layer: 0 + m_Name: B-f_middle_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654330 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485338} + m_LocalRotation: {x: 0.015215012, y: 0.021734226, z: 0.019347662, w: 0.99946076} + m_LocalPosition: {x: -0.06446431, y: -0.0000000500679, z: 0.0000000047683715} + m_LocalScale: {x: 0.99999994, y: 1, z: 1} + m_Children: + - {fileID: 7035808645148654310} + m_Father: {fileID: 7035808645148654262} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485340 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654332} + m_Layer: 0 + m_Name: B-f_index_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654332 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485340} + m_LocalRotation: {x: -0.009865996, y: -0.015364876, z: -0.027867932, w: 0.99944484} + m_LocalPosition: {x: -0.037281666, y: 0.00000007033348, z: -0.000000038146972} + m_LocalScale: {x: 0.9999999, y: 1, z: 0.99999994} + m_Children: [] + m_Father: {fileID: 7035808645148654320} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7035808645148485342 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7035808645148654334} + m_Layer: 0 + m_Name: B-f_index_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7035808645148654334 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7035808645148485342} + m_LocalRotation: {x: 0.009865995, y: -0.015364828, z: 0.027867915, w: 0.99944484} + m_LocalPosition: {x: -0.037281793, y: -0.00000004172325, z: -0.000000009536743} + m_LocalScale: {x: 0.9999999, y: 0.99999994, z: 0.99999994} + m_Children: [] + m_Father: {fileID: 7035808645148654322} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/Mirror/Examples/TestNT/Dummy/FemaleDummy.prefab.meta b/Assets/Mirror/Examples/TestNT/Dummy/FemaleDummy.prefab.meta new file mode 100644 index 000000000..a4ad3ad31 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/FemaleDummy.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ef692d625a130534ab152b65fe91a77b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/MaleDummy.prefab b/Assets/Mirror/Examples/TestNT/Dummy/MaleDummy.prefab new file mode 100644 index 000000000..433491944 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/MaleDummy.prefab @@ -0,0 +1,2144 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &367304667414434096 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334928} + m_Layer: 0 + m_Name: B-toe_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334928 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434096} + m_LocalRotation: {x: 0.9619414, y: 0.019137692, z: 0.24112691, w: -0.12712318} + m_LocalPosition: {x: -0.17486914, y: 0.000000005960464, z: -0.0000000011920929} + m_LocalScale: {x: 0.99999976, y: 1.0000001, z: 1.0000001} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334852} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434098 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334930} + m_Layer: 0 + m_Name: B-toe_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334930 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434098} + m_LocalRotation: {x: 0.9619414, y: -0.01913792, z: 0.2411269, w: 0.12712301} + m_LocalPosition: {x: -0.17486915, y: -2.9802322e-10, z: 0.000000005960464} + m_LocalScale: {x: 1.0000001, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334854} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434100 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334932} + m_Layer: 0 + m_Name: B-thumb_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334932 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434100} + m_LocalRotation: {x: 0.008187708, y: -0.03251536, z: 0.015720008, w: 0.99931407} + m_LocalPosition: {x: -0.047159117, y: 0.0000000166893, z: -0.00000006198883} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334952} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434102 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334934} + m_Layer: 0 + m_Name: B-thumb_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334934 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434102} + m_LocalRotation: {x: -0.008187744, y: -0.032515395, z: -0.015720004, w: 0.99931407} + m_LocalPosition: {x: -0.047159098, y: 0.000000011920928, z: -0.0000001001358} + m_LocalScale: {x: 1.0000001, y: 1, z: 1.0000002} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334954} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434108 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334940} + m_Layer: 0 + m_Name: B-upper_arm_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334940 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434108} + m_LocalRotation: {x: -0.6976711, y: 0.06233134, z: -0.008004925, w: 0.7136566} + m_LocalPosition: {x: -0.1801766, y: 0.06888282, z: -0.00014649138} + m_LocalScale: {x: 1.0000001, y: 1, z: 0.9999999} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334848} + m_Father: {fileID: 367304667414334948} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434110 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334942} + m_Layer: 0 + m_Name: B-upper_arm_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334942 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434110} + m_LocalRotation: {x: 0.6976711, y: 0.062331237, z: 0.008004919, w: 0.7136566} + m_LocalPosition: {x: -0.18017663, y: -0.0688828, z: -0.00014649375} + m_LocalScale: {x: 1.0000001, y: 1, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334850} + m_Father: {fileID: 367304667414334950} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434176 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334880} + m_Layer: 0 + m_Name: B-f_middle_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334880 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434176} + m_LocalRotation: {x: -0.006058172, y: -0.01065095, z: -0.029628476, w: 0.9994859} + m_LocalPosition: {x: -0.039023835, y: -0.000000115334984, z: 0.000000014305114} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334884} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434178 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334882} + m_Layer: 0 + m_Name: B-f_middle_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334882 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434178} + m_LocalRotation: {x: 0.0060581956, y: -0.010650941, z: 0.02962849, w: 0.9994859} + m_LocalPosition: {x: -0.03902382, y: -0.000000070929524, z: 0.00000002026558} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334886} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434180 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334884} + m_Layer: 0 + m_Name: B-f_middle_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334884 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434180} + m_LocalRotation: {x: -0.00032968543, y: -0.0000023865143, z: -0.000000885455, w: 0.99999994} + m_LocalPosition: {x: -0.044799622, y: 0.00000019580125, z: 0.0000000166893} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.9999999} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334880} + m_Father: {fileID: 367304667414334904} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334886} + m_Layer: 0 + m_Name: B-f_middle_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334886 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434182} + m_LocalRotation: {x: 0.0003297106, y: -0.0000023813923, z: 0.00000075669976, w: 0.99999994} + m_LocalPosition: {x: -0.044799533, y: 0.00000000834465, z: -0.000000010728836} + m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 0.9999999} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334882} + m_Father: {fileID: 367304667414334906} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434184 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334888} + m_Layer: 0 + m_Name: B-f_pinky_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334888 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434184} + m_LocalRotation: {x: 0.000021740796, y: 0.00000083632773, z: 0.0000051935203, w: 1} + m_LocalPosition: {x: -0.032778095, y: -0.000000062584874, z: 0.00000002026558} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334868} + m_Father: {fileID: 367304667414334892} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434186 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334890} + m_Layer: 0 + m_Name: B-f_pinky_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334890 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434186} + m_LocalRotation: {x: -0.000021602958, y: 0.000000805594, z: -0.00000513345, w: 1} + m_LocalPosition: {x: -0.03277798, y: -0.000000073760745, z: 0.000000026226044} + m_LocalScale: {x: 1, y: 1.0000001, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334870} + m_Father: {fileID: 367304667414334894} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434188 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334892} + m_Layer: 0 + m_Name: B-f_pinky_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334892 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434188} + m_LocalRotation: {x: 0.065136336, y: 0.102685705, z: 0.022332853, w: 0.99232763} + m_LocalPosition: {x: -0.05985134, y: 0.00000020943581, z: -0.0000000023841857} + m_LocalScale: {x: 1, y: 0.99999994, z: 1.0000001} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334888} + m_Father: {fileID: 367304667414334972} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434190 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334894} + m_Layer: 0 + m_Name: B-f_pinky_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334894 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434190} + m_LocalRotation: {x: -0.065136574, y: 0.10268569, z: -0.02233285, w: 0.99232763} + m_LocalPosition: {x: -0.0598513, y: -0.00000011321157, z: 0.000000002682209} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334890} + m_Father: {fileID: 367304667414334974} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434192 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334896} + m_Layer: 0 + m_Name: B-f_index_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334896 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434192} + m_LocalRotation: {x: 0.002566493, y: 0.000001530168, z: 0.000006944895, w: 0.9999967} + m_LocalPosition: {x: -0.04279973, y: -0.000000011920928, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334908} + m_Father: {fileID: 367304667414334900} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434194 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334898} + m_Layer: 0 + m_Name: B-f_index_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334898 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434194} + m_LocalRotation: {x: -0.00256651, y: 0.0000014770827, z: -0.0000069467583, w: 0.9999967} + m_LocalPosition: {x: -0.04279975, y: 0.00000011086464, z: -0.000000028610229} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334910} + m_Father: {fileID: 367304667414334902} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434196 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334900} + m_Layer: 0 + m_Name: B-f_index_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334900 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434196} + m_LocalRotation: {x: -0.0012159412, y: 0.011280947, z: 0.01436775, w: 0.99983245} + m_LocalPosition: {x: -0.06905617, y: 0.00000016450882, z: 0.000000014305114} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334896} + m_Father: {fileID: 367304667414334856} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434198 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334902} + m_Layer: 0 + m_Name: B-f_index_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334902 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434198} + m_LocalRotation: {x: 0.0012159356, y: 0.0112809595, z: -0.014367757, w: 0.99983245} + m_LocalPosition: {x: -0.06905625, y: 0.000000011920928, z: 0.000000038146972} + m_LocalScale: {x: 1, y: 0.9999999, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334898} + m_Father: {fileID: 367304667414334858} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434200 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334904} + m_Layer: 0 + m_Name: B-f_middle_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334904 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434200} + m_LocalRotation: {x: -0.015215058, y: 0.021734191, z: -0.01934758, w: 0.99946076} + m_LocalPosition: {x: -0.064464346, y: -0.000000038444995, z: -0.0000000047683715} + m_LocalScale: {x: 0.9999999, y: 0.9999999, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334884} + m_Father: {fileID: 367304667414334964} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434202 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334906} + m_Layer: 0 + m_Name: B-f_middle_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334906 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434202} + m_LocalRotation: {x: 0.015215012, y: 0.021734226, z: 0.019347662, w: 0.99946076} + m_LocalPosition: {x: -0.06446431, y: -0.0000000500679, z: 0.0000000047683715} + m_LocalScale: {x: 0.99999994, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334886} + m_Father: {fileID: 367304667414334966} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434204 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334908} + m_Layer: 0 + m_Name: B-f_index_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334908 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434204} + m_LocalRotation: {x: -0.009865996, y: -0.015364876, z: -0.027867932, w: 0.99944484} + m_LocalPosition: {x: -0.037281666, y: 0.00000007033348, z: -0.000000038146972} + m_LocalScale: {x: 0.9999999, y: 1, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334896} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434206 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334910} + m_Layer: 0 + m_Name: B-f_index_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334910 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434206} + m_LocalRotation: {x: 0.009865995, y: -0.015364828, z: 0.027867915, w: 0.99944484} + m_LocalPosition: {x: -0.037281793, y: -0.00000004172325, z: -0.000000009536743} + m_LocalScale: {x: 0.9999999, y: 0.99999994, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334898} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434240 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334944} + m_Layer: 0 + m_Name: B-thigh_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334944 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434240} + m_LocalRotation: {x: -0.025000706, y: 0.99521315, z: 0.09390361, w: 0.01038775} + m_LocalPosition: {x: -0.0646312, y: 0.07962749, z: 0.0051341197} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334968} + m_Father: {fileID: 8654250720420943552} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434242 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334946} + m_Layer: 0 + m_Name: B-thigh_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334946 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434242} + m_LocalRotation: {x: 0.0249988, y: 0.9952123, z: -0.093913116, w: 0.0103866225} + m_LocalPosition: {x: -0.064631216, y: -0.07962748, z: 0.0051341197} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334970} + m_Father: {fileID: 8654250720420943552} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434244 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334948} + m_Layer: 0 + m_Name: B-shoulder_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334948 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434244} + m_LocalRotation: {x: -0.06401451, y: -0.07252643, z: -0.75405246, w: 0.6496514} + m_LocalPosition: {x: -0.20827699, y: 0.00000001572447, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334940} + m_Father: {fileID: 8654250720420943606} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434246 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334950} + m_Layer: 0 + m_Name: B-shoulder_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334950 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434246} + m_LocalRotation: {x: 0.0640145, y: -0.07252644, z: 0.75405246, w: 0.6496514} + m_LocalPosition: {x: -0.20827699, y: 0.00000001572447, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334942} + m_Father: {fileID: 8654250720420943606} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434248 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334952} + m_Layer: 0 + m_Name: B-thumb_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334952 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434248} + m_LocalRotation: {x: 0.5480025, y: -0.046547823, z: 0.117031485, w: 0.8269403} + m_LocalPosition: {x: -0.057353947, y: 0.00000007152557, z: -0.000000026524066} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334932} + m_Father: {fileID: 367304667414334956} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434250 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334954} + m_Layer: 0 + m_Name: B-thumb_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334954 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434250} + m_LocalRotation: {x: -0.54800236, y: -0.046547767, z: -0.11703143, w: 0.82694036} + m_LocalPosition: {x: -0.057353947, y: -0.000000102519984, z: 0.00000004261732} + m_LocalScale: {x: 1.0000001, y: 1, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334934} + m_Father: {fileID: 367304667414334958} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434252 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334956} + m_Layer: 0 + m_Name: B-thumb_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334956 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434252} + m_LocalRotation: {x: -0.041560974, y: -0.44378984, z: 0.23022802, w: 0.865054} + m_LocalPosition: {x: 0.034065623, y: -0.006046853, z: 0.010618317} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334952} + m_Father: {fileID: 367304667414334856} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434254 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334958} + m_Layer: 0 + m_Name: B-thumb_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334958 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434254} + m_LocalRotation: {x: 0.041560944, y: -0.44378984, z: -0.23022804, w: 0.865054} + m_LocalPosition: {x: 0.034065567, y: 0.0060470067, z: 0.010618346} + m_LocalScale: {x: 1, y: 0.9999999, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334954} + m_Father: {fileID: 367304667414334858} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434256 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334960} + m_Layer: 0 + m_Name: B-palm_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334960 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434256} + m_LocalRotation: {x: 0.07251036, y: 0.10585397, z: 0.060529195, w: 0.98988557} + m_LocalPosition: {x: -0.069540806, y: 0.012125445, z: 0.011136671} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334864} + m_Father: {fileID: 367304667414334860} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434258 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334962} + m_Layer: 0 + m_Name: B-palm_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334962 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434258} + m_LocalRotation: {x: -0.07251049, y: 0.10585392, z: -0.06052923, w: 0.98988557} + m_LocalPosition: {x: -0.06954075, y: -0.01212558, z: 0.011136639} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334866} + m_Father: {fileID: 367304667414334862} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434260 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334964} + m_Layer: 0 + m_Name: B-palm_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334964 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434260} + m_LocalRotation: {x: -0.015757974, y: 0.058999196, z: 0.04566166, w: 0.9970887} + m_LocalPosition: {x: -0.07584187, y: 0.0024843346, z: -0.012874911} + m_LocalScale: {x: 0.9999999, y: 0.9999998, z: 0.9999999} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334904} + m_Father: {fileID: 367304667414334860} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434262 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334966} + m_Layer: 0 + m_Name: B-palm_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334966 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434262} + m_LocalRotation: {x: 0.015757997, y: 0.058999117, z: -0.045661706, w: 0.9970887} + m_LocalPosition: {x: -0.075841814, y: -0.0024846261, z: -0.012874966} + m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334906} + m_Father: {fileID: 367304667414334862} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434264 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334968} + m_Layer: 0 + m_Name: B-shin_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334968 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434264} + m_LocalRotation: {x: 0.06514398, y: 0.01597787, z: 0.020250995, w: 0.99754244} + m_LocalPosition: {x: -0.4678669, y: 0.00000004529953, z: -8.9406965e-10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334852} + m_Father: {fileID: 367304667414334944} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434266 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334970} + m_Layer: 0 + m_Name: B-shin_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334970 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434266} + m_LocalRotation: {x: -0.06515384, y: 0.015977686, z: -0.020251136, w: 0.9975418} + m_LocalPosition: {x: -0.46786693, y: 0.00000003039837, z: -5.9604643e-10} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334854} + m_Father: {fileID: 367304667414334946} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434268 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334972} + m_Layer: 0 + m_Name: B-palm_04_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334972 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434268} + m_LocalRotation: {x: -0.018282274, y: 0.17281726, z: 0.05989306, w: 0.98296124} + m_LocalPosition: {x: -0.061824508, y: 0.015038921, z: 0.030129928} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334892} + m_Father: {fileID: 367304667414334860} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434270 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334974} + m_Layer: 0 + m_Name: B-palm_04_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334974 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434270} + m_LocalRotation: {x: 0.018282311, y: 0.17281723, z: -0.059893165, w: 0.98296124} + m_LocalPosition: {x: -0.061824545, y: -0.015039053, z: 0.030129895} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334894} + m_Father: {fileID: 367304667414334862} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434272 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334848} + m_Layer: 0 + m_Name: B-forearm_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334848 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434272} + m_LocalRotation: {x: -0.0036123928, y: 0.0088258805, z: 0.22158985, w: 0.9750933} + m_LocalPosition: {x: -0.25348926, y: 0.000000019073486, z: -0.000000015497207} + m_LocalScale: {x: 1.0000001, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334860} + m_Father: {fileID: 367304667414334940} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434274 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334850} + m_Layer: 0 + m_Name: B-forearm_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334850 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434274} + m_LocalRotation: {x: 0.0036123963, y: 0.0088258805, z: -0.22158988, w: 0.9750933} + m_LocalPosition: {x: -0.25348926, y: 0.000000014305114, z: 0.0000000047683715} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334862} + m_Father: {fileID: 367304667414334942} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434276 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334852} + m_Layer: 0 + m_Name: B-foot_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334852 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434276} + m_LocalRotation: {x: -0.03588554, y: -0.4901274, z: -0.063863955, w: 0.86856705} + m_LocalPosition: {x: -0.3730876, y: 0.000000016763806, z: -8.9406965e-10} + m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334928} + m_Father: {fileID: 367304667414334968} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434278 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334854} + m_Layer: 0 + m_Name: B-foot_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334854 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434278} + m_LocalRotation: {x: 0.035885476, y: -0.49012747, z: 0.06386395, w: 0.86856705} + m_LocalPosition: {x: -0.3730876, y: 0.000000019371509, z: -5.9604643e-10} + m_LocalScale: {x: 1, y: 0.9999999, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334930} + m_Father: {fileID: 367304667414334970} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434280 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334856} + m_Layer: 0 + m_Name: B-palm_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334856 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434280} + m_LocalRotation: {x: 0.026751377, y: -0.0136336265, z: 0.041836835, w: 0.9986732} + m_LocalPosition: {x: -0.072650805, y: -0.0075666904, z: -0.0343889} + m_LocalScale: {x: 1, y: 1, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334900} + - {fileID: 367304667414334956} + m_Father: {fileID: 367304667414334860} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434282 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334858} + m_Layer: 0 + m_Name: B-palm_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334858 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434282} + m_LocalRotation: {x: -0.026751496, y: -0.013633674, z: -0.04183685, w: 0.9986732} + m_LocalPosition: {x: -0.07265077, y: 0.0075665484, z: -0.034388933} + m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334902} + - {fileID: 367304667414334958} + m_Father: {fileID: 367304667414334862} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434284 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334860} + m_Layer: 0 + m_Name: B-hand_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334860 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434284} + m_LocalRotation: {x: -0.69449025, y: -0.05233536, z: 0.0062212413, w: 0.71756923} + m_LocalPosition: {x: -0.28138602, y: -0.0000000077486035, z: 0.000000015459955} + m_LocalScale: {x: 0.9999999, y: 1.0000001, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334856} + - {fileID: 367304667414334964} + - {fileID: 367304667414334960} + - {fileID: 367304667414334972} + m_Father: {fileID: 367304667414334848} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434286 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334862} + m_Layer: 0 + m_Name: B-hand_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334862 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434286} + m_LocalRotation: {x: 0.6944904, y: -0.052335467, z: -0.006221218, w: 0.7175691} + m_LocalPosition: {x: -0.28138602, y: 0.00000006020069, z: 0.00000016812234} + m_LocalScale: {x: 0.99999976, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334858} + - {fileID: 367304667414334966} + - {fileID: 367304667414334962} + - {fileID: 367304667414334974} + m_Father: {fileID: 367304667414334850} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434288 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334864} + m_Layer: 0 + m_Name: B-f_ring_01_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334864 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434288} + m_LocalRotation: {x: -0.08556946, y: 0.08425178, z: -0.025032561, w: 0.9924479} + m_LocalPosition: {x: -0.06374774, y: 0.000000118613244, z: -0.000000042915342} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334876} + m_Father: {fileID: 367304667414334960} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434290 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334866} + m_Layer: 0 + m_Name: B-f_ring_01_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334866 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434290} + m_LocalRotation: {x: 0.08556959, y: 0.08425178, z: 0.025032545, w: 0.9924479} + m_LocalPosition: {x: -0.063747756, y: -0.00000002324581, z: 0.000000009536743} + m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334878} + m_Father: {fileID: 367304667414334962} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434292 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334868} + m_Layer: 0 + m_Name: B-f_pinky_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334868 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434292} + m_LocalRotation: {x: -0.031146342, y: -0.014893237, z: -0.0378438, w: 0.99868715} + m_LocalPosition: {x: -0.028552176, y: -0.0000001603365, z: -0.000000015497207} + m_LocalScale: {x: 0.9999999, y: 0.9999999, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334888} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434294 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334870} + m_Layer: 0 + m_Name: B-f_pinky_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334870 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434294} + m_LocalRotation: {x: 0.031146443, y: -0.014893203, z: 0.037843738, w: 0.99868715} + m_LocalPosition: {x: -0.028552158, y: 0.00000008359551, z: -0.000000019073486} + m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334890} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434296 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334872} + m_Layer: 0 + m_Name: B-f_ring_03_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334872 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434296} + m_LocalRotation: {x: -0.015953563, y: -0.009958031, z: -0.030269537, w: 0.99936485} + m_LocalPosition: {x: -0.036591385, y: -0.00000015825033, z: -0.000000011920928} + m_LocalScale: {x: 0.9999999, y: 1.0000001, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334876} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434298 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334874} + m_Layer: 0 + m_Name: B-f_ring_03_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334874 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434298} + m_LocalRotation: {x: 0.015953831, y: -0.009958037, z: 0.030269563, w: 0.99936485} + m_LocalPosition: {x: -0.0365915, y: -0.00000011965632, z: -0.0000000023841857} + m_LocalScale: {x: 0.9999998, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 367304667414334878} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434300 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334876} + m_Layer: 0 + m_Name: B-f_ring_02_R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334876 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434300} + m_LocalRotation: {x: -0.0019356324, y: 0.0000013606649, z: -0.0000004792828, w: 0.99999815} + m_LocalPosition: {x: -0.04200715, y: -0.000000029653311, z: -0.000000007152557} + m_LocalScale: {x: 1, y: 1.0000001, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334872} + m_Father: {fileID: 367304667414334864} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &367304667414434302 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 367304667414334878} + m_Layer: 0 + m_Name: B-f_ring_02_L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &367304667414334878 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 367304667414434302} + m_LocalRotation: {x: 0.0019353828, y: 0.0000013671842, z: 0.00000046682632, w: 0.99999815} + m_LocalPosition: {x: -0.042007074, y: 0.000000042468308, z: 0.0000000047683715} + m_LocalScale: {x: 0.99999994, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 367304667414334874} + m_Father: {fileID: 367304667414334866} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8654250720420973216 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8654250720420943488} + m_Layer: 0 + m_Name: B-chest + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8654250720420943488 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973216} + m_LocalRotation: {x: -0.0000000073870416, y: -0.097844325, z: -1.7868113e-15, w: 0.99520177} + m_LocalPosition: {x: -0.15047424, y: 0.00000001136049, z: 0.0000000047683715} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8654250720420943606} + m_Father: {fileID: 8654250720420943580} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8654250720420973278 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8654250720420943550} + m_Layer: 0 + m_Name: B-head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8654250720420943550 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973278} + m_LocalRotation: {x: -0.0000000047095234, y: -0.06237953, z: -1.7493289e-15, w: 0.9980525} + m_LocalPosition: {x: -0.06813276, y: 0.0000000051438835, z: -0.0000000023841857} + m_LocalScale: {x: 0.99999994, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8654250720420943554} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8654250720420973280 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8654250720420943552} + m_Layer: 0 + m_Name: B-hips + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8654250720420943552 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973280} + m_LocalRotation: {x: 0.009049772, y: 0.009049771, z: -0.70704883, w: 0.7070489} + m_LocalPosition: {x: -0, y: 0.8876177, z: -0.043739915} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8654250720420943580} + - {fileID: 367304667414334946} + - {fileID: 367304667414334944} + m_Father: {fileID: 8654250720420943608} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8654250720420973282 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8654250720420943554} + m_Layer: 0 + m_Name: B-neck + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8654250720420943554 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973282} + m_LocalRotation: {x: 0.000000007970634, y: 0.105574235, z: 6.808396e-17, w: 0.99441147} + m_LocalPosition: {x: -0.20827699, y: 0.00000001572447, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8654250720420943550} + m_Father: {fileID: 8654250720420943606} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8654250720420973308 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8654250720420943580} + m_Layer: 0 + m_Name: B-spine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8654250720420943580 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973308} + m_LocalRotation: {x: 0.000000002774319, y: 0.03674698, z: -1.0314099e-17, w: 0.9993246} + m_LocalPosition: {x: -0.1799141, y: 0.000000013583137, z: 0} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8654250720420943488} + m_Father: {fileID: 8654250720420943552} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8654250720420973334 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8654250720420943606} + m_Layer: 0 + m_Name: B-upperChest + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8654250720420943606 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973334} + m_LocalRotation: {x: 0.0000000024481734, y: 0.032427035, z: 1.7725028e-15, w: 0.9994741} + m_LocalPosition: {x: -0.14252818, y: 0.000000010760584, z: -0.000000007152557} + m_LocalScale: {x: 0.99999994, y: 1, z: 0.99999994} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8654250720420943554} + - {fileID: 367304667414334950} + - {fileID: 367304667414334948} + m_Father: {fileID: 8654250720420943488} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8654250720420973336 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8654250720420943608} + m_Layer: 0 + m_Name: Dummy + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8654250720420943608 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973336} + m_LocalRotation: {x: 0.000000021855694, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8654250720420943552} + m_Father: {fileID: 8654250720420943610} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8654250720420973338 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8654250720420943610} + - component: {fileID: 8654250720411597152} + m_Layer: 0 + m_Name: MaleDummy + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8654250720420943610 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973338} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8654250720420943608} + - {fileID: 8654250720420943614} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!95 &8654250720411597152 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973338} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: 317a56890b5c8e74ab1d492a2c7fb608, type: 3} + m_Controller: {fileID: 9100000, guid: e2cf68ff4b1ffda45a77f7307dd789b9, type: 2} + m_CullingMode: 1 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 +--- !u!1 &8654250720420973342 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8654250720420943614} + - component: {fileID: 8654250720407373730} + m_Layer: 0 + m_Name: MaleDummy_Mesh + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8654250720420943614 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973342} + m_LocalRotation: {x: 0.70710695, y: 0, z: -0, w: 0.7071066} + m_LocalPosition: {x: -0, y: 0, z: -1.4901147e-10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8654250720420943610} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!137 &8654250720407373730 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8654250720420973342} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 3 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 75f6f11c806810340800c866dba8155b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: 4300000, guid: 317a56890b5c8e74ab1d492a2c7fb608, type: 3} + m_Bones: + - {fileID: 8654250720420943552} + - {fileID: 8654250720420943580} + - {fileID: 8654250720420943488} + - {fileID: 8654250720420943606} + - {fileID: 8654250720420943554} + - {fileID: 8654250720420943550} + - {fileID: 367304667414334950} + - {fileID: 367304667414334942} + - {fileID: 367304667414334850} + - {fileID: 367304667414334862} + - {fileID: 367304667414334902} + - {fileID: 367304667414334898} + - {fileID: 367304667414334910} + - {fileID: 367304667414334958} + - {fileID: 367304667414334954} + - {fileID: 367304667414334934} + - {fileID: 367304667414334906} + - {fileID: 367304667414334886} + - {fileID: 367304667414334882} + - {fileID: 367304667414334866} + - {fileID: 367304667414334878} + - {fileID: 367304667414334874} + - {fileID: 367304667414334894} + - {fileID: 367304667414334890} + - {fileID: 367304667414334870} + - {fileID: 367304667414334948} + - {fileID: 367304667414334940} + - {fileID: 367304667414334848} + - {fileID: 367304667414334860} + - {fileID: 367304667414334900} + - {fileID: 367304667414334896} + - {fileID: 367304667414334908} + - {fileID: 367304667414334956} + - {fileID: 367304667414334952} + - {fileID: 367304667414334932} + - {fileID: 367304667414334904} + - {fileID: 367304667414334884} + - {fileID: 367304667414334880} + - {fileID: 367304667414334864} + - {fileID: 367304667414334876} + - {fileID: 367304667414334872} + - {fileID: 367304667414334892} + - {fileID: 367304667414334888} + - {fileID: 367304667414334868} + - {fileID: 367304667414334946} + - {fileID: 367304667414334970} + - {fileID: 367304667414334854} + - {fileID: 367304667414334930} + - {fileID: 367304667414334944} + - {fileID: 367304667414334968} + - {fileID: 367304667414334852} + - {fileID: 367304667414334928} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 8654250720420943552} + m_AABB: + m_Center: {x: 0.0016462803, y: 0.00000020861626, z: 0.03639815} + m_Extent: {x: 0.9924226, y: 0.9069464, z: 0.24306375} + m_DirtyAABB: 0 diff --git a/Assets/Mirror/Examples/TestNT/Dummy/MaleDummy.prefab.meta b/Assets/Mirror/Examples/TestNT/Dummy/MaleDummy.prefab.meta new file mode 100644 index 000000000..e567ae37d --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/MaleDummy.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 34115fd4eff069845a47d22ce756724e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Materials.meta b/Assets/Mirror/Examples/TestNT/Dummy/Materials.meta new file mode 100644 index 000000000..35eeeaf06 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 10060c2572f749946818d18d70925964 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Materials/DummyMaterial.mat b/Assets/Mirror/Examples/TestNT/Dummy/Materials/DummyMaterial.mat new file mode 100644 index 000000000..f3296a104 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Materials/DummyMaterial.mat @@ -0,0 +1,77 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DummyMaterial + m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0c78f3bc217d9b24a9c1d10479de2940, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Materials/DummyMaterial.mat.meta b/Assets/Mirror/Examples/TestNT/Dummy/Materials/DummyMaterial.mat.meta new file mode 100644 index 000000000..82402b532 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Materials/DummyMaterial.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 75f6f11c806810340800c866dba8155b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Materials/FloorMaterial.mat b/Assets/Mirror/Examples/TestNT/Dummy/Materials/FloorMaterial.mat new file mode 100644 index 000000000..fa94b2c33 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Materials/FloorMaterial.mat @@ -0,0 +1,77 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: FloorMaterial + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.066 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.735849, g: 0.735849, b: 0.735849, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Materials/FloorMaterial.mat.meta b/Assets/Mirror/Examples/TestNT/Dummy/Materials/FloorMaterial.mat.meta new file mode 100644 index 000000000..f54940452 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Materials/FloorMaterial.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6f0ed2219ff129a43a45732c39e4918a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Models.meta b/Assets/Mirror/Examples/TestNT/Dummy/Models.meta new file mode 100644 index 000000000..7fb425f59 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 98f6dc73f311f5443862e7f75ff9d729 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Models/FemaleDummy.fbx b/Assets/Mirror/Examples/TestNT/Dummy/Models/FemaleDummy.fbx new file mode 100644 index 000000000..4ff4c7a2b --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Models/FemaleDummy.fbx @@ -0,0 +1,11722 @@ +; FBX 6.1.0 project file +; ---------------------------------------------------- + +FBXHeaderExtension: { + FBXHeaderVersion: 1003 + FBXVersion: 6100 + CreationTimeStamp: { + Version: 1000 + Year: 2020 + Month: 11 + Day: 07 + Hour: 19 + Minute: 10 + Second: 56 + Millisecond: 0 + } + Creator: "FBX SDK/FBX Plugins build 20070228" + OtherFlags: { + FlagPLE: 0 + } +} +CreationTime: "2020-11-07 19:10:56:000" +; Object definitions +;------------------------------------------------------------------ + +Definitions: { + Version: 100 + Count: 119 + ObjectType: "Model" { + Count: 62 + } + ObjectType: "Geometry" { + Count: 1 + } + ObjectType: "Material" { + Count: 2 + } + ObjectType: "Texture" { + Count: 1 + } + ObjectType: "Video" { + Count: 1 + } + ObjectType: "Deformer" { + Count: 53 + } + ObjectType: "Pose" { + Count: 1 + } + ObjectType: "GlobalSettings" { + Count: 1 + } +} + +; Object properties +;------------------------------------------------------------------ + +Objects: { + Model: "Model::Dummy", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000002504478065,-0.000000000000000,0.000000000000000 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Color", "Color", "A",0.8,0.8,0.8 + Property: "Size", "double", "",100 + Property: "Look", "enum", "",1 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::FemaleDummy_Mesh", "Mesh" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000006830189170,-0.000000000000000,0.000000000000000 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Color", "Color", "A",0.8,0.8,0.8 + Property: "Size", "double", "",100 + Property: "Look", "enum", "",1 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + Vertices: 2.098829,159.131363,-10.289108,44.137375,140.633347,-4.165447,49.369133,139.945587,-3.353012,50.456055,142.759781,-4.758322, + 44.882935,144.546768,-5.365014,48.705868,136.190262,-3.946996,46.225887,145.520203,-9.543300,41.636147,143.568558,-10.201965, + 41.240601,142.722504,-7.756077,14.898983,130.425858,-2.719092,15.451450,131.818878,-5.449748,14.543488,149.891159,-14.939415, + 14.812345,144.093948,-16.884851,37.759132,138.591339,-3.831171,40.265099,138.873749,-6.567822,40.703697,140.971191,-6.586467, + 38.475800,142.148422,-3.859638,43.903667,136.861542,-4.497182,39.885002,137.259186,-8.350144,43.568520,134.166031,-6.798625, + 45.930489,136.964615,-15.930712,40.518715,139.148727,-13.855945,41.048222,141.085480,-13.760816,46.554302,141.031525,-15.809870, + 20.355677,140.251404,-6.140756,41.474602,142.718872,-12.346910,46.653255,144.238190,-13.199986,44.817944,134.742706,-12.681162, + 50.509182,133.973877,-11.030399,48.603912,133.450073,-6.108403,15.101995,134.184631,2.617181,13.533972,131.422272,3.996229, + 7.434085,144.007217,-16.668999,6.762591,150.094345,-15.023936,25.103468,147.633041,-1.686131,27.699505,144.156036,-2.659213, + 26.447041,150.713409,-7.275068,26.144873,150.265091,-3.591525,28.585447,148.736877,-5.010628,28.890596,149.852921,-7.602846, + 21.840267,150.492249,-14.137017,24.738010,150.877914,-11.102878,28.329340,149.906204,-10.957644,27.149645,147.755554,-14.099203, + 18.543926,149.686279,-15.725480,18.924318,146.138489,-16.511650,20.573301,151.789886,-13.342093,21.053940,152.423615,-10.425685, + 21.404867,152.411331,-6.440305,21.381590,151.754120,-2.838444,21.505615,150.770584,-0.472688,18.222559,150.426331,0.043679, + 17.638563,151.744308,-12.888597,17.525312,152.742035,-9.887849,17.479706,152.986069,-6.550323,17.663820,152.129089,-2.976703, + 20.333759,141.736710,-1.429247,27.846647,140.889709,-2.903723,27.717663,138.003021,-7.110344,27.286564,138.634445,-11.601542, + 20.319965,140.143402,-10.087620,19.914459,141.838974,-14.364336,27.066935,143.239670,-14.663658,29.934790,142.411377,-15.184437, + 29.925362,137.582260,-11.774848,31.336201,149.472641,-11.716519,30.257744,146.804489,-14.674400,31.593781,148.138382,-5.101203, + 31.816776,149.354507,-8.121919,30.709200,139.928619,-2.679204,30.845980,144.309280,-2.437710,30.429567,137.133316,-6.800459, + 35.223122,147.252213,-5.741178,35.526108,148.560638,-9.503018,34.007729,138.991135,-2.921807,34.560127,143.387924,-2.824055, + 33.373932,136.306564,-6.789039,15.638328,132.988373,-1.623571,8.191525,132.701996,-14.705574,7.679901,138.916977,-16.797829, + 38.770515,142.330399,-15.820860,38.000664,139.389847,-16.338440,33.765045,140.686920,-15.956602,34.432098,144.344437,-15.263317, + 15.643858,139.774963,-16.035664,13.510260,132.404831,-10.609221,35.211617,147.666855,-12.972723,11.742417,129.887451,-9.277617, + 6.905216,129.823959,-11.829231,51.827194,143.545288,-7.853222,52.546062,142.072769,-11.107731,51.808712,136.072296,-13.296032, + 52.534046,139.076691,-13.190055,39.543770,144.951355,-13.714014,39.275078,144.824158,-6.322752,39.863525,146.184097,-10.288809, + 37.168762,136.103500,-7.310663,3.249013,152.671738,2.883375,14.079598,149.930893,1.624596,9.115619,153.159134,-0.034869, + 7.634097,131.936462,6.870996,40.063747,137.561539,-11.608706,37.344345,136.601761,-12.570523,33.272057,136.961105,-12.117969, + 9.451033,154.640594,-2.476132,13.959846,153.463913,-1.854289,13.890235,154.873779,-5.795586,8.856483,156.813446,-5.730164, + 6.087009,155.081894,-12.859929,14.278803,152.434769,-12.949790,8.358363,156.942169,-9.958244,14.015387,154.072525,-10.291064, + 1.641209,135.183945,8.951902,7.277232,123.386841,5.974578,11.976884,123.158279,2.008307,12.919301,122.739960,-3.553986, + 10.186738,122.353523,-8.692477,5.844611,122.212257,-10.570548,14.614494,148.041946,2.376163,2.458685,147.934723,5.697763, + 14.105018,134.272507,4.393744,11.218627,148.009933,3.899026,18.990171,147.402130,1.472283,19.889002,144.566162,0.247861, + 4.727046,122.985268,6.264769,9.931423,122.796921,3.099822,12.946274,122.465240,-1.828958,10.816780,122.119499,-6.966795, + 5.639687,121.895668,-10.292914,8.250943,170.957916,-1.136958,61.077541,135.613403,-8.347094,60.453785,140.008606,-4.394770, + 67.088257,137.871307,1.189363,66.171684,137.433380,2.910398,68.326401,135.549438,-3.244496,60.413357,133.336899,-8.120024, + 59.258873,132.258896,-6.071997,58.053066,132.426773,-3.151345,57.810688,134.486374,-1.351881,58.128483,137.623138,-0.392032, + 58.995708,139.510010,-1.393366,68.096870,137.364761,-1.407338,68.113647,133.952621,-3.733993,67.679543,132.309006,-3.789211, + 66.912254,131.463516,-2.041233,66.218971,131.641037,0.206148,65.889702,132.014847,1.686286,75.818687,134.761673,8.935129, + 74.202942,132.527206,9.485113,77.902176,135.214966,-1.684285,76.626884,132.113480,-2.971936,75.835304,130.313248,-2.262473, + 73.759377,130.921219,8.828772,60.984695,138.190796,-6.689107,65.771149,133.942413,3.012227,67.451576,137.756454,-0.485933, + 68.024422,133.827896,-3.741229,67.584213,132.512085,-3.407311,66.576515,131.726379,-1.640248,65.624893,132.018402,0.531590, + 65.272575,133.562515,2.057660,65.415161,136.130234,3.043246,66.162247,137.516983,2.164733,67.989914,135.827133,-2.669716, + 6.526895,178.048462,4.251970,8.047585,176.397461,2.801157,2.646703,179.881317,7.161213,4.928328,179.269745,5.615211, + 7.839596,177.485153,0.623513,7.974187,177.955261,-2.489137,7.295387,178.393280,-6.450557,2.465228,178.835709,-11.170995, + 5.060777,178.525787,-9.882807,6.718065,179.124405,1.637984,5.632531,180.409363,2.806736,3.333582,182.558655,0.446833, + 2.946702,181.553818,4.208661,5.601401,181.246124,-0.620948,6.786540,179.863892,-1.433968,6.327903,180.398621,-5.356227, + 4.785395,181.947067,-4.317438,3.948071,181.922440,-7.138740,4.785858,180.315521,-8.581804,2.186907,182.342041,-7.398497, + 3.018059,182.891266,-3.567528,2.340320,180.745468,-9.681569,6.311936,157.948700,-6.232488,6.174555,156.020401,-2.266347, + 4.615684,158.848831,-8.936489,3.422176,153.746124,1.361418,3.155310,153.255264,0.203442,5.227721,154.533463,-3.252519, + 5.716817,172.059937,7.481230,4.917699,171.251724,7.975710,3.747843,169.676712,8.752692,1.441728,172.882187,9.013058, + 1.302550,172.256119,8.882154,3.292499,174.203339,8.869565,4.505302,174.349228,8.094550,5.294427,174.001724,7.446600, + 5.805434,173.652634,7.295180,0.756171,171.193771,9.726275,0.650944,172.461823,9.655131,2.244829,171.177765,8.884967, + 1.513983,171.722275,8.855523,1.123463,176.467453,9.891320,0.907295,173.815018,9.770049,1.556805,174.625214,9.863020, + 1.395857,169.972519,9.772373,1.874152,168.495407,10.245849,2.576846,164.856018,9.779216,3.527442,164.434326,8.815564, + 4.096653,164.555740,8.423449,3.202683,165.470764,9.367538,2.425196,161.618515,9.101689,1.252024,161.158218,9.750998, + 1.470403,160.402512,9.517051,2.850101,161.191544,8.798028,3.668487,163.379623,8.418883,3.282945,162.422958,8.539260, + 3.863138,162.245483,8.140815,4.299412,163.313309,7.979811,3.927330,167.295090,8.672584,5.285309,165.246048,7.465662, + 1.723909,165.822662,10.344292,1.352508,165.098846,10.545552,1.510873,167.660690,10.851729,1.458292,167.085968,10.511220, + 1.778166,167.114761,9.721733,3.498910,170.998535,8.617724,1.020129,166.799561,10.329618,1.339484,166.382401,10.282136, + 2.182613,173.738129,9.106136,8.070889,172.955811,3.362669,8.369748,173.647781,2.182628,8.559955,174.768158,-3.493463, + 6.684501,164.147034,2.611054,7.600771,166.320328,2.756394,1.492877,158.633194,8.851768,2.995436,159.756210,8.184386, + 4.340074,161.069382,7.141579,5.373288,161.771866,5.819381,6.070298,162.053345,4.216922,6.148474,163.721405,4.431094, + 6.509161,162.600388,2.383328,3.094914,175.381897,9.170271,6.061185,175.148209,7.024003,4.899368,175.620483,8.409585, + 7.539892,172.634338,5.423082,6.888647,174.409927,6.313778,7.097072,171.135345,6.199528,5.853070,169.671097,7.516242, + 6.276283,173.122604,7.192088,8.183331,170.206345,3.379799,8.412366,170.435242,1.667644,6.097363,165.604828,5.791152, + 8.609570,174.356430,-0.421762,6.255612,167.767883,6.758989,7.985452,167.097107,1.382411,6.760324,163.302902,0.883723, + 7.153468,164.514816,1.053811,1.099248,164.404800,10.630752,2.236928,164.260803,10.002482,3.149610,164.010269,8.819223, + 2.347769,162.951782,9.205855,1.068534,162.471420,10.089911,6.950167,166.110565,-3.011667,6.505972,176.823456,5.579067, + 4.496324,178.006393,7.413710,1.863281,177.727310,8.966649,7.331156,165.163361,-0.748061,7.698287,175.316986,4.097951, + 1.899003,166.632736,-9.696733,1.197216,159.503769,2.665103,3.299536,159.779510,5.104674,2.219769,159.101105,6.301106, + 2.730894,160.212524,1.632215,3.268556,162.215729,1.759682,5.183322,163.532028,-1.902785,5.267933,161.858978,-1.033389, + 5.212023,164.582825,-4.746404,5.465416,164.053574,-5.310344,2.479896,156.242172,-9.000779,2.606030,165.415421,-7.454195, + 5.286066,155.554703,-6.001723,4.251884,166.784500,-8.851527,6.123191,166.740646,-5.979823,3.700892,164.644058,-7.829904, + 5.824939,162.937454,-2.681779,1.078340,158.381409,7.094706,2.365891,167.922882,9.523679,2.719003,166.413406,9.259356, + 5.514107,163.320114,5.898381,1.514947,164.779053,-8.536624,4.173672,160.887695,0.486005,6.308676,162.912354,-0.097310, + 5.736514,161.854858,1.451005,5.020907,160.996811,2.417220,8.087548,171.134903,-3.820824,4.235622,160.377731,3.808917, + 7.468713,168.648438,-3.333603,7.698593,167.851318,-1.115297,7.486888,171.077103,-6.924998,8.056537,175.140045,-7.311284, + 5.069895,171.527618,-10.168492,2.573120,171.837433,-11.888085,2.945032,176.247391,-12.078702,5.504255,175.623245,-10.710334, + 4.646501,169.132736,-9.738564,6.843891,168.937042,-6.621717,2.332794,169.308014,-11.210965,12.791365,53.764194,-9.724199, + 16.252224,54.197586,-6.550455,15.869656,54.197586,-0.478572,3.803494,54.197578,-6.497669,4.543979,54.197578,-1.446372, + 7.198929,53.816124,1.550847,11.651487,53.816124,2.507943,7.294991,53.764191,-9.824551,6.683435,90.179176,-14.798033, + 11.771112,91.570129,5.619545,6.548260,90.142212,4.205662,1.698994,89.046555,-0.959909,1.330152,88.945717,-9.703815, + 17.530521,93.221375,1.934081,18.736217,93.574280,-8.154779,13.375135,92.008667,-14.649784,2.675389,161.671387,-6.935885, + 4.487218,161.158340,-4.819717,4.462612,160.462051,-2.926090,3.125118,159.686081,-0.512769,4.503612,112.497566,5.955515, + 8.731816,112.497566,3.595970,11.806558,112.497566,-1.429154,10.750516,112.497566,-7.221629,6.334700,112.497566,-11.738469, + 17.025597,137.545181,-4.838347,16.326969,137.924255,-11.220002,16.099751,142.587677,-4.341447,15.677075,143.723099,-12.249697, + 14.607537,148.879120,-10.241497,14.857053,146.620621,-3.621840,18.276932,139.615540,-6.161319,15.980370,149.059494,-14.692948, + 16.872849,145.390442,-16.334589,16.184465,149.916672,0.058926,15.611597,151.209488,-12.780593,15.500505,152.188232,-9.837007, + 15.455765,152.427597,-6.563078,15.636374,151.586975,-3.057563,18.255432,141.072525,-1.539599,18.241899,139.509598,-10.032975, + 17.844120,141.172867,-14.228199,17.163521,146.783920,1.297152,17.790117,144.099289,1.115025,16.576571,142.292648,-6.609022, + 14.671572,149.359192,-12.784719,15.766138,145.625900,-12.480997,14.914210,149.248505,-1.877403,14.867628,149.843048,-10.659122, + 14.421036,150.358704,-8.615373,14.712063,150.396851,-6.631350,14.975377,149.845139,-4.396450,16.564161,143.133621,-3.941392, + 16.556349,142.231506,-8.843718,16.326754,143.191544,-11.265192,16.212980,145.367767,-2.382302,41.356773,141.294357,-5.203450, + 41.809132,144.144867,-6.254709,42.514427,145.056122,-9.820747,41.198349,138.284241,-5.745113,40.857437,136.704758,-7.347202, + 41.922237,138.626175,-15.095484,42.369690,141.588470,-15.042424,42.331852,143.923660,-12.885487,41.313587,136.759384,-12.314510, + 40.786835,141.351624,-6.086504,41.143421,143.687546,-6.975615,41.678928,144.434692,-9.979212,40.646427,138.539062,-6.112480, + 40.364414,137.609390,-7.878387,41.134983,139.165741,-14.398527,41.500584,141.593277,-14.360499,41.254353,143.506821,-12.553120, + 40.667595,137.597305,-12.055170,76.912575,135.566772,5.919456,77.654747,135.774902,1.679718,75.510582,130.481445,1.566982, + 74.703316,130.700333,5.178535,76.421249,131.454941,9.191502,76.742249,132.781052,9.209585,78.119041,131.850540,-1.730252, + 78.302193,133.625366,-0.920296,77.009140,130.808121,-1.072920,76.284676,130.446655,8.603406,78.669708,131.887115,1.852118, + 79.133293,134.017090,2.092003,76.887146,130.181381,5.842542,78.076660,131.425049,5.973482,78.265930,133.714722,6.848061, + 77.183228,130.544479,1.480090,67.333717,130.845093,6.290936,71.089195,133.278610,-4.734504,71.347900,135.855499,-4.086674, + 68.011314,136.843536,6.035816,67.082184,133.413971,7.291888,70.392807,130.915329,-4.538751,68.369232,130.407135,1.925146, + 69.321007,130.159164,-1.509321,69.318565,137.604767,2.967655,70.710754,137.172592,-0.932050,74.168617,132.662476,-3.853214, + 74.374290,135.428574,-3.278768,70.912392,136.012115,7.748699,73.424644,130.371750,-3.400612,71.536270,130.311172,3.551840, + 72.415794,130.077774,0.028836,72.169342,136.875595,4.207718,73.463303,136.739624,0.269127,70.531342,130.640594,7.949459, + 70.210083,132.937042,8.963309,4.753407,162.791092,7.028378,82.823822,133.384445,-0.739158,82.156090,132.100739,-2.178897, + 82.507980,132.100739,0.732659,82.770195,132.944992,0.215613,85.058983,129.111237,-1.913771,86.103630,131.586868,-1.148376, + 85.595192,130.625809,-2.296934,85.182175,130.800949,-2.247021,85.690643,131.761948,-1.098452,84.645988,129.286362,-1.863847, + 84.846535,129.286362,-0.204466,85.462227,130.800949,0.070073,79.638710,133.323288,0.971591,79.931793,134.514496,-0.394155, + 79.312180,133.323288,-1.730157,85.875221,130.625809,0.020161,85.259529,129.111237,-0.254390,79.369644,134.442245,-0.334526, + 79.141243,133.481201,0.834023,78.525551,131.966660,0.559460,78.861214,133.481201,-1.483084,78.325005,131.966660,-1.099910, + 85.655800,131.432953,-0.339577,79.882034,134.106689,0.491809,86.068810,131.257828,-0.389490,79.334816,134.113235,0.424360, + 82.527191,132.944992,-1.794995,85.875412,131.257828,-1.989588,85.462410,131.432953,-1.939676,79.656555,134.106689,-1.373912, + 79.141434,134.113235,-1.175727,82.110847,131.089218,0.665759,85.164268,130.043655,0.014641,79.270203,132.384644,0.909506, + 85.577271,129.868515,-0.035260,78.843285,132.723938,0.778579,81.771706,131.089218,-2.140261,84.894394,130.043655,-2.218447, + 78.955505,132.384644,-1.694299,85.307396,129.868515,-2.268359,78.573395,132.723938,-1.454521,84.677513,129.089371,-0.976024, + 85.090508,128.914261,-1.025925,78.356529,131.769669,-0.212074,85.806610,128.995987,-1.920888,86.752899,131.238297,-1.226839, + 86.292297,130.367828,-2.267954,86.545921,130.367828,-0.169215,85.988251,128.995987,-0.417885,86.719872,130.940262,-0.551745, + 86.544708,130.940262,-2.001044,86.276062,129.681931,-0.219426,86.031593,129.681931,-2.242073,85.835274,128.817581,-1.115939, + 86.423721,129.314346,-1.695487,87.015541,130.715759,-1.258585,86.727280,130.171707,-1.912400,86.885811,130.171707,-0.600704, + 86.537254,129.314346,-0.756130,86.988998,130.529465,-0.885472,86.879524,130.529465,-1.791260,86.717148,129.743057,-0.632092, + 86.564346,129.743057,-1.896211,86.442024,129.202835,-1.189265,86.925430,129.857666,-1.247689,83.845245,129.625916,-1.767075, + 84.045792,129.625916,-0.107706,84.661476,131.140488,0.166857,84.889877,132.101501,-1.001692,84.381439,131.140488,-2.150238, + 84.855049,131.772522,-0.242805,84.661682,131.772522,-1.842892,84.363533,130.383209,0.111413,84.093643,130.383209,-2.121687, + 83.876778,129.428955,-0.879240,85.183556,130.968948,0.359561,85.488899,132.209991,-1.063345,84.843361,130.968948,-2.455233, + 85.437050,131.785141,-0.140308,85.202118,131.785141,-2.084086,84.799606,129.991058,0.294877,84.471764,129.991043,-2.417873, + 82.105972,130.363434,-1.556862,83.115784,132.510010,-0.032593,82.922394,132.510010,-1.632691,82.624252,131.120697,0.321626, + 82.354370,131.120697,-1.911474,82.137512,130.166473,-0.669039,82.306519,130.363434,0.102507,82.922226,131.877975,0.377058, + 83.150604,132.839035,-0.791479,82.642174,131.877975,-1.940037,81.790985,132.238876,-1.837159,81.254776,130.724335,-1.453997, + 81.455330,130.724335,0.205385,82.071022,132.238876,0.479924,82.299423,133.199921,-0.688602,82.264595,132.870911,0.070273, + 82.071213,132.870911,-1.529826,81.773064,131.481628,0.424503,81.503181,131.481628,-1.808597,81.286324,130.527344,-0.566162, + 79.145927,131.618546,-1.199127,79.346474,131.618546,0.460254,79.962166,133.133118,0.734793,80.190559,134.094131,-0.433732, + 80.155731,133.765137,0.325142,79.962357,133.765137,-1.274945,79.664200,132.375824,0.679361,79.394318,132.375824,-1.553728, + 79.177452,131.421585,-0.311292,79.682121,133.133118,-1.582302,83.127518,129.975708,0.003289,83.756142,131.524384,0.276267, + 83.984535,132.485413,-0.892270,83.476097,131.524384,-2.040816,82.926971,129.975708,-1.656092,83.949715,132.156418,-0.133384, + 83.756317,132.156418,-1.733471,83.458168,130.767090,0.220834,83.188293,130.767090,-2.012266,82.958511,129.778732,-0.768269, + 80.773590,132.670303,-1.714207,80.211525,131.087524,-1.327909,80.412079,131.087524,0.331472,81.053627,132.670303,0.602888, + 81.282021,133.631332,-0.565649,81.247200,133.302307,0.193237,81.053818,133.302307,-1.406862,80.755669,131.913025,0.547456, + 80.485786,131.913025,-1.685632,80.243065,130.890549,-0.440086,78.841637,133.066345,-0.324691,83.767372,133.352127,2.919363, + 83.479034,132.023407,1.389144,83.297623,132.023407,4.316268,83.578461,132.897247,3.850900,87.519112,128.985199,2.252221, + 88.200470,131.547623,3.181362,87.989021,130.552887,1.964688,87.440239,130.727356,1.930666,87.651703,131.722092,3.147352, + 86.970352,129.159698,2.218210,86.866951,129.159698,3.886473,87.295883,130.727356,4.260158,79.506760,133.241776,3.974055, + 79.942657,134.474747,2.677832,79.675102,133.241776,1.257871,87.844643,130.552887,4.294169,87.415733,128.985199,3.920484, + 79.252655,134.392395,2.626799,78.896820,133.397690,3.739618,78.467911,131.830002,3.365932,79.041206,133.397690,1.410137, + 78.571297,131.830002,1.697670,87.507538,131.381561,3.889072,79.767365,134.052673,3.542231,88.056297,131.207077,3.923082, + 79.108482,134.051880,3.368531,83.703743,132.897247,1.829539,88.156006,131.207077,2.314425,87.607224,131.381561,2.280426, + 79.883614,134.052673,1.666532,79.208183,134.051880,1.759873,83.003899,130.976395,4.183779,87.076317,129.943512,4.155588, + 79.234207,132.270218,3.851114,87.625084,129.769058,4.189610,78.677261,132.613846,3.635047,83.178734,130.976395,1.362752, + 87.215462,129.943512,1.910555,79.396439,132.270218,1.233385,87.764236,129.769058,1.944566,78.816414,132.613846,1.390015, + 86.857018,128.955795,3.098094,87.405792,128.781311,3.132117,78.457970,131.626129,2.577554,88.459129,128.877014,2.393281, + 89.076218,131.197906,3.235638,88.884750,130.296936,2.132833,88.753975,130.296936,4.242790,88.365479,128.877014,3.904307, + 88.946396,130.889450,3.895116,89.036697,130.889450,2.438068,88.555115,129.586975,4.148066,88.681129,129.586975,2.114606, + 88.356422,128.692337,3.191030,89.112816,129.213028,2.732182,89.498291,130.663574,3.261793,89.378815,130.100479,2.569401, + 89.297089,130.100479,3.888094,89.054291,129.213028,3.676558,89.420197,130.470795,3.624904,89.476624,130.470795,2.714252, + 89.172798,129.656769,3.828919,89.251564,129.656769,2.558017,89.048431,129.097626,3.233922,89.537895,129.778732,3.264248, + 85.906334,129.497971,2.152275,85.802948,129.497971,3.820526,86.231865,131.065643,4.194211,86.587700,132.060379,3.081404, + 86.376251,131.065643,1.864731,86.443520,131.719833,3.823125,86.543221,131.719833,2.214467,86.012306,130.281815,4.089652, + 86.151459,130.281815,1.844608,85.793007,129.294083,3.032159,86.862823,130.895966,4.487764,87.316963,132.180573,3.137278, + 87.038216,130.895966,1.657915,87.134323,131.740784,4.037857,87.255440,131.740784,2.083683,86.578842,129.883789,4.359674, + 86.747871,129.883789,1.632404,83.595291,130.232742,2.009045,84.132469,132.454590,3.679894,84.232162,132.454590,2.071236, + 83.701263,131.016571,3.946422,83.840393,131.016571,1.701378,83.481956,130.028839,2.888929,83.491898,130.232742,3.677295, + 83.920815,131.800400,4.050981,84.276642,132.795135,2.938174,84.065186,131.800400,1.721500,82.934166,132.159973,1.651405, + 82.464256,130.592300,1.938950,82.360863,130.592300,3.607200,82.789787,132.159973,3.980885,83.145599,133.154724,2.868067, + 83.001434,132.814178,3.609799,83.101128,132.814178,2.001141,82.570229,131.376160,3.876327,82.709358,131.376160,1.631282, + 82.350929,130.388412,2.818821,79.662094,131.483200,1.765285,79.558708,131.483200,3.433524,79.987617,133.050873,3.807209, + 80.343452,134.045609,2.694402,80.199280,133.705078,3.436135,80.298981,133.705078,1.827477,79.768066,132.267044,3.702651, + 79.907204,132.267044,1.457606,79.548759,131.279327,2.645157,80.131996,133.050873,1.477729,84.589828,129.845154,3.745340, + 85.028893,131.448120,4.119657,85.384720,132.442825,3.006851,85.173256,131.448120,1.790165,84.693222,129.845154,2.077090, + 85.240532,132.102280,3.748559,85.340233,132.102280,2.139925,84.809311,130.664276,4.015087,84.948463,130.664276,1.770054, + 84.579895,129.641251,2.956962,81.582291,132.589783,1.567612,81.092102,130.951523,1.853906,80.988716,130.951523,3.522168, + 81.437920,132.589783,3.897105,81.793747,133.584503,2.784298,81.649574,133.243958,3.526006,81.749275,133.243958,1.917361, + 81.218353,131.805954,3.792535,81.357491,131.805954,1.547502,80.978775,130.747635,2.733777,78.846848,132.968262,2.547954, + 83.345383,133.600830,6.866862,83.464745,132.167389,5.333127,82.677284,132.167389,8.158185,82.994705,133.110107,7.746448, + 87.723518,129.316040,7.155072,88.037224,132.080322,8.161472,88.145721,131.007233,6.944655,87.569130,131.143906,6.783926, + 87.460640,132.216995,8.000743,87.146912,129.452682,6.994354,86.698135,129.452682,8.604419,86.942444,131.143906,9.032165, + 78.715103,133.124680,6.942608,79.335060,134.454803,5.744353,79.445824,133.124664,4.321137,87.519035,131.007233,9.192895, + 87.274712,129.316040,8.765148,78.635696,134.308548,5.540850,78.117523,133.235443,6.572285,77.873192,131.544220,6.144526, + 78.744194,133.235443,4.324033,78.321983,131.544220,4.534450,87.186180,131.849640,8.702027,79.009651,133.999435,6.560543, + 87.762772,131.712967,8.862757,78.361252,133.941132,6.242135,83.538498,133.110107,5.795576,88.195541,131.712967,7.310199, + 87.618950,131.849640,7.149469,79.514259,133.999435,4.750255,78.794014,133.941162,4.689577,82.482605,131.037872,7.985498, + 86.798134,130.298309,8.897709,78.534462,132.076508,6.782367,87.374741,130.161652,9.058438,77.973213,132.389832,6.437817, + 83.241531,131.037872,5.262854,87.402100,130.298294,6.730961,79.238686,132.076508,4.255929,87.978714,130.161652,6.891691, + 78.577187,132.389832,4.271080,86.865356,129.232727,7.834816,87.441956,129.096085,7.995545,78.040436,131.324249,5.374923, + 88.679108,129.283356,7.507228,88.963051,131.787155,8.419537,89.061531,130.815155,7.316636,88.493896,130.815155,9.352993, + 88.272606,129.283356,8.965563,88.717773,131.454391,9.042823,89.109741,131.454391,7.636582,88.363197,130.049255,9.231196, + 88.910255,130.049255,7.268666,88.423882,129.084137,8.269238,89.261673,129.695435,7.978773,89.438293,131.260269,8.552002, + 89.500694,130.652802,7.859671,89.145927,130.652802,9.132373,89.007622,129.695435,8.890235,89.298203,131.052277,8.894193, + 89.543182,131.052277,8.015309,89.064232,130.174118,9.056257,89.406143,130.174118,7.829690,89.101303,129.570908,8.458077, + 89.549156,130.330994,8.582913,86.028961,129.717636,6.682730,85.580154,129.717636,8.292807,85.824493,131.408844,8.720552, + 86.342690,132.481949,7.689118,86.451172,131.408844,6.472301,86.068230,132.114563,8.390403,86.500984,132.114563,6.837845, + 85.680183,130.563232,8.586084,86.284164,130.563232,6.419349,85.747398,129.497696,7.523191,86.432884,131.285706,9.153783, + 87.078773,132.671494,7.905375,87.194183,131.285706,6.422615,86.739769,132.197052,8.755719,87.265480,132.197052,6.869685, + 86.244675,130.193710,8.986831,86.978378,130.193741,6.354677,83.600708,130.293152,6.005872,83.639977,132.690063,7.713545, + 84.072746,132.690063,6.160987,83.251953,131.138748,7.909227,83.855911,131.138748,5.742491,83.319160,130.073166,6.846334, + 83.151924,130.293152,7.615949,83.396255,131.984344,8.043695,83.914444,133.057465,7.012261,84.022934,131.984344,5.795444, + 82.834549,132.265991,5.464187,82.412346,130.574799,5.674627,81.963554,130.574799,7.284691,82.207878,132.265991,7.712438, + 82.726067,133.339111,6.681015,82.451607,132.971741,7.382288,82.884377,132.971741,5.829742,82.063576,131.420410,7.577970, + 82.667549,131.420410,5.411234,82.130791,130.354858,6.515088,79.468094,131.272614,4.853931,79.019302,131.272614,6.464007, + 79.263626,132.963791,6.891742,79.781815,134.036926,5.860320,79.507378,133.669556,6.561604,79.940132,133.669556,5.009058, + 79.119339,132.118195,6.757286,79.723289,132.118195,4.590538,79.186546,131.052658,5.694392,79.890305,132.963791,4.643503, + 84.308586,129.979111,7.938350,84.560516,131.708405,8.368217,85.078705,132.781509,7.336796,85.187187,131.708405,6.119979, + 84.757385,129.979111,6.328285,84.804253,132.414154,8.038080,85.237000,132.414154,6.485522,84.416214,130.862808,8.233762, + 85.020180,130.862808,6.067026,84.475822,129.759155,7.168758,81.414139,132.602646,5.068269,80.976738,130.835266,5.274442, + 80.527939,130.835266,6.884518,80.787453,132.602646,7.316509,81.305649,133.675766,6.285074,81.031189,133.308380,6.986359, + 81.463959,133.308380,5.433825,80.643158,131.757050,7.182041,81.247124,131.757050,5.015305,80.695175,130.615311,6.114927, + 78.343643,132.772186,5.403807,69.386879,128.566971,14.847020,67.166496,131.033478,15.172235,68.993057,130.445526,15.382972, + 69.232361,131.007553,13.675406,67.394638,131.599106,13.463441,69.628593,129.117508,13.136247,67.737175,128.392929,12.475266, + 66.591309,129.995819,12.752500,67.264267,131.655609,8.140099,68.283829,133.862427,9.099377,70.746994,132.989746,9.357166, + 66.368042,129.439926,14.465658,67.506966,127.846794,14.190069,68.560989,133.707764,8.497930,67.652420,131.894501,7.693994, + 68.948402,130.081787,7.380319,70.639359,133.038681,8.737803,71.087479,130.901215,8.127832,66.710609,130.893555,13.077107, + 67.395424,132.900269,8.582473,66.486626,130.332199,14.788261,67.787376,132.909805,8.061051,68.299362,131.026657,15.421751, + 68.534431,131.592209,13.714471,69.800529,133.821609,9.422946,69.850037,133.699936,8.781862,67.071022,129.158752,12.581124, + 67.928108,130.478836,7.897019,66.844818,128.607925,14.295343,68.194908,130.947723,7.500291,69.616295,130.133774,13.470664, + 71.284637,131.764603,9.069979,69.374649,129.577011,15.179470,71.073570,132.050461,8.506262,68.862083,128.558395,12.780108, + 68.488731,127.959000,14.445463,70.065514,130.209412,7.670999,69.061234,128.490738,15.512386,67.054756,130.718307,15.805868, + 68.705490,130.187546,15.996614,66.334404,129.279236,15.168003,67.363182,127.840256,14.918999,66.454506,130.090179,15.463917, + 68.091888,130.717377,16.036110,66.765038,128.527649,15.014235,69.050179,129.403030,15.812794,68.249084,127.941231,15.149443, + 68.082603,128.592499,16.425350,66.825050,129.983337,16.607538,67.860275,129.652985,16.727987,66.378372,129.085266,16.210106, + 67.021339,128.185944,16.054480,66.505028,129.611877,16.413084,67.528381,130.003906,16.770700,66.647507,128.615570,16.114012, + 68.075699,129.162689,16.613106,67.571487,128.247681,16.197268,67.161186,129.023666,16.599850,69.812851,129.352524,12.443973, + 67.883415,128.613388,11.769701,66.714531,130.248535,12.052465,67.533989,131.884048,12.777735,69.408653,131.280594,12.993909, + 66.836227,131.164307,12.383594,68.696686,131.876984,13.033784,67.203888,129.394653,11.877609,69.800285,130.389221,12.785054, + 69.028175,128.781113,12.079680,66.339058,130.025452,12.374605,67.284668,132.071640,13.263525,69.568375,131.262512,13.503183, + 66.460793,131.179565,12.784637,68.690773,132.033813,13.563885,66.954811,128.934570,12.148835,70.066818,130.126770,13.236202, + 70.879898,130.560165,9.060216,68.741234,129.740906,8.312845,67.445496,131.553238,8.626461,68.353897,133.366150,9.430229, + 67.580429,132.568359,8.993459,69.642685,133.358353,9.714115,67.987885,130.606644,8.432794,70.865974,131.709198,9.438562, + 69.858124,129.868469,8.603466,70.431854,132.697220,9.670067,68.200752,128.860626,11.003852,66.978493,130.586700,11.305214, + 67.822815,132.271851,12.052477,69.754372,131.650055,12.275243,70.188683,129.622131,11.698556,67.103882,131.530273,11.646391, + 69.020821,132.264572,12.316298,67.482712,129.706879,11.125077,70.157890,130.731659,12.060034,69.238953,128.979309,11.273849, + 70.152130,132.241898,10.894537,70.635849,130.027710,10.266865,68.508873,129.212891,9.523582,67.181908,131.104095,9.856569, + 68.085396,132.907227,10.655999,67.316093,132.113708,10.221577,69.367226,132.899445,10.938358,67.721367,130.162628,9.663939, + 70.583900,131.259216,10.664284,69.619659,129.339844,9.812605,69.404442,131.932831,8.096182,81.694580,133.093842,10.533671, + 82.067955,131.721786,9.035771,80.778084,131.721786,11.669641,81.181061,132.624100,11.330466,85.667435,128.853180,11.479411, + 85.838333,131.499176,12.548766,86.149185,130.471985,11.363420,85.638992,130.619644,11.113569,85.328148,131.646805,12.298939, + 85.157234,129.000854,11.229572,84.422119,129.000854,12.730692,84.612503,130.619644,13.209675,77.294228,132.754776,9.844319, + 78.144661,134.027954,8.790212,78.491142,132.754776,7.400255,85.122673,130.471970,13.459525,84.932304,128.853180,12.980530, + 77.519737,133.906738,8.474998,76.804085,132.879517,9.385745,76.613686,131.260727,8.906751,77.830574,132.879517,7.289641, + 77.348808,131.260727,7.405632,84.924171,131.295197,12.935338,77.668175,133.592087,9.529584,85.434357,131.147522,13.185176, + 77.115768,133.555054,9.111398,82.071800,132.624100,9.511607,86.143219,131.147522,11.737701,85.633026,131.295197,11.487839, + 78.494713,133.592087,7.841806,77.824615,133.555054,7.663922,80.599342,130.640579,11.455088,84.481056,129.810242,13.044212, + 77.128365,131.751511,9.645228,84.991226,129.662598,13.294063,76.672623,132.070129,9.220283,81.842430,130.640579,8.916705, + 85.470329,129.810242,11.024102,78.281876,131.751511,7.289760,85.980515,129.662598,11.273942,77.661919,132.070129,7.200174, + 84.723328,128.790283,12.002741,85.233513,128.642609,12.252578,76.914925,131.050171,8.178800,86.501198,128.794434,11.979743, + 86.655655,131.191040,12.949034,86.937561,130.260681,11.874672,86.007805,130.260681,13.773235,85.835358,128.794434,13.339384, + 86.295197,130.872528,13.514360,86.937263,130.872528,12.203297,85.888733,129.527557,13.623377,86.784782,129.527557,11.793633, + 86.107841,128.603729,12.680754,86.970673,129.172668,12.541266,87.065819,130.670517,13.149889,87.243378,130.089050,12.475606, + 86.662285,130.089050,13.662180,86.554512,129.172668,13.391026,86.862152,130.471466,13.459059,87.263420,130.471466,12.639662, + 86.587891,129.630890,13.568529,87.147903,129.630890,12.424953,86.723427,129.053452,12.982222,87.141335,129.772766,13.186880, + 84.168076,129.287125,10.745158,83.432945,129.287125,12.246279,83.623337,130.905930,12.725261,84.338982,131.933136,11.814502, + 84.649841,130.905930,10.629156,83.935020,131.581482,12.450912,84.643883,131.581482,11.003426,83.491882,130.096527,12.559799, + 84.481163,130.096527,10.539689,83.734169,129.076584,11.518327,84.111221,130.768494,13.246953,84.997246,132.094955,12.148737, + 85.358208,130.768494,10.700618,84.500801,131.640839,12.919055,85.361916,131.640839,11.160647,83.938400,129.723282,13.039531, + 85.140190,129.723267,10.585509,82.019531,129.908951,9.692971,81.786476,132.203278,11.398726,82.495338,132.203278,9.951239, + 81.343330,130.718353,11.507623,82.332626,130.718323,9.487502,81.585625,129.698425,10.466140,81.284401,129.908951,11.194079, + 81.474785,131.527756,11.673074,82.190453,132.554947,10.762326,82.501289,131.527756,9.576969,81.449783,131.832077,9.062033, + 80.968025,130.213272,9.178035,80.232887,130.213272,10.679154,80.423279,131.832077,11.158137,81.138939,132.859238,10.247390, + 80.734970,132.507629,10.883789,81.443832,132.507629,9.436315,80.291832,131.022659,10.992675,81.281120,131.022659,8.972566, + 80.534134,130.002731,9.951203,78.362915,130.967239,7.902257,77.627792,130.967239,9.403377,77.818169,132.586044,9.882371, + 78.533836,133.613235,8.971624,78.129860,133.261581,9.608024,78.838722,133.261581,8.160537,77.686729,131.776627,9.716908, + 78.676018,131.776627,7.696788,77.929016,130.756699,8.675426,78.844681,132.586029,7.786255,82.306847,129.574356,11.694794, + 82.504944,131.229630,12.177567,83.220612,132.256790,11.266820,83.531456,131.229630,10.081450,83.041969,129.574341,10.193686, + 82.816635,131.905167,11.903219,83.525490,131.905167,10.455732,82.373497,130.420212,12.012105,83.362785,130.420212,9.991996, + 82.608070,129.363800,10.966842,80.192978,132.195816,8.446555,79.695778,130.504089,8.554999,78.960648,130.504089,10.056108, + 79.166481,132.195816,10.542647,79.882133,133.223007,9.631901,79.478165,132.871338,10.268300,80.187027,132.871338,8.820825, + 79.035034,131.386398,10.377197,80.024315,131.386398,8.357077,79.261879,130.293564,9.328156,77.231941,132.436111,8.274369, + 17.091385,62.992512,1.232308,3.550709,62.992500,-1.306927,18.325268,62.992512,-5.662614,3.210967,62.992500,-7.021767, + 12.052856,62.992508,4.465980,13.530319,62.992508,-11.361426,7.366589,62.992508,-11.491501,7.242078,62.992504,3.225428, + 6.779481,93.016426,-14.325583,10.528442,97.023956,5.149639,6.078874,93.065178,3.805131,2.383920,90.417358,-1.106983, + 2.067506,90.245468,-9.481329,15.548824,99.883858,1.645005,16.596354,100.475143,-8.008289,11.904455,97.771454,-14.184607, + 1.694512,81.463150,-8.805286,14.222502,82.710052,-14.103306,6.588393,81.950241,4.795945,18.761499,83.161812,2.362663, + 2.106968,81.504204,-0.737315,19.827929,83.267952,-7.145983,12.428816,82.531517,6.310463,6.739554,81.965279,-14.262104, + 12.890652,48.589054,-10.260094,16.709492,47.792061,-5.851877,15.726790,47.792061,0.481740,3.930986,47.792057,-6.191951, + 4.201566,47.792053,-1.540580,7.141487,48.014717,2.069125,11.713949,48.014717,3.057146,7.240654,48.589054,-10.363686, + 12.907156,51.147602,-9.985143,16.750467,51.228828,-5.756366,15.761465,51.228825,0.147432,3.894829,51.228821,-6.098616, + 4.167144,51.228821,-1.887846,7.125903,51.228821,1.744995,11.722914,51.228825,2.739340,7.225702,51.147602,-10.089403, + 12.481205,53.831760,-9.501010,15.692982,54.610859,-5.460781,14.866497,54.264317,-0.027859,4.828021,54.671322,-6.408840, + 5.055589,54.377285,-1.799083,7.528164,54.175629,1.362437,11.491558,54.120441,2.227783,7.611564,53.837540,-9.591741, + 12.561723,46.618057,-9.414049,15.892878,45.211731,-5.454957,15.035672,45.211731,-0.044012,4.651618,45.211727,-5.900960, + 4.887644,45.211727,-1.808074,7.452124,45.538696,1.340658,11.535292,45.538696,2.202502,7.538625,46.618053,-9.504421, + 5.264363,7.095528,9.705265,16.574482,5.768916,8.293702,6.225290,11.624759,-9.249151,14.820609,11.488575,-9.249152, + 5.264363,-0.000000,9.705265,16.574482,0.000000,8.293703,6.656631,-0.000002,-10.869964,14.644523,-0.000001,-10.869965, + 6.225290,11.365527,-1.233571,14.820609,11.220601,-1.233573,5.606834,-0.000001,-1.566968,15.694318,0.000000,-1.566970, + 5.264364,5.500300,10.018517,16.574482,4.464488,8.606957,5.264364,0.000001,10.018517,16.574482,0.000001,8.606957, + 6.447755,3.951412,19.547136,15.575247,3.447339,17.385605,6.447755,0.000002,19.547136,15.575247,0.000002,17.385605, + 10.919421,7.330133,9.705264,10.650576,11.041827,-10.585369,10.919421,0.000001,9.705264,10.650576,-0.000002,-11.909629, + 10.650576,-0.000001,-1.566969,10.650576,11.255527,0.152092,10.919422,6.083505,10.018517,10.919422,0.000001,10.018517, + 9.883854,4.534603,20.337389,9.883854,0.000002,20.337387,6.364384,5.716973,-11.522589,14.936769,5.434457,-11.522590, + 16.574482,2.884459,8.293702,5.264363,3.547772,9.705265,5.839486,5.548761,-1.400269,15.461666,5.261882,-1.400270, + 10.919421,3.547773,9.705264,10.650576,5.716958,-12.710531,12.656491,46.460758,-9.642157,16.128155,45.033100,-5.732032, + 15.234794,45.076309,0.023738,4.443993,45.292061,-6.684687,4.689975,45.076305,-1.814735,7.362624,45.429436,1.466811, + 11.586765,45.429436,2.365008,7.452775,46.485550,-9.733322,12.861803,41.772663,-11.088803,17.122105,41.772667,-7.020714, + 16.108089,41.772667,-0.619945,3.835608,41.772663,-8.137675,4.143881,41.772663,-2.706706,7.177477,41.772663,1.018018, + 11.967388,41.772663,2.037520,6.960023,41.772663,-11.195710,12.691779,31.345266,-10.923782,16.717941,31.345266,-7.404598, + 15.768204,31.345266,-0.911814,4.168540,31.345264,-8.457355,4.765466,31.345264,-2.878633,7.606771,31.345266,0.632006, + 11.889968,31.345266,1.592908,7.367190,31.345266,-11.024538,11.929057,11.360028,-9.156254,14.472873,11.630034,-6.132918, + 13.818274,11.630035,-2.000882,6.454428,11.881531,-6.853971,6.634668,11.881532,-3.347998,8.593013,11.360027,-0.943490, + 11.145230,11.360028,-0.285348,8.659069,11.360026,-9.225263,8.488761,19.773989,-0.843062,11.192155,19.773989,-0.145934, + 6.414412,19.773989,-3.389996,14.023532,19.773989,-1.963089,11.727715,19.773989,-8.800695,8.264035,19.773989,-8.873798, + 14.716908,19.773991,-5.851756,5.928802,19.773987,-6.615518,8.691060,14.631890,-1.203401,6.843859,14.631890,-3.471440, + 11.837763,14.631891,-8.717018,14.237203,14.631891,-5.865277,6.673850,14.631890,-6.545405,11.098421,14.631891,-0.582615, + 13.619752,14.631891,-2.200781,8.753366,14.631890,-8.782114,4.582004,112.019485,6.098448,9.150457,112.177414,4.639625, + 12.644112,112.579468,1.807022,13.598284,112.981201,-1.704800,12.785551,113.109703,-5.562651,5.832796,112.721306,-11.680031, + 7.928287,97.632469,5.484854,12.617750,98.977226,4.439204,15.682234,100.446465,2.000057,16.022816,100.563423,-3.937542, + 15.109487,99.973633,-10.533995,3.086957,91.044838,-3.483880,4.251265,91.720154,0.296741,6.332864,92.386902,-10.311716, + 7.100349,94.473663,4.055171,10.129292,96.975525,2.705925,11.832052,97.475128,-5.750895,11.186851,97.473495,0.025236, + 11.512067,96.805733,-11.559046,16.012156,139.568558,0.347448,15.003015,145.665405,2.502847,11.351621,146.215454,5.887866, + 0.986311,140.448608,9.596920,18.375429,71.980469,2.127308,2.383625,71.004677,-0.859928,19.606009,72.042969,-6.532222, + 12.356773,71.609428,5.931520,6.859711,71.276100,-13.389528,1.985105,70.980499,-8.131170,14.089861,71.714539,-13.236505, + 6.713656,71.267250,4.472089,11.600332,26.622618,0.866374,15.100424,26.622618,-1.379952,7.780446,26.622618,-10.236411, + 8.035274,26.622618,0.004602,5.471007,26.622616,-3.143868,12.285357,26.622618,-10.146049,15.957559,26.622618,-7.052037, + 4.893679,26.622616,-7.996187,13.236342,109.034531,-7.514763,13.229229,108.799034,1.691818,14.397663,109.049530,-2.846074, + 5.318655,108.208168,6.503045,9.804310,108.385437,5.157577,14.978287,138.612503,3.653419,15.706751,138.960495,2.000249, + 1.013399,138.597061,9.937799,14.958840,133.947968,-11.163198,12.528211,134.547974,-14.243401,16.144173,135.814514,0.960481, + 16.220474,133.843246,-2.863574,16.150419,133.307922,-5.184424,7.935712,134.667816,-15.751707,5.627399,153.340164,1.703846, + 6.980196,133.291260,7.632840,6.941764,148.565414,5.541885,4.798366,154.883255,-0.440681,7.335404,146.578339,7.166958, + 3.318513,146.060577,7.507229,3.905780,145.475159,7.946289,1.104879,144.025360,7.859433,14.680455,130.912354,-0.819361, + 13.808383,131.394836,2.794147,12.200990,130.145844,-9.311604,7.856111,129.510315,-11.476934,14.605169,130.203598,-4.850292, + 1.759863,132.344589,7.580125,12.277182,131.485123,4.328120,6.894822,132.081207,6.784093,6.626887,150.029068,4.523540, + 2.695919,149.760666,4.628527,10.147249,150.396088,2.116871,15.265147,142.677460,2.562368,15.555460,142.796371,1.858819, + 13.917746,143.609970,5.114365,15.444998,142.469269,-1.612508,5.534921,112.374130,-13.341177,10.612847,112.843147,-10.563671, + 9.512719,100.099266,-15.791011,13.458952,100.123985,-13.633119,11.299929,108.393806,-12.528013,6.361044,108.081215,-15.280951, + 8.773980,97.425896,-15.490019,7.421069,93.910507,-12.912119,11.658360,97.525719,-13.168180,14.499338,102.866905,-9.808623, + 14.395484,103.103989,1.799655,6.817173,102.080650,6.464928,15.676705,103.226936,-3.850305,11.178398,102.136711,5.134009, + 12.347917,102.507706,-14.075278,8.524723,102.463264,-16.400967,4.615829,159.414368,-5.161811,4.581734,158.670822,-3.151025, + 3.113484,157.749634,-0.605119,2.627374,159.937515,-7.386424,11.969352,37.119942,1.973048,16.067688,37.119946,-0.665393, + 12.835943,37.119938,-11.735049,7.100144,37.119942,-11.841180,17.071331,37.119942,-7.259467,3.866128,37.119942,-8.368432, + 4.331487,37.119942,-2.737218,7.334044,37.119942,0.960845,1.711370,76.213058,-8.537465,14.214806,77.216293,-13.818085, + 6.595661,76.604973,4.761166,18.693619,77.579758,2.335882,2.123017,76.246109,-0.753915,19.860537,77.665169,-6.883622, + 12.424635,77.072655,6.270707,6.746525,76.617065,-13.976359,64.886772,134.551056,-5.613244,63.355335,132.082306,-3.536797, + 62.076611,134.004410,0.293386,62.272358,136.662338,1.236475,64.326263,138.482101,-2.293217,64.368454,132.898697,-5.326855, + 62.379665,132.343658,-1.256037,63.021690,138.151291,0.373292,64.819885,136.688431,-4.349601,66.321640,138.121201,-1.218963, + 66.410179,132.494400,-4.265094,64.380722,132.008896,-0.164962,64.964767,137.832321,1.552117,66.852219,136.168869,-3.393281, + 66.909637,134.023163,-4.599988,65.361046,131.695374,-2.416730,64.027153,133.658371,1.426816,64.192062,136.363922,2.445650, + 56.098862,132.878265,-7.862759,54.640438,132.796326,-4.219306,54.522419,135.101730,-2.289128,54.964981,138.461899,-1.461411, + 55.911549,140.683685,-2.608645,57.338234,141.285919,-5.643821,57.937023,139.592804,-8.284926,57.992001,136.864197,-10.096157, + 57.305733,134.324799,-9.989381,3.817049,132.068161,7.620596,3.638616,123.435715,6.894742,2.396864,123.005005,6.557964, + 2.285146,112.356316,6.248198,7.364213,122.891090,4.499231,6.649417,112.497566,4.592679,15.037184,106.138237,-3.348196, + 10.491355,105.261078,5.145799,7.442884,105.364517,-16.025530,13.867840,105.950714,-8.661698,13.812357,105.951508,1.745736, + 6.067914,105.144409,6.483989,11.940236,105.421890,-13.415456,1.767613,140.211624,10.333180,7.580143,145.902695,8.017135, + 11.260269,145.356720,6.914866,14.423801,138.750854,5.240870,12.818072,134.796631,6.114686,2.425049,135.445145,9.770727, + 1.560192,138.584198,10.319543,7.556898,133.781479,8.555245,5.034003,144.953812,8.946157,13.691600,143.188751,5.761898, + 4.802605,134.216980,9.075726,4.327343,132.212891,7.182109,4.275153,133.833755,8.197487,12.792672,142.300446,7.440603, + 5.668250,144.117706,9.797597,7.857835,134.663818,9.223795,2.746195,138.743439,11.096514,3.453495,136.124008,10.316920, + 11.453946,135.639145,8.249664,13.423263,138.950195,7.267582,11.029666,144.413315,7.982731,7.869915,145.217514,9.046566, + 2.945927,140.304382,11.124146,5.368282,135.024231,9.729028,11.861897,141.546402,9.262776,6.502777,143.197266,10.803282, + 8.318906,136.292328,10.701073,4.565125,139.089920,11.760485,5.196198,137.322708,11.481690,10.791076,136.977570,10.064745, + 12.176100,139.229156,9.429908,10.658303,143.251022,9.439373,8.172689,143.976669,10.182798,4.738723,140.160950,11.650872, + 6.514528,136.541656,11.080837,7.004400,140.053925,11.791348,7.842235,140.995071,11.546326,9.891750,139.626175,11.060691, + 9.390951,138.848740,11.263633,8.524193,138.601318,11.470485,9.767272,140.386795,11.004532,7.383115,138.975510,11.758375, + 7.018717,139.555481,11.843693,8.459494,141.251114,11.327720,9.360074,140.972733,11.071264,7.846303,138.689499,11.619425, + 14.180176,132.606400,3.189492,15.099936,131.702271,-0.887620,15.042385,130.800735,-5.027294,8.017204,131.078812,-13.288307, + 12.921158,131.258530,-9.777403,1.592694,133.783981,8.385408,12.576391,133.019806,4.803467,6.914932,132.904068,7.314635, + 4.271092,133.225204,7.693112,2.137371,143.760132,8.674299,5.341769,142.166183,11.302603,7.408673,140.756210,11.668658, + 4.024675,142.787811,10.428226,2.924193,143.508301,9.622276,7.119780,140.451675,11.699617,5.088459,141.461029,11.636675, + 2.398708,142.274261,10.155975,1.555512,142.536987,9.273458,3.374053,141.911713,10.864866,1.039265,142.669601,8.648527, + 10.028797,133.503220,6.246889,10.112226,131.828568,5.468023,9.883791,134.121750,7.187999,9.655891,135.151474,8.736730, + 9.554991,136.634949,10.382915,8.995528,138.637024,11.213231,10.029128,132.817337,5.954373,12.379719,133.916489,5.178106, + 1.450186,172.280060,8.850850,1.581286,172.869797,8.974148,5.210340,173.924347,7.498635,5.691684,173.595520,7.356001, + 2.337768,171.264313,8.853496,1.649347,171.777206,8.825756,3.519051,171.095505,8.601762,2.279163,173.676041,9.061826, + 3.324621,174.114258,8.838988,4.525239,172.627701,8.469273,4.855480,171.333984,7.997025,3.337682,172.573563,8.766545, + 2.035942,172.461166,8.889891,5.608212,172.095291,7.531239,6.135202,173.096268,7.258893,4.467023,174.251678,8.108962, + 5.314303,172.736557,7.828129,1.141510,164.323380,10.567523,2.169416,164.193283,9.999872,1.113760,162.576553,10.078872, + 1.166504,163.085068,10.276116,1.184153,163.509567,9.951855,2.269562,163.010559,9.280110,2.994034,163.966919,8.930779, + 1.121856,164.082336,10.514440,2.058128,163.865234,9.968198,2.022118,163.582321,9.331299,2.452045,163.713943,9.461225, + 2.200783,163.331055,9.649588,-2.098829,159.131363,-10.289108,-44.137375,140.633347,-4.165447,-49.369133,139.945587,-3.353012, + -50.456055,142.759781,-4.758322,-44.882935,144.546768,-5.365014,-48.705868,136.190262,-3.946996,-46.225887,145.520203,-9.543300, + -41.636147,143.568558,-10.201965,-41.240601,142.722504,-7.756077,-14.898983,130.425858,-2.719092,-15.451450,131.818878,-5.449748, + -14.543488,149.891159,-14.939415,-14.812345,144.093948,-16.884851,-37.759132,138.591339,-3.831171,-40.265099,138.873749,-6.567822, + -40.703697,140.971191,-6.586467,-38.475800,142.148422,-3.859638,-43.903667,136.861542,-4.497182,-39.885002,137.259186,-8.350144, + -43.568520,134.166031,-6.798625,-45.930489,136.964615,-15.930712,-40.518715,139.148727,-13.855945,-41.048222,141.085480,-13.760816, + -46.554302,141.031525,-15.809870,-20.355677,140.251404,-6.140756,-41.474602,142.718872,-12.346910,-46.653255,144.238190,-13.199986, + -44.817944,134.742706,-12.681162,-50.509182,133.973877,-11.030399,-48.603912,133.450073,-6.108403,-15.101995,134.184631,2.617181, + -13.533972,131.422272,3.996229,-7.434085,144.007217,-16.668999,-6.762591,150.094345,-15.023936,-25.103468,147.633041,-1.686131, + -27.699505,144.156036,-2.659213,-26.447041,150.713409,-7.275068,-26.144873,150.265091,-3.591525,-28.585447,148.736877,-5.010628, + -28.890596,149.852921,-7.602846,-21.840267,150.492249,-14.137017,-24.738010,150.877914,-11.102878,-28.329340,149.906204,-10.957644, + -27.149645,147.755554,-14.099203,-18.543926,149.686279,-15.725480,-18.924318,146.138489,-16.511650,-20.573301,151.789886,-13.342093, + -21.053940,152.423615,-10.425685,-21.404867,152.411331,-6.440305,-21.381590,151.754120,-2.838444,-21.505615,150.770584,-0.472688, + -18.222559,150.426331,0.043679,-17.638563,151.744308,-12.888597,-17.525312,152.742035,-9.887849,-17.479706,152.986069,-6.550323, + -17.663820,152.129089,-2.976703,-20.333759,141.736710,-1.429247,-27.846647,140.889709,-2.903723,-27.717663,138.003021,-7.110344, + -27.286564,138.634445,-11.601542,-20.319965,140.143402,-10.087620,-19.914459,141.838974,-14.364336,-27.066935,143.239670,-14.663658, + -29.934790,142.411377,-15.184437,-29.925362,137.582260,-11.774848,-31.336201,149.472641,-11.716519,-30.257744,146.804489,-14.674400, + -31.593781,148.138382,-5.101203,-31.816776,149.354507,-8.121919,-30.709200,139.928619,-2.679204,-30.845980,144.309280,-2.437710, + -30.429567,137.133316,-6.800459,-35.223122,147.252213,-5.741178,-35.526108,148.560638,-9.503018,-34.007729,138.991135,-2.921807, + -34.560127,143.387924,-2.824055,-33.373932,136.306564,-6.789039,-15.638328,132.988373,-1.623571,-8.191525,132.701996,-14.705574, + -7.679901,138.916977,-16.797829,-38.770515,142.330399,-15.820860,-38.000664,139.389847,-16.338440,-33.765045,140.686920,-15.956602, + -34.432098,144.344437,-15.263317,-15.643858,139.774963,-16.035664,-13.510260,132.404831,-10.609221,-35.211617,147.666855,-12.972723, + -11.742417,129.887451,-9.277617,-6.905216,129.823959,-11.829231,-51.827194,143.545288,-7.853222,-52.546062,142.072769,-11.107731, + -51.808712,136.072296,-13.296032,-52.534046,139.076691,-13.190055,-39.543770,144.951355,-13.714014,-39.275078,144.824158,-6.322752, + -39.863525,146.184097,-10.288809,-37.168762,136.103500,-7.310663,-3.249013,152.671738,2.883375,-14.079598,149.930893,1.624596, + -9.115619,153.159134,-0.034869,-7.634097,131.936462,6.870996,-40.063747,137.561539,-11.608706,-37.344345,136.601761,-12.570523, + -33.272057,136.961105,-12.117969,-9.451033,154.640594,-2.476132,-13.959846,153.463913,-1.854289,-13.890235,154.873779,-5.795586, + -8.856483,156.813446,-5.730164,-6.087009,155.081894,-12.859929,-14.278803,152.434769,-12.949790,0.000000,156.210342,-11.977827, + -8.358363,156.942169,-9.958244,-14.015387,154.072525,-10.291064,0.000000,138.636810,-15.270400,0.000000,129.810455,-12.588224, + -1.641209,135.183945,8.951902,0.000000,152.099777,3.276241,0.000000,132.199875,7.999146,0.000000,149.927582,-14.292253, + 0.000000,143.776794,-15.129066,0.000000,132.660629,-15.088534,0.000000,135.221542,8.841062,0.000000,123.484566,7.544374, + -7.277232,123.386841,5.974578,-11.976884,123.158279,2.008307,-12.919301,122.739960,-3.553986,-10.186738,122.353523,-8.692477, + -5.844611,122.212257,-10.570548,0.000000,122.159042,-11.278401,-14.614494,148.041946,2.376163,0.000000,147.754898,5.358350, + -2.458685,147.934723,5.697763,-14.105018,134.272507,4.393744,-11.218627,148.009933,3.899026,-18.990171,147.402130,1.472283, + -19.889002,144.566162,0.247861,-4.727046,122.985268,6.264769,-9.931423,122.796921,3.099822,-12.946274,122.465240,-1.828958, + -10.816780,122.119499,-6.966795,-5.639687,121.895668,-10.292914,0.000000,121.841606,-11.096217,0.000000,123.024734,6.851159, + -8.250943,170.957916,-1.136958,-61.077541,135.613403,-8.347094,-60.453785,140.008606,-4.394770,-67.088272,137.871323,1.189363, + -66.171692,137.433380,2.910399,-68.326416,135.549454,-3.244495,-60.413357,133.336899,-8.120024,-59.258873,132.258896,-6.071997, + -58.053066,132.426773,-3.151345,-57.810688,134.486374,-1.351881,-58.128483,137.623138,-0.392032,-58.995708,139.510010,-1.393366, + -68.096886,137.364777,-1.407337,-68.113655,133.952637,-3.733992,-67.679550,132.309021,-3.789210,-66.912262,131.463516,-2.041232, + -66.218979,131.641052,0.206149,-65.889709,132.014847,1.686286,-75.818703,134.761688,8.935130,-74.202957,132.527222,9.485114, + -77.902191,135.214981,-1.684283,-76.626900,132.113495,-2.971934,-75.835320,130.313263,-2.262472,-73.759392,130.921234,8.828772, + -60.984695,138.190796,-6.689107,-65.771156,133.942413,3.012227,-67.451576,137.756454,-0.485933,-68.024429,133.827896,-3.741228, + -67.584221,132.512100,-3.407311,-66.576523,131.726395,-1.640248,-65.624893,132.018402,0.531590,-65.272575,133.562515,2.057660, + -65.415161,136.130234,3.043246,-66.162247,137.516983,2.164733,-67.989914,135.827133,-2.669716,-6.526895,178.048462,4.251970, + -8.047585,176.397461,2.801157,0.000000,180.063065,7.979871,-2.646703,179.881317,7.161213,-4.928328,179.269745,5.615211, + -7.839596,177.485153,0.623513,-7.974187,177.955261,-2.489137,-7.295387,178.393280,-6.450557,-2.465228,178.835709,-11.170995, + -5.060777,178.525787,-9.882807,0.000000,179.034027,-11.653434,-6.718065,179.124405,1.637984,-5.632531,180.409363,2.806736, + -3.333582,182.558655,0.446833,0.000000,182.082047,4.784966,-2.946702,181.553818,4.208661,-5.601401,181.246124,-0.620948, + -6.786540,179.863892,-1.433968,-6.327903,180.398621,-5.356227,-4.785395,181.947067,-4.317438,-3.948071,181.922440,-7.138740, + -4.785858,180.315521,-8.581804,-2.186907,182.342041,-7.398497,-3.018059,182.891266,-3.567528,-2.340320,180.745468,-9.681569, + 0.000000,183.044113,0.676669,0.000000,182.700577,-7.151221,0.000000,183.244568,-3.271889,0.000000,180.962006,-9.847950, + -6.311936,157.948700,-6.232488,-6.174555,156.020401,-2.266347,-4.615684,158.848831,-8.936489,-3.422176,153.746124,1.361418, + 0.000000,152.779495,2.563107,0.000000,159.191330,-10.653664,-3.155310,153.255264,0.203442,-5.227721,154.533463,-3.252519, + -5.716817,172.059937,7.481230,-4.917699,171.251724,7.975710,-3.747843,169.676712,8.752692,-1.441728,172.882187,9.013058, + -1.302550,172.256119,8.882154,-3.292499,174.203339,8.869565,-4.505302,174.349228,8.094550,-5.294427,174.001724,7.446600, + -5.805434,173.652634,7.295180,-0.756171,171.193771,9.726275,-0.650944,172.461823,9.655131,-2.244829,171.177765,8.884967, + -1.513983,171.722275,8.855523,-1.123463,176.467453,9.891320,-0.907295,173.815018,9.770049,-1.556805,174.625214,9.863020, + -1.395857,169.972519,9.772373,-1.874152,168.495407,10.245849,0.000000,165.061951,10.936440,-2.576846,164.856018,9.779216, + -3.527442,164.434326,8.815564,-4.096653,164.555740,8.423449,-3.202683,165.470764,9.367538,-2.425196,161.618515,9.101689, + -1.252024,161.158218,9.750998,-1.470403,160.402512,9.517051,-2.850101,161.191544,8.798028,-3.668487,163.379623,8.418883, + -3.282945,162.422958,8.539260,-3.863138,162.245483,8.140815,-4.299412,163.313309,7.979811,-3.927330,167.295090,8.672584, + -5.285309,165.246048,7.465662,0.000000,172.478638,10.207976,0.000000,173.667358,10.109449,0.000000,171.376923,10.795201, + -1.723909,165.822662,10.344292,-1.352508,165.098846,10.545552,-1.510873,167.660690,10.851729,-1.458292,167.085968,10.511220, + -1.778166,167.114761,9.721733,-3.498910,170.998535,8.617724,-1.020129,166.799561,10.329618,-1.339484,166.382401,10.282136, + 0.000000,166.573135,11.106492,-2.182613,173.738129,9.106136,-8.070889,172.955811,3.362669,-8.369748,173.647781,2.182628, + -8.559955,174.768158,-3.493463,-6.684501,164.147034,2.611054,-7.600771,166.320328,2.756394,0.000000,158.253128,9.073735, + -1.492877,158.633194,8.851768,-2.995436,159.756210,8.184386,-4.340074,161.069382,7.141579,-5.373288,161.771866,5.819381, + -6.070298,162.053345,4.216922,-6.148474,163.721405,4.431094,0.000000,170.336166,11.305977,-6.509161,162.600388,2.383328, + -3.094914,175.381897,9.170271,-6.061185,175.148209,7.024003,-4.899368,175.620483,8.409585,-7.539892,172.634338,5.423082, + -6.888647,174.409927,6.313778,-7.097072,171.135345,6.199528,-5.853070,169.671097,7.516242,-6.276283,173.122604,7.192088, + -8.183331,170.206345,3.379799,-8.412366,170.435242,1.667644,-6.097363,165.604828,5.791152,0.000000,169.029129,11.991931, + 0.000000,168.300430,12.451638,-8.609570,174.356430,-0.421762,-6.255612,167.767883,6.758989,0.000000,167.467819,12.895787, + -7.985452,167.097107,1.382411,-6.760324,163.302902,0.883723,-7.153468,164.514816,1.053811,-1.099248,164.404800,10.630752, + -2.236928,164.260803,10.002482,-3.149610,164.010269,8.819223,-2.347769,162.951782,9.205855,0.000000,162.356735,10.502757, + -1.068534,162.471420,10.089911,0.000000,165.676941,10.787273,0.000000,166.769211,11.869563,-6.950167,166.110565,-3.011667, + -6.505972,176.823456,5.579067,-4.496324,178.006393,7.413710,-1.863281,177.727310,8.966649,-7.331156,165.163361,-0.748061, + -7.698287,175.316986,4.097951,0.000000,166.200150,-10.262321,-1.899003,166.632736,-9.696733,-1.197216,159.503769,2.665103, + -3.299536,159.779510,5.104674,-2.219769,159.101105,6.301106,-2.730894,160.212524,1.632215,-3.268556,162.215729,1.759682, + -5.183322,163.532028,-1.902785,-5.267933,161.858978,-1.033389,-5.212023,164.582825,-4.746404,-5.465416,164.053574,-5.310344, + -2.479896,156.242172,-9.000779,-2.606030,165.415421,-7.454195,-5.286066,155.554703,-6.001723,0.000000,156.502792,-10.174741, + 0.000000,165.412918,-8.239440,-4.251884,166.784500,-8.851527,-6.123191,166.740646,-5.979823,-3.700892,164.644058,-7.829904, + 0.000000,164.750778,-8.884297,-5.824939,162.937454,-2.681779,0.000000,158.175552,7.347251,0.000000,152.357346,1.065850, + 0.000000,160.195206,9.807290,0.000000,161.060211,10.019518,0.000000,166.193573,10.701884,0.000000,164.139832,11.099805, + 0.000000,176.461823,10.122073,0.000000,177.881149,9.429492,0.000000,161.210114,2.360807,0.000000,159.204514,2.987410, + 0.000000,158.665512,5.277861,-1.078340,158.381409,7.094706,0.000000,158.323044,6.462420,0.000000,174.979675,10.006989, + -2.365891,167.922882,9.523679,-2.719003,166.413406,9.259356,-5.514107,163.320114,5.898381,-1.514947,164.779053,-8.536624, + -4.173672,160.887695,0.486005,-6.308676,162.912354,-0.097310,-5.736514,161.854858,1.451005,-5.020907,160.996811,2.417220, + -8.087548,171.134903,-3.820824,-4.235622,160.377731,3.808917,-7.468713,168.648438,-3.333603,-7.698593,167.851318,-1.115297, + -7.486888,171.077103,-6.924998,-8.056537,175.140045,-7.311284,-5.069895,171.527618,-10.168492,-2.573120,171.837433,-11.888085, + -2.945032,176.247391,-12.078702,-5.504255,175.623245,-10.710334,0.000000,176.665070,-12.569736,0.000000,172.081024,-12.470185, + -4.646501,169.132736,-9.738564,-6.843891,168.937042,-6.621717,-2.332794,169.308014,-11.210965,0.000000,168.659821,-11.863576, + -12.791363,53.764202,-9.724199,-16.252222,54.197594,-6.550455,-15.869656,54.197594,-0.478572,-3.803494,54.197586,-6.497670, + -4.543979,54.197586,-1.446373,-7.198929,53.816128,1.550847,-11.651487,53.816132,2.507943,-7.294991,53.764194,-9.824551, + -6.683436,90.179184,-14.798033,-11.771112,91.570137,5.619544,-6.548261,90.142220,4.205661,-1.698995,89.046562,-0.959909, + -1.330153,88.945724,-9.703816,-17.530523,93.221382,1.934081,-18.736219,93.574287,-8.154779,-13.375134,92.008675,-14.649784, + -2.675389,161.671387,-6.935885,-4.487218,161.158340,-4.819717,0.000000,161.856766,-7.655850,-4.462612,160.462051,-2.926090, + -3.125118,159.686081,-0.512769,0.000000,158.943817,0.154458,-4.503612,112.497566,5.955515,-8.731816,112.497566,3.595970, + -11.806558,112.497566,-1.429154,-10.750516,112.497566,-7.221629,0.000000,112.215065,-13.810911,0.000000,112.215065,6.540893, + -6.334700,112.497566,-11.738469,-17.025597,137.545181,-4.838347,-16.326969,137.924255,-11.220002,-16.099751,142.587677,-4.341447, + -15.677075,143.723099,-12.249697,-14.607537,148.879120,-10.241497,-14.857053,146.620621,-3.621840,-18.276932,139.615540,-6.161319, + -15.980370,149.059494,-14.692948,-16.872849,145.390442,-16.334589,-16.184465,149.916672,0.058926,-15.611597,151.209488,-12.780593, + -15.500505,152.188232,-9.837007,-15.455765,152.427597,-6.563078,-15.636374,151.586975,-3.057563,-18.255432,141.072525,-1.539599, + -18.241899,139.509598,-10.032975,-17.844120,141.172867,-14.228199,-17.163521,146.783920,1.297152,-17.790117,144.099289,1.115025, + -16.576571,142.292648,-6.609022,-14.671572,149.359192,-12.784719,-15.766138,145.625900,-12.480997,-14.914210,149.248505,-1.877403, + -14.867628,149.843048,-10.659122,-14.421036,150.358704,-8.615373,-14.712063,150.396851,-6.631350,-14.975377,149.845139,-4.396450, + -16.564161,143.133621,-3.941392,-16.556349,142.231506,-8.843718,-16.326754,143.191544,-11.265192,-16.212980,145.367767,-2.382302, + -41.356773,141.294357,-5.203450,-41.809132,144.144867,-6.254709,-42.514427,145.056122,-9.820747,-41.198349,138.284241,-5.745113, + -40.857437,136.704758,-7.347202,-41.922237,138.626175,-15.095484,-42.369690,141.588470,-15.042424,-42.331852,143.923660,-12.885487, + -41.313587,136.759384,-12.314510,-40.786835,141.351624,-6.086504,-41.143421,143.687546,-6.975615,-41.678928,144.434692,-9.979212, + -40.646427,138.539062,-6.112480,-40.364414,137.609390,-7.878387,-41.134983,139.165741,-14.398527,-41.500584,141.593277,-14.360499, + -41.254353,143.506821,-12.553120,-40.667595,137.597305,-12.055170,-76.912590,135.566788,5.919457,-77.654762,135.774918,1.679719, + -75.510597,130.481461,1.566983,-74.703331,130.700348,5.178536,-76.421265,131.454956,9.191502,-76.742264,132.781067,9.209586, + -78.119057,131.850555,-1.730250,-78.302208,133.625381,-0.920295,-77.009155,130.808136,-1.072919,-76.284691,130.446671,8.603407, + -78.669716,131.887115,1.852120,-79.133308,134.017105,2.092005,-76.887161,130.181396,5.842544,-78.076675,131.425064,5.973483, + -78.265945,133.714737,6.848062,-77.183243,130.544495,1.480091,-67.333725,130.845093,6.290935,-71.089211,133.278625,-4.734504, + -71.347916,135.855515,-4.086673,-68.011322,136.843536,6.035815,-67.082191,133.413971,7.291888,-70.392822,130.915344,-4.538750, + -68.369240,130.407135,1.925146,-69.321022,130.159180,-1.509320,-69.318573,137.604767,2.967655,-70.710770,137.172607,-0.932049, + -74.168633,132.662491,-3.853213,-74.374306,135.428589,-3.278767,-70.912399,136.012115,7.748698,-73.424660,130.371765,-3.400611, + -71.536285,130.311188,3.551841,-72.415810,130.077789,0.028837,-72.169357,136.875610,4.207719,-73.463318,136.739639,0.269128, + -70.531349,130.640594,7.949458,-70.210091,132.937042,8.963308,-4.753407,162.791092,7.028378,-82.823837,133.384460,-0.739159, + -82.156097,132.100754,-2.178897,-82.507988,132.100754,0.732659,-82.770203,132.945007,0.215612,-85.058983,129.111252,-1.913773, + -86.103630,131.586884,-1.148378,-85.595192,130.625824,-2.296936,-85.182175,130.800964,-2.247023,-85.690643,131.761963,-1.098453, + -84.645988,129.286377,-1.863848,-84.846542,129.286377,-0.204467,-85.462227,130.800964,0.070072,-79.638718,133.323318,0.971589, + -79.931801,134.514526,-0.394156,-79.312187,133.323318,-1.730159,-85.875221,130.625824,0.020159,-85.259529,129.111252,-0.254392, + -79.369652,134.442276,-0.334528,-79.141251,133.481232,0.834021,-78.525558,131.966690,0.559458,-78.861221,133.481232,-1.483086, + -78.325012,131.966690,-1.099911,-85.655800,131.432968,-0.339579,-79.882042,134.106720,0.491807,-86.068810,131.257843,-0.389491, + -79.334824,134.113266,0.424358,-82.527199,132.945007,-1.794996,-85.875412,131.257843,-1.989590,-85.462410,131.432968,-1.939677, + -79.656563,134.106720,-1.373914,-79.141441,134.113266,-1.175728,-82.110855,131.089233,0.665758,-85.164276,130.043671,0.014640, + -79.270210,132.384674,0.909504,-85.577271,129.868530,-0.035261,-78.843292,132.723969,0.778577,-81.771713,131.089233,-2.140261, + -84.894394,130.043671,-2.218448,-78.955513,132.384674,-1.694301,-85.307396,129.868530,-2.268361,-78.573402,132.723969,-1.454523, + -84.677521,129.089386,-0.976025,-85.090508,128.914276,-1.025926,-78.356537,131.769699,-0.212076,-85.806610,128.996002,-1.920890, + -86.752899,131.238312,-1.226841,-86.292297,130.367844,-2.267956,-86.545921,130.367844,-0.169216,-85.988251,128.996002,-0.417887, + -86.719872,130.940277,-0.551747,-86.544708,130.940277,-2.001046,-86.276062,129.681946,-0.219427,-86.031593,129.681946,-2.242075, + -85.835274,128.817596,-1.115941,-86.423721,129.314362,-1.695489,-87.015541,130.715775,-1.258587,-86.727280,130.171722,-1.912402, + -86.885811,130.171722,-0.600706,-86.537254,129.314362,-0.756131,-86.988998,130.529480,-0.885473,-86.879524,130.529480,-1.791261, + -86.717148,129.743073,-0.632094,-86.564346,129.743073,-1.896213,-86.442024,129.202850,-1.189266,-86.925430,129.857681,-1.247691, + -83.845261,129.625916,-1.767075,-84.045807,129.625916,-0.107706,-84.661491,131.140488,0.166857,-84.889885,132.101501,-1.001692, + -84.381447,131.140488,-2.150238,-84.855057,131.772522,-0.242806,-84.661690,131.772522,-1.842892,-84.363548,130.383209,0.111413, + -84.093651,130.383209,-2.121687,-83.876793,129.428955,-0.879240,-85.183563,130.968964,0.359560,-85.488907,132.210007,-1.063346, + -84.843369,130.968964,-2.455234,-85.437057,131.785156,-0.140309,-85.202126,131.785156,-2.084088,-84.799614,129.991058,0.294876, + -84.471771,129.991058,-2.417874,-82.105988,130.363434,-1.556862,-83.115799,132.510010,-0.032593,-82.922409,132.510010,-1.632691, + -82.624268,131.120697,0.321626,-82.354385,131.120697,-1.911474,-82.137527,130.166473,-0.669039,-82.306534,130.363434,0.102507, + -82.922241,131.877975,0.377058,-83.150620,132.839035,-0.791479,-82.642189,131.877975,-1.940037,-81.790993,132.238907,-1.837161, + -81.254784,130.724365,-1.453998,-81.455338,130.724365,0.205383,-82.071030,132.238907,0.479922,-82.299431,133.199936,-0.688603, + -82.264603,132.870941,0.070272,-82.071220,132.870941,-1.529827,-81.773071,131.481659,0.424502,-81.503189,131.481659,-1.808598, + -81.286331,130.527374,-0.566163,-79.145935,131.618576,-1.199129,-79.346481,131.618576,0.460252,-79.962173,133.133148,0.734791, + -80.190567,134.094162,-0.433734,-80.155739,133.765167,0.325141,-79.962364,133.765167,-1.274946,-79.664207,132.375854,0.679359, + -79.394325,132.375854,-1.553729,-79.177460,131.421616,-0.311294,-79.682129,133.133148,-1.582303,-83.127533,129.975708,0.003290, + -83.756157,131.524384,0.276267,-83.984550,132.485413,-0.892270,-83.476112,131.524384,-2.040816,-82.926987,129.975708,-1.656092, + -83.949730,132.156418,-0.133384,-83.756332,132.156418,-1.733470,-83.458183,130.767090,0.220835,-83.188309,130.767090,-2.012265, + -82.958527,129.778732,-0.768269,-80.773598,132.670334,-1.714208,-80.211533,131.087555,-1.327911,-80.412086,131.087555,0.331471, + -81.053635,132.670334,0.602886,-81.282028,133.631363,-0.565651,-81.247208,133.302338,0.193236,-81.053825,133.302338,-1.406863, + -80.755676,131.913055,0.547454,-80.485794,131.913055,-1.685634,-80.243073,130.890579,-0.440088,-78.841644,133.066376,-0.324693, + -83.767380,133.352127,2.919364,-83.479042,132.023407,1.389146,-83.297630,132.023407,4.316271,-83.578468,132.897247,3.850901, + -87.519096,128.985184,2.252220,-88.200455,131.547607,3.181360,-87.989006,130.552872,1.964687,-87.440224,130.727341,1.930665, + -87.651688,131.722076,3.147350,-86.970337,129.159683,2.218209,-86.866936,129.159683,3.886472,-87.295868,130.727341,4.260158, + -79.506767,133.241776,3.974056,-79.942665,134.474747,2.677834,-79.675110,133.241776,1.257873,-87.844627,130.552872,4.294168, + -87.415718,128.985184,3.920482,-79.252663,134.392395,2.626801,-78.896828,133.397690,3.739619,-78.467918,131.830002,3.365934, + -79.041214,133.397690,1.410139,-78.571304,131.830002,1.697672,-87.507523,131.381546,3.889071,-79.767372,134.052673,3.542233, + -88.056282,131.207062,3.923081,-79.108490,134.051880,3.368533,-83.703751,132.897247,1.829541,-88.155991,131.207062,2.314423, + -87.607208,131.381546,2.280425,-79.883621,134.052673,1.666534,-79.208191,134.051880,1.759875,-83.003906,130.976395,4.183782, + -87.076302,129.943497,4.155587,-79.234215,132.270218,3.851116,-87.625069,129.769043,4.189609,-78.677269,132.613846,3.635049, + -83.178741,130.976395,1.362753,-87.215446,129.943497,1.910554,-79.396446,132.270218,1.233387,-87.764221,129.769043,1.944564, + -78.816422,132.613846,1.390016,-86.857002,128.955780,3.098093,-87.405777,128.781296,3.132115,-78.457977,131.626129,2.577555, + -88.459114,128.876999,2.393280,-89.076202,131.197891,3.235636,-88.884735,130.296921,2.132831,-88.753960,130.296921,4.242788, + -88.365463,128.876999,3.904305,-88.946381,130.889435,3.895114,-89.036682,130.889435,2.438067,-88.555099,129.586960,4.148065, + -88.681114,129.586960,2.114604,-88.356407,128.692322,3.191028,-89.112801,129.213013,2.732180,-89.498276,130.663559,3.261791, + -89.378799,130.100464,2.569400,-89.297073,130.100464,3.888093,-89.054276,129.213013,3.676556,-89.420181,130.470779,3.624902, + -89.476608,130.470779,2.714251,-89.172783,129.656754,3.828917,-89.251549,129.656754,2.558015,-89.048416,129.097610,3.233920, + -89.537880,129.778717,3.264247,-85.906342,129.497955,2.152276,-85.802956,129.497955,3.820526,-86.231873,131.065628,4.194211, + -86.587708,132.060364,3.081405,-86.376259,131.065628,1.864731,-86.443527,131.719818,3.823125,-86.543228,131.719818,2.214467, + -86.012314,130.281799,4.089653,-86.151466,130.281799,1.844608,-85.793015,129.294067,3.032160,-86.862816,130.895950,4.487764, + -87.316956,132.180557,3.137277,-87.038208,130.895950,1.657914,-87.134315,131.740768,4.037856,-87.255432,131.740768,2.083682, + -86.578842,129.883774,4.359674,-86.747864,129.883774,1.632403,-83.595299,130.232727,2.009046,-84.132477,132.454575,3.679895, + -84.232170,132.454575,2.071238,-83.701271,131.016556,3.946424,-83.840401,131.016556,1.701379,-83.481964,130.028824,2.888930, + -83.491905,130.232727,3.677297,-83.920822,131.800385,4.050982,-84.276649,132.795120,2.938175,-84.065193,131.800385,1.721501, + -82.934174,132.159973,1.651407,-82.464264,130.592300,1.938951,-82.360870,130.592300,3.607202,-82.789795,132.159973,3.980887, + -83.145607,133.154724,2.868068,-83.001442,132.814178,3.609801,-83.101135,132.814178,2.001143,-82.570236,131.376160,3.876329, + -82.709366,131.376160,1.631284,-82.350937,130.388412,2.818823,-79.662102,131.483200,1.765287,-79.558716,131.483200,3.433526, + -79.987625,133.050873,3.807211,-80.343460,134.045609,2.694404,-80.199287,133.705078,3.436136,-80.298988,133.705078,1.827479, + -79.768074,132.267044,3.702653,-79.907211,132.267044,1.457608,-79.548767,131.279327,2.645159,-80.132004,133.050873,1.477731, + -84.589836,129.845139,3.745341,-85.028900,131.448105,4.119658,-85.384727,132.442810,3.006852,-85.173264,131.448105,1.790166, + -84.693230,129.845139,2.077091,-85.240540,132.102264,3.748560,-85.340240,132.102264,2.139926,-84.809319,130.664261,4.015088, + -84.948471,130.664261,1.770055,-84.579903,129.641235,2.956963,-81.582298,132.589783,1.567614,-81.092110,130.951523,1.853907, + -80.988724,130.951523,3.522170,-81.437927,132.589783,3.897107,-81.793755,133.584503,2.784300,-81.649582,133.243958,3.526008, + -81.749283,133.243958,1.917362,-81.218361,131.805954,3.792536,-81.357498,131.805954,1.547504,-80.978783,130.747635,2.733779, + -78.846855,132.968262,2.547956,-83.345375,133.600830,6.866860,-83.464737,132.167389,5.333126,-82.677277,132.167389,8.158183, + -82.994698,133.110107,7.746446,-87.723518,129.316055,7.155070,-88.037224,132.080338,8.161469,-88.145721,131.007248,6.944653, + -87.569130,131.143921,6.783924,-87.460640,132.217010,8.000741,-87.146912,129.452698,6.994352,-86.698135,129.452698,8.604417, + -86.942444,131.143921,9.032163,-78.715103,133.124680,6.942606,-79.335060,134.454803,5.744350,-79.445824,133.124664,4.321134, + -87.519035,131.007248,9.192892,-87.274712,129.316055,8.765146,-78.635696,134.308548,5.540848,-78.117523,133.235443,6.572282, + -77.873192,131.544220,6.144524,-78.744194,133.235443,4.324031,-78.321983,131.544220,4.534447,-87.186180,131.849655,8.702025, + -79.009651,133.999435,6.560540,-87.762772,131.712982,8.862755,-78.361252,133.941132,6.242132,-83.538490,133.110107,5.795574, + -88.195541,131.712982,7.310196,-87.618950,131.849655,7.149467,-79.514259,133.999435,4.750252,-78.794014,133.941162,4.689574, + -82.482597,131.037872,7.985497,-86.798134,130.298325,8.897708,-78.534462,132.076508,6.782365,-87.374741,130.161667,9.058435, + -77.973213,132.389832,6.437814,-83.241524,131.037872,5.262852,-87.402100,130.298309,6.730959,-79.238686,132.076508,4.255927, + -87.978714,130.161667,6.891688,-78.577187,132.389832,4.271078,-86.865356,129.232742,7.834813,-87.441956,129.096100,7.995543, + -78.040436,131.324249,5.374920,-88.679108,129.283371,7.507226,-88.963051,131.787170,8.419535,-89.061531,130.815170,7.316634, + -88.493896,130.815170,9.352991,-88.272606,129.283371,8.965561,-88.717773,131.454407,9.042820,-89.109741,131.454407,7.636580, + -88.363197,130.049271,9.231194,-88.910255,130.049271,7.268664,-88.423882,129.084152,8.269236,-89.261673,129.695450,7.978770, + -89.438293,131.260284,8.552000,-89.500694,130.652817,7.859668,-89.145927,130.652817,9.132370,-89.007622,129.695450,8.890232, + -89.298203,131.052292,8.894190,-89.543182,131.052292,8.015306,-89.064232,130.174133,9.056255,-89.406143,130.174133,7.829687, + -89.101303,129.570923,8.458075,-89.549156,130.331009,8.582911,-86.028946,129.717651,6.682729,-85.580139,129.717651,8.292806, + -85.824478,131.408859,8.720551,-86.342674,132.481964,7.689117,-86.451157,131.408859,6.472301,-86.068214,132.114578,8.390402, + -86.500969,132.114578,6.837844,-85.680168,130.563248,8.586083,-86.284149,130.563248,6.419348,-85.747383,129.497711,7.523190, + -86.432877,131.285721,9.153781,-87.078766,132.671509,7.905374,-87.194176,131.285721,6.422613,-86.739761,132.197067,8.755718, + -87.265472,132.197067,6.869683,-86.244667,130.193726,8.986830,-86.978371,130.193756,6.354675,-83.600693,130.293167,6.005871, + -83.639961,132.690079,7.713544,-84.072731,132.690079,6.160986,-83.251938,131.138763,7.909226,-83.855896,131.138763,5.742490, + -83.319145,130.073181,6.846333,-83.151909,130.293167,7.615948,-83.396240,131.984360,8.043694,-83.914429,133.057480,7.012260, + -84.022919,131.984360,5.795443,-82.834549,132.265991,5.464184,-82.412346,130.574799,5.674624,-81.963554,130.574799,7.284689, + -82.207878,132.265991,7.712436,-82.726067,133.339111,6.681013,-82.451607,132.971741,7.382286,-82.884377,132.971741,5.829740, + -82.063576,131.420410,7.577968,-82.667549,131.420410,5.411232,-82.130791,130.354858,6.515086,-79.468094,131.272614,4.853928, + -79.019302,131.272614,6.464005,-79.263626,132.963791,6.891739,-79.781815,134.036926,5.860317,-79.507378,133.669556,6.561601, + -79.940132,133.669556,5.009055,-79.119339,132.118195,6.757283,-79.723289,132.118195,4.590535,-79.186546,131.052658,5.694389, + -79.890305,132.963791,4.643500,-84.308571,129.979126,7.938349,-84.560501,131.708420,8.368217,-85.078690,132.781525,7.336795, + -85.187172,131.708420,6.119978,-84.757370,129.979126,6.328285,-84.804237,132.414169,8.038080,-85.236984,132.414169,6.485522, + -84.416199,130.862823,8.233762,-85.020164,130.862823,6.067026,-84.475807,129.759171,7.168758,-81.414139,132.602646,5.068266, + -80.976738,130.835266,5.274439,-80.527939,130.835266,6.884515,-80.787453,132.602646,7.316506,-81.305649,133.675766,6.285071, + -81.031189,133.308380,6.986356,-81.463959,133.308380,5.433822,-80.643158,131.757050,7.182038,-81.247124,131.757050,5.015302, + -80.695175,130.615311,6.114924,-78.343643,132.772186,5.403805,-69.386871,128.566971,14.847018,-67.166489,131.033493,15.172233, + -68.993050,130.445526,15.382970,-69.232353,131.007538,13.675405,-67.394630,131.599121,13.463439,-69.628586,129.117493,13.136245, + -67.737167,128.392944,12.475265,-66.591301,129.995819,12.752498,-67.264259,131.655594,8.140097,-68.283821,133.862411,9.099375, + -70.746986,132.989731,9.357164,-66.368034,129.439941,14.465656,-67.506958,127.846802,14.190067,-68.560982,133.707748,8.497928, + -67.652412,131.894485,7.693993,-68.948395,130.081772,7.380317,-70.639351,133.038666,8.737801,-71.087471,130.901199,8.127831, + -66.710602,130.893555,13.077106,-67.395416,132.900253,8.582471,-66.486618,130.332214,14.788259,-67.787369,132.909790,8.061049, + -68.299355,131.026657,15.421749,-68.534424,131.592194,13.714469,-69.800522,133.821594,9.422944,-69.850029,133.699921,8.781860, + -67.071014,129.158752,12.581122,-67.928101,130.478821,7.897018,-66.844810,128.607941,14.295341,-68.194901,130.947708,7.500289, + -69.616287,130.133759,13.470662,-71.284630,131.764587,9.069977,-69.374641,129.577011,15.179468,-71.073563,132.050446,8.506260, + -68.862076,128.558380,12.780107,-68.488724,127.959007,14.445461,-70.065506,130.209396,7.670997,-69.061226,128.490738,15.512384, + -67.054749,130.718323,15.805866,-68.705482,130.187546,15.996613,-66.334396,129.279251,15.168001,-67.363174,127.840263,14.918997, + -66.454498,130.090195,15.463915,-68.091881,130.717392,16.036108,-66.765030,128.527664,15.014233,-69.050171,129.403030,15.812792, + -68.249077,127.941238,15.149441,-68.082596,128.592514,16.425348,-66.825043,129.983353,16.607536,-67.860268,129.653000,16.727985, + -66.378365,129.085281,16.210104,-67.021332,128.185959,16.054478,-66.505020,129.611893,16.413082,-67.528374,130.003922,16.770699, + -66.647499,128.615585,16.114010,-68.075691,129.162704,16.613104,-67.571480,128.247696,16.197266,-67.161179,129.023682,16.599848, + -69.812843,129.352509,12.443970,-67.883408,128.613373,11.769699,-66.714523,130.248535,12.052463,-67.533981,131.884033,12.777732, + -69.408646,131.280579,12.993906,-66.836220,131.164307,12.383591,-68.696678,131.876984,13.033781,-67.203880,129.394653,11.877607, + -69.800278,130.389221,12.785051,-69.028168,128.781097,12.079678,-66.339050,130.025452,12.374603,-67.284660,132.071640,13.263522, + -69.568367,131.262497,13.503181,-66.460785,131.179565,12.784636,-68.690765,132.033813,13.563882,-66.954803,128.934570,12.148832, + -70.066811,130.126755,13.236200,-70.879890,130.560150,9.060214,-68.741226,129.740891,8.312843,-67.445488,131.553223,8.626459, + -68.353889,133.366135,9.430227,-67.580421,132.568344,8.993457,-69.642677,133.358337,9.714113,-67.987877,130.606628,8.432792, + -70.865967,131.709183,9.438560,-69.858116,129.868454,8.603464,-70.431847,132.697205,9.670065,-68.200745,128.860611,11.003850, + -66.978485,130.586685,11.305212,-67.822807,132.271835,12.052475,-69.754364,131.650040,12.275240,-70.188675,129.622116,11.698554, + -67.103874,131.530258,11.646389,-69.020813,132.264557,12.316296,-67.482704,129.706863,11.125075,-70.157883,130.731644,12.060031, + -69.238945,128.979294,11.273848,-70.152122,132.241882,10.894535,-70.635841,130.027695,10.266863,-68.508865,129.212875,9.523581, + -67.181900,131.104080,9.856567,-68.085388,132.907211,10.655997,-67.316086,132.113693,10.221575,-69.367218,132.899429,10.938356, + -67.721359,130.162613,9.663938,-70.583893,131.259201,10.664282,-69.619652,129.339828,9.812603,-69.404434,131.932816,8.096180, + -81.694580,133.093826,10.533666,-82.067955,131.721771,9.035766,-80.778084,131.721771,11.669635,-81.181061,132.624084,11.330461, + -85.667435,128.853165,11.479408,-85.838333,131.499161,12.548762,-86.149185,130.471970,11.363416,-85.638992,130.619629,11.113566, + -85.328148,131.646790,12.298936,-85.157234,129.000839,11.229568,-84.422119,129.000839,12.730689,-84.612503,130.619629,13.209671, + -77.294235,132.754761,9.844314,-78.144669,134.027939,8.790206,-78.491150,132.754761,7.400249,-85.122673,130.471954,13.459521, + -84.932304,128.853165,12.980527,-77.519745,133.906723,8.474993,-76.804092,132.879501,9.385739,-76.613693,131.260712,8.906745, + -77.830582,132.879501,7.289635,-77.348816,131.260712,7.405625,-84.924171,131.295181,12.935335,-77.668182,133.592072,9.529578, + -85.434357,131.147507,13.185172,-77.115776,133.555038,9.111392,-82.071800,132.624084,9.511601,-86.143219,131.147507,11.737698, + -85.633026,131.295181,11.487836,-78.494720,133.592072,7.841800,-77.824623,133.555038,7.663916,-80.599342,130.640564,11.455082, + -84.481056,129.810226,13.044209,-77.128372,131.751495,9.645223,-84.991226,129.662582,13.294060,-76.672630,132.070114,9.220277, + -81.842430,130.640564,8.916699,-85.470329,129.810226,11.024099,-78.281883,131.751495,7.289754,-85.980515,129.662582,11.273938, + -77.661926,132.070114,7.200168,-84.723328,128.790268,12.002737,-85.233513,128.642593,12.252575,-76.914932,131.050156,8.178794, + -86.501198,128.794418,11.979740,-86.655655,131.191025,12.949031,-86.937561,130.260666,11.874669,-86.007805,130.260666,13.773232, + -85.835358,128.794418,13.339381,-86.295197,130.872513,13.514358,-86.937263,130.872513,12.203294,-85.888733,129.527542,13.623374, + -86.784782,129.527542,11.793631,-86.107841,128.603714,12.680751,-86.970673,129.172653,12.541264,-87.065819,130.670502,13.149886, + -87.243378,130.089035,12.475603,-86.662285,130.089035,13.662177,-86.554512,129.172653,13.391023,-86.862152,130.471451,13.459056, + -87.263420,130.471451,12.639659,-86.587891,129.630875,13.568526,-87.147903,129.630875,12.424951,-86.723427,129.053436,12.982219, + -87.141335,129.772751,13.186877,-84.168068,129.287109,10.745154,-83.432938,129.287109,12.246274,-83.623329,130.905914,12.725257, + -84.338974,131.933121,11.814497,-84.649834,130.905914,10.629151,-83.935013,131.581467,12.450908,-84.643875,131.581467,11.003421, + -83.491875,130.096512,12.559794,-84.481155,130.096512,10.539685,-83.734161,129.076569,11.518323,-84.111214,130.768478,13.246949, + -84.997238,132.094940,12.148733,-85.358200,130.768478,10.700614,-84.500793,131.640823,12.919051,-85.361908,131.640823,11.160644, + -83.938400,129.723267,13.039527,-85.140182,129.723251,10.585505,-82.019524,129.908936,9.692966,-81.786469,132.203262,11.398721, + -82.495331,132.203262,9.951234,-81.343323,130.718338,11.507618,-82.332619,130.718307,9.487497,-81.585617,129.698410,10.466135, + -81.284393,129.908936,11.194075,-81.474777,131.527740,11.673069,-82.190445,132.554932,10.762321,-82.501282,131.527740,9.576964, + -81.449791,131.832062,9.062027,-80.968033,130.213257,9.178029,-80.232895,130.213257,10.679149,-80.423286,131.832062,11.158132, + -81.138947,132.859222,10.247384,-80.734978,132.507614,10.883783,-81.443840,132.507614,9.436309,-80.291840,131.022644,10.992669, + -81.281128,131.022644,8.972560,-80.534142,130.002716,9.951198,-78.362923,130.967224,7.902251,-77.627800,130.967224,9.403371, + -77.818176,132.586029,9.882365,-78.533844,133.613220,8.971619,-78.129868,133.261566,9.608018,-78.838730,133.261566,8.160531, + -77.686737,131.776611,9.716903,-78.676025,131.776611,7.696782,-77.929024,130.756683,8.675420,-78.844688,132.586014,7.786249, + -82.306839,129.574341,11.694789,-82.504936,131.229614,12.177563,-83.220604,132.256775,11.266815,-83.531448,131.229614,10.081446, + -83.041962,129.574326,10.193682,-82.816628,131.905151,11.903214,-83.525482,131.905151,10.455728,-82.373489,130.420197,12.012100, + -83.362778,130.420197,9.991991,-82.608063,129.363785,10.966837,-80.192986,132.195801,8.446549,-79.695786,130.504074,8.554994, + -78.960655,130.504074,10.056102,-79.166489,132.195801,10.542642,-79.882141,133.222992,9.631895,-79.478172,132.871323,10.268294, + -80.187035,132.871323,8.820819,-79.035042,131.386383,10.377192,-80.024323,131.386383,8.357071,-79.261887,130.293549,9.328150, + -77.231949,132.436096,8.274364,-17.091383,62.992516,1.232308,-3.550709,62.992508,-1.306928,-18.325266,62.992519,-5.662614, + -3.210968,62.992508,-7.021767,-12.052856,62.992512,4.465980,-13.530319,62.992516,-11.361426,-7.366589,62.992516,-11.491501, + -7.242078,62.992508,3.225428,-6.779482,93.016434,-14.325583,-10.528442,97.023979,5.149638,-6.078875,93.065186,3.805130, + -2.383922,90.417366,-1.106984,-2.067508,90.245476,-9.481330,-15.548824,99.883881,1.645005,-16.596355,100.475166,-8.008289, + -11.904457,97.771477,-14.184607,-1.694513,81.463158,-8.805287,-14.222500,82.710052,-14.103306,-6.588394,81.950249,4.795944, + -18.761501,83.161819,2.362663,-2.106969,81.504211,-0.737316,-19.827930,83.267960,-7.145983,-12.428816,82.531525,6.310463, + -6.739555,81.965286,-14.262104,-12.890652,48.589062,-10.260094,-16.709492,47.792061,-5.851877,-15.726789,47.792061,0.481739, + -3.930986,47.792057,-6.191951,-4.201565,47.792057,-1.540581,-7.141487,48.014721,2.069124,-11.713948,48.014725,3.057146, + -7.240653,48.589058,-10.363686,-12.907156,51.147610,-9.985143,-16.750465,51.228832,-5.756366,-15.761463,51.228832,0.147432, + -3.894829,51.228825,-6.098616,-4.167143,51.228825,-1.887846,-7.125902,51.228825,1.744994,-11.722914,51.228828,2.739340, + -7.225702,51.147606,-10.089403,-12.481205,53.831768,-9.501010,-15.692982,54.610867,-5.460781,-14.866495,54.264324,-0.027859, + -4.828021,54.671329,-6.408840,-5.055589,54.377293,-1.799083,-7.528163,54.175636,1.362437,-11.491558,54.120449,2.227783, + -7.611564,53.837547,-9.591741,-12.561722,46.618065,-9.414049,-15.892877,45.211735,-5.454957,-15.035671,45.211735,-0.044013, + -4.651618,45.211731,-5.900961,-4.887643,45.211731,-1.808075,-7.452123,45.538700,1.340657,-11.535291,45.538700,2.202501, + -7.538624,46.618057,-9.504421,-5.264363,7.095529,9.705265,-16.574478,5.768914,8.293705,-6.225289,11.624760,-9.249151, + -14.820607,11.488574,-9.249150,-5.264363,0.000001,9.705264,-16.574478,-0.000001,8.293704,-6.656630,-0.000000,-10.869964, + -14.644521,-0.000001,-10.869964,-6.225289,11.365528,-1.233571,-14.820607,11.220600,-1.233571,-5.606834,0.000000,-1.566969, + -15.694316,-0.000001,-1.566968,-5.264364,5.500301,10.018518,-16.574478,4.464489,8.606956,-5.264364,0.000001,10.018517, + -16.574478,0.000001,8.606956,-6.447754,3.951413,19.547136,-15.575245,3.447339,17.385603,-6.447754,0.000002,19.547136, + -15.575245,0.000002,17.385603,-10.919420,7.330132,9.705265,-10.650575,11.041828,-10.585368,-10.919420,0.000000,9.705265, + -10.650575,-0.000001,-11.909628,-10.650575,-0.000000,-1.566968,-10.650575,11.255528,0.152092,-10.919421,6.083506,10.018517, + -10.919421,0.000001,10.018517,-9.883853,4.534604,20.337389,-9.883853,0.000002,20.337387,-6.364384,5.716975,-11.522589, + -14.936767,5.434458,-11.522589,-16.574478,2.884457,8.293705,-5.264363,3.547773,9.705265,-5.839486,5.548762,-1.400269, + -15.461664,5.261881,-1.400269,-10.919420,3.547772,9.705265,-10.650575,5.716959,-12.710530,-12.656490,46.460766,-9.642156, + -16.128155,45.033104,-5.732033,-15.234793,45.076313,0.023737,-4.443992,45.292065,-6.684688,-4.689975,45.076309,-1.814735, + -7.362623,45.429440,1.466810,-11.586764,45.429440,2.365007,-7.452775,46.485554,-9.733321,-12.861802,41.772671,-11.088802, + -17.122105,41.772671,-7.020715,-16.108089,41.772671,-0.619946,-3.835607,41.772663,-8.137675,-4.143880,41.772667,-2.706707, + -7.177477,41.772667,1.018017,-11.967387,41.772667,2.037518,-6.960023,41.772667,-11.195709,-12.691778,31.345270,-10.923782, + -16.717941,31.345272,-7.404599,-15.768203,31.345272,-0.911815,-4.168540,31.345266,-8.457356,-4.765466,31.345266,-2.878633, + -7.606771,31.345268,0.632005,-11.889967,31.345270,1.592906,-7.367189,31.345268,-11.024538,-11.929057,11.360030,-9.156253, + -14.472873,11.630039,-6.132919,-13.818274,11.630040,-2.000883,-6.454428,11.881533,-6.853972,-6.634668,11.881534,-3.347999, + -8.593013,11.360030,-0.943491,-11.145230,11.360032,-0.285349,-8.659069,11.360029,-9.225263,-8.488761,19.773991,-0.843062, + -11.192155,19.773993,-0.145936,-6.414412,19.773993,-3.389997,-14.023532,19.773994,-1.963090,-11.727715,19.773993,-8.800695, + -8.264035,19.773991,-8.873798,-14.716908,19.773996,-5.851757,-5.928802,19.773989,-6.615519,-8.691060,14.631893,-1.203402, + -6.843859,14.631892,-3.471441,-11.837763,14.631895,-8.717018,-14.237203,14.631896,-5.865278,-6.673850,14.631892,-6.545405, + -11.098421,14.631895,-0.582616,-13.619752,14.631896,-2.200782,-8.753366,14.631893,-8.782114,-4.582004,112.019485,6.098448, + -9.150457,112.177414,4.639625,-12.644112,112.579468,1.807022,-13.598284,112.981201,-1.704800,-12.785551,113.109703,-5.562651, + -5.832796,112.721306,-11.680031,0.000000,112.254097,-12.561058,0.000000,111.967209,7.048499,-7.928287,97.632469,5.484854, + -12.617750,98.977226,4.439204,-15.682234,100.446465,2.000057,-16.022816,100.563423,-3.937542,-15.109487,99.973633,-10.533995, + 0.000000,97.591888,6.266235,0.000000,90.340935,-3.860819,-3.086957,91.044838,-3.483880,0.000000,91.243065,0.372123, + -4.251265,91.720154,0.296741,0.000000,91.869659,-9.361016,-6.332864,92.386902,-10.311716,0.000000,93.500046,4.322361, + -7.100349,94.473663,4.055171,-10.129292,96.975525,2.705925,-11.832052,97.475128,-5.750895,-11.186851,97.473495,0.025236, + -11.512067,96.805740,-11.559046,-16.012156,139.568558,0.347448,0.000000,140.573181,9.164059,-15.003015,145.665405,2.502847, + -11.351621,146.215454,5.887866,-0.986311,140.448608,9.596920,-18.375429,71.980476,2.127308,-2.383626,71.004684,-0.859929, + -19.606009,72.042976,-6.532222,-12.356771,71.609436,5.931520,-6.859711,71.276108,-13.389528,-1.985106,70.980507,-8.131170, + -14.089861,71.714539,-13.236505,-6.713656,71.267258,4.472088,-11.600332,26.622622,0.866373,-15.100424,26.622623,-1.379953, + -7.780446,26.622620,-10.236412,-8.035274,26.622620,0.004601,-5.471006,26.622618,-3.143869,-12.285357,26.622622,-10.146049, + -15.957559,26.622623,-7.052038,-4.893678,26.622618,-7.996187,-13.236342,109.034531,-7.514763,-13.229229,108.799034,1.691818, + -14.397663,109.049530,-2.846074,-5.318655,108.208168,6.503045,-9.804310,108.385437,5.157577,0.000000,107.920509,7.382142, + 0.000000,138.424774,9.504187,-14.978287,138.612503,3.653419,-15.706751,138.960495,2.000249,-1.013399,138.597061,9.937799, + 0.000000,134.504715,-15.179467,-14.958840,133.947968,-11.163198,-12.528211,134.547974,-14.243401,-16.144173,135.814514,0.960481, + -16.220474,133.843246,-2.863574,-16.150419,133.307922,-5.184424,-7.935712,134.667816,-15.751707,-5.627399,153.340164,1.703846, + -6.980196,133.291260,7.632840,-6.941764,148.565414,5.541885,-4.798366,154.883255,-0.440681,-7.335404,146.578339,7.166958, + 0.000000,146.127716,6.167853,-3.318513,146.060577,7.507229,-3.905780,145.475159,7.946289,-1.104879,144.025360,7.859433, + 0.000000,144.071640,7.805061,-14.680455,130.912354,-0.819361,-13.808383,131.394836,2.794147,-12.200990,130.145844,-9.311604, + -7.856111,129.510315,-11.476934,-14.605169,130.203598,-4.850292,0.000000,129.478333,-11.772895,-1.759863,132.344589,7.580125, + 0.000000,132.294479,7.639766,-12.277182,131.485123,4.328120,-6.894822,132.081207,6.784093,-6.626887,150.029068,4.523540, + -2.695919,149.760666,4.628527,-10.147249,150.396088,2.116871,0.000000,149.455872,4.577672,-15.265147,142.677460,2.562368, + -15.555460,142.796371,1.858819,-13.917746,143.609970,5.114365,-15.444998,142.469269,-1.612508,-5.534921,112.374130,-13.341177, + -10.612847,112.843147,-10.563671,-9.512719,100.099266,-15.791011,-13.458952,100.123985,-13.633119,-11.299929,108.393806,-12.528013, + -6.361044,108.081215,-15.280951,-8.773980,97.425896,-15.490019,0.000000,107.843834,-16.288195,0.000000,112.061729,-14.560472, + 0.000000,96.662735,-16.021614,0.000000,93.487335,-13.894356,-7.421069,93.910507,-12.912119,0.000000,99.751450,-16.800402, + -11.658360,97.525726,-13.168180,-14.499338,102.866905,-9.808623,-14.395484,103.103989,1.799655,-6.817173,102.080650,6.464928, + 0.000000,101.746422,7.250838,-15.676705,103.226936,-3.850305,-11.178398,102.136711,5.134009,-12.347917,102.507706,-14.075278, + -8.524723,102.463264,-16.400967,0.000000,102.103127,-17.385386,-4.615829,159.414368,-5.161811,-4.581734,158.670822,-3.151025, + -3.113484,157.749634,-0.605119,-2.627374,159.937515,-7.386424,0.000000,160.130936,-8.249464,0.000000,157.065994,0.063585, + -11.969351,37.119946,1.973047,-16.067688,37.119949,-0.665394,-12.835942,37.119946,-11.735049,-7.100143,37.119946,-11.841181, + -17.071331,37.119946,-7.259468,-3.866127,37.119942,-8.368432,-4.331487,37.119946,-2.737219,-7.334044,37.119946,0.960844, + -1.711371,76.213066,-8.537465,-14.214806,77.216293,-13.818085,-6.595661,76.604980,4.761165,-18.693619,77.579765,2.335882, + -2.123018,76.246117,-0.753916,-19.860537,77.665176,-6.883621,-12.424635,77.072662,6.270707,-6.746525,76.617073,-13.976359, + -64.886772,134.551056,-5.613244,-63.355339,132.082306,-3.536797,-62.076611,134.004410,0.293386,-62.272358,136.662338,1.236475, + -64.326263,138.482101,-2.293217,-64.368462,132.898697,-5.326855,-62.379665,132.343658,-1.256037,-63.021690,138.151291,0.373292, + -64.819885,136.688431,-4.349601,-66.321640,138.121201,-1.218963,-66.410187,132.494400,-4.265094,-64.380722,132.008896,-0.164962, + -64.964767,137.832321,1.552117,-66.852219,136.168869,-3.393281,-66.909637,134.023163,-4.599988,-65.361053,131.695389,-2.416730, + -64.027153,133.658371,1.426816,-64.192062,136.363922,2.445650,-56.098862,132.878265,-7.862759,-54.640438,132.796326,-4.219306, + -54.522419,135.101730,-2.289128,-54.964981,138.461899,-1.461411,-55.911549,140.683685,-2.608645,-57.338234,141.285919,-5.643821, + -57.937023,139.592804,-8.284926,-57.992001,136.864197,-10.096157,-57.305733,134.324799,-9.989381,-3.817049,132.068161,7.620596, + -3.638616,123.435715,6.894742,-2.396864,123.005005,6.557964,-2.285146,112.356316,6.248198,-7.364213,122.891090,4.499231, + -6.649417,112.497566,4.592679,-15.037184,106.138237,-3.348196,-10.491355,105.261078,5.145799,-7.442884,105.364517,-16.025530, + 0.000000,104.973488,-17.021357,-13.867840,105.950714,-8.661698,-13.812357,105.951508,1.745736,-6.067914,105.144409,6.483989, + 0.000000,104.833466,7.316487,-11.940236,105.421890,-13.415456,-1.767613,140.211624,10.333180,-7.580143,145.902695,8.017135, + -11.260269,145.356720,6.914866,-14.423801,138.750854,5.240870,-12.818072,134.796631,6.114686,-2.425049,135.445145,9.770727, + -1.560192,138.584198,10.319543,-7.556898,133.781479,8.555245,-5.034003,144.953812,8.946157,-13.691600,143.188751,5.761898, + -4.802605,134.216980,9.075726,-4.327343,132.212891,7.182109,-4.275153,133.833755,8.197487,-12.792672,142.300446,7.440603, + -5.668250,144.117706,9.797597,-7.857835,134.663818,9.223795,-2.746195,138.743439,11.096514,-3.453495,136.124008,10.316920, + -11.453946,135.639145,8.249664,-13.423263,138.950195,7.267582,-11.029666,144.413315,7.982731,-7.869915,145.217514,9.046566, + -2.945927,140.304382,11.124146,-5.368282,135.024231,9.729028,-11.861897,141.546402,9.262776,-6.502777,143.197266,10.803282, + -8.318906,136.292328,10.701073,-4.565125,139.089920,11.760485,-5.196198,137.322708,11.481690,-10.791076,136.977570,10.064745, + -12.176100,139.229156,9.429908,-10.658303,143.251022,9.439373,-8.172689,143.976669,10.182798,-4.738723,140.160950,11.650872, + -6.514528,136.541656,11.080837,-7.004400,140.053925,11.791348,-7.842235,140.995071,11.546326,-9.891750,139.626175,11.060691, + -9.390951,138.848740,11.263633,-8.524193,138.601318,11.470485,-9.767272,140.386795,11.004532,-7.383115,138.975510,11.758375, + -7.018717,139.555481,11.843693,-8.459494,141.251114,11.327720,-9.360074,140.972733,11.071264,-7.846303,138.689499,11.619425, + -14.180176,132.606400,3.189492,-15.099936,131.702271,-0.887620,-15.042385,130.800735,-5.027294,-8.017204,131.078812,-13.288307, + 0.000000,131.041595,-13.632690,-12.921158,131.258530,-9.777403,0.000000,133.776871,8.360791,-1.592694,133.783981,8.385408, + -12.576391,133.019806,4.803467,-6.914932,132.904068,7.314635,-4.271092,133.225204,7.693112,-2.137371,143.760132,8.674299, + -5.341769,142.166183,11.302603,-7.408673,140.756210,11.668658,-4.024675,142.787811,10.428226,-2.924193,143.508301,9.622276, + -7.119780,140.451675,11.699617,-5.088459,141.461029,11.636675,0.000000,142.664200,8.430445,-2.398708,142.274261,10.155975, + -1.555512,142.536987,9.273458,-3.374053,141.911713,10.864866,-1.039265,142.669601,8.648527,-10.028797,133.503220,6.246889, + -10.112226,131.828568,5.468023,-9.883791,134.121750,7.187999,-9.655891,135.151474,8.736730,-9.554991,136.634949,10.382915, + -8.995528,138.637024,11.213231,-10.029128,132.817337,5.954373,-12.379719,133.916489,5.178106,-1.450186,172.280060,8.850850, + -1.581286,172.869797,8.974148,-5.210340,173.924347,7.498635,-5.691684,173.595520,7.356001,-2.337768,171.264313,8.853496, + -1.649347,171.777206,8.825756,-3.519051,171.095505,8.601762,-2.279163,173.676041,9.061826,-3.324621,174.114258,8.838988, + -4.525239,172.627701,8.469273,-4.855480,171.333984,7.997025,-3.337682,172.573563,8.766545,-2.035942,172.461166,8.889891, + -5.608212,172.095291,7.531239,-6.135202,173.096268,7.258893,-4.467023,174.251678,8.108962,-5.314303,172.736557,7.828129, + 0.000000,164.083984,10.991312,-1.141510,164.323380,10.567523,-2.169416,164.193283,9.999872,0.000000,162.472946,10.451866, + -1.113760,162.576553,10.078872,-1.166504,163.085068,10.276116,-1.184153,163.509567,9.951855,-2.269562,163.010559,9.280110, + -2.994034,163.966919,8.930779,0.000000,163.770737,10.942376,0.000000,163.402313,10.399163,-1.121856,164.082336,10.514440, + -2.058128,163.865234,9.968198,-2.022118,163.582321,9.331299,-2.452045,163.713943,9.461225,-2.200783,163.331055,9.649588, + 0.000000,162.970413,10.650481 + PolygonVertexIndex: 1,2,3,-5,13,14,15,-17,28,29,19,-28,56,24,58,-58,24,60,59,-59,19,29,5,-18,17,5,2,-2,1575,33,32,-1577, + 1255,97,1272,-1272,1668,1573,97,-190,118,121,1223,-1223,1570,79,1254,-2777,36,37,38,-40,40,41,42,-44,46,47,41,-41,48,49,37,-37, + 1587,119,1272,-2807,40,44,52,-47,46,52,53,-48,48,54,55,-50,64,71,58,-60,59,60,61,-63,59,62,63,-65,43,42,65,-67, + 39,38,67,-69,35,57,69,-71,103,76,71,-65,68,67,72,-74,69,74,75,-71,71,76,74,-70,12,32,33,-12,80,81,82,-84, + 78,1254,1250,-86,66,65,86,-84,66,63,62,-44,6,89,90,-27,102,96,76,-104,83,82,63,-67,83,86,93,-81,73,72,94,-96, + 16,75,74,-14,13,74,76,-97,23,92,91,-21,1576,32,79,-1571,2772,1248,1224,-2747,4,3,89,-7,16,94,72,-76,75,72,67,-71, + 70,67,38,-36,35,38,37,-35,34,37,-51,49,55,51,-51,26,90,92,-24,95,93,86,-74,73,86,65,-69,68,65,42,-40,39, + 42,41,-37,36,41,47,-49,47,53,54,-49,64,63,82,-104,103,82,81,-103,20,91,28,-28,62,61,45,-44,12,84,79,-33,33, + 1575,1567,-109,104,99,98,-106,105,106,107,-105,33,108,109,-12,188,110,108,-1,110,107,106,-112,109,108,110,-112,107,110,188,-187,187, + 104,107,-187,43,45,44,-41,51,122,34,-51,18,96,102,-102,71,69,57,-59,1255,1258,189,-98,16,15,8,-95,94,8,7,-96,95, + 7,25,-94,93,25,22,-81,80,22,21,-82,81,21,101,-103,96,18,14,-14,88,87,116,-118,114,115,9,-32,1571,88,117,-1586,87, + 9,115,-117,121,118,98,-1274,56,57,35,-124,34,122,123,-36,0,108,1567,-1670,128,1598,1599,1343,124,1345,125,126,-128,187,99,-105,1335, + 139,140,-1337,412,149,150,-412,413,420,148,-148,419,152,148,-421,1316,1317,139,-139,1318,1322,153,-132,1331,161,162,-1327,1328,156,157,-1325,1329, + 158,159,-1326,1327,163,156,-1329,1326,162,155,-1324,1325,159,160,-1331,1324,157,158,-1330,1334,138,139,-1336,1338,153,130,-1340,1332,136,137,-1334,1337, + 131,153,-1339,1340,135,136,-1333,1336,140,131,-1338,1333,137,138,-1335,1649,176,175,-1661,164,165,168,-174,172,171,185,-183,1637,166,176,-1650,179, + 178,169,-171,182,179,170,-173,176,166,167,-175,168,169,178,-174,173,178,177,-175,174,167,164,-174,1662,1660,175,-185,180,177,178,-180,184, + 175,177,-181,185,171,1645,-1664,181,180,179,-183,1661,1662,184,-184,184,180,181,-184,183,185,1663,-1662,183,181,182,-186,175,176,174,-178,294, + 279,296,-298,292,221,-422,246,247,198,-200,200,249,246,-200,222,194,-291,198,247,245,-198,204,201,208,-204,253,254,234,-234,1743,209,208, + -1731,194,229,203,-209,224,1757,1690,-226,220,240,241,-422,237,253,257,-256,214,215,216,-218,218,219,220,-222,210,211,212,-214,1788,216,215, + -1790,221,212,211,-219,1799,207,205,-1793,213,224,225,-211,209,1743,1744,-227,213,212,222,-292,216,238,239,-218,1791,261,225,-1691,1790,231,230, + -1717,227,228,-227,206,195,232,-208,208,209,290,-195,230,231,228,-228,1757,224,231,-1791,206,1706,1705,-203,217,220,219,-215,197,245,207,-233, + 204,196,202,-202,193,251,250,-193,296,295,259,-245,208,201,1707,-1731,243,292,241,-243,205,269,1793,-1793,244,236,243,-243,200,252,248,-250, + 194,251,193,-230,252,192,250,-249,232,195,1429,-1436,193,192,1441,-1439,202,196,195,-207,250,253,233,-249,199,198,1443,-1431,196,204,1433,-1429, + 237,258,254,-254,1723,238,216,-1789,223,212,221,-293,225,261,262,-211,217,239,240,-221,219,263,264,-215,1755,1789,215,-266,210,262,263,-212, + 214,264,265,-216,226,1747,1758,-228,219,218,-264,263,218,-212,226,1744,-1748,289,275,239,-239,257,253,250,-252,237,255,243,-237,167,166,269, + -269,1637,1793,269,-167,269,245,247,-269,281,286,266,-289,267,164,167,-269,269,205,207,-246,267,268,247,-247,260,259,295,-271,233,234,165, + -272,271,249,248,-234,249,271,267,-247,164,267,271,-166,1297,282,1779,-2839,1295,1296,190,-192,266,300,301,-271,287,285,286,-282,1765,272,293, + -1785,276,294,297,-300,1296,2839,1787,-191,1294,284,282,-1298,1295,191,284,-1295,1723,1786,289,-239,293,272,285,-288,1798,1796,275,-290,236,244,259, + -261,274,275,273,-277,241,299,297,-243,227,1758,1716,-231,237,236,260,-259,1786,1798,-290,273,275,1796,-1796,206,207,1799,-1707,291,224,-214,222, + 290,228,-292,290,209,226,-229,228,231,224,-292,243,255,223,-293,222,223,255,-258,275,274,240,-240,279,288,295,-297,288,266,270,-296,202, + 1705,1707,-202,242,297,296,-245,299,241,240,-275,299,274,-277,301,258,260,-271,222,212,-224,194,222,257,-252,301,300,298,-130,129,254,258, + -302,254,129,256,-235,298,235,256,-130,192,252,1442,-1442,204,203,1432,-1434,198,197,1436,-1444,252,200,1431,-1443,200,199,1430,-1432,229,193,1438, + -1435,1645,171,306,-1819,304,302,309,-309,170,169,235,-304,307,303,302,-305,304,305,306,-308,172,170,303,-308,168,256,235,-170,304,308,310, + -306,298,302,303,-236,305,310,1823,-1820,168,165,234,-257,1818,306,305,-1820,307,306,171,-173,302,298,300,-310,308,309,286,-286,309,300,266, + -287,310,308,285,-273,1823,310,272,-1766,128,127,334,-336,1062,1060,313,-313,1063,1066,318,-315,1067,1061,315,-317,1061,1063,314,-316,1065,1062,312, + -312,1060,1064,317,-314,1066,1065,311,-319,1064,1067,316,-318,128,335,1850,-1599,273,1795,1784,293,287,281,288,279,294,-277,280,283,1780,1794,277, + -279,278,329,328,-281,280,328,327,-284,277,1794,1845,-331,278,277,330,-330,283,327,1842,-1781,186,188,0,1669,1668,189,1258,-188,337,84,12, + -340,341,1277,-339,11,340,339,-13,340,341,338,-340,77,1252,1251,-31,336,337,339,-339,10,1253,1252,-78,85,1249,1253,-11,84,337,1249,-1251, + 111,340,-110,109,340,-12,106,341,340,-112,106,105,-342,105,98,-342,118,341,-99,51,55,349,-346,54,53,347,-349,122,51,345,-354,53, + 52,346,-348,60,24,342,-352,61,60,351,-353,44,45,344,-344,24,56,350,-343,55,54,348,-350,45,61,352,-345,56,123,354,-351,52, + 44,343,-347,123,122,353,-355,348,347,360,-362,343,344,357,-357,351,342,355,-365,346,343,356,-360,344,352,365,-358,347,346,359,-361,350, + 354,366,-364,349,348,361,-363,354,353,358,-367,352,351,364,-366,353,345,-359,342,350,363,-356,345,349,362,-359,360,364,355,-362,361,355, + 363,-363,358,362,363,-367,359,365,364,-361,357,365,359,-357,7,8,15,14,18,101,21,22,-26,27,19,371,-376,20,27,375,-373,4, + 6,369,-369,23,20,372,-374,369,374,383,-379,367,368,377,-377,373,372,381,-383,370,367,376,-380,1,4,368,-368,17,1,367,-371,19, + 17,370,-372,26,23,373,-375,6,26,374,-370,374,373,382,-384,368,369,378,-378,372,375,384,-382,375,371,380,-385,371,370,379,-381,378, + 384,380,-378,379,376,377,-381,378,383,381,-385,382,381,-384,1339,130,135,-1341,385,147,390,-400,147,148,389,-391,411,150,151,-415,151,150, + 391,-394,388,387,400,-398,152,388,397,-395,148,152,394,-390,419,415,388,-153,415,416,387,-389,416,414,151,-388,417,413,147,-386,418,417, + 385,-387,403,134,141,-411,396,395,391,-393,395,400,393,-392,389,394,397,-399,398,397,400,-396,390,389,398,-400,399,398,395,-397,150,149, + 392,-392,386,385,399,-397,149,386,396,-393,387,151,393,-401,412,403,410,-419,141,132,409,-411,132,133,404,-410,144,143,406,-409,145,144, + 408,-408,146,145,407,-402,142,402,406,-144,146,401,405,-155,133,154,405,-405,134,403,402,-143,149,412,418,-387,410,409,417,-419,409,404, + 413,-418,408,406,414,-417,407,408,416,-416,401,407,415,-420,402,411,414,-407,401,419,420,-406,404,405,420,-414,403,412,411,-403,133,132, + 141,134,142,143,144,145,146,-155,421,221,-221,421,241,-293,449,428,429,-451,444,433,437,-447,456,437,433,-455,497,433,444,-501,445,447, + 440,-435,457,455,434,-441,459,429,428,-462,463,431,426,-465,452,451,436,-443,457,441,-456,430,444,446,-428,526,528,445,-435,498,430,450, + -502,435,439,447,-446,532,525,441,-466,455,525,-531,460,531,-525,530,526,434,-456,528,527,435,-446,529,533,436,-452,431,503,-460,502,454, + 433,-498,500,444,430,-499,501,450,429,-500,454,502,-433,527,529,451,-436,439,435,451,-453,427,449,450,-431,443,524,532,-466,460,524,-444, + 438,456,454,-433,499,429,459,-504,533,531,460,-437,442,436,460,-463,431,459,461,-427,494,488,-503,525,455,-442,460,443,-463,432,463,464, + -439,437,456,473,-470,449,427,467,-473,464,426,466,-476,456,438,470,-474,438,464,475,-471,428,449,472,-469,446,437,469,-472,427,446,471, + -468,426,461,474,-467,461,428,468,-475,475,466,476,-486,472,467,477,-483,466,474,484,-477,468,472,482,-479,473,470,480,-484,470,475,485, + -481,467,471,481,-478,474,468,478,-485,471,469,479,-482,469,473,483,-480,482,477,-487,476,484,-487,478,482,-487,483,480,-487,480,485,-487, + 477,481,-487,484,478,-487,481,479,-487,479,483,-487,485,476,-487,538,487,496,-544,537,491,495,-543,534,488,494,-542,542,495,487,-539,540, + 493,491,-538,539,492,490,-537,541,494,489,-536,543,496,488,-535,536,490,493,-541,535,489,492,-540,432,488,496,-464,491,499,503,-496,463, + 496,487,-432,502,488,-433,493,501,499,-492,492,500,498,-491,494,502,497,-490,487,495,-504,490,498,501,-494,489,497,500,-493,503,431,-488, + 424,511,505,-426,422,512,506,-449,516,453,-522,453,507,511,-425,425,505,512,-423,448,506,513,-424,516,510,-454,515,522,-459,423,513,508, + -459,509,523,515,-505,515,458,-505,423,458,522,-515,458,508,-505,422,448,520,-519,448,423,514,-521,425,422,518,-520,453,424,517,-522,507, + 453,-511,523,509,510,-517,424,425,519,-518,545,553,532,-525,544,552,531,-534,546,551,530,-526,548,550,529,-528,550,544,533,-530,549,548, + 527,-529,551,547,526,-531,553,546,525,-533,552,545,524,-532,547,549,528,-527,511,535,539,-506,512,536,540,-507,509,543,534,-511,507,541, + 535,-512,505,539,536,-513,506,540,537,-514,508,542,538,-505,510,534,541,-508,513,537,542,-509,504,538,543,-510,517,519,549,-548,522,515, + 545,-553,523,516,546,-554,521,517,547,-552,519,518,548,-550,520,514,544,-551,518,520,550,-549,516,521,551,-547,514,522,552,-545,515,523, + 553,-546,447,439,-555,439,452,-555,452,442,-555,442,462,-555,462,443,-555,443,465,-555,465,441,-555,441,457,-555,457,440,-555,440,447,-555, + 582,561,562,-584,577,566,570,-580,589,570,566,-588,630,566,577,-634,578,580,573,-568,590,588,567,-574,592,562,561,-595,596,564,559,-598, + 585,584,569,-576,590,574,-589,563,577,579,-561,659,661,578,-568,631,563,583,-635,568,572,580,-579,665,658,574,-599,588,658,-664,593,664, + -658,663,659,567,-589,661,660,568,-579,662,666,569,-585,564,636,-593,635,587,566,-631,633,577,563,-632,634,583,562,-633,587,635,-566,660, + 662,584,-569,572,568,584,-586,560,582,583,-564,576,657,665,-599,593,657,-577,571,589,587,-566,632,562,592,-637,666,664,593,-570,575,569, + 593,-596,564,592,594,-560,627,621,-636,658,588,-575,593,576,-596,565,596,597,-572,570,589,606,-603,582,560,600,-606,597,559,599,-609,589, + 571,603,-607,571,597,608,-604,561,582,605,-602,579,570,602,-605,560,579,604,-601,559,594,607,-600,594,561,601,-608,608,599,609,-619,605, + 600,610,-616,599,607,617,-610,601,605,615,-612,606,603,613,-617,603,608,618,-614,600,604,614,-611,607,601,611,-618,604,602,612,-615,602, + 606,616,-613,615,610,-620,609,617,-620,611,615,-620,616,613,-620,613,618,-620,610,614,-620,617,611,-620,614,612,-620,612,616,-620,618,609, + -620,671,620,629,-677,670,624,628,-676,667,621,627,-675,675,628,620,-672,673,626,624,-671,672,625,623,-670,674,627,622,-669,676,629,621, + -668,669,623,626,-674,668,622,625,-673,565,621,629,-597,624,632,636,-629,596,629,620,-565,635,621,-566,626,634,632,-625,625,633,631,-624, + 627,635,630,-623,620,628,-637,623,631,634,-627,622,630,633,-626,636,564,-621,557,644,638,-559,555,645,639,-582,649,586,-655,586,640,644, + -558,558,638,645,-556,581,639,646,-557,649,643,-587,648,655,-592,556,646,641,-592,642,656,648,-638,648,591,-638,556,591,655,-648,591,641, + -638,555,581,653,-652,581,556,647,-654,558,555,651,-653,586,557,650,-655,640,586,-644,656,642,643,-650,557,558,652,-651,678,686,665,-658, + 677,685,664,-667,679,684,663,-659,681,683,662,-661,683,677,666,-663,682,681,660,-662,684,680,659,-664,686,679,658,-666,685,678,657,-665, + 680,682,661,-660,644,668,672,-639,645,669,673,-640,642,676,667,-644,640,674,668,-645,638,672,669,-646,639,673,670,-647,641,675,671,-638, + 643,667,674,-641,646,670,675,-642,637,671,676,-643,650,652,682,-681,655,648,678,-686,656,649,679,-687,654,650,680,-685,652,651,681,-683, + 653,647,677,-684,651,653,683,-682,649,654,684,-680,647,655,685,-678,648,656,686,-679,580,572,-688,572,585,-688,585,575,-688,575,595,-688, + 595,576,-688,576,598,-688,598,574,-688,574,590,-688,590,573,-688,573,580,-688,715,694,695,-717,710,699,703,-713,722,703,699,-721,763,699, + 710,-767,711,713,706,-701,723,721,700,-707,725,695,694,-728,729,697,692,-731,718,717,702,-709,723,707,-722,696,710,712,-694,792,794,711, + -701,764,696,716,-768,701,705,713,-712,798,791,707,-732,721,791,-797,726,797,-791,796,792,700,-722,794,793,701,-712,795,799,702,-718,697, + 769,-726,768,720,699,-764,766,710,696,-765,767,716,695,-766,720,768,-699,793,795,717,-702,705,701,717,-719,693,715,716,-697,709,790,798, + -732,726,790,-710,704,722,720,-699,765,695,725,-770,799,797,726,-703,708,702,726,-729,697,725,727,-693,760,754,-769,791,721,-708,726,709, + -729,698,729,730,-705,703,722,739,-736,715,693,733,-739,730,692,732,-742,722,704,736,-740,704,730,741,-737,694,715,738,-735,712,703,735, + -738,693,712,737,-734,692,727,740,-733,727,694,734,-741,741,732,742,-752,738,733,743,-749,732,740,750,-743,734,738,748,-745,739,736,746, + -750,736,741,751,-747,733,737,747,-744,740,734,744,-751,737,735,745,-748,735,739,749,-746,748,743,-753,742,750,-753,744,748,-753,749,746, + -753,746,751,-753,743,747,-753,750,744,-753,747,745,-753,745,749,-753,751,742,-753,804,753,762,-810,803,757,761,-809,800,754,760,-808,808, + 761,753,-805,806,759,757,-804,805,758,756,-803,807,760,755,-802,809,762,754,-801,802,756,759,-807,801,755,758,-806,698,754,762,-730,757, + 765,769,-762,729,762,753,-698,768,754,-699,759,767,765,-758,758,766,764,-757,760,768,763,-756,753,761,-770,756,764,767,-760,755,763,766, + -759,769,697,-754,690,777,771,-692,688,778,772,-715,782,719,-788,719,773,777,-691,691,771,778,-689,714,772,779,-690,782,776,-720,781,788, + -725,689,779,774,-725,775,789,781,-771,781,724,-771,689,724,788,-781,724,774,-771,688,714,786,-785,714,689,780,-787,691,688,784,-786,719, + 690,783,-788,773,719,-777,789,775,776,-783,690,691,785,-784,811,819,798,-791,810,818,797,-800,812,817,796,-792,814,816,795,-794,816,810, + 799,-796,815,814,793,-795,817,813,792,-797,819,812,791,-799,818,811,790,-798,813,815,794,-793,777,801,805,-772,778,802,806,-773,775,809, + 800,-777,773,807,801,-778,771,805,802,-779,772,806,803,-780,774,808,804,-771,776,800,807,-774,779,803,808,-775,770,804,809,-776,783,785, + 815,-814,788,781,811,-819,789,782,812,-820,787,783,813,-818,785,784,814,-816,786,780,810,-817,784,786,816,-815,782,787,817,-813,780,788, + 818,-811,781,789,819,-812,713,705,-821,705,718,-821,718,708,-821,708,728,-821,728,709,-821,709,731,-821,731,707,-821,707,723,-821,723,706, + -821,706,713,-821,843,823,824,-845,839,828,832,-842,849,832,828,-848,889,828,839,-893,840,842,835,-830,850,848,829,-836,851,824,823,-854, + 855,826,821,-857,846,845,831,-838,850,836,-849,825,839,841,-823,898,900,840,-830,890,825,844,-894,830,834,842,-841,904,897,836,-858,848, + 897,-903,852,903,-897,902,898,829,-849,900,899,830,-841,901,905,831,-846,826,895,-852,894,847,828,-890,892,839,825,-891,893,844,824,-892, + 847,894,-828,899,901,845,-831,834,830,845,-847,822,843,844,-826,838,896,904,-858,852,896,-839,833,849,847,-828,891,824,851,-896,905,903, + 852,-832,837,831,852,-855,826,851,853,-822,886,880,-895,897,848,-837,852,838,-855,827,855,856,-834,832,849,865,-862,843,822,859,-865,856, + 821,858,-868,849,833,862,-866,833,856,867,-863,823,843,864,-861,841,832,861,-864,822,841,863,-860,821,853,866,-859,853,823,860,-867,867, + 858,868,-878,864,859,869,-875,858,866,876,-869,860,864,874,-871,865,862,872,-876,862,867,877,-873,859,863,873,-870,866,860,870,-877,863, + 861,871,-874,861,865,875,-872,874,869,-879,868,876,-879,870,874,-879,875,872,-879,872,877,-879,869,873,-879,876,870,-879,873,871,-879,871, + 875,-879,877,868,-879,910,879,888,-916,909,883,887,-915,906,880,886,-914,914,887,879,-911,912,885,883,-910,911,884,882,-909,913,886,881, + -908,915,888,880,-907,908,882,885,-913,907,881,884,-912,827,880,888,-856,883,891,895,-888,855,888,879,-827,894,880,-828,885,893,891,-884, + 884,892,890,-883,886,894,889,-882,879,887,-896,882,890,893,-886,881,889,892,-885,895,826,-880,917,925,904,-897,916,924,903,-906,918,923, + 902,-898,920,922,901,-900,922,916,905,-902,921,920,899,-901,923,919,898,-903,925,918,897,-905,924,917,896,-904,919,921,900,-899,921,911, + 908,-921,924,914,910,-918,922,912,909,-917,920,908,912,-923,923,913,907,-920,925,915,906,-919,919,907,911,-922,916,909,914,-925,918,906, + 913,-924,917,910,915,-926,842,834,-927,834,846,-927,846,837,-927,837,854,-927,854,838,-927,838,857,-927,857,836,-927,836,850,-927,850,835, + -927,835,842,-927,954,933,934,-956,949,938,942,-952,961,942,938,-960,1002,938,949,-1006,950,952,945,-940,962,960,939,-946,964,934,933,-967, + 968,936,931,-970,957,956,941,-948,962,946,-961,935,949,951,-933,1031,1033,950,-940,1003,935,955,-1007,940,944,952,-951,1037,1030,946,-971,960, + 1030,-1036,965,1036,-1030,1035,1031,939,-961,1033,1032,940,-951,1034,1038,941,-957,936,1008,-965,1007,959,938,-1003,1005,949,935,-1004,1006,955,934,-1005, + 959,1007,-938,1032,1034,956,-941,944,940,956,-958,932,954,955,-936,948,1029,1037,-971,965,1029,-949,943,961,959,-938,1004,934,964,-1009,1038,1036, + 965,-942,947,941,965,-968,936,964,966,-932,999,993,-1008,1030,960,-947,965,948,-968,937,968,969,-944,942,961,978,-975,954,932,972,-978,969, + 931,971,-981,961,943,975,-979,943,969,980,-976,933,954,977,-974,951,942,974,-977,932,951,976,-973,931,966,979,-972,966,933,973,-980,980, + 971,981,-991,977,972,982,-988,971,979,989,-982,973,977,987,-984,978,975,985,-989,975,980,990,-986,972,976,986,-983,979,973,983,-990,976, + 974,984,-987,974,978,988,-985,987,982,-992,981,989,-992,983,987,-992,988,985,-992,985,990,-992,982,986,-992,989,983,-992,986,984,-992,984, + 988,-992,990,981,-992,1043,992,1001,-1049,1042,996,1000,-1048,1039,993,999,-1047,1047,1000,992,-1044,1045,998,996,-1043,1044,997,995,-1042,1046,999,994, + -1041,1048,1001,993,-1040,1041,995,998,-1046,1040,994,997,-1045,937,993,1001,-969,996,1004,1008,-1001,968,1001,992,-937,1007,993,-938,998,1006,1004,-997, + 997,1005,1003,-996,999,1007,1002,-995,992,1000,-1009,995,1003,1006,-999,994,1002,1005,-998,1008,936,-993,929,1016,1010,-931,927,1017,1011,-954,1021,958, + -1027,958,1012,1016,-930,930,1010,1017,-928,953,1011,1018,-929,1021,1015,-959,1020,1027,-964,928,1018,1013,-964,1014,1028,1020,-1010,1020,963,-1010,928,963, + 1027,-1020,963,1013,-1010,927,953,1025,-1024,953,928,1019,-1026,930,927,1023,-1025,958,929,1022,-1027,1012,958,-1016,1028,1014,1015,-1022,929,930,1024,-1023, + 1050,1058,1037,-1030,1049,1057,1036,-1039,1051,1056,1035,-1031,1053,1055,1034,-1033,1055,1049,1038,-1035,1054,1053,1032,-1034,1056,1052,1031,-1036,1058,1051,1030,-1038, + 1057,1050,1029,-1037,1052,1054,1033,-1032,1016,1040,1044,-1011,1017,1041,1045,-1012,1014,1048,1039,-1016,1012,1046,1040,-1017,1010,1044,1041,-1018,1011,1045,1042,-1019, + 1013,1047,1043,-1010,1015,1039,1046,-1013,1018,1042,1047,-1014,1009,1043,1048,-1015,1022,1024,1054,-1053,1027,1020,1050,-1058,1028,1021,1051,-1059,1026,1022,1052,-1057, + 1024,1023,1053,-1055,1025,1019,1049,-1056,1023,1025,1055,-1054,1021,1026,1056,-1052,1019,1027,1057,-1050,1020,1028,1058,-1051,952,944,-1060,944,957,-1060,957,947, + -1060,947,967,-1060,967,948,-1060,948,970,-1060,970,946,-1060,946,962,-1060,962,945,-1060,945,952,-1060,1850,335,334,333,332,1346,331,1344,-1852,155, + 162,161,160,159,158,157,156,-164,126,333,334,-128,125,332,333,-127,1345,1346,332,-126,1343,1344,331,-125,31,100,113,-115,1341,1574,1579,-1343, + 1579,1585,117,116,115,114,113,-1343,88,1571,1574,1341,100,31,9,-88,1402,1401,1263,-1268,1228,1232,1067,-1065,1229,1231,1065,-1067,1225,1228,1064,-1061, + 1231,1227,1062,-1066,1226,1230,1063,-1062,1232,1226,1061,-1068,1230,1229,1066,-1064,1227,1225,1060,-1063,325,326,1075,-1075,320,324,1073,-1070,322,321,1070,-1072, + 319,323,1072,-1069,323,322,1071,-1073,321,320,1069,-1071,324,325,1074,-1074,326,319,1068,-1076,325,324,1079,-1082,323,319,1083,-1077,321,322,1080,-1079, + 322,323,1076,-1081,326,325,1081,-1078,324,320,1082,-1080,319,326,1077,-1084,320,321,1078,-1083,1070,1068,1072,-1072,312,314,318,-312,1069,1075,1068,-1071, + 1075,1069,1073,-1075,1087,1095,1099,-1092,1098,1090,1086,-1095,1095,1096,1104,-1104,1096,1095,1087,-1089,1086,1090,1114,-1111,1089,1090,1098,-1098,1084,1091,1099,-1093, + 1096,1088,1089,-1098,1084,1092,1093,-1086,1101,1100,1107,1103,1104,1105,1106,-1103,1098,1094,1102,-1107,1096,1097,1105,-1105,1092,1099,1107,-1101,1097,1098,1106,-1106, + 1093,1092,1100,-1102,1094,1093,1101,-1103,1099,1095,1103,-1108,1109,1110,1114,1113,1112,1111,1115,-1109,1085,1086,1110,-1110,1084,1085,1109,-1109,1088,1087,1111,-1113, + 1089,1088,1112,-1114,1090,1089,1113,-1115,1091,1084,1108,-1116,1087,1091,1115,-1112,1094,1086,1085,-1094,315,313,317,-317,314,312,313,-316,1141,1125,1119,-1138, + 1140,1139,1123,-1128,1153,1139,1122,-1147,1152,1138,1121,-1149,1151,1127,1123,-1148,1150,1126,1120,-1150,1146,1122,1126,-1151,1148,1121,1127,-1152,1138,1140,1127,-1122, + 1136,1117,1125,-1142,1142,1129,1131,-1144,1144,1145,1135,-1134,1128,1130,1134,-1133,1143,1131,1135,-1146,1131,1129,1133,-1136,1142,1128,1132,-1145,1116,1136,1141,-1125, + 1120,1126,1140,-1139,1149,1120,1138,-1153,1147,1123,1139,-1154,1126,1122,1139,-1141,1124,1141,1137,-1119,1129,1142,1144,-1134,1130,1143,1145,-1135,1132,1134,1145,-1145, + 1128,1142,1143,-1131,1119,1147,1153,-1138,1116,1149,1152,-1137,1117,1148,1151,-1126,1118,1146,1150,-1125,1124,1150,1149,-1117,1125,1151,1147,-1120,1136,1152,1148,-1118, + 1137,1153,1146,-1119,1155,1154,1161,-1158,1299,1298,1176,-1173,1155,1156,1164,-1164,1160,1159,1167,-1169,1159,1158,1166,-1168,1156,1160,1168,-1165,1161,1154,1162,-1170, + 1154,1155,1163,-1163,1158,1157,1165,-1167,1157,1161,1169,-1166,1199,1194,1183,-1185,1301,1300,1170,-1178,1300,1302,1171,-1171,1304,1303,1173,-1175,1303,1301,1177,-1174, + 1302,1299,1172,-1172,1298,1305,1175,-1177,1305,1304,1174,-1176,1179,1180,1184,1183,1182,1181,1185,-1179,1194,1195,1182,-1184,1200,1199,1184,-1181,1201,1196,1178,-1186, + 1196,1197,1179,-1179,1195,1198,1181,-1183,1198,1201,1185,-1182,1197,1200,1180,-1180,1239,1234,1189,-1193,1240,1235,1191,-1194,1237,1240,1193,-1189,1238,1239,1192,-1191, + 1235,1238,1190,-1192,1234,1233,1187,-1190,1236,1237,1188,-1187,1233,1236,1186,-1188,1192,1189,1200,-1198,1193,1191,1201,-1199,1188,1193,1198,-1196,1190,1192,1197,-1197, + 1191,1190,1196,-1202,1189,1187,1199,-1201,1186,1188,1195,-1195,1187,1186,1194,-1200,1156,1158,1159,-1161,1157,1158,1156,-1156,1290,1288,1210,-1212,1291,1289,1208,-1210, + 1287,1290,1211,-1213,1288,1291,1209,-1211,1289,2828,2732,-1209,1287,1212,1281,-1293,2739,1216,1208,-2733,2737,1215,1213,-2734,2733,1213,1214,-2736,1206,1241,1282,-1280, + 2735,1214,1216,-2740,1207,1206,1279,-1279,1208,1216,-1210,1209,1217,1219,-1211,1210,1219,1218,-1212,1211,1218,1220,-1213,2725,1207,1278,-2820,1217,1216,-1215,1219,1217, + 1214,-1214,1218,1219,1213,-1216,1215,1220,-1219,1215,2737,2821,-1286,1202,1203,1204,1205,1206,1207,2725,-2727,50,37,-50,1209,1216,-1218,1221,336,-339,2746,1224, + 1419,-2963,1247,1246,120,-31,1259,1223,121,-1258,1222,1274,-1276,1311,1309,1225,-1228,1306,1313,1229,-1231,1308,1310,1226,-1233,1310,1306,1230,-1227,1307,1311,1227, + -1232,1309,1312,1228,-1226,1313,1307,1231,-1230,1312,1308,1232,-1229,1176,1175,1236,-1234,1175,1174,1237,-1237,1172,1176,1233,-1235,1177,1170,1238,-1236,1170,1171,1239, + -1239,1174,1173,1240,-1238,1173,1177,1235,-1241,1171,1172,1234,-1240,1220,1215,1285,-1287,1202,2726,2771,-1245,1204,1203,1245,-1243,1206,1205,1243,-1242,1203,1202,1244, + -1246,1205,1204,1242,-1244,1212,1220,1286,-1282,1222,1223,-1277,1578,112,1248,-2773,1250,1249,-86,2776,1254,78,-1578,1252,1253,-337,1250,1254,79,-85,1251,1247, + -31,1253,1249,337,-337,1251,1252,336,-1222,1224,1417,-1420,99,187,1258,-1256,99,1255,1271,-1274,1260,1259,1257,-120,2788,1260,119,-1588,2792,1262,1260,-2789, + 1264,1269,1421,1270,1365,1268,2800,2798,1266,1265,1267,-1264,2948,1403,1266,-2799,1404,1402,1267,-1266,1405,2950,2800,-1269,1403,1404,1265,-1267,1401,1400,1264,-1264, + 1400,1406,1269,-1265,1407,1408,1365,-1271,1426,1407,1270,-1422,1277,1275,1221,-339,2806,1272,97,-1574,1273,1271,1257,-122,1273,98,-100,1271,1272,119,-1258,1275, + 1274,1247,-1222,1274,1276,1246,-1248,1363,1276,1223,-1357,1275,1277,341,118,-1223,1221,1247,-1252,1293,1292,1281,-1281,2833,1293,1280,-2824,2820,1284,1285,-2822,2823, + 1280,1284,-2821,1284,1286,-1286,1284,1280,1281,-1287,2819,1278,1283,-2819,1278,1279,1282,-1284,2892,1349,1293,-2834,1349,1353,1292,-1294,1350,1287,1292,-1354,1352,2896, + 2828,-1290,1351,1348,1291,-1289,1350,1347,1290,-1288,1348,1352,1289,-1292,1347,1351,1288,-1291,329,1295,1294,-329,328,1294,1297,-328,330,1845,2839,-1297,329,330, + 1296,-1296,327,1297,2838,-1843,263,262,1446,-1452,1755,265,1447,-2996,261,1791,2992,-1446,265,264,1450,-1448,262,261,1445,-1447,264,263,1451,-1451,1167,1166, + 1304,-1306,1168,1167,1305,-1299,1163,1164,1299,-1303,1165,1169,1301,-1304,1166,1165,1303,-1305,1162,1163,1302,-1301,1169,1162,1300,-1302,1164,1168,1298,-1300,1082,1078, + 1308,-1313,1083,1077,1307,-1314,1079,1082,1312,-1310,1077,1081,1311,-1308,1080,1076,1306,-1311,1078,1080,1310,-1309,1076,1083,1313,-1307,1081,1079,1309,-1312,135,1319, + 1315,-137,137,1320,1316,-139,140,1321,1318,-132,153,1322,1314,-131,136,1315,1320,-138,130,1314,1319,-136,139,1317,1321,-141,1323,1327,1322,-1319,1330,1331, + 1317,-1317,160,161,1331,-1331,155,163,1327,-1324,1319,1324,1329,-1316,1320,1325,1330,-1317,1321,1326,1323,-1319,1322,1327,1328,-1315,1315,1329,1325,-1321,1314,1328, + 1324,-1320,1317,1331,1326,-1322,92,1339,1340,-92,29,1333,1334,-6,3,1336,1337,-90,91,1340,1332,-29,89,1337,1338,-91,28,1332,1333,-30,90,1338, + 1339,-93,5,1334,1335,-3,2,1335,1336,-4,100,1341,1342,-114,1599,1851,1344,-1344,124,331,1346,-1346,1243,1242,1351,-1348,1245,1244,1352,-1349,1241,1243, + 1347,-1351,1242,1245,1348,-1352,1244,2771,2896,-1353,1241,1350,1353,-1283,1283,1282,1353,-1350,2818,1283,1349,-2893,1259,1261,1362,-1356,112,1366,1364,-1360,1246,1276, + 1363,-1358,1224,1248,1360,-1355,1420,1427,1358,-1423,1248,112,1359,-1361,120,1246,1357,-1359,1223,1259,1355,-1357,1261,1409,1413,-1363,1276,1274,-1223,1408,1366,112, + -1406,1364,1366,1256,-1362,1364,1361,1369,-1378,1355,1362,1368,-1376,1356,1355,1375,-1375,1422,1358,1372,-1424,1359,1364,1377,-1372,1362,1413,1412,-1369,1360,1359,1371, + -1371,1357,1363,1367,-1374,1363,1356,1374,-1368,1358,1357,1373,-1373,1354,1360,1370,-1377,1367,1378,1384,-1374,1369,1380,1388,-1378,1368,1379,1386,-1376,1371,1382,1381, + -1371,1373,1384,1383,-1373,1377,1388,1382,-1372,1370,1381,1387,-1377,1423,1424,1380,-1370,1374,1385,1378,-1368,1375,1386,1385,-1375,1379,1410,1411,-1391,1389,1396,1395, + 1399,1393,1425,1392,1391,1394,1398,1397,1390,1411,-1415,1386,1379,1390,-1398,1381,1382,1395,-1397,1383,1384,1391,-1393,1382,1388,1399,-1396,1387,1381,1396,-1390,1424, + 1383,1392,-1426,1378,1385,1398,-1395,1385,1386,1397,-1399,1384,1378,1394,-1392,1388,1380,1393,-1400,1260,1261,-1260,1365,1408,1405,-1269,1420,1256,1407,-1427,1256,1366, + 1408,-1408,30,120,1406,-1401,77,30,1400,-1402,78,85,1404,-1404,112,1578,2950,-1406,85,10,1402,-1405,1577,78,1403,-2949,10,77,1401,-1403,1376,1387, + 1415,-1419,1261,1260,1262,-1410,1412,1413,1416,-1419,1413,1409,1417,-1417,1412,1410,1379,-1369,1411,1410,1415,-1415,1414,1415,1387,-1390,1418,1416,1354,-1377,2962,1419, + 1262,-2793,1416,1417,1224,-1355,1418,1415,1410,-1413,1419,1417,1409,-1263,120,1427,-1407,1380,1424,1425,-1394,1372,1383,1424,-1424,1361,1422,1423,-1370,1256,1420,1422, + -1362,1406,1426,1421,-1270,1406,1427,1420,-1427,1358,1427,-121,1434,1439,1440,-1433,1430,1443,1437,-1445,1431,1430,1444,-1443,1434,1438,1437,-1440,1440,1428,1433,-1433, + 1444,1437,1438,-1442,1444,1441,-1443,1428,1440,1435,-1430,1440,1439,1436,-1436,1439,1437,1443,-1437,197,232,1435,-1437,203,229,1434,-1433,195,196,1428,-1430,1450, + 1451,1455,-1457,1456,1454,1449,-1449,1448,3008,2995,-1448,3001,1452,1445,-2993,1452,1453,1446,-1446,1454,1455,-1454,1449,1454,1453,-1453,3002,1449,1452,-3002,1449,3002, + 3008,-1449,1450,1456,1448,-1448,1453,1455,1451,-1447,1456,1455,-1455,1458,1461,1460,-1460,1470,1473,1472,-1472,1485,1484,1476,-1487,1513,1514,1515,-1482,1481,1515,1516, + -1518,1476,1474,1462,-1487,1474,1458,1459,-1463,1575,1576,1489,-1491,2783,2803,2804,-1555,1668,1667,1554,-1574,1586,2747,2748,-1591,1570,2776,2782,-1537,1493,1496,1495, + -1495,1497,1500,1499,-1499,1503,1497,1498,-1505,1505,1493,1494,-1507,1587,2806,2804,-1589,1497,1503,1509,-1502,1503,1504,1510,-1510,1505,1506,1512,-1512,1521,1516,1515, + -1529,1516,1519,1518,-1518,1516,1521,1520,-1520,1500,1523,1522,-1500,1496,1525,1524,-1496,1492,1527,1526,-1515,1560,1521,1528,-1534,1525,1530,1529,-1525,1526,1527,1532, + -1532,1528,1526,1531,-1534,1469,1468,1490,-1490,1537,1540,1539,-1539,1535,1542,2778,-2783,1523,1540,1543,-1523,1523,1500,1519,-1521,1463,1483,1547,-1547,1559,1560,1533, + -1554,1540,1523,1520,-1540,1540,1537,1550,-1544,1530,1552,1551,-1530,1473,1470,1531,-1533,1470,1553,1533,-1532,1480,1477,1548,-1550,1576,1570,1536,-1490,2772,2746,2749, + -2776,1461,1463,1546,-1461,1473,1532,1529,-1552,1532,1527,1524,-1530,1527,1492,1495,-1525,1492,1491,1494,-1496,1491,1507,-1495,1506,1507,1508,-1513,1483,1480,1549,-1548, + 1552,1530,1543,-1551,1530,1525,1522,-1544,1525,1496,1499,-1523,1496,1493,1498,-1500,1493,1505,1504,-1499,1504,1505,1511,-1511,1521,1560,1539,-1521,1560,1559,1538,-1540, + 1477,1484,1485,-1549,1519,1500,1502,-1519,1469,1489,1536,-1542,1490,1565,1567,-1576,1561,1562,1555,-1557,1562,1561,1564,-1564,1490,1468,1566,-1566,1666,1457,1565,-1569, + 1568,1569,1563,-1565,1566,1569,1568,-1566,1564,1664,1666,-1569,1665,1664,1564,-1562,1500,1497,1501,-1503,1508,1507,1491,-1592,1475,1558,1559,-1554,1528,1515,1514,-1527, + 2783,1554,1667,-2787,1473,1551,1465,-1473,1551,1552,1464,-1466,1552,1550,1482,-1465,1550,1537,1479,-1483,1537,1538,1478,-1480,1538,1559,1558,-1479,1553,1470,1471,-1476, + 1545,1584,1583,-1545,1581,1488,1466,-1583,1571,1585,1584,-1546,1544,1583,1582,-1467,1590,2805,1555,-1587,1513,1592,1492,-1515,1491,1492,1592,-1592,1457,1669,1567,-1566, + 1597,1596,1595,1594,2887,1593,2885,1599,-1599,1665,1561,-1557,2877,2878,1611,-1611,1929,1928,1621,-1621,1930,1618,1619,-1938,1936,1937,1619,-1624,2858,1609,1610,-2860, + 2860,1602,1624,-2865,2873,2868,1633,-1633,2870,2866,1628,-1628,2871,2867,1630,-1630,2869,2870,1627,-1635,2868,2865,1626,-1634,2867,2872,1631,-1631,2866,2871,1629,-1629, + 2876,2877,1610,-1610,2880,2881,1601,-1625,2874,2875,1608,-1608,2879,2880,1624,-1603,2882,2874,1607,-1607,2878,2879,1602,-1612,2875,2876,1609,-1609,1649,1660,1648,-1651, + 1635,1646,1640,-1637,1644,1656,1659,-1644,1637,1649,1650,-1639,1653,1642,1641,-1653,1656,1644,1642,-1654,1650,1647,1639,-1639,1640,1646,1652,-1642,1646,1647,1651,-1653, + 1647,1646,1635,-1640,1662,1658,1648,-1661,1654,1653,1652,-1652,1658,1654,1651,-1649,1659,1663,1645,-1644,1655,1656,1653,-1655,1661,1657,1658,-1663,1658,1657,1655,-1655, + 1657,1661,1663,-1660,1657,1659,1656,-1656,1648,1651,1647,-1651,1804,1807,1806,-1774,1802,1938,-1703,1733,1679,1678,-1735,1680,1679,1733,-1737,1703,1800,-1675,1678,1677, + 1732,-1735,1684,1683,1688,-1682,1740,1718,1719,-1742,1743,1730,1688,-1690,1674,1688,1683,-1714,1708,1709,1690,-1758,1701,1938,1727,-1727,1722,1742,1746,-1741,1695,1698, + 1697,-1697,1699,1702,1701,-1701,1691,1694,1693,-1693,1788,1789,1696,-1698,1702,1699,1692,-1694,1799,1792,1685,-1688,1694,1691,1709,-1709,1689,1710,1744,-1744,1694,1801, + 1703,-1694,1697,1698,1725,-1725,1791,1690,1709,-1752,1790,1716,1714,-1716,1711,1710,-1713,1686,1687,1717,-1676,1688,1674,1800,-1690,1714,1711,1712,-1716,1757,1790,1715, + -1709,1686,1682,1705,-1707,1698,1695,1700,-1702,1677,1717,1687,-1733,1684,1681,1682,-1677,1673,1672,1737,-1739,1806,1731,1749,-1806,1688,1730,1707,-1682,1729,1728,1727, + -1803,1685,1792,1793,-1763,1731,1728,1729,-1722,1680,1736,1735,-1740,1674,1713,1673,-1739,1739,1735,1737,-1673,1717,2982,2976,-1676,1673,2985,2988,-1673,1682,1686,1675, + -1677,1737,1735,1718,-1741,1679,2977,2990,-1679,1676,2975,2980,-1685,1722,1740,1741,-1749,1723,1788,1697,-1725,1704,1802,1702,-1694,1709,1691,1752,-1752,1698,1701,1726, + -1726,1700,1695,1754,-1754,1755,1756,1696,-1790,1691,1692,1753,-1753,1695,1696,1756,-1755,1710,1711,1758,-1748,1700,1753,-1700,1753,1692,-1700,1710,1747,-1745,1797,1724, + 1725,-1770,1746,1738,1737,-1741,1722,1721,1729,-1743,1639,1761,1762,-1639,1637,1638,1762,-1794,1762,1761,1734,-1733,1775,1785,1759,-1783,1760,1761,1639,-1636,1762,1732, + 1687,-1686,1760,1733,1734,-1762,1750,1763,1805,-1750,1718,1764,1636,-1720,1764,1718,1735,-1737,1736,1733,1760,-1765,1635,1636,1764,-1761,2837,2838,1779,-1777,2835,1671, + 1670,-2837,1759,1763,1811,-1811,1783,1775,1782,-1782,1765,1784,1803,-1767,1770,1809,1807,-1805,2836,1670,1787,-2840,2834,2837,1776,-1779,2835,2834,1778,-1672,1723,1724, + 1797,-1787,1803,1783,1781,-1767,1798,1797,1769,-1797,1721,1750,1749,-1732,1768,1770,1767,-1770,1727,1728,1807,-1810,1711,1714,1716,-1759,1722,1748,1750,-1722,1786,1797, + -1799,1767,1795,1796,-1770,1686,1706,1799,-1688,1801,1694,-1709,1703,1801,1712,-1801,1800,1712,1710,-1690,1712,1801,1708,-1716,1729,1802,1704,-1743,1703,1746,1742,-1705, + 1769,1725,1726,-1769,1773,1806,1805,-1786,1785,1805,1763,-1760,1682,1681,1707,-1706,1728,1731,1806,-1808,1809,1768,1726,-1728,1809,1770,-1769,1811,1763,1750,-1749,1703, + 1704,-1694,1674,1738,1746,-1704,1811,1600,1808,-1811,1600,1811,1748,-1742,1741,1719,1745,-1601,1808,1600,1745,-1721,1672,2988,2989,-1740,1684,2980,2979,-1684,1678,2990, + 2983,-1678,1739,2989,2978,-1681,1680,2978,2977,-1680,1713,2981,2985,-1674,1645,1818,1816,-1644,1814,1820,1821,-1813,1642,1813,1720,-1642,1817,1814,1812,-1814,1814,1817, + 1816,-1816,1644,1817,1813,-1643,1640,1641,1720,-1746,1814,1815,1822,-1821,1808,1720,1813,-1813,1815,1819,1823,-1823,1640,1745,1719,-1637,1818,1819,1815,-1817,1817,1644, + 1643,-1817,1812,1821,1810,-1809,1820,1781,1782,-1822,1821,1782,1759,-1811,1822,1766,1781,-1821,1823,1765,1766,-1823,1597,1852,1849,-1597,2579,1825,1826,-2578,2580,1827, + 1831,-2584,2584,1829,1828,-2579,2578,1828,1827,-2581,2582,1824,1825,-2580,2577,1826,1830,-2582,2583,1831,1824,-2583,2581,1830,1829,-2585,1597,1598,1850,-1853,1767,1770, + 1804,1773,1785,1775,1783,1803,1784,-1796,1774,1772,1771,1794,1780,-1778,1772,1774,1841,-1844,1774,1777,1840,-1842,1771,1844,1845,-1795,1772,1843,1844,-1772,1777,1780, + 1842,-1841,1664,1665,2786,1667,1668,1669,1457,-1667,1854,1856,1469,-1542,1858,1855,-2811,1468,1469,1856,-1858,1857,1856,1855,-1859,1534,1487,2779,-2781,1853,1855,1856, + -1855,1467,1534,2780,-2782,1542,1467,2781,-2778,1541,2778,2777,-1855,1569,1566,-1858,1566,1468,-1858,1563,1569,1857,-1859,1563,1858,-1563,1562,1858,-1556,1586,1555,-1859, + 1508,1862,1866,-1513,1511,1865,1864,-1511,1591,1870,1862,-1509,1510,1864,1863,-1510,1517,1868,1859,-1482,1518,1869,1868,-1518,1501,1860,1861,-1503,1481,1859,1867,-1514, + 1512,1866,1865,-1512,1502,1861,1869,-1519,1513,1867,1871,-1593,1509,1863,1860,-1502,1592,1871,1870,-1592,1865,1878,1877,-1865,1860,1873,1874,-1862,1868,1881,1872,-1860, + 1863,1876,1873,-1861,1861,1874,1882,-1870,1864,1877,1876,-1864,1867,1880,1883,-1872,1866,1879,1878,-1866,1871,1883,1875,-1871,1869,1882,1881,-1869,1870,1875,-1863,1859, + 1872,1880,-1868,1862,1875,1879,-1867,1877,1878,1872,-1882,1878,1879,1880,-1873,1875,1883,1880,-1880,1876,1877,1881,-1883,1874,1873,1876,-1883,1464,1482,1479,1478,1558, + 1475,1471,1472,-1466,1484,1892,1888,-1477,1477,1889,1892,-1485,1461,1885,1886,-1464,1480,1890,1889,-1478,1886,1895,1900,-1892,1884,1893,1894,-1886,1890,1899,1898,-1890, + 1887,1896,1893,-1885,1458,1884,1885,-1462,1474,1887,1884,-1459,1476,1888,1887,-1475,1483,1891,1890,-1481,1463,1886,1891,-1484,1891,1900,1899,-1891,1885,1894,1895,-1887, + 1889,1898,1901,-1893,1892,1901,1897,-1889,1888,1897,1896,-1888,1895,1894,1897,-1902,1896,1897,1894,-1894,1895,1901,1898,-1901,1899,1900,-1899,2881,2882,1606,-1602,1902, + 1916,1907,-1619,1618,1907,1906,-1620,1928,1931,1622,-1622,1622,1910,1908,-1622,1905,1914,1917,-1905,1623,1911,1914,-1906,1619,1906,1911,-1624,1936,1623,1905,-1933,1932, + 1905,1904,-1934,1933,1904,1622,-1932,1934,1902,1618,-1931,1935,1903,1902,-1935,1920,1927,1612,-1606,1913,1909,1908,-1913,1912,1908,1910,-1918,1906,1915,1914,-1912,1915, + 1912,1917,-1915,1907,1916,1915,-1907,1916,1913,1912,-1916,1621,1908,1909,-1621,1903,1913,1916,-1903,1620,1909,1913,-1904,1904,1917,1910,-1623,1929,1935,1927,-1921,1612, + 1927,1926,-1604,1603,1926,1921,-1605,1615,1925,1923,-1615,1616,1924,1925,-1616,1617,1918,1924,-1617,1613,1614,1923,-1920,1617,1625,1922,-1919,1604,1921,1922,-1626,1605, + 1613,1919,-1921,1620,1903,1935,-1930,1927,1935,1934,-1927,1926,1934,1930,-1922,1925,1933,1931,-1924,1924,1932,1933,-1926,1918,1936,1932,-1925,1919,1923,1931,-1929,1918, + 1922,1937,-1937,1921,1930,1937,-1923,1920,1919,1928,-1930,1604,1625,1617,1616,1615,1614,1613,1605,1612,-1604,1938,1701,-1703,1938,1802,-1728,1966,1967,1946,-1946,1961, + 1963,1954,-1951,1973,1971,1950,-1955,2014,2017,1961,-1951,1962,1951,1957,-1965,1974,1957,1951,-1973,1976,1978,1945,-1947,1980,1981,1943,-1949,1969,1959,1953,-1969,1974, + 1972,-1959,1947,1944,1963,-1962,2043,1951,1962,-2046,2015,2018,1967,-1948,1952,1962,1964,-1957,2049,1982,1958,-2043,1972,2047,-2043,1977,2041,-2049,2047,1972,1951,-2044, + 2045,1962,1952,-2045,2046,1968,1953,-2051,1948,1976,-2021,2019,2014,1950,-1972,2017,2015,1947,-1962,2018,2016,1946,-1968,1971,1949,-2020,2044,1952,1968,-2047,1956,1969, + 1968,-1953,1944,1947,1967,-1967,1960,1982,2049,-2042,1977,1960,-2042,1955,1949,1971,-1974,2016,2020,1976,-1947,2050,1953,1977,-2049,1959,1979,1977,-1954,1948,1943,1978, + -1977,2011,2019,-2006,2042,1958,-1973,1977,1979,-1961,1949,1955,1981,-1981,1954,1986,1990,-1974,1966,1989,1984,-1945,1981,1992,1983,-1944,1973,1990,1987,-1956,1955,1987, + 1992,-1982,1945,1985,1989,-1967,1963,1988,1986,-1955,1944,1984,1988,-1964,1943,1983,1991,-1979,1978,1991,1985,-1946,1992,2002,1993,-1984,1989,1999,1994,-1985,1983,1993, + 2001,-1992,1985,1995,1999,-1990,1990,2000,1997,-1988,1987,1997,2002,-1993,1984,1994,1998,-1989,1991,2001,1995,-1986,1988,1998,1996,-1987,1986,1996,2000,-1991,1999,2003, + -1995,1993,2003,-2002,1995,2003,-2000,2000,2003,-1998,1997,2003,-2003,1994,2003,-1999,2001,2003,-1996,1998,2003,-1997,1996,2003,-2001,2002,2003,-1994,2055,2060,2013,-2005, + 2054,2059,2012,-2009,2051,2058,2011,-2006,2059,2055,2004,-2013,2057,2054,2008,-2011,2056,2053,2007,-2010,2058,2052,2006,-2012,2060,2051,2005,-2014,2053,2057,2010,-2008, + 2052,2056,2009,-2007,1949,1980,2013,-2006,2008,2012,2020,-2017,1980,1948,2004,-2014,2019,1949,-2006,2010,2008,2016,-2019,2009,2007,2015,-2018,2011,2006,2014,-2020,2004, + 2020,-2013,2007,2010,2018,-2016,2006,2009,2017,-2015,2020,2004,-1949,1941,1942,2022,-2029,1939,1965,2023,-2030,2033,2038,-1971,1970,1941,2028,-2025,1942,1939,2029,-2023, + 1965,1940,2030,-2024,2033,1970,-2028,2032,1975,-2040,1940,1975,2025,-2031,2026,2021,2032,-2041,2032,2021,-1976,1940,2031,2039,-1976,1975,2021,-2026,1939,2035,2037,-1966, + 1965,2037,2031,-1941,1942,2036,2035,-1940,1970,2038,2034,-1942,2024,2027,-1971,2040,2033,2027,-2027,1941,2034,2036,-1943,2062,2041,2049,-2071,2061,2050,2048,-2070,2063, + 2042,2047,-2069,2065,2044,2046,-2068,2067,2046,2050,-2062,2066,2045,2044,-2066,2068,2047,2043,-2065,2070,2049,2042,-2064,2069,2048,2041,-2063,2064,2043,2045,-2067,2028, + 2022,2056,-2053,2029,2023,2057,-2054,2026,2027,2051,-2061,2024,2028,2052,-2059,2022,2029,2053,-2057,2023,2030,2054,-2058,2025,2021,2055,-2060,2027,2024,2058,-2052,2030, + 2025,2059,-2055,2021,2026,2060,-2056,2034,2064,2066,-2037,2039,2069,2062,-2033,2040,2070,2063,-2034,2038,2068,2064,-2035,2036,2066,2065,-2036,2037,2067,2061,-2032,2035, + 2065,2067,-2038,2033,2063,2068,-2039,2031,2061,2069,-2040,2032,2062,2070,-2041,1964,2071,-1957,1956,2071,-1970,1969,2071,-1960,1959,2071,-1980,1979,2071,-1961,1960,2071, + -1983,1982,2071,-1959,1958,2071,-1975,1974,2071,-1958,1957,2071,-1965,2099,2100,2079,-2079,2094,2096,2087,-2084,2106,2104,2083,-2088,2147,2150,2094,-2084,2095,2084,2090, + -2098,2107,2090,2084,-2106,2109,2111,2078,-2080,2113,2114,2076,-2082,2102,2092,2086,-2102,2107,2105,-2092,2080,2077,2096,-2095,2176,2084,2095,-2179,2148,2151,2100,-2081, + 2085,2095,2097,-2090,2182,2115,2091,-2176,2105,2180,-2176,2110,2174,-2182,2180,2105,2084,-2177,2178,2095,2085,-2178,2179,2101,2086,-2184,2081,2109,-2154,2152,2147,2083, + -2105,2150,2148,2080,-2095,2151,2149,2079,-2101,2104,2082,-2153,2177,2085,2101,-2180,2089,2102,2101,-2086,2077,2080,2100,-2100,2093,2115,2182,-2175,2110,2093,-2175,2088, + 2082,2104,-2107,2149,2153,2109,-2080,2183,2086,2110,-2182,2092,2112,2110,-2087,2081,2076,2111,-2110,2144,2152,-2139,2175,2091,-2106,2110,2112,-2094,2082,2088,2114,-2114, + 2087,2119,2123,-2107,2099,2122,2117,-2078,2114,2125,2116,-2077,2106,2123,2120,-2089,2088,2120,2125,-2115,2078,2118,2122,-2100,2096,2121,2119,-2088,2077,2117,2121,-2097, + 2076,2116,2124,-2112,2111,2124,2118,-2079,2125,2135,2126,-2117,2122,2132,2127,-2118,2116,2126,2134,-2125,2118,2128,2132,-2123,2123,2133,2130,-2121,2120,2130,2135,-2126, + 2117,2127,2131,-2122,2124,2134,2128,-2119,2121,2131,2129,-2120,2119,2129,2133,-2124,2132,2136,-2128,2126,2136,-2135,2128,2136,-2133,2133,2136,-2131,2130,2136,-2136,2127, + 2136,-2132,2134,2136,-2129,2131,2136,-2130,2129,2136,-2134,2135,2136,-2127,2188,2193,2146,-2138,2187,2192,2145,-2142,2184,2191,2144,-2139,2192,2188,2137,-2146,2190,2187, + 2141,-2144,2189,2186,2140,-2143,2191,2185,2139,-2145,2193,2184,2138,-2147,2186,2190,2143,-2141,2185,2189,2142,-2140,2082,2113,2146,-2139,2141,2145,2153,-2150,2113,2081, + 2137,-2147,2152,2082,-2139,2143,2141,2149,-2152,2142,2140,2148,-2151,2144,2139,2147,-2153,2137,2153,-2146,2140,2143,2151,-2149,2139,2142,2150,-2148,2153,2137,-2082,2074, + 2075,2155,-2162,2072,2098,2156,-2163,2166,2171,-2104,2103,2074,2161,-2158,2075,2072,2162,-2156,2098,2073,2163,-2157,2166,2103,-2161,2165,2108,-2173,2073,2108,2158,-2164, + 2159,2154,2165,-2174,2165,2154,-2109,2073,2164,2172,-2109,2108,2154,-2159,2072,2168,2170,-2099,2098,2170,2164,-2074,2075,2169,2168,-2073,2103,2171,2167,-2075,2157,2160, + -2104,2173,2166,2160,-2160,2074,2167,2169,-2076,2195,2174,2182,-2204,2194,2183,2181,-2203,2196,2175,2180,-2202,2198,2177,2179,-2201,2200,2179,2183,-2195,2199,2178,2177, + -2199,2201,2180,2176,-2198,2203,2182,2175,-2197,2202,2181,2174,-2196,2197,2176,2178,-2200,2161,2155,2189,-2186,2162,2156,2190,-2187,2159,2160,2184,-2194,2157,2161,2185, + -2192,2155,2162,2186,-2190,2156,2163,2187,-2191,2158,2154,2188,-2193,2160,2157,2191,-2185,2163,2158,2192,-2188,2154,2159,2193,-2189,2167,2197,2199,-2170,2172,2202,2195, + -2166,2173,2203,2196,-2167,2171,2201,2197,-2168,2169,2199,2198,-2169,2170,2200,2194,-2165,2168,2198,2200,-2171,2166,2196,2201,-2172,2164,2194,2202,-2173,2165,2195,2203, + -2174,2097,2204,-2090,2089,2204,-2103,2102,2204,-2093,2092,2204,-2113,2112,2204,-2094,2093,2204,-2116,2115,2204,-2092,2091,2204,-2108,2107,2204,-2091,2090,2204,-2098,2232, + 2233,2212,-2212,2227,2229,2220,-2217,2239,2237,2216,-2221,2280,2283,2227,-2217,2228,2217,2223,-2231,2240,2223,2217,-2239,2242,2244,2211,-2213,2246,2247,2209,-2215,2235, + 2225,2219,-2235,2240,2238,-2225,2213,2210,2229,-2228,2309,2217,2228,-2312,2281,2284,2233,-2214,2218,2228,2230,-2223,2315,2248,2224,-2309,2238,2313,-2309,2243,2307,-2315, + 2313,2238,2217,-2310,2311,2228,2218,-2311,2312,2234,2219,-2317,2214,2242,-2287,2285,2280,2216,-2238,2283,2281,2213,-2228,2284,2282,2212,-2234,2237,2215,-2286,2310,2218, + 2234,-2313,2222,2235,2234,-2219,2210,2213,2233,-2233,2226,2248,2315,-2308,2243,2226,-2308,2221,2215,2237,-2240,2282,2286,2242,-2213,2316,2219,2243,-2315,2225,2245,2243, + -2220,2214,2209,2244,-2243,2277,2285,-2272,2308,2224,-2239,2243,2245,-2227,2215,2221,2247,-2247,2220,2252,2256,-2240,2232,2255,2250,-2211,2247,2258,2249,-2210,2239,2256, + 2253,-2222,2221,2253,2258,-2248,2211,2251,2255,-2233,2229,2254,2252,-2221,2210,2250,2254,-2230,2209,2249,2257,-2245,2244,2257,2251,-2212,2258,2268,2259,-2250,2255,2265, + 2260,-2251,2249,2259,2267,-2258,2251,2261,2265,-2256,2256,2266,2263,-2254,2253,2263,2268,-2259,2250,2260,2264,-2255,2257,2267,2261,-2252,2254,2264,2262,-2253,2252,2262, + 2266,-2257,2265,2269,-2261,2259,2269,-2268,2261,2269,-2266,2266,2269,-2264,2263,2269,-2269,2260,2269,-2265,2267,2269,-2262,2264,2269,-2263,2262,2269,-2267,2268,2269,-2260, + 2321,2326,2279,-2271,2320,2325,2278,-2275,2317,2324,2277,-2272,2325,2321,2270,-2279,2323,2320,2274,-2277,2322,2319,2273,-2276,2324,2318,2272,-2278,2326,2317,2271,-2280, + 2319,2323,2276,-2274,2318,2322,2275,-2273,2215,2246,2279,-2272,2274,2278,2286,-2283,2246,2214,2270,-2280,2285,2215,-2272,2276,2274,2282,-2285,2275,2273,2281,-2284,2277, + 2272,2280,-2286,2270,2286,-2279,2273,2276,2284,-2282,2272,2275,2283,-2281,2286,2270,-2215,2207,2208,2288,-2295,2205,2231,2289,-2296,2299,2304,-2237,2236,2207,2294,-2291, + 2208,2205,2295,-2289,2231,2206,2296,-2290,2299,2236,-2294,2298,2241,-2306,2206,2241,2291,-2297,2292,2287,2298,-2307,2298,2287,-2242,2206,2297,2305,-2242,2241,2287,-2292, + 2205,2301,2303,-2232,2231,2303,2297,-2207,2208,2302,2301,-2206,2236,2304,2300,-2208,2290,2293,-2237,2306,2299,2293,-2293,2207,2300,2302,-2209,2328,2307,2315,-2337,2327, + 2316,2314,-2336,2329,2308,2313,-2335,2331,2310,2312,-2334,2333,2312,2316,-2328,2332,2311,2310,-2332,2334,2313,2309,-2331,2336,2315,2308,-2330,2335,2314,2307,-2329,2330, + 2309,2311,-2333,2294,2288,2322,-2319,2295,2289,2323,-2320,2292,2293,2317,-2327,2290,2294,2318,-2325,2288,2295,2319,-2323,2289,2296,2320,-2324,2291,2287,2321,-2326,2293, + 2290,2324,-2318,2296,2291,2325,-2321,2287,2292,2326,-2322,2300,2330,2332,-2303,2305,2335,2328,-2299,2306,2336,2329,-2300,2304,2334,2330,-2301,2302,2332,2331,-2302,2303, + 2333,2327,-2298,2301,2331,2333,-2304,2299,2329,2334,-2305,2297,2327,2335,-2306,2298,2328,2336,-2307,2230,2337,-2223,2222,2337,-2236,2235,2337,-2226,2225,2337,-2246,2245, + 2337,-2227,2226,2337,-2249,2248,2337,-2225,2224,2337,-2241,2240,2337,-2224,2223,2337,-2231,2360,2361,2341,-2341,2356,2358,2349,-2346,2366,2364,2345,-2350,2406,2409,2356, + -2346,2357,2346,2352,-2360,2367,2352,2346,-2366,2368,2370,2340,-2342,2372,2373,2338,-2344,2363,2354,2348,-2363,2367,2365,-2354,2342,2339,2358,-2357,2415,2346,2357,-2418, + 2407,2410,2361,-2343,2347,2357,2359,-2352,2421,2374,2353,-2415,2365,2419,-2415,2369,2413,-2421,2419,2365,2346,-2416,2417,2357,2347,-2417,2418,2362,2348,-2423,2343,2368, + -2413,2411,2406,2345,-2365,2409,2407,2342,-2357,2410,2408,2341,-2362,2364,2344,-2412,2416,2347,2362,-2419,2351,2363,2362,-2348,2339,2342,2361,-2361,2355,2374,2421,-2414, + 2369,2355,-2414,2350,2344,2364,-2367,2408,2412,2368,-2342,2422,2348,2369,-2421,2354,2371,2369,-2349,2343,2338,2370,-2369,2403,2411,-2398,2414,2353,-2366,2369,2371,-2356, + 2344,2350,2373,-2373,2349,2378,2382,-2367,2360,2381,2376,-2340,2373,2384,2375,-2339,2366,2382,2379,-2351,2350,2379,2384,-2374,2340,2377,2381,-2361,2358,2380,2378,-2350, + 2339,2376,2380,-2359,2338,2375,2383,-2371,2370,2383,2377,-2341,2384,2394,2385,-2376,2381,2391,2386,-2377,2375,2385,2393,-2384,2377,2387,2391,-2382,2382,2392,2389,-2380, + 2379,2389,2394,-2385,2376,2386,2390,-2381,2383,2393,2387,-2378,2380,2390,2388,-2379,2378,2388,2392,-2383,2391,2395,-2387,2385,2395,-2394,2387,2395,-2392,2392,2395,-2390, + 2389,2395,-2395,2386,2395,-2391,2393,2395,-2388,2390,2395,-2389,2388,2395,-2393,2394,2395,-2386,2427,2432,2405,-2397,2426,2431,2404,-2401,2423,2430,2403,-2398,2431,2427, + 2396,-2405,2429,2426,2400,-2403,2428,2425,2399,-2402,2430,2424,2398,-2404,2432,2423,2397,-2406,2425,2429,2402,-2400,2424,2428,2401,-2399,2344,2372,2405,-2398,2400,2404, + 2412,-2409,2372,2343,2396,-2406,2411,2344,-2398,2402,2400,2408,-2411,2401,2399,2407,-2410,2403,2398,2406,-2412,2396,2412,-2405,2399,2402,2410,-2408,2398,2401,2409,-2407, + 2412,2396,-2344,2434,2413,2421,-2443,2433,2422,2420,-2442,2435,2414,2419,-2441,2437,2416,2418,-2440,2439,2418,2422,-2434,2438,2417,2416,-2438,2440,2419,2415,-2437,2442, + 2421,2414,-2436,2441,2420,2413,-2435,2436,2415,2417,-2439,2438,2437,2425,-2429,2441,2434,2427,-2432,2439,2433,2426,-2430,2437,2439,2429,-2426,2440,2436,2424,-2431,2442, + 2435,2423,-2433,2436,2438,2428,-2425,2433,2441,2431,-2427,2435,2440,2430,-2424,2434,2442,2432,-2428,2359,2443,-2352,2351,2443,-2364,2363,2443,-2355,2354,2443,-2372,2371, + 2443,-2356,2355,2443,-2375,2374,2443,-2354,2353,2443,-2368,2367,2443,-2353,2352,2443,-2360,2471,2472,2451,-2451,2466,2468,2459,-2456,2478,2476,2455,-2460,2519,2522,2466, + -2456,2467,2456,2462,-2470,2479,2462,2456,-2478,2481,2483,2450,-2452,2485,2486,2448,-2454,2474,2464,2458,-2474,2479,2477,-2464,2452,2449,2468,-2467,2548,2456,2467,-2551, + 2520,2523,2472,-2453,2457,2467,2469,-2462,2554,2487,2463,-2548,2477,2552,-2548,2482,2546,-2554,2552,2477,2456,-2549,2550,2467,2457,-2550,2551,2473,2458,-2556,2453,2481, + -2526,2524,2519,2455,-2477,2522,2520,2452,-2467,2523,2521,2451,-2473,2476,2454,-2525,2549,2457,2473,-2552,2461,2474,2473,-2458,2449,2452,2472,-2472,2465,2487,2554,-2547, + 2482,2465,-2547,2460,2454,2476,-2479,2521,2525,2481,-2452,2555,2458,2482,-2554,2464,2484,2482,-2459,2453,2448,2483,-2482,2516,2524,-2511,2547,2463,-2478,2482,2484,-2466, + 2454,2460,2486,-2486,2459,2491,2495,-2479,2471,2494,2489,-2450,2486,2497,2488,-2449,2478,2495,2492,-2461,2460,2492,2497,-2487,2450,2490,2494,-2472,2468,2493,2491,-2460, + 2449,2489,2493,-2469,2448,2488,2496,-2484,2483,2496,2490,-2451,2497,2507,2498,-2489,2494,2504,2499,-2490,2488,2498,2506,-2497,2490,2500,2504,-2495,2495,2505,2502,-2493, + 2492,2502,2507,-2498,2489,2499,2503,-2494,2496,2506,2500,-2491,2493,2503,2501,-2492,2491,2501,2505,-2496,2504,2508,-2500,2498,2508,-2507,2500,2508,-2505,2505,2508,-2503, + 2502,2508,-2508,2499,2508,-2504,2506,2508,-2501,2503,2508,-2502,2501,2508,-2506,2507,2508,-2499,2560,2565,2518,-2510,2559,2564,2517,-2514,2556,2563,2516,-2511,2564,2560, + 2509,-2518,2562,2559,2513,-2516,2561,2558,2512,-2515,2563,2557,2511,-2517,2565,2556,2510,-2519,2558,2562,2515,-2513,2557,2561,2514,-2512,2454,2485,2518,-2511,2513,2517, + 2525,-2522,2485,2453,2509,-2519,2524,2454,-2511,2515,2513,2521,-2524,2514,2512,2520,-2523,2516,2511,2519,-2525,2509,2525,-2518,2512,2515,2523,-2521,2511,2514,2522,-2520, + 2525,2509,-2454,2446,2447,2527,-2534,2444,2470,2528,-2535,2538,2543,-2476,2475,2446,2533,-2530,2447,2444,2534,-2528,2470,2445,2535,-2529,2538,2475,-2533,2537,2480,-2545, + 2445,2480,2530,-2536,2531,2526,2537,-2546,2537,2526,-2481,2445,2536,2544,-2481,2480,2526,-2531,2444,2540,2542,-2471,2470,2542,2536,-2446,2447,2541,2540,-2445,2475,2543, + 2539,-2447,2529,2532,-2476,2545,2538,2532,-2532,2446,2539,2541,-2448,2567,2546,2554,-2576,2566,2555,2553,-2575,2568,2547,2552,-2574,2570,2549,2551,-2573,2572,2551,2555, + -2567,2571,2550,2549,-2571,2573,2552,2548,-2570,2575,2554,2547,-2569,2574,2553,2546,-2568,2569,2548,2550,-2572,2533,2527,2561,-2558,2534,2528,2562,-2559,2531,2532,2556, + -2566,2529,2533,2557,-2564,2527,2534,2558,-2562,2528,2535,2559,-2563,2530,2526,2560,-2565,2532,2529,2563,-2557,2535,2530,2564,-2560,2526,2531,2565,-2561,2539,2569,2571, + -2542,2544,2574,2567,-2538,2545,2575,2568,-2539,2543,2573,2569,-2540,2541,2571,2570,-2541,2542,2572,2566,-2537,2540,2570,2572,-2543,2538,2568,2573,-2544,2536,2566,2574, + -2545,2537,2567,2575,-2546,2469,2576,-2462,2461,2576,-2475,2474,2576,-2465,2464,2576,-2485,2484,2576,-2466,2465,2576,-2488,2487,2576,-2464,2463,2576,-2480,2479,2576,-2463, + 2462,2576,-2470,1850,1851,2886,1846,2888,1847,1848,1849,-1853,1626,1634,1627,1628,1629,1630,1631,1632,-1634,1595,1596,1849,-1849,1594,1595,1848,-1848,2887,1594,1847, + -2889,2885,1593,1846,-2887,1488,1581,1580,-1558,2883,2884,1579,-1575,1579,2884,1580,1581,1582,1583,1584,-1586,1545,1544,1466,1488,1557,2883,1574,-1572,2946,2797,2793, + -2946,2753,2581,2584,-2758,2754,2583,2582,-2757,2750,2577,2581,-2754,2756,2582,2579,-2753,2751,2578,2580,-2756,2757,2584,2578,-2752,2755,2580,2583,-2755,2752,2579,2577, + -2751,1838,2591,2592,-1840,1833,2586,2590,-1838,1835,2588,2587,-1835,1832,2585,2589,-1837,1836,2589,2588,-1836,1834,2587,2586,-1834,1837,2590,2591,-1839,1839,2592,2585, + -1833,1838,2598,2596,-1838,1836,2593,2600,-1833,1834,2595,2597,-1836,1835,2597,2593,-1837,1839,2594,2598,-1839,1837,2596,2599,-1834,1832,2600,2594,-1840,1833,2599,2595, + -1835,2587,2588,2589,-2586,1825,1824,1831,-1828,2586,2587,2585,-2593,2592,2591,2590,-2587,2604,2608,2616,-2613,2615,2611,2603,-2608,2612,2620,2621,-2614,2613,2605,2604, + -2613,2603,2627,2631,-2608,2606,2614,2615,-2608,2601,2609,2616,-2609,2613,2614,2606,-2606,2601,2602,2610,-2610,2618,2619,2623,2622,2621,2620,2624,-2618,2615,2623,2619, + -2612,2613,2621,2622,-2615,2609,2617,2624,-2617,2614,2622,2623,-2616,2610,2618,2617,-2610,2611,2619,2618,-2611,2616,2624,2620,-2613,2626,2625,2632,2628,2629,2630,2631, + -2628,2602,2626,2627,-2604,2601,2625,2626,-2603,2605,2629,2628,-2605,2606,2630,2629,-2606,2607,2631,2630,-2607,2608,2632,2625,-2602,2604,2628,2632,-2609,2611,2610,2602, + -2604,1828,1829,1830,-1827,1827,1828,1826,-1826,2658,2654,2636,-2643,2657,2644,2640,-2657,2670,2663,2639,-2657,2669,2665,2638,-2656,2668,2664,2640,-2645,2667,2666,2637, + -2644,2663,2667,2643,-2640,2665,2668,2644,-2639,2655,2638,2644,-2658,2653,2658,2642,-2635,2659,2660,2648,-2647,2661,2650,2652,-2663,2645,2649,2651,-2648,2660,2662,2652, + -2649,2648,2652,2650,-2647,2659,2661,2649,-2646,2633,2641,2658,-2654,2637,2655,2657,-2644,2666,2669,2655,-2638,2664,2670,2656,-2641,2643,2657,2656,-2640,2641,2635,2654, + -2659,2646,2650,2661,-2660,2647,2651,2662,-2661,2649,2661,2662,-2652,2645,2647,2660,-2660,2636,2654,2670,-2665,2633,2653,2669,-2667,2634,2642,2668,-2666,2635,2641,2667, + -2664,2641,2633,2666,-2668,2642,2636,2664,-2669,2653,2634,2665,-2670,2654,2635,2663,-2671,2672,2674,2678,-2672,2841,2689,2693,-2841,2672,2680,2681,-2674,2677,2685,2684, + -2677,2676,2684,2683,-2676,2673,2681,2685,-2678,2678,2686,2679,-2672,2671,2679,2680,-2673,2675,2683,2682,-2675,2674,2682,2686,-2679,2716,2701,2700,-2712,2843,2694,2687, + -2843,2842,2687,2688,-2845,2846,2691,2690,-2846,2845,2690,2694,-2844,2844,2688,2689,-2842,2840,2693,2692,-2848,2847,2692,2691,-2847,2696,2695,2702,2698,2699,2700,2701, + -2698,2711,2700,2699,-2713,2717,2697,2701,-2717,2718,2702,2695,-2714,2713,2695,2696,-2715,2712,2699,2698,-2716,2715,2698,2702,-2719,2714,2696,2697,-2718,2764,2709,2706, + -2760,2765,2710,2708,-2761,2762,2705,2710,-2766,2763,2707,2709,-2765,2760,2708,2707,-2764,2759,2706,2704,-2759,2761,2703,2705,-2763,2758,2704,2703,-2762,2709,2714,2717, + -2707,2710,2715,2718,-2709,2705,2712,2715,-2711,2707,2713,2714,-2710,2708,2718,2713,-2708,2706,2717,2716,-2705,2703,2711,2712,-2706,2704,2716,2711,-2704,2673,2677,2676, + -2676,2674,2672,2673,-2676,2829,2730,2729,-2827,2830,2728,2727,-2828,2825,2731,2730,-2830,2826,2729,2728,-2831,2827,2727,2732,-2829,2825,2831,2814,-2732,2739,2732,2727, + -2741,2737,2733,2734,-2739,2733,2735,2736,-2735,2723,2812,2815,-2767,2735,2739,2740,-2737,2724,2811,2812,-2724,2727,2728,-2741,2728,2729,2743,-2742,2729,2730,2742,-2744, + 2730,2731,2744,-2743,2725,2819,2811,-2725,2741,2736,-2741,2743,2734,2736,-2742,2742,2738,2734,-2744,2738,2742,-2745,2738,2822,2821,-2738,2719,2726,2725,2724,2723,2722, + 2721,-2721,1507,1506,-1495,2728,2741,-2741,2745,1855,-1854,2746,2962,2966,-2750,2774,1487,1589,-2774,2787,2785,1590,-2749,2747,2808,-2808,2853,2752,2750,-2852,2848,2755, + 2754,-2856,2850,2757,2751,-2853,2852,2751,2755,-2849,2849,2756,2752,-2854,2851,2750,2753,-2855,2855,2754,2756,-2850,2854,2753,2757,-2851,2693,2758,2761,-2693,2692,2761, + 2762,-2692,2689,2759,2758,-2694,2694,2760,2763,-2688,2687,2763,2764,-2689,2691,2762,2765,-2691,2690,2765,2760,-2695,2688,2764,2759,-2690,2744,2824,2822,-2739,2719,2769, + 2771,-2727,2721,2767,2770,-2721,2723,2766,2768,-2723,2720,2770,2769,-2720,2722,2768,2767,-2722,2731,2814,2824,-2745,2747,2809,-2749,1578,2772,2775,-1573,2778,1542,-2778, + 2776,1577,1535,-2783,2780,1853,-2782,2778,1541,1536,-2783,2779,1487,-2775,2781,1853,1854,-2778,2779,2745,1853,-2781,2749,2966,-2965,1556,2783,2786,-1666,1556,2805,2803, + -2784,2789,1588,2785,-2788,2788,1587,1588,-2790,2792,2788,2789,-2792,2794,2793,2797,2795,2796,2798,2800,2799,2909,2802,2968,-2802,2948,2798,2796,-2948,2949,2795,2797, + -2947,2951,2799,2800,-2951,2947,2796,2795,-2950,2945,2793,2794,-2945,2944,2794,2801,-2953,2953,2802,2909,-2955,2973,2968,2802,-2954,2810,1855,2745,-2809,2806,1573,1554, + -2805,2805,1590,2785,-2804,2805,1556,-1556,2803,2785,1588,-2805,2808,2745,2774,-2808,2807,2774,2773,-2810,2907,2900,2748,-2810,2808,2747,1586,1858,-2811,2745,2779,-2775, + 2832,2813,2814,-2832,2833,2823,2813,-2833,2820,2821,2822,-2818,2823,2820,2817,-2814,2817,2822,-2825,2817,2824,2814,-2814,2819,2818,2816,-2812,2811,2816,2815,-2813,2892, + 2833,2832,-2892,2891,2832,2831,-2898,2893,2897,2831,-2826,2895,2827,2828,-2897,2894,2826,2830,-2891,2893,2825,2829,-2890,2890,2830,2827,-2896,2889,2829,2826,-2895,1843, + 1841,2834,-2836,1841,1840,2837,-2835,1844,2836,2839,-1846,1843,2835,2836,-1845,1840,1842,2838,-2838,1753,3000,2994,-1753,1755,2995,2996,-1757,1751,2993,2992,-1792,1756, + 2996,2999,-1755,1752,2994,2993,-1752,1754,2999,3000,-1754,2684,2847,2846,-2684,2685,2840,2847,-2685,2680,2844,2841,-2682,2682,2845,2843,-2687,2683,2846,2845,-2683,2679, + 2842,2844,-2681,2686,2843,2842,-2680,2681,2841,2840,-2686,2599,2854,2850,-2596,2600,2855,2849,-2595,2596,2851,2854,-2600,2594,2849,2853,-2599,2597,2852,2848,-2594,2595, + 2850,2852,-2598,2593,2848,2855,-2601,2598,2853,2851,-2597,1606,1607,2857,-2862,1608,1609,2858,-2863,1611,1602,2860,-2864,1624,1601,2856,-2865,1607,1608,2862,-2858,1601, + 1606,2861,-2857,1610,1611,2863,-2860,2865,2860,2864,-2870,2872,2858,2859,-2874,1631,2872,2873,-1633,1626,2865,2869,-1635,2861,2857,2871,-2867,2862,2858,2872,-2868,2863, + 2860,2865,-2869,2864,2856,2870,-2870,2857,2862,2867,-2872,2856,2861,2866,-2871,2859,2863,2868,-2874,1549,1548,2882,-2882,1486,1462,2876,-2876,1460,1546,2879,-2879,1548, + 1485,2874,-2883,1546,1547,2880,-2880,1485,1486,2875,-2875,1547,1549,2881,-2881,1462,1459,2877,-2877,1459,1460,2878,-2878,1557,1580,2884,-2884,1599,2885,2886,-1852,1593, + 2887,2888,-1847,2768,2889,2894,-2768,2770,2890,2895,-2770,2766,2893,2889,-2769,2767,2894,2890,-2771,2769,2895,2896,-2772,2766,2815,2897,-2894,2816,2891,2897,-2816,2818, + 2892,2891,-2817,2787,2899,2906,-2791,1572,2903,2908,-2911,2773,2901,2907,-2810,2749,2898,2904,-2776,2967,2969,2902,-2975,2775,2904,2903,-1573,1589,2902,2901,-2774,2748, + 2900,2899,-2788,2790,2906,2959,-2956,2809,2747,-2808,2954,2951,1572,-2911,2908,2905,2784,-2911,2908,2921,2913,-2906,2899,2919,2912,-2907,2900,2918,2919,-2900,2969,2970, + 2916,-2903,2903,2915,2921,-2909,2906,2912,2958,-2960,2904,2914,2915,-2904,2901,2917,2911,-2908,2907,2911,2918,-2901,2902,2916,2917,-2902,2898,2920,2914,-2905,2911,2917, + 2928,-2923,2913,2921,2932,-2925,2912,2919,2930,-2924,2915,2914,2925,-2927,2917,2916,2927,-2929,2921,2915,2926,-2933,2914,2920,2931,-2926,2970,2913,2924,-2972,2918,2911, + 2922,-2930,2919,2918,2929,-2931,2923,2934,2957,-2957,2933,2960,2957,2934,2941,2942,2938,2935,2936,2972,2937,2943,2939,-2941,2930,2941,2934,-2924,2925,2940,2939,-2927, + 2927,2936,2935,-2929,2926,2939,2943,-2933,2931,2933,2940,-2926,2971,2972,2936,-2928,2922,2938,2942,-2930,2929,2942,2941,-2931,2928,2935,2938,-2923,2932,2943,2937,-2925, + 2789,2787,-2791,2909,2799,2951,-2955,2967,2973,2953,-2785,2784,2953,2954,-2911,1487,2944,2952,-1590,1534,2945,2944,-1488,1535,2947,2949,-1543,1572,2951,2950,-1579,1542, + 2949,2946,-1468,1577,2948,2947,-1536,1467,2946,2945,-1535,2920,2965,2961,-2932,2790,2955,2791,-2790,2958,2965,2963,-2960,2959,2963,2964,-2956,2958,2912,2923,-2957,2957, + 2960,2961,-2957,2960,2933,2931,-2962,2965,2920,2898,-2964,2962,2792,2791,-2967,2963,2898,2749,-2965,2965,2958,2956,-2962,2966,2791,2955,-2965,1589,2952,-2975,2924,2937, + 2972,-2972,2916,2970,2971,-2928,2905,2913,2970,-2970,2784,2905,2969,-2968,2952,2801,2968,-2974,2952,2973,2967,-2975,2902,1589,-2975,2981,2979,2987,-2987,2977,2991,2984, + -2991,2978,2989,2991,-2978,2981,2986,2984,-2986,2987,2979,2980,-2976,2991,2988,2985,-2985,2991,2989,-2989,2975,2976,2982,-2988,2987,2982,2983,-2987,2986,2983,2990,-2985, + 1677,2983,2982,-1718,1683,2979,2981,-1714,1675,2976,2975,-1677,2999,3007,3006,-3001,3007,2997,2998,-3006,2997,2996,2995,-3009,3001,2992,2993,-3004,3003,2993,2994,-3005, + 3005,3004,-3007,2998,3003,3004,-3006,3002,3001,3003,-2999,2998,2997,3008,-3003,2999,2996,2997,-3008,3004,2994,3000,-3007,3007,3005,-3007 + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: -0.231642,0.127067,0.964467,-0.169282,0.175294,0.969853,0.093343,0.758687,0.644734,-0.065145,0.761076,0.645383, + 0.401048,-0.479085,0.780793,0.826720,-0.404834,0.390696,0.909622,-0.078077,0.408033,0.545639,0.167648,0.821080, + 0.013831,-0.924304,-0.381406,-0.195186,-0.920731,0.337871,-0.410296,-0.857928,0.309219,-0.262148,-0.877108,-0.402443, + 0.206295,-0.676418,0.707037,0.054461,-0.977915,0.201782,-0.276378,-0.937861,0.209839,-0.081246,-0.555262,0.827698, + 0.054461,-0.977915,0.201782,0.046165,-0.961176,-0.272047,-0.266715,-0.853521,-0.447622,-0.276378,-0.937861,0.209839, + -0.410296,-0.857928,0.309219,-0.195186,-0.920731,0.337871,-0.249657,-0.380013,0.890652,-0.340677,-0.360776,0.868205, + -0.340677,-0.360776,0.868205,-0.249657,-0.380013,0.890652,-0.169282,0.175294,0.969853,-0.231642,0.127067,0.964467, + -0.000000,0.279078,-0.960268,-0.041434,0.337554,-0.940394,-0.081041,0.110240,-0.990595,-0.000000,0.105806,-0.994387, + 0.196085,0.733317,0.650997,0.021853,0.676132,0.736457,-0.022867,0.519214,0.854339,0.199520,0.615149,0.762747, + -0.000000,0.787959,0.615728,0.000000,0.627604,0.778533,0.021853,0.676132,0.736457,0.034304,0.809968,0.585470, + 0.407095,0.500334,0.764160,0.377973,0.572808,0.727343,0.476772,0.600934,0.641535,0.716246,0.326691,0.616656, + -0.000000,-0.060861,-0.998146,-0.024782,-0.134726,-0.990573,0.094628,-0.352936,-0.930850,-0.000000,-0.214388,-0.976749, + 0.370361,0.926006,0.073108,0.526759,0.686069,0.501831,0.383285,0.694274,0.609160,0.289489,0.943988,0.158378, + 0.264149,0.663216,-0.700264,0.344068,0.890745,-0.296970,0.213051,0.927991,-0.305682,0.139871,0.459718,-0.876981, + 0.142622,0.868536,-0.474662,0.213439,0.959401,-0.184375,0.344068,0.890745,-0.296970,0.264149,0.663216,-0.700264, + 0.228680,0.970945,0.070507,0.197968,0.933852,0.297876,0.526759,0.686069,0.501831,0.370361,0.926006,0.073108, + 0.000000,0.514771,0.857328,-0.121194,0.549358,0.826751,-0.022867,0.519214,0.854339,0.000000,0.476069,0.879408, + 0.264149,0.663216,-0.700264,-0.074485,0.501403,-0.862002,-0.158793,0.858553,-0.487515,0.142622,0.868536,-0.474662, + 0.142622,0.868536,-0.474662,-0.158793,0.858553,-0.487515,-0.099945,0.980540,-0.168975,0.213439,0.959401,-0.184375, + 0.228680,0.970945,0.070507,-0.078199,0.993494,0.082796,-0.089125,0.932594,0.349749,0.197968,0.933852,0.297876, + -0.316206,-0.839460,-0.441951,-0.280754,-0.923392,0.261771,-0.276378,-0.937861,0.209839,-0.266715,-0.853521,-0.447622, + -0.266715,-0.853521,-0.447622,0.046165,-0.961176,-0.272047,0.109593,-0.599163,-0.793091,-0.084426,-0.321536,-0.943126, + -0.266715,-0.853521,-0.447622,-0.084426,-0.321536,-0.943126,-0.216189,-0.216981,-0.951936,-0.316206,-0.839460,-0.441951, + 0.139871,0.459718,-0.876981,0.213051,0.927991,-0.305682,0.171132,0.902787,-0.394575,-0.003673,0.459388,-0.888228, + 0.289489,0.943988,0.158378,0.383285,0.694274,0.609160,0.201188,0.740773,0.640921,0.243779,0.954848,0.169813, + 0.215042,0.058771,0.974835,-0.081246,-0.555262,0.827698,-0.138014,-0.467120,0.873356,0.068334,0.269927,0.960453, + -0.221435,-0.880000,-0.420198,-0.126020,-0.956954,0.261456,-0.280754,-0.923392,0.261771,-0.316206,-0.839460,-0.441951, + 0.243779,0.954848,0.169813,0.201188,0.740773,0.640921,0.376264,0.729354,0.571373,0.400061,0.914943,0.053206, + -0.138014,-0.467120,0.873356,0.037565,-0.490223,0.870787,0.248535,0.260045,0.933063,0.068334,0.269927,0.960453, + -0.280754,-0.923392,0.261771,-0.126020,-0.956954,0.261456,0.037565,-0.490223,0.870787,-0.138014,-0.467120,0.873356, + 0.018716,0.098504,-0.994961,-0.081041,0.110240,-0.990595,-0.041434,0.337554,-0.940394,0.038352,0.386663,-0.921423, + 0.400345,0.251717,-0.881114,0.215703,-0.393742,-0.893555,-0.182760,-0.286447,-0.940503,0.050875,0.383151,-0.922284, + 0.218435,-0.589914,-0.777359,0.094628,-0.352936,-0.930850,0.445894,-0.534263,-0.718152,0.602165,-0.629860,-0.490586, + -0.003673,0.459388,-0.888228,0.171132,0.902787,-0.394575,0.285527,0.788545,-0.544675,0.050875,0.383151,-0.922284, + -0.003673,0.459388,-0.888228,-0.216189,-0.216981,-0.951936,-0.084426,-0.321536,-0.943126,0.139871,0.459718,-0.876981, + 0.121234,0.991568,-0.045774,0.369124,0.929380,0.000085,0.502498,0.690591,-0.520173,0.192489,0.799754,-0.568631, + 0.112629,-0.916833,-0.383056,0.208898,-0.947779,0.240991,-0.126020,-0.956954,0.261456,-0.221435,-0.880000,-0.420198, + 0.050875,0.383151,-0.922284,-0.182760,-0.286447,-0.940503,-0.216189,-0.216981,-0.951936,-0.003673,0.459388,-0.888228, + 0.050875,0.383151,-0.922284,0.285527,0.788545,-0.544675,0.558026,0.599849,-0.573401,0.400345,0.251717,-0.881114, + 0.400061,0.914943,0.053206,0.376264,0.729354,0.571373,0.634847,0.560212,0.532100,0.667182,0.744891,-0.002094, + 0.545639,0.167648,0.821080,0.248535,0.260045,0.933063,0.037565,-0.490223,0.870787,0.401048,-0.479085,0.780793, + 0.401048,-0.479085,0.780793,0.037565,-0.490223,0.870787,-0.126020,-0.956954,0.261456,0.208898,-0.947779,0.240991, + 0.167412,0.322495,-0.931649,0.499750,0.221442,-0.837385,0.310570,-0.470815,-0.825760,-0.014166,-0.430877,-0.902299, + -0.000000,0.105806,-0.994387,-0.081041,0.110240,-0.990595,-0.024782,-0.134726,-0.990573,-0.000000,-0.060861,-0.998146, + -0.000000,-0.076414,0.997076,-0.479978,-0.070671,0.874430,-0.505171,0.228887,0.832114,-0.000000,0.282745,0.959195, + -0.065145,0.761076,0.645383,0.093343,0.758687,0.644734,0.369124,0.929380,0.000085,0.121234,0.991568,-0.045774, + 0.545639,0.167648,0.821080,0.634847,0.560212,0.532100,0.376264,0.729354,0.571373,0.248535,0.260045,0.933063, + 0.248535,0.260045,0.933063,0.376264,0.729354,0.571373,0.201188,0.740773,0.640921,0.068334,0.269927,0.960453, + 0.068334,0.269927,0.960453,0.201188,0.740773,0.640921,0.383285,0.694274,0.609160,0.215042,0.058771,0.974835, + 0.215042,0.058771,0.974835,0.383285,0.694274,0.609160,0.526759,0.686069,0.501831,0.505254,0.159707,0.848064, + 0.505254,0.159707,0.848064,0.526759,0.686069,0.501831,0.295704,0.637600,0.711355,0.197968,0.933852,0.297876, + -0.089125,0.932594,0.349749,-0.003675,0.649568,0.760294,0.295704,0.637600,0.711355,0.192489,0.799754,-0.568631, + 0.502498,0.690591,-0.520173,0.499750,0.221442,-0.837385,0.167412,0.322495,-0.931649,0.667182,0.744891,-0.002094, + 0.558026,0.599849,-0.573401,0.285527,0.788545,-0.544675,0.400061,0.914943,0.053206,0.400061,0.914943,0.053206, + 0.285527,0.788545,-0.544675,0.171132,0.902787,-0.394575,0.243779,0.954848,0.169813,0.243779,0.954848,0.169813, + 0.171132,0.902787,-0.394575,0.213051,0.927991,-0.305682,0.289489,0.943988,0.158378,0.289489,0.943988,0.158378, + 0.213051,0.927991,-0.305682,0.344068,0.890745,-0.296970,0.370361,0.926006,0.073108,0.370361,0.926006,0.073108, + 0.344068,0.890745,-0.296970,0.213439,0.959401,-0.184375,0.228680,0.970945,0.070507,0.213439,0.959401,-0.184375, + -0.099945,0.980540,-0.168975,-0.078199,0.993494,0.082796,0.228680,0.970945,0.070507,-0.316206,-0.839460,-0.441951, + -0.216189,-0.216981,-0.951936,-0.182760,-0.286447,-0.940503,-0.221435,-0.880000,-0.420198,-0.221435,-0.880000,-0.420198, + -0.182760,-0.286447,-0.940503,0.215703,-0.393742,-0.893555,0.112629,-0.916833,-0.383056,-0.014166,-0.430877,-0.902299, + 0.310570,-0.470815,-0.825760,0.013831,-0.924304,-0.381406,-0.262148,-0.877108,-0.402443,-0.084426,-0.321536,-0.943126, + 0.109593,-0.599163,-0.793091,0.024279,0.015560,-0.999584,0.139871,0.459718,-0.876981,0.018716,0.098504,-0.994961, + 0.331593,-0.291036,-0.897410,-0.024782,-0.134726,-0.990573,-0.081041,0.110240,-0.990595,-0.041434,0.337554,-0.940394, + -0.000000,0.279078,-0.960268,-0.000000,0.438307,-0.898825,0.111378,0.579432,-0.807374,0.287733,0.815522,0.502130, + 0.272487,0.728964,0.627982,0.221464,0.630329,0.744069,0.223463,0.806066,0.548016,0.223463,0.806066,0.548016, + 0.344973,0.923215,0.169318,0.372128,0.903300,0.213471,0.287733,0.815522,0.502130,-0.041434,0.337554,-0.940394, + 0.111378,0.579432,-0.807374,0.172413,0.615426,-0.769106,0.038352,0.386663,-0.921423,0.356628,0.834386,-0.420258, + 0.366772,0.862562,-0.348518,0.111378,0.579432,-0.807374,0.112558,0.590926,-0.798835,0.366772,0.862562,-0.348518, + 0.372128,0.903300,0.213471,0.344973,0.923215,0.169318,0.348579,0.853828,-0.386613,0.172413,0.615426,-0.769106, + 0.111378,0.579432,-0.807374,0.366772,0.862562,-0.348518,0.348579,0.853828,-0.386613,0.372128,0.903300,0.213471, + 0.366772,0.862562,-0.348518,0.356628,0.834386,-0.420258,0.410915,0.897995,0.157333,0.313502,0.804388,0.504654, + 0.287733,0.815522,0.502130,0.372128,0.903300,0.213471,0.410915,0.897995,0.157333,0.139871,0.459718,-0.876981, + 0.024279,0.015560,-0.999584,-0.074485,0.501403,-0.862002,0.264149,0.663216,-0.700264,-0.003675,0.649568,0.760294, + 0.196432,0.108389,0.974508,0.505254,0.159707,0.848064,0.295704,0.637600,0.711355,0.717270,-0.683578,0.135075, + 0.208898,-0.947779,0.240991,0.112629,-0.916833,-0.383056,0.722735,-0.673651,-0.154429,-0.280754,-0.923392,0.261771, + -0.138014,-0.467120,0.873356,-0.081246,-0.555262,0.827698,-0.276378,-0.937861,0.209839,0.196085,0.733317,0.650997, + 0.205199,0.796179,0.569204,0.034304,0.809968,0.585470,0.021853,0.676132,0.736457,0.545639,0.167648,0.821080, + 0.909622,-0.078077,0.408033,0.942958,0.143303,0.300492,0.634847,0.560212,0.532100,0.634847,0.560212,0.532100, + 0.942958,0.143303,0.300492,0.969001,0.245598,0.026825,0.667182,0.744891,-0.002094,0.667182,0.744891,-0.002094, + 0.969001,0.245598,0.026825,0.956232,0.139206,-0.257376,0.558026,0.599849,-0.573401,0.558026,0.599849,-0.573401, + 0.956232,0.139206,-0.257376,0.905529,-0.044704,-0.421922,0.400345,0.251717,-0.881114,0.400345,0.251717,-0.881114, + 0.905529,-0.044704,-0.421922,0.792139,-0.441089,-0.421850,0.215703,-0.393742,-0.893555,0.215703,-0.393742,-0.893555, + 0.792139,-0.441089,-0.421850,0.722735,-0.673651,-0.154429,0.112629,-0.916833,-0.383056,0.208898,-0.947779,0.240991, + 0.717270,-0.683578,0.135075,0.826720,-0.404834,0.390696,0.401048,-0.479085,0.780793,0.285062,-0.180019,-0.941453, + 0.711559,-0.201077,-0.673240,0.672058,-0.199686,-0.713067,0.264960,-0.179416,-0.947421,0.813849,-0.244093,0.527322, + 0.959914,-0.231059,-0.158670,0.969017,-0.238080,-0.065757,0.763802,-0.238735,0.599677,0.000000,-0.173661,-0.984805, + 0.285062,-0.180019,-0.941453,0.264960,-0.179416,-0.947421,0.000000,-0.173661,-0.984805,0.711559,-0.201077,-0.673240, + 0.969017,-0.238080,-0.065757,0.959914,-0.231059,-0.158670,0.672058,-0.199686,-0.713067,0.377973,0.572808,0.727343, + 0.407095,0.500334,0.764160,0.221464,0.630329,0.744069,0.288842,0.632804,0.718421,0.206295,-0.676418,0.707037, + -0.081246,-0.555262,0.827698,0.215042,0.058771,0.974835,0.306203,-0.275039,0.911369,0.505254,0.159707,0.848064, + 0.196432,0.108389,0.974508,0.306203,-0.275039,0.911369,0.215042,0.058771,0.974835,0.112558,0.590926,-0.798835, + 0.111378,0.579432,-0.807374,-0.000000,0.438307,-0.898825,0.000000,0.491685,-0.870773,-0.001077,0.997801,-0.066278, + -0.000000,0.997801,-0.066278,-0.000000,0.997801,-0.066278,-0.001077,0.997801,-0.066278,-0.001077,0.997801,-0.066278, + -0.001077,0.997801,-0.066278,-0.001077,0.997801,-0.066278,-0.001077,0.997801,-0.066278,-0.001077,0.997801,-0.066278, + 0.313502,0.804388,0.504654,0.272487,0.728964,0.627982,0.287733,0.815522,0.502130,-0.255225,0.175082,0.950898, + -0.287603,0.155075,0.945112,0.039723,0.797502,0.602008,0.051222,0.775502,0.629264,0.339095,0.628261,-0.700216, + 0.624444,0.591426,-0.510182,0.528624,-0.199779,-0.825012,0.330688,-0.052996,-0.942251,-0.081328,0.731173,0.677327, + -0.315904,-0.004059,0.948783,-0.068840,-0.040894,0.996789,0.284900,0.621693,0.729609,-0.196549,-0.804258,0.560837, + -0.106029,-0.773649,0.624681,-0.068840,-0.040894,0.996789,-0.315904,-0.004059,0.948783,-0.435985,-0.474684,0.764586, + -0.406472,0.169235,0.897853,-0.287603,0.155075,0.945112,-0.346274,-0.459591,0.817845,0.354343,0.919738,-0.168890, + 0.521831,0.589161,-0.616913,0.566190,0.595147,-0.570289,0.422227,0.900535,-0.103740,-0.441937,0.185956,0.877560, + 0.239748,0.018340,0.970662,0.524857,0.532604,0.663972,-0.090755,0.862655,0.497584,0.537619,0.041983,-0.842142, + 0.934695,-0.087027,-0.344631,0.767863,-0.611851,-0.189802,0.318442,-0.696521,-0.643003,-0.000779,-0.990248,-0.139311, + 0.563455,-0.805346,0.184219,0.350716,-0.760847,0.545994,-0.279226,-0.889585,0.361486,0.516955,0.574833,-0.634291, + 0.948315,0.267425,-0.170829,0.934695,-0.087027,-0.344631,0.537619,0.041983,-0.842142,-0.090755,0.862655,0.497584, + 0.524857,0.532604,0.663972,0.811729,0.567580,0.137654,0.336146,0.921661,-0.193768,-0.279226,-0.889585,0.361486, + 0.350716,-0.760847,0.545994,0.258019,-0.494768,0.829838,-0.461699,-0.492396,0.737821,0.318442,-0.696521,-0.643003, + 0.767863,-0.611851,-0.189802,0.563455,-0.805346,0.184219,-0.000779,-0.990248,-0.139311,-0.327680,-0.408091,0.852108, + -0.346274,-0.459591,0.817845,-0.287603,0.155075,0.945112,-0.255225,0.175082,0.950898,0.553357,0.636602,-0.537154, + 0.566190,0.595147,-0.570289,0.567001,0.107451,-0.816679,0.543920,0.165594,-0.822636,-0.010468,-0.948740,-0.315883, + 0.009887,-0.976111,-0.217047,-0.219744,-0.902916,0.369397,-0.237397,-0.900641,0.363989,0.404052,0.914099,-0.034148, + 0.422227,0.900535,-0.103740,0.566190,0.595147,-0.570289,0.553357,0.636602,-0.537154,0.306832,-0.545451,-0.779960, + 0.326455,-0.631590,-0.703222,0.009887,-0.976111,-0.217047,-0.010468,-0.948740,-0.315883,0.051222,0.775502,0.629264, + 0.039723,0.797502,0.602008,0.422227,0.900535,-0.103740,0.404052,0.914099,-0.034148,-0.237397,-0.900641,0.363989, + -0.219744,-0.902916,0.369397,-0.346274,-0.459591,0.817845,-0.327680,-0.408091,0.852108,-0.000000,0.916350,0.400379, + 0.367363,0.852383,0.372140,0.351015,0.923003,0.157651,-0.000000,0.987197,0.159505,0.807177,0.458793,0.371449, + 0.927130,0.287211,0.240705,0.925041,0.360548,0.119604,0.825800,0.526714,0.201558,0.619448,0.436794,-0.652300, + 0.312674,0.485905,-0.816168,0.254897,0.708971,-0.657562,0.572802,0.639085,-0.513292,0.000000,0.710632,0.703564, + 0.376639,0.685291,0.623313,0.367363,0.852383,0.372140,-0.000000,0.916350,0.400379,0.767502,0.612617,-0.188788, + 0.817891,0.573110,0.050989,0.932366,0.361388,-0.009575,0.867574,0.396269,-0.300477,0.572802,0.639085,-0.513292, + 0.767502,0.612617,-0.188788,0.867574,0.396269,-0.300477,0.619448,0.436794,-0.652300,0.367363,0.852383,0.372140, + 0.376639,0.685291,0.623313,0.638021,0.594604,0.489261,0.678702,0.672006,0.296264,0.925041,0.360548,0.119604, + 0.932366,0.361388,-0.009575,0.817891,0.573110,0.050989,0.825800,0.526714,0.201558,0.825800,0.526714,0.201558, + 0.817891,0.573110,0.050989,0.658980,0.745135,0.102560,0.678702,0.672006,0.296264,0.678702,0.672006,0.296264, + 0.638021,0.594604,0.489261,0.807177,0.458793,0.371449,0.825800,0.526714,0.201558,-0.000000,0.999233,-0.039153, + -0.000000,0.987197,0.159505,0.351015,0.923003,0.157651,0.288368,0.956468,-0.044872,0.567054,0.817911,-0.097325, + 0.658980,0.745135,0.102560,0.817891,0.573110,0.050989,0.767502,0.612617,-0.188788,0.288368,0.956468,-0.044872, + 0.351015,0.923003,0.157651,0.658980,0.745135,0.102560,0.567054,0.817911,-0.097325,0.254897,0.708971,-0.657562, + 0.312674,0.485905,-0.816168,0.000000,0.513566,-0.858050,-0.000000,0.750738,-0.660600,0.458859,0.820141,-0.341785, + 0.567054,0.817911,-0.097325,0.767502,0.612617,-0.188788,0.572802,0.639085,-0.513292,-0.000000,0.939879,-0.341507, + -0.000000,0.999233,-0.039153,0.288368,0.956468,-0.044872,0.214398,0.899152,-0.381523,0.288368,0.956468,-0.044872, + 0.567054,0.817911,-0.097325,0.458859,0.820141,-0.341785,0.214398,0.899152,-0.381523,0.214398,0.899152,-0.381523, + 0.254897,0.708971,-0.657562,-0.000000,0.750738,-0.660600,-0.000000,0.939879,-0.341507,0.214398,0.899152,-0.381523, + 0.458859,0.820141,-0.341785,0.572802,0.639085,-0.513292,0.254897,0.708971,-0.657562,0.351015,0.923003,0.157651, + 0.367363,0.852383,0.372140,0.678702,0.672006,0.296264,0.658980,0.745135,0.102560,0.344026,-0.895092,-0.283647, + 0.479021,-0.827531,-0.292798,0.705060,-0.698930,-0.119950,0.575309,-0.814870,-0.070762,0.883603,-0.163336,0.438825, + 0.721214,-0.212002,0.659473,0.833721,-0.164607,0.527080,0.731539,0.137612,0.667768,0.602315,0.080560,0.794183, + 0.554066,-0.263749,0.789587,0.616035,-0.131004,0.776749,0.650215,0.066041,0.756875,0.811150,0.152486,0.564609, + 0.731539,0.137612,0.667768,0.616035,-0.131004,0.776749,0.584135,-0.034204,0.810935,0.490265,0.090820,0.866829, + 0.600112,-0.035297,0.799137,0.554066,-0.263749,0.789587,0.602315,0.080560,0.794183,0.447684,0.040532,0.893272, + 0.446094,-0.260948,0.856100,0.605656,0.275188,0.746628,0.682529,0.294894,0.668725,0.596283,0.319589,0.736416, + 0.400911,0.326894,0.855810,0.955681,-0.096730,0.278058,0.995062,-0.085862,0.049786,0.989229,0.045363,0.139167, + 0.962618,0.035231,0.268563,0.000000,0.451069,0.892489,0.725162,0.120900,0.677881,0.596283,0.319589,0.736416, + -0.000000,0.529737,0.848162,0.490265,0.090820,0.866829,0.407531,0.191982,0.892783,0.400911,0.326894,0.855810, + 0.596283,0.319589,0.736416,0.458856,0.191850,0.867551,-0.000000,0.203207,0.979136,-0.000001,0.141644,0.989918, + 0.395029,0.069231,0.916056,0.690066,-0.158973,0.706071,0.780360,-0.475210,0.406465,0.836153,-0.431095,0.339123, + 0.833721,-0.164607,0.527080,0.932910,-0.269173,0.239218,0.955681,-0.096730,0.278058,0.805848,-0.142888,0.574623, + 0.880899,-0.210408,0.423963,0.540749,-0.077735,0.837585,0.391371,-0.178436,0.902767,0.398890,-0.248882,0.882578, + 0.607055,-0.166034,0.777121,0.530920,-0.154128,0.833288,0.553658,-0.065390,0.830173,0.690066,-0.158973,0.706071, + 0.721214,-0.212002,0.659473,0.592871,-0.138692,0.793264,0.584695,-0.243298,0.773911,0.658985,-0.147635,0.737524, + 0.602623,0.031442,0.797406,0.000000,-0.297446,0.954739,0.398890,-0.248882,0.882578,0.391371,-0.178436,0.902767, + 0.000000,-0.258561,0.965995,0.721214,-0.212002,0.659473,0.658985,-0.147635,0.737524,0.584695,-0.243298,0.773911, + 0.530920,-0.154128,0.833288,-0.000000,-0.037625,0.999292,0.338092,-0.115095,0.934049,0.282064,0.233923,0.930441, + -0.000000,0.220807,0.975317,0.602623,0.031442,0.797406,0.458856,0.191850,0.867551,0.395029,0.069231,0.916056, + 0.592871,-0.138692,0.793264,0.725162,0.120900,0.677881,0.000000,0.451069,0.892489,0.000000,0.430805,0.902445, + 0.805935,-0.158996,0.570254,0.602623,0.031442,0.797406,0.658985,-0.147635,0.737524,0.584135,-0.034204,0.810935, + 0.543385,0.152133,0.825584,0.398890,-0.248882,0.882578,0.453947,-0.719060,0.526199,0.693103,-0.571886,0.438811, + 0.607055,-0.166034,0.777121,-0.000000,-0.347626,0.937633,0.422610,-0.255888,0.869438,0.395029,0.069231,0.916056, + -0.000001,0.141644,0.989918,-0.000002,-0.033313,0.999445,0.498620,0.063101,0.864521,0.547082,-0.562985,0.619474, + -0.000001,-0.813587,0.581444,0.729971,-0.494670,0.471640,0.685463,-0.050067,0.726384,0.805935,-0.158996,0.570254, + 0.393252,-0.195169,0.898477,0.593612,-0.296835,0.748007,0.414474,-0.347369,0.841158,0.338092,-0.115095,0.934049, + 0.596283,0.319589,0.736416,0.725162,0.120900,0.677881,0.600112,-0.035297,0.799137,0.490265,0.090820,0.866829, + 0.547082,-0.562985,0.619474,0.498620,0.063101,0.864521,0.685463,-0.050067,0.726384,0.729971,-0.494670,0.471640, + -0.000000,0.203207,0.979136,0.458856,0.191850,0.867551,0.498620,0.063101,0.864521,-0.000002,-0.033313,0.999445, + 0.393252,-0.195169,0.898477,0.000000,-0.059619,0.998221,0.000000,0.119440,0.992841,0.681285,0.009798,0.731953, + 0.607055,-0.166034,0.777121,0.690066,-0.158973,0.706071,0.553658,-0.065390,0.830173,0.540749,-0.077735,0.837585, + 0.446094,-0.260948,0.856100,0.447684,0.040532,0.893272,0.338092,-0.115095,0.934049,0.414474,-0.347369,0.841158, + 0.605656,0.275188,0.746628,0.727584,-0.001919,0.686016,0.681285,0.009798,0.731953,0.682529,0.294894,0.668725, + 0.544208,0.071073,0.835934,0.679493,-0.041426,0.732512,0.830332,-0.047614,0.555231,0.686760,0.018441,0.726650, + 0.705060,-0.698930,-0.119950,0.834478,-0.526444,-0.162797,0.904261,-0.424309,-0.047686,0.899811,-0.432610,0.056473, + 0.596283,0.319589,0.736416,0.682529,0.294894,0.668725,0.000000,0.445118,0.895472,-0.000000,0.529737,0.848162, + 0.929915,-0.188970,0.315513,0.883603,-0.163336,0.438825,0.836153,-0.431095,0.339123,0.873233,-0.447113,0.193790, + 0.282064,0.233923,0.930441,0.349899,0.442411,0.825738,0.000000,0.517894,0.855445,-0.000000,0.220807,0.975317, + 0.899811,-0.432610,0.056473,0.945205,-0.248639,0.211582,0.929915,-0.188970,0.315513,0.873233,-0.447113,0.193790, + 0.650215,0.066041,0.756875,0.753600,0.039130,0.656168,0.897715,0.035089,0.439177,0.811150,0.152486,0.564609, + 0.490265,0.090820,0.866829,0.679493,-0.041426,0.732512,0.544208,0.071073,0.835934,0.407531,0.191982,0.892783, + 0.753600,0.039130,0.656168,0.686760,0.018441,0.726650,0.830332,-0.047614,0.555231,0.897715,0.035089,0.439177, + 0.252452,-0.270509,0.929028,0.236416,-0.268973,0.933682,0.234710,-0.279710,0.930953,0.266363,-0.250149,0.930847, + 0.426688,0.089623,0.899947,0.431696,0.052284,0.900503,0.436860,0.073874,0.896491,0.420205,0.083787,0.903553, + 0.681285,0.009798,0.731953,0.727584,-0.001919,0.686016,0.593612,-0.296835,0.748007,0.393252,-0.195169,0.898477, + 0.830332,-0.047614,0.555231,0.955681,-0.096730,0.278058,0.962618,0.035231,0.268563,0.897715,0.035089,0.439177, + 0.471283,0.078603,0.878472,0.577176,-0.106840,0.809601,0.567610,-0.102010,0.816953,0.530620,-0.006635,0.847584, + 0.222541,-0.104782,0.969276,0.171994,0.106783,0.979293,0.158430,0.139248,0.977502,0.223750,-0.113955,0.967962, + 0.932910,-0.269173,0.239218,0.977720,-0.209114,0.018317,0.995062,-0.085862,0.049786,0.955681,-0.096730,0.278058, + -0.000000,-0.808836,0.588034,0.453947,-0.719060,0.526199,0.398890,-0.248882,0.882578,0.000000,-0.297446,0.954739, + 0.780596,-0.154660,0.605600,0.658985,-0.147635,0.737524,0.721214,-0.212002,0.659473,0.883603,-0.163336,0.438825, + 0.395029,0.069231,0.916056,0.422610,-0.255888,0.869438,0.559537,-0.334737,0.758201,0.592871,-0.138692,0.793264, + 0.607055,-0.166034,0.777121,0.693103,-0.571886,0.438811,0.780360,-0.475210,0.406465,0.690066,-0.158973,0.706071, + 0.553658,-0.065390,0.830173,0.543550,-0.266898,0.795813,0.574840,-0.116359,0.809950,0.540749,-0.077735,0.837585, + 0.000000,-0.057349,0.998354,0.000000,-0.258561,0.965995,0.391371,-0.178436,0.902767,0.422963,-0.055852,0.904424, + 0.592871,-0.138692,0.793264,0.559537,-0.334737,0.758201,0.543550,-0.266898,0.795813,0.584695,-0.243298,0.773911, + 0.540749,-0.077735,0.837585,0.574840,-0.116359,0.809950,0.422963,-0.055852,0.904424,0.391371,-0.178436,0.902767, + 0.805935,-0.158996,0.570254,0.000000,-0.143470,0.989655,0.000000,-0.841050,0.540957,0.729971,-0.494670,0.471640, + 0.553658,-0.065390,0.830173,0.530920,-0.154128,0.833288,0.543550,-0.266898,0.795813,0.543550,-0.266898,0.795813, + 0.530920,-0.154128,0.833288,0.584695,-0.243298,0.773911,0.805935,-0.158996,0.570254,0.000000,0.430805,0.902445, + 0.000000,-0.143470,0.989655,0.353886,-0.929596,-0.103034,0.483957,-0.870477,-0.089749,0.693103,-0.571886,0.438811, + 0.453947,-0.719060,0.526199,0.805848,-0.142888,0.574623,0.955681,-0.096730,0.278058,0.830332,-0.047614,0.555231, + 0.679493,-0.041426,0.732512,0.932910,-0.269173,0.239218,0.880899,-0.210408,0.423963,0.929915,-0.188970,0.315513, + 0.945205,-0.248639,0.211582,0.638021,0.594604,0.489261,0.376639,0.685291,0.623313,0.349899,0.442411,0.825738, + 0.579610,0.455747,0.675534,0.000000,0.710632,0.703564,0.000000,0.517894,0.855445,0.349899,0.442411,0.825738, + 0.376639,0.685291,0.623313,0.349899,0.442411,0.825738,0.447684,0.040532,0.893272,0.602315,0.080560,0.794183, + 0.579610,0.455747,0.675534,0.605697,-0.654912,-0.451909,0.844485,-0.343468,-0.410944,0.925204,-0.288029,-0.247057, + 0.615710,-0.703812,-0.354330,0.795554,0.361147,0.486484,0.807177,0.458793,0.371449,0.638021,0.594604,0.489261, + 0.579610,0.455747,0.675534,0.349899,0.442411,0.825738,0.282064,0.233923,0.930441,0.338092,-0.115095,0.934049, + 0.447684,0.040532,0.893272,0.795554,0.361147,0.486484,0.579610,0.455747,0.675534,0.602315,0.080560,0.794183, + 0.731539,0.137612,0.667768,0.950687,-0.309847,0.013728,0.904261,-0.424309,-0.047686,0.834478,-0.526444,-0.162797, + 0.937919,-0.302932,-0.168938,0.962618,0.035231,0.268563,0.989229,0.045363,0.139167,0.927130,0.287211,0.240705, + 0.910069,0.186018,0.370367,0.910069,0.186018,0.370367,0.811150,0.152486,0.564609,0.897715,0.035089,0.439177, + 0.962618,0.035231,0.268563,0.811150,0.152486,0.564609,0.910069,0.186018,0.370367,0.795554,0.361147,0.486484, + 0.731539,0.137612,0.667768,0.807177,0.458793,0.371449,0.795554,0.361147,0.486484,0.910069,0.186018,0.370367, + 0.927130,0.287211,0.240705,0.566220,0.279208,-0.775524,0.553277,0.341085,-0.759964,0.000000,0.428648,-0.903472, + 0.000000,0.359565,-0.933120,0.954051,0.081114,0.288458,0.590167,0.063194,0.804804,0.465133,0.173538,0.868065, + 0.925247,0.131960,0.355674,0.925204,-0.288029,-0.247057,0.950136,-0.248184,-0.188802,0.971854,-0.187425,-0.142730, + 0.937919,-0.302932,-0.168938,0.404485,-0.679098,-0.612550,0.568389,-0.438857,-0.695945,0.844485,-0.343468,-0.410944, + 0.605697,-0.654912,-0.451909,-0.000000,-0.587552,-0.809187,0.330807,-0.516139,-0.790042,0.220513,-0.747078,-0.627096, + 0.000000,-0.774859,-0.632134,0.252285,-0.922392,-0.292482,0.344026,-0.895092,-0.283647,0.575309,-0.814870,-0.070762, + 0.525853,-0.850329,-0.020488,0.590167,0.063194,0.804804,-0.000000,0.090850,0.995865,0.000000,0.193897,0.981022, + 0.465133,0.173538,0.868065,0.936422,0.169149,-0.307411,0.940557,0.214523,-0.263309,0.553277,0.341085,-0.759964, + 0.566220,0.279208,-0.775524,0.954051,0.081114,0.288458,0.925247,0.131960,0.355674,0.940557,0.214523,-0.263309, + 0.936422,0.169149,-0.307411,-0.000000,-0.808836,0.588034,0.000000,-0.999456,-0.032989,0.353886,-0.929596,-0.103034, + 0.453947,-0.719060,0.526199,0.220513,-0.747078,-0.627096,0.330807,-0.516139,-0.790042,0.568389,-0.438857,-0.695945, + 0.404485,-0.679098,-0.612550,0.000000,-0.961905,-0.273384,0.000000,-0.968357,-0.249569,0.483957,-0.870477,-0.089749, + 0.353886,-0.929596,-0.103034,0.945205,-0.248639,0.211582,0.899811,-0.432610,0.056473,0.904261,-0.424309,-0.047686, + 0.950687,-0.309847,0.013728,0.521401,-0.852516,-0.036837,0.483957,-0.870477,-0.089749,0.227375,-0.928300,-0.294211, + 0.252285,-0.922392,-0.292482,0.836153,-0.431095,0.339123,0.525853,-0.850329,-0.020488,0.575309,-0.814870,-0.070762, + 0.873233,-0.447113,0.193790,0.729971,-0.494670,0.471640,0.000000,-0.841050,0.540957,-0.000001,-0.813587,0.581444, + 0.547082,-0.562985,0.619474,0.932910,-0.269173,0.239218,0.945205,-0.248639,0.211582,0.950687,-0.309847,0.013728, + 0.977720,-0.209114,0.018317,0.000000,-0.999456,-0.032989,0.000000,-0.961905,-0.273384,0.353886,-0.929596,-0.103034, + 0.227375,-0.928300,-0.294211,0.483957,-0.870477,-0.089749,0.000000,-0.968357,-0.249569,-0.000000,-0.956670,-0.291175, + 0.393252,-0.195169,0.898477,0.338092,-0.115095,0.934049,-0.000000,-0.037625,0.999292,0.000000,-0.059619,0.998221, + 0.543385,0.152133,0.825584,0.458856,0.191850,0.867551,0.602623,0.031442,0.797406,0.584135,-0.034204,0.810935, + 0.600112,-0.035297,0.799137,0.685463,-0.050067,0.726384,0.543385,0.152133,0.825584,0.600112,-0.035297,0.799137, + 0.725162,0.120900,0.677881,0.805935,-0.158996,0.570254,0.685463,-0.050067,0.726384,0.685463,-0.050067,0.726384, + 0.498620,0.063101,0.864521,0.458856,0.191850,0.867551,0.543385,0.152133,0.825584,0.929915,-0.188970,0.315513, + 0.880899,-0.210408,0.423963,0.780596,-0.154660,0.605600,0.883603,-0.163336,0.438825,0.584135,-0.034204,0.810935, + 0.780596,-0.154660,0.605600,0.880899,-0.210408,0.423963,0.805848,-0.142888,0.574623,0.483957,-0.870477,-0.089749, + 0.521401,-0.852516,-0.036837,0.780360,-0.475210,0.406465,0.693103,-0.571886,0.438811,0.479021,-0.827531,-0.292798, + 0.615710,-0.703812,-0.354330,0.834478,-0.526444,-0.162797,0.705060,-0.698930,-0.119950,0.615710,-0.703812,-0.354330, + 0.925204,-0.288029,-0.247057,0.937919,-0.302932,-0.168938,0.834478,-0.526444,-0.162797,0.681285,0.009798,0.731953, + 0.000000,0.119440,0.992841,0.000000,0.445118,0.895472,0.682529,0.294894,0.668725,0.873233,-0.447113,0.193790, + 0.575309,-0.814870,-0.070762,0.705060,-0.698930,-0.119950,0.899811,-0.432610,0.056473,0.525853,-0.850329,-0.020488, + 0.836153,-0.431095,0.339123,0.780360,-0.475210,0.406465,0.521401,-0.852516,-0.036837,0.525853,-0.850329,-0.020488, + 0.521401,-0.852516,-0.036837,0.252285,-0.922392,-0.292482,0.971854,-0.187425,-0.142730,0.977720,-0.209114,0.018317, + 0.950687,-0.309847,0.013728,0.937919,-0.302932,-0.168938,0.584135,-0.034204,0.810935,0.658985,-0.147635,0.737524, + 0.780596,-0.154660,0.605600,0.490265,0.090820,0.866829,0.584135,-0.034204,0.810935,0.805848,-0.142888,0.574623, + 0.679493,-0.041426,0.732512,0.971854,-0.187425,-0.142730,0.950136,-0.248184,-0.188802,0.973159,-0.187574,-0.133334, + 0.989053,-0.129980,-0.069850,0.989053,-0.129980,-0.069850,0.995062,-0.085862,0.049786,0.977720,-0.209114,0.018317, + 0.971854,-0.187425,-0.142730,0.995062,-0.085862,0.049786,0.989053,-0.129980,-0.069850,0.998229,0.056869,0.017434, + 0.989229,0.045363,0.139167,0.973159,-0.187574,-0.133334,0.995603,0.051163,-0.078463,0.998229,0.056869,0.017434, + 0.989053,-0.129980,-0.069850,0.431696,0.052284,0.900503,0.409425,0.105327,0.906244,0.411143,0.096616,0.906436, + 0.436860,0.073874,0.896491,0.171994,0.106783,0.979293,0.157210,0.184051,0.970263,0.185391,0.153879,0.970542, + 0.158430,0.139248,0.977502,0.577176,-0.106840,0.809601,0.404562,-0.162982,0.899870,0.434797,-0.148099,0.888267, + 0.567610,-0.102010,0.816953,0.409425,0.105327,0.906244,0.393351,0.177257,0.902139,0.392487,0.179028,0.902166, + 0.411143,0.096616,0.906436,0.393351,0.177257,0.902139,0.471283,0.078603,0.878472,0.530620,-0.006635,0.847584, + 0.392487,0.179028,0.902166,0.297265,0.094628,0.950094,0.426688,0.089623,0.899947,0.420205,0.083787,0.903553, + 0.326489,0.087082,0.941181,0.000000,0.513566,-0.858050,0.312674,0.485905,-0.816168,0.359966,0.140268,-0.922361, + 0.000000,0.178871,-0.983872,0.653532,-0.206172,-0.728278,0.891738,-0.221566,-0.394604,0.860796,-0.312553,-0.401673, + 0.617607,-0.344057,-0.707238,0.867574,0.396269,-0.300477,0.932366,0.361388,-0.009575,0.995603,0.051163,-0.078463, + 0.919795,0.059042,-0.387932,0.667310,0.083022,-0.740138,0.919795,0.059042,-0.387932,0.891738,-0.221566,-0.394604, + 0.653532,-0.206172,-0.728278,0.653532,-0.206172,-0.728278,0.367387,-0.157448,-0.916644,0.359966,0.140268,-0.922361, + 0.667310,0.083022,-0.740138,0.619448,0.436794,-0.652300,0.867574,0.396269,-0.300477,0.919795,0.059042,-0.387932, + 0.667310,0.083022,-0.740138,0.925041,0.360548,0.119604,0.998229,0.056869,0.017434,0.995603,0.051163,-0.078463, + 0.932366,0.361388,-0.009575,0.653532,-0.206172,-0.728278,0.617607,-0.344057,-0.707238,0.384161,-0.344027,-0.856776, + 0.367387,-0.157448,-0.916644,0.973159,-0.187574,-0.133334,0.891738,-0.221566,-0.394604,0.919795,0.059042,-0.387932, + 0.995603,0.051163,-0.078463,0.367387,-0.157448,-0.916644,0.384161,-0.344027,-0.856776,-0.000000,-0.400127,-0.916460, + 0.000000,-0.123774,-0.992310,0.925041,0.360548,0.119604,0.927130,0.287211,0.240705,0.989229,0.045363,0.139167, + 0.998229,0.056869,0.017434,0.000000,0.178871,-0.983872,0.359966,0.140268,-0.922361,0.367387,-0.157448,-0.916644, + 0.000000,-0.123774,-0.992310,0.667310,0.083022,-0.740138,0.359966,0.140268,-0.922361,0.312674,0.485905,-0.816168, + 0.619448,0.436794,-0.652300,0.891738,-0.221566,-0.394604,0.973159,-0.187574,-0.133334,0.950136,-0.248184,-0.188802, + 0.860796,-0.312553,-0.401673,0.617607,-0.344057,-0.707238,0.860796,-0.312553,-0.401673,0.844485,-0.343468,-0.410944, + 0.568389,-0.438857,-0.695945,0.860796,-0.312553,-0.401673,0.950136,-0.248184,-0.188802,0.925204,-0.288029,-0.247057, + 0.844485,-0.343468,-0.410944,0.384161,-0.344027,-0.856776,0.617607,-0.344057,-0.707238,0.568389,-0.438857,-0.695945, + 0.330807,-0.516139,-0.790042,-0.000000,-0.400127,-0.916460,0.384161,-0.344027,-0.856776,0.330807,-0.516139,-0.790042, + -0.000000,-0.587552,-0.809187,0.438502,0.156874,-0.884933,0.841993,0.011461,-0.539367,0.831313,0.016388,-0.555563, + 0.432330,0.158784,-0.887625,0.950561,-0.180592,-0.252628,0.824133,-0.193558,0.532296,0.623065,-0.701835,0.345280, + 0.687903,-0.684365,-0.241732,-0.933836,-0.147845,-0.325719,-0.371562,-0.193182,-0.908087,-0.293658,-0.730891,-0.616087, + -0.727180,-0.646524,-0.230686,-0.519535,-0.156678,0.839961,-0.920399,-0.126984,0.369786,-0.677864,-0.681548,0.275668, + -0.388387,-0.738921,0.550592,-0.920399,-0.126984,0.369786,-0.933836,-0.147845,-0.325719,-0.727180,-0.646524,-0.230686, + -0.677864,-0.681548,0.275668,0.422324,-0.194526,-0.885326,0.950561,-0.180592,-0.252628,0.687903,-0.684365,-0.241732, + 0.295719,-0.744311,-0.598791,0.824133,-0.193558,0.532296,0.167321,-0.193468,0.966734,0.134698,-0.744687,0.653680, + 0.623065,-0.701835,0.345280,-0.371562,-0.193182,-0.908087,0.422324,-0.194526,-0.885326,0.295719,-0.744311,-0.598791, + -0.293658,-0.730891,-0.616087,0.167321,-0.193468,0.966734,-0.519535,-0.156678,0.839961,-0.388387,-0.738921,0.550592, + 0.134698,-0.744687,0.653680,0.438502,0.156874,-0.884933,0.432330,0.158784,-0.887625,0.000000,0.221570,-0.975145, + 0.000000,0.221570,-0.975145,0.227375,-0.928300,-0.294211,-0.000000,-0.956670,-0.291175,0.000000,-0.774859,-0.632134, + 0.220513,-0.747078,-0.627096,0.404485,-0.679098,-0.612550,0.605697,-0.654912,-0.451909,0.615710,-0.703812,-0.354330, + 0.479021,-0.827531,-0.292798,0.344026,-0.895092,-0.283647,0.252285,-0.922392,-0.292482,-0.125410,0.929995,0.345517, + -0.125410,0.929995,0.345517,0.000000,0.937396,0.348267,0.000000,0.937396,0.348267,-0.125410,0.929995,0.345517, + -0.125410,0.929995,0.345517,0.951193,-0.277191,0.135634,0.970803,-0.128295,0.202684,0.932666,-0.033635,-0.359169, + 0.881564,-0.160170,-0.444061,0.881564,-0.160170,-0.444061,0.932666,-0.033635,-0.359169,0.554950,0.044180,-0.830710, + 0.478506,-0.131584,-0.868169,0.616085,-0.544161,0.569498,0.000000,-0.687814,0.725887,0.000000,-0.363554,0.931573, + 0.679173,-0.304116,0.668010,0.951193,-0.277191,0.135634,0.616085,-0.544161,0.569498,0.679173,-0.304116,0.668010, + 0.970803,-0.128295,0.202684,0.478506,-0.131584,-0.868169,0.554950,0.044180,-0.830710,-0.000000,0.064101,-0.997943, + 0.000000,-0.146678,-0.989184,-0.118468,0.896023,0.427910,-0.118468,0.896023,0.427910,-0.118468,0.896023,0.427910, + 0.000000,0.902378,0.430945,0.000000,0.902378,0.430945,-0.118468,0.896023,0.427910,-0.118468,0.896023,0.427910, + -0.118468,0.896023,0.427910,0.987199,0.132994,-0.088041,0.983893,0.119343,-0.133087,0.985499,0.134111,-0.103949, + 0.984762,0.158569,-0.071418,0.982800,0.181233,0.035468,0.973123,0.216292,0.079049,0.976424,0.204764,0.068324, + 0.990850,0.128015,-0.042760,0.988169,0.153084,-0.009320,0.984762,0.158569,-0.071418,0.985499,0.134111,-0.103949, + 0.988169,0.153084,-0.009320,0.982800,0.181233,0.035468,0.976424,0.204764,0.068324,0.984762,0.158569,-0.071418, + 0.916293,-0.368342,0.157260,0.953334,-0.281653,0.108748,0.949573,-0.131629,0.284579,0.883220,-0.256522,0.392580, + 0.988290,0.151971,0.013729,0.987199,0.132994,-0.088041,0.984762,0.158569,-0.071418,0.976424,0.204764,0.068324, + 0.846723,-0.506734,-0.162112,0.918620,-0.387455,-0.077564,0.953334,-0.281653,0.108748,0.916293,-0.368342,0.157260, + 0.602165,-0.629860,-0.490586,0.783350,-0.500581,-0.368485,0.918620,-0.387455,-0.077564,0.846723,-0.506734,-0.162112, + 0.331593,-0.291036,-0.897410,0.866930,-0.376446,-0.326680,0.783350,-0.500581,-0.368485,0.445894,-0.534263,-0.718152, + 0.993281,0.114978,0.013111,0.988169,0.153084,-0.009320,0.994182,0.106094,0.018614,0.994182,0.106094,0.018614, + 0.988169,0.153084,-0.009320,0.990850,0.128015,-0.042760,0.992868,0.118573,0.012411,0.982800,0.181233,0.035468, + 0.988169,0.153084,-0.009320,0.993281,0.114978,0.013111,0.992868,0.118573,0.012411,0.991926,0.118148,0.046074, + 0.982800,0.181233,0.035468,0.991926,0.118148,0.046074,0.981862,0.187651,0.027100,0.982800,0.181233,0.035468, + 0.977028,0.212412,-0.017250,0.982800,0.181233,0.035468,0.981862,0.187651,0.027100,-0.003675,0.649568,0.760294, + -0.089125,0.932594,0.349749,-0.634077,0.704462,0.318872,-0.572203,0.440541,0.691742,-0.078199,0.993494,0.082796, + -0.099945,0.980540,-0.168975,-0.646019,0.742687,-0.176281,-0.648792,0.755461,0.091366,0.196432,0.108389,0.974508, + -0.003675,0.649568,0.760294,-0.572203,0.440541,0.691742,-0.479545,-0.087572,0.873137,-0.099945,0.980540,-0.168975, + -0.158793,0.858553,-0.487515,-0.611749,0.662470,-0.432316,-0.646019,0.742687,-0.176281,0.046165,-0.961176,-0.272047, + 0.054461,-0.977915,0.201782,-0.333334,-0.930189,0.153742,-0.328417,-0.932592,-0.149716,0.109593,-0.599163,-0.793091, + 0.046165,-0.961176,-0.272047,-0.328417,-0.932592,-0.149716,-0.384835,-0.728698,-0.566482,-0.074485,0.501403,-0.862002, + 0.024279,0.015560,-0.999584,-0.547343,-0.216038,-0.808544,-0.693158,0.277150,-0.665372,0.054461,-0.977915,0.201782, + 0.206295,-0.676418,0.707037,-0.320976,-0.795723,0.513614,-0.333334,-0.930189,0.153742,-0.089125,0.932594,0.349749, + -0.078199,0.993494,0.082796,-0.648792,0.755461,0.091366,-0.634077,0.704462,0.318872,0.024279,0.015560,-0.999584, + 0.109593,-0.599163,-0.793091,-0.384835,-0.728698,-0.566482,-0.547343,-0.216038,-0.808544,0.206295,-0.676418,0.707037, + 0.306203,-0.275039,0.911369,-0.355343,-0.448995,0.819838,-0.320976,-0.795723,0.513614,-0.158793,0.858553,-0.487515, + -0.074485,0.501403,-0.862002,-0.693158,0.277150,-0.665372,-0.611749,0.662470,-0.432316,0.306203,-0.275039,0.911369, + 0.196432,0.108389,0.974508,-0.479545,-0.087572,0.873137,-0.355343,-0.448995,0.819838,-0.648792,0.755461,0.091366, + -0.646019,0.742687,-0.176281,-0.994535,0.100420,-0.028574,-0.992284,0.093507,0.081411,-0.693158,0.277150,-0.665372, + -0.547343,-0.216038,-0.808544,-0.956825,-0.256950,-0.135879,-0.971198,0.080547,-0.224247,-0.328417,-0.932592,-0.149716, + -0.333334,-0.930189,0.153742,-0.915090,-0.394799,0.082119,-0.917363,-0.397715,-0.016354,-0.611749,0.662470,-0.432316, + -0.693158,0.277150,-0.665372,-0.971198,0.080547,-0.224247,-0.989979,0.060138,-0.127771,-0.547343,-0.216038,-0.808544, + -0.384835,-0.728698,-0.566482,-0.929217,-0.349223,-0.120824,-0.956825,-0.256950,-0.135879,-0.646019,0.742687,-0.176281, + -0.611749,0.662470,-0.432316,-0.989979,0.060138,-0.127771,-0.994535,0.100420,-0.028574,-0.320976,-0.795723,0.513614, + -0.355343,-0.448995,0.819838,-0.933025,-0.306108,0.189108,-0.918166,-0.366313,0.150950,-0.634077,0.704462,0.318872, + -0.648792,0.755461,0.091366,-0.992284,0.093507,0.081411,-0.992223,0.048128,0.114793,-0.355343,-0.448995,0.819838, + -0.479545,-0.087572,0.873137,-0.967197,0.031279,0.252096,-0.933025,-0.306108,0.189108,-0.384835,-0.728698,-0.566482, + -0.328417,-0.932592,-0.149716,-0.917363,-0.397715,-0.016354,-0.929217,-0.349223,-0.120824,-0.479545,-0.087572,0.873137, + -0.572203,0.440541,0.691742,-0.967197,0.031279,0.252096,-0.333334,-0.930189,0.153742,-0.320976,-0.795723,0.513614, + -0.918166,-0.366313,0.150950,-0.915090,-0.394799,0.082119,-0.572203,0.440541,0.691742,-0.634077,0.704462,0.318872, + -0.992223,0.048128,0.114793,-0.967197,0.031279,0.252096,-0.994535,0.100420,-0.028574,-0.917363,-0.397715,-0.016354, + -0.915090,-0.394799,0.082119,-0.992284,0.093507,0.081411,-0.992284,0.093507,0.081411,-0.915090,-0.394799,0.082119, + -0.918166,-0.366313,0.150950,-0.992223,0.048128,0.114793,-0.967197,0.031279,0.252096,-0.992223,0.048128,0.114793, + -0.918166,-0.366313,0.150950,-0.933025,-0.306108,0.189108,-0.989979,0.060138,-0.127771,-0.929217,-0.349223,-0.120824, + -0.917363,-0.397715,-0.016354,-0.994535,0.100420,-0.028574,-0.956825,-0.256950,-0.135879,-0.929217,-0.349223,-0.120824, + -0.989979,0.060138,-0.127771,-0.971198,0.080547,-0.224247,0.969001,0.245598,0.026825,0.942958,0.143303,0.300492, + 0.909622,-0.078077,0.408033,0.826720,-0.404834,0.390696,0.717270,-0.683578,0.135075,0.722735,-0.673651,-0.154429, + 0.792139,-0.441089,-0.421850,0.905529,-0.044704,-0.421922,0.956232,0.139206,-0.257376,-0.262148,-0.877108,-0.402443, + -0.410296,-0.857928,0.309219,-0.740568,-0.615615,0.269402,-0.664848,-0.666724,-0.336832,-0.014166,-0.430877,-0.902299, + -0.262148,-0.877108,-0.402443,-0.664848,-0.666724,-0.336832,-0.512222,-0.282949,-0.810906,-0.065145,0.761076,0.645383, + 0.121234,0.991568,-0.045774,-0.325518,0.942419,-0.076712,-0.491284,0.693577,0.526870,0.167412,0.322495,-0.931649, + -0.014166,-0.430877,-0.902299,-0.512222,-0.282949,-0.810906,-0.333680,0.372419,-0.866004,-0.325518,0.942419,-0.076712, + -0.290561,0.794683,-0.532967,-0.815096,0.495478,-0.300198,-0.794583,0.599774,-0.094390,-0.569621,0.151766,0.807774, + -0.491284,0.693577,0.526870,-0.875279,0.450495,0.175902,-0.923229,0.142298,0.356929,-0.333680,0.372419,-0.866004, + -0.512222,-0.282949,-0.810906,-0.881468,-0.082054,-0.465060,-0.746053,0.307383,-0.590695,-0.644615,-0.262226,0.718129, + -0.569621,0.151766,0.807774,-0.923229,0.142298,0.356929,-0.913276,-0.110291,0.392126,-0.231642,0.127067,0.964467, + -0.065145,0.761076,0.645383,-0.491284,0.693577,0.526870,-0.569621,0.151766,0.807774,-0.340677,-0.360776,0.868205, + -0.231642,0.127067,0.964467,-0.569621,0.151766,0.807774,-0.644615,-0.262226,0.718129,-0.410296,-0.857928,0.309219, + -0.340677,-0.360776,0.868205,-0.644615,-0.262226,0.718129,-0.740568,-0.615615,0.269402,0.192489,0.799754,-0.568631, + 0.167412,0.322495,-0.931649,-0.333680,0.372419,-0.866004,-0.290561,0.794683,-0.532967,0.121234,0.991568,-0.045774, + 0.192489,0.799754,-0.568631,-0.290561,0.794683,-0.532967,-0.325518,0.942419,-0.076712,-0.290561,0.794683,-0.532967, + -0.333680,0.372419,-0.866004,-0.746053,0.307383,-0.590695,-0.815096,0.495478,-0.300198,-0.491284,0.693577,0.526870, + -0.325518,0.942419,-0.076712,-0.794583,0.599774,-0.094390,-0.875279,0.450495,0.175902,-0.512222,-0.282949,-0.810906, + -0.664848,-0.666724,-0.336832,-0.946788,-0.262719,-0.185935,-0.881468,-0.082054,-0.465060,-0.664848,-0.666724,-0.336832, + -0.740568,-0.615615,0.269402,-0.970112,-0.234208,0.063471,-0.946788,-0.262719,-0.185935,-0.740568,-0.615615,0.269402, + -0.644615,-0.262226,0.718129,-0.913276,-0.110291,0.392126,-0.970112,-0.234208,0.063471,-0.794583,0.599774,-0.094390, + -0.946788,-0.262719,-0.185935,-0.970112,-0.234208,0.063471,-0.875279,0.450495,0.175902,-0.913276,-0.110291,0.392126, + -0.923229,0.142298,0.356929,-0.875279,0.450495,0.175902,-0.970112,-0.234208,0.063471,-0.794583,0.599774,-0.094390, + -0.815096,0.495478,-0.300198,-0.881468,-0.082054,-0.465060,-0.946788,-0.262719,-0.185935,-0.746053,0.307383,-0.590695, + -0.881468,-0.082054,-0.465060,-0.815096,0.495478,-0.300198,0.543920,0.165594,-0.822636,0.567001,0.107451,-0.816679, + 0.326455,-0.631590,-0.703222,0.306832,-0.545451,-0.779960,0.486152,0.833437,0.262754,0.284900,0.621693,0.729609, + 0.578854,0.108203,0.808221,0.894555,0.233697,0.380994,0.284900,0.621693,0.729609,-0.068840,-0.040894,0.996789, + 0.449132,-0.335498,0.828083,0.578854,0.108203,0.808221,0.330688,-0.052996,-0.942251,0.528624,-0.199779,-0.825012, + 0.310185,-0.839574,-0.445984,0.184664,-0.775598,-0.603611,0.310185,-0.839574,-0.445984,0.528624,-0.199779,-0.825012, + 0.809939,-0.368307,-0.456453,0.485012,-0.846612,-0.219117,-0.043007,-0.998308,0.039125,0.048891,-0.998745,0.010908, + 0.401599,-0.914855,-0.041928,0.342361,-0.934715,0.095376,-0.106029,-0.773649,0.624681,-0.043007,-0.998308,0.039125, + 0.342361,-0.934715,0.095376,0.274169,-0.837102,0.473383,-0.068840,-0.040894,0.996789,-0.106029,-0.773649,0.624681, + 0.274169,-0.837102,0.473383,0.449132,-0.335498,0.828083,-0.196549,-0.804258,0.560837,0.003291,-0.997319,0.073108, + -0.043007,-0.998308,0.039125,-0.106029,-0.773649,0.624681,0.003291,-0.997319,0.073108,0.014360,-0.999880,-0.005784, + 0.048891,-0.998745,0.010908,-0.043007,-0.998308,0.039125,0.014360,-0.999880,-0.005784,0.184664,-0.775598,-0.603611, + 0.310185,-0.839574,-0.445984,0.048891,-0.998745,0.010908,0.176535,0.970511,0.164148,-0.081328,0.731173,0.677327, + 0.284900,0.621693,0.729609,0.486152,0.833437,0.262754,0.227372,0.967399,-0.111537,0.176535,0.970511,0.164148, + 0.486152,0.833437,0.262754,0.567199,0.823034,-0.030005,0.078894,0.621511,-0.779423,-0.573577,0.480798,-0.663206, + -0.475007,0.779856,-0.407668,0.137299,0.958183,-0.251066,0.972332,0.233291,0.012059,0.896631,-0.440852,-0.041253, + 0.809939,-0.368307,-0.456453,0.922132,0.127589,-0.365230,0.896631,-0.440852,-0.041253,0.401599,-0.914855,-0.041928, + 0.485012,-0.846612,-0.219117,0.809939,-0.368307,-0.456453,0.449132,-0.335498,0.828083,0.274169,-0.837102,0.473383, + 0.342361,-0.934715,0.095376,0.869937,-0.442148,0.218436,0.869937,-0.442148,0.218436,0.342361,-0.934715,0.095376, + 0.401599,-0.914855,-0.041928,0.896631,-0.440852,-0.041253,0.578854,0.108203,0.808221,0.449132,-0.335498,0.828083, + 0.869937,-0.442148,0.218436,0.894555,0.233697,0.380994,0.894555,0.233697,0.380994,0.869937,-0.442148,0.218436, + 0.896631,-0.440852,-0.041253,0.972332,0.233291,0.012059,0.528624,-0.199779,-0.825012,0.624444,0.591426,-0.510182, + 0.922132,0.127589,-0.365230,0.809939,-0.368307,-0.456453,0.567199,0.823034,-0.030005,0.486152,0.833437,0.262754, + 0.894555,0.233697,0.380994,0.972332,0.233291,0.012059,0.624444,0.591426,-0.510182,0.567199,0.823034,-0.030005, + 0.972332,0.233291,0.012059,0.922132,0.127589,-0.365230,0.048891,-0.998745,0.010908,0.310185,-0.839574,-0.445984, + 0.485012,-0.846612,-0.219117,0.401599,-0.914855,-0.041928,0.339095,0.628261,-0.700216,0.078894,0.621511,-0.779423, + 0.137299,0.958183,-0.251066,0.227372,0.967399,-0.111537,-0.475007,0.779856,-0.407668,-0.527863,0.830316,-0.178706, + 0.092609,0.988985,0.115465,0.137299,0.958183,-0.251066,-0.527863,0.830316,-0.178706,-0.739802,0.665123,0.101510, + -0.414311,0.736191,0.535135,0.092609,0.988985,0.115465,-0.810438,-0.468134,-0.352194,-0.687512,-0.223273,-0.690997, + -0.120292,-0.600288,-0.790686,-0.253189,-0.952718,-0.167997,-0.867847,-0.440222,-0.230318,-0.810438,-0.468134,-0.352194, + -0.253189,-0.952718,-0.167997,-0.299635,-0.953953,0.013893,-0.926360,-0.362456,-0.102389,-0.867847,-0.440222,-0.230318, + -0.299635,-0.953953,0.013893,-0.598002,-0.705108,0.381073,-0.640140,0.199527,-0.741896,0.021707,0.070843,-0.997251, + -0.120292,-0.600288,-0.790686,-0.687512,-0.223273,-0.690997,-0.926360,-0.362456,-0.102389,-0.598002,-0.705108,0.381073, + -0.731325,0.018938,0.681766,-0.994586,0.082603,0.063059,-0.739802,0.665123,0.101510,-0.994586,0.082603,0.063059, + -0.731325,0.018938,0.681766,-0.414311,0.736191,0.535135,-0.573577,0.480798,-0.663206,0.078894,0.621511,-0.779423, + 0.021707,0.070843,-0.997251,-0.640140,0.199527,-0.741896,0.624444,0.591426,-0.510182,0.339095,0.628261,-0.700216, + 0.227372,0.967399,-0.111537,0.567199,0.823034,-0.030005,0.137299,0.958183,-0.251066,0.092609,0.988985,0.115465, + 0.176535,0.970511,0.164148,0.227372,0.967399,-0.111537,0.092609,0.988985,0.115465,-0.414311,0.736191,0.535135, + -0.081328,0.731173,0.677327,0.176535,0.970511,0.164148,-0.253189,-0.952718,-0.167997,-0.120292,-0.600288,-0.790686, + 0.184664,-0.775598,-0.603611,0.014360,-0.999880,-0.005784,-0.299635,-0.953953,0.013893,-0.253189,-0.952718,-0.167997, + 0.014360,-0.999880,-0.005784,0.003291,-0.997319,0.073108,-0.598002,-0.705108,0.381073,-0.299635,-0.953953,0.013893, + 0.003291,-0.997319,0.073108,-0.196549,-0.804258,0.560837,0.021707,0.070843,-0.997251,0.330688,-0.052996,-0.942251, + 0.184664,-0.775598,-0.603611,-0.120292,-0.600288,-0.790686,-0.598002,-0.705108,0.381073,-0.196549,-0.804258,0.560837, + -0.315904,-0.004059,0.948783,-0.731325,0.018938,0.681766,-0.414311,0.736191,0.535135,-0.731325,0.018938,0.681766, + -0.315904,-0.004059,0.948783,-0.081328,0.731173,0.677327,0.078894,0.621511,-0.779423,0.339095,0.628261,-0.700216, + 0.330688,-0.052996,-0.942251,0.021707,0.070843,-0.997251,-0.739802,0.665123,0.101510,-0.527863,0.830316,-0.178706, + -0.475007,0.779856,-0.407668,-0.573577,0.480798,-0.663206,-0.640140,0.199527,-0.741896,-0.687512,-0.223273,-0.690997, + -0.810438,-0.468134,-0.352194,-0.867847,-0.440222,-0.230318,-0.926360,-0.362456,-0.102389,-0.994586,0.082603,0.063059, + 0.833721,-0.164607,0.527080,0.721214,-0.212002,0.659473,0.690066,-0.158973,0.706071,0.833721,-0.164607,0.527080, + 0.836153,-0.431095,0.339123,0.883603,-0.163336,0.438825,0.245876,0.653285,-0.716076,0.032752,0.184891,-0.982213, + -0.024672,0.219760,-0.975242,0.202920,0.679534,-0.705023,0.364888,0.679006,0.637031,0.197167,0.190926,0.961599, + 0.255653,0.155791,0.954134,0.410337,0.653624,0.635924,0.110294,-0.221975,0.968794,0.255653,0.155791,0.954134, + 0.197167,0.190926,0.961599,0.038407,-0.189055,0.981215,0.263345,0.145054,0.953734,0.709016,-0.068776,0.701830, + 0.850814,0.278847,0.445376,0.430589,0.643117,0.633240,0.399945,0.660033,0.635925,-0.528524,0.690185,0.494275, + -0.605220,0.395873,0.690648,0.231141,0.164460,0.958919,-0.727759,0.188434,0.659438,0.055191,-0.264650,0.962764, + 0.231141,0.164460,0.958919,-0.605220,0.395873,0.690648,-0.187517,-0.166293,-0.968082,-0.024672,0.219760,-0.975242, + 0.032752,0.184891,-0.982213,-0.109557,-0.206616,-0.972269,-0.383441,-0.921576,0.060589,-0.368805,-0.693278,-0.619152, + -0.253898,-0.744670,-0.617253,-0.258694,-0.964903,0.045162,-0.624138,0.693065,-0.360712,0.237019,0.661602,-0.711411, + 0.008281,0.192571,-0.981248,-0.752590,0.414912,-0.511328,-0.727759,0.188434,0.659438,-0.754987,-0.321455,0.571543, + 0.055191,-0.264650,0.962764,0.388099,0.921377,-0.021077,0.364888,0.679006,0.637031,0.410337,0.653624,0.635924, + 0.428856,0.903034,-0.024745,0.598686,-0.012566,0.800885,0.773119,0.371577,0.514021,0.399945,0.660033,0.635925, + 0.231141,0.164460,0.958919,0.449411,0.892911,-0.027208,0.897840,0.430998,-0.090131,0.722436,0.274458,-0.634633, + 0.266626,0.644511,-0.716601,0.420244,0.907092,-0.024042,-0.519971,0.850563,0.078565,-0.528524,0.690185,0.494275, + 0.399945,0.660033,0.635925,-0.383472,-0.921572,0.060451,-0.147538,-0.759779,0.633221,-0.754987,-0.321455,0.571543, + -0.881966,-0.456507,0.117206,0.055191,-0.264650,0.962764,-0.147538,-0.759779,0.633221,0.469283,-0.321788,0.822329, + -0.172092,-0.256962,-0.950976,0.286194,-0.296165,-0.911252,-0.299944,-0.789292,-0.535773,0.469283,-0.321788,0.822329, + 0.598686,-0.012566,0.800885,0.231141,0.164460,0.958919,0.055191,-0.264650,0.962764,0.773119,0.371577,0.514021, + 0.834993,0.544460,-0.079685,0.420244,0.907092,-0.024042,0.399945,0.660033,0.635925,0.630358,0.367271,-0.683930, + 0.391125,0.022405,-0.920065,0.008281,0.192571,-0.981248,0.237019,0.661602,-0.711411,-0.277203,-0.816323,-0.506730, + -0.141720,-0.294424,-0.945108,0.436571,-0.324851,-0.838974,0.084664,-0.300515,0.950012,0.599200,-0.352740,0.718703, + 0.709016,-0.068776,0.701830,0.263345,0.145054,0.953734,0.430589,0.643117,0.633240,0.850814,0.278847,0.445376, + 0.897840,0.430998,-0.090131,0.449411,0.892911,-0.027208,0.266626,0.644511,-0.716601,0.722436,0.274458,-0.634633, + 0.518882,-0.036937,-0.854047,0.041786,0.173843,-0.983886,0.599200,-0.352740,0.718703,0.084664,-0.300515,0.950012, + -0.132257,-0.788429,0.600740,0.834993,0.544460,-0.079685,0.630358,0.367271,-0.683930,0.237019,0.661602,-0.711411, + 0.420244,0.907092,-0.024042,-0.519971,0.850563,0.078565,0.420244,0.907092,-0.024042,0.237019,0.661602,-0.711411, + -0.624138,0.693065,-0.360712,0.428856,0.903034,-0.024745,0.245876,0.653285,-0.716076,0.202920,0.679534,-0.705023, + 0.388099,0.921377,-0.021077,-0.877056,-0.340736,-0.338633,-0.299944,-0.789292,-0.535773,-0.383472,-0.921572,0.060451, + -0.881966,-0.456507,0.117206,-0.172092,-0.256962,-0.950976,-0.299944,-0.789292,-0.535773,-0.877056,-0.340736,-0.338633, + -0.087938,-0.714279,0.694315,0.110294,-0.221975,0.968794,0.038407,-0.189055,0.981215,-0.192796,-0.661304,0.724918, + 0.041786,0.173843,-0.983886,0.518882,-0.036937,-0.854047,0.436571,-0.324851,-0.838974,-0.141720,-0.294424,-0.945108, + 0.391125,0.022405,-0.920065,0.286194,-0.296165,-0.911252,-0.172092,-0.256962,-0.950976,0.008281,0.192571,-0.981248, + -0.752590,0.414912,-0.511328,0.008281,0.192571,-0.981248,-0.172092,-0.256962,-0.950976,-0.849123,0.201898,-0.488086, + -0.368805,-0.693278,-0.619152,-0.187517,-0.166293,-0.968082,-0.109557,-0.206616,-0.972269,-0.253898,-0.744670,-0.617253, + -0.378830,0.007625,0.925435,-0.336430,-0.686130,0.645012,0.084664,-0.300515,0.950012,-0.147538,-0.759779,0.633221, + 0.055191,-0.264650,0.962764,-0.754987,-0.321455,0.571543,-0.172092,-0.256962,-0.950976,-0.877056,-0.340736,-0.338633, + -0.849123,0.201898,-0.488086,-0.192796,-0.661304,0.724918,-0.383441,-0.921576,0.060589,-0.258694,-0.964903,0.045162, + -0.087938,-0.714279,0.694315,0.255653,0.155791,0.954134,0.110294,-0.221975,0.968794,0.434552,-0.329779,0.838099, + 0.554246,0.033654,0.831673,0.245876,0.653285,-0.716076,0.428856,0.903034,-0.024745,0.692456,0.719506,-0.053059, + 0.526840,0.487689,-0.696131,-0.258694,-0.964903,0.045162,-0.253898,-0.744670,-0.617253,0.170998,-0.789075,-0.590017, + 0.188747,-0.981969,-0.010601,0.110294,-0.221975,0.968794,-0.087938,-0.714279,0.694315,0.307536,-0.762418,0.569333, + 0.434552,-0.329779,0.838099,-0.087938,-0.714279,0.694315,-0.258694,-0.964903,0.045162,0.188747,-0.981969,-0.010601, + 0.307536,-0.762418,0.569333,0.032752,0.184891,-0.982213,0.245876,0.653285,-0.716076,0.526840,0.487689,-0.696131, + 0.345757,0.042770,-0.937349,0.410337,0.653624,0.635924,0.255653,0.155791,0.954134,0.554246,0.033654,0.831673, + 0.680801,0.491297,0.543266,0.428856,0.903034,-0.024745,0.410337,0.653624,0.635924,0.680801,0.491297,0.543266, + 0.692456,0.719506,-0.053059,-0.253898,-0.744670,-0.617253,-0.109557,-0.206616,-0.972269,0.253543,-0.317903,-0.913594, + 0.170998,-0.789075,-0.590017,-0.109557,-0.206616,-0.972269,0.032752,0.184891,-0.982213,0.345757,0.042770,-0.937349, + 0.253543,-0.317903,-0.913594,0.188747,-0.981969,-0.010601,0.170998,-0.789075,-0.590017,0.647367,-0.639196,-0.415143, + 0.656657,-0.750777,-0.071663,0.526840,0.487689,-0.696131,0.692456,0.719506,-0.053059,0.967392,0.238923,-0.084076, + 0.856865,0.093601,-0.506972,0.170998,-0.789075,-0.590017,0.253543,-0.317903,-0.913594,0.689122,-0.382504,-0.615469, + 0.647367,-0.639196,-0.415143,0.345757,0.042770,-0.937349,0.526840,0.487689,-0.696131,0.856865,0.093601,-0.506972, + 0.746585,-0.186185,-0.638707,0.434552,-0.329779,0.838099,0.307536,-0.762418,0.569333,0.724769,-0.623840,0.292462, + 0.791970,-0.398565,0.462525,0.307536,-0.762418,0.569333,0.188747,-0.981969,-0.010601,0.656657,-0.750777,-0.071663, + 0.724769,-0.623840,0.292462,0.692456,0.719506,-0.053059,0.680801,0.491297,0.543266,0.959813,0.105097,0.260218, + 0.967392,0.238923,-0.084076,0.253543,-0.317903,-0.913594,0.345757,0.042770,-0.937349,0.746585,-0.186185,-0.638707, + 0.689122,-0.382504,-0.615469,0.680801,0.491297,0.543266,0.554246,0.033654,0.831673,0.874629,-0.157139,0.458618, + 0.959813,0.105097,0.260218,0.554246,0.033654,0.831673,0.434552,-0.329779,0.838099,0.791970,-0.398565,0.462525, + 0.874629,-0.157139,0.458618,0.856865,0.093601,-0.506972,0.967392,0.238923,-0.084076,0.929199,-0.357718,-0.092888, + 0.647367,-0.639196,-0.415143,0.689122,-0.382504,-0.615469,0.929199,-0.357718,-0.092888,0.746585,-0.186185,-0.638707, + 0.856865,0.093601,-0.506972,0.929199,-0.357718,-0.092888,0.791970,-0.398565,0.462525,0.724769,-0.623840,0.292462, + 0.929199,-0.357718,-0.092888,0.724769,-0.623840,0.292462,0.656657,-0.750777,-0.071663,0.929199,-0.357718,-0.092888, + 0.967392,0.238923,-0.084076,0.959813,0.105097,0.260218,0.929199,-0.357718,-0.092888,0.689122,-0.382504,-0.615469, + 0.746585,-0.186185,-0.638707,0.929199,-0.357718,-0.092888,0.959813,0.105097,0.260218,0.874629,-0.157139,0.458618, + 0.929199,-0.357718,-0.092888,0.874629,-0.157139,0.458618,0.791970,-0.398565,0.462525,0.929199,-0.357718,-0.092888, + 0.656657,-0.750777,-0.071663,0.647367,-0.639196,-0.415143,0.929199,-0.357718,-0.092888,-0.371376,-0.698923,-0.611217, + -0.346977,-0.703377,-0.620377,-0.349436,-0.935260,0.056424,-0.384682,-0.921059,0.060583,-0.026583,0.215528,-0.976136, + -0.028484,0.211297,-0.977007,-0.185804,-0.171366,-0.967528,-0.187808,-0.166446,-0.968000,-0.198006,-0.668575,0.716799, + -0.172291,-0.672032,0.720200,0.040674,-0.190820,0.980782,0.038713,-0.187983,0.981409,-0.187808,-0.166446,-0.968000, + -0.185804,-0.171366,-0.967528,-0.346977,-0.703377,-0.620377,-0.371376,-0.698923,-0.611217,0.201136,0.676312,-0.708623, + 0.199353,0.673116,-0.712161,-0.028484,0.211297,-0.977007,-0.026583,0.215528,-0.976136,0.364140,0.676229,0.640404, + 0.363378,0.673471,0.643734,0.388191,0.921348,-0.020642,0.388164,0.921354,-0.020864,0.038713,-0.187983,0.981409, + 0.040674,-0.190820,0.980782,0.192582,0.179190,0.964781,0.194878,0.185048,0.963213,-0.384682,-0.921059,0.060583, + -0.349436,-0.935260,0.056424,-0.172291,-0.672032,0.720200,-0.198006,-0.668575,0.716799,0.388164,0.921354,-0.020864, + 0.388191,0.921348,-0.020642,0.199353,0.673116,-0.712161,0.201136,0.676312,-0.708623,0.194878,0.185048,0.963213, + 0.192582,0.179190,0.964781,0.363378,0.673471,0.643734,0.364140,0.676229,0.640404,-0.132257,-0.788429,0.600740, + -0.336430,-0.686130,0.645012,-0.383480,-0.921559,0.060602,-0.383499,-0.921561,0.060451,-0.428408,0.353271,-0.831665, + 0.041786,0.173843,-0.983886,-0.141720,-0.294424,-0.945108,-0.586537,0.045483,-0.808645,-0.383499,-0.921561,0.060451, + -0.383480,-0.921559,0.060602,-0.488243,-0.715120,-0.500222,-0.277203,-0.816323,-0.506730,0.084664,-0.300515,0.950012, + -0.336430,-0.686130,0.645012,-0.132257,-0.788429,0.600740,-0.280277,0.759134,-0.587504,0.266626,0.644511,-0.716601, + 0.041786,0.173843,-0.983886,-0.428408,0.353271,-0.831665,-0.128111,0.758851,0.638539,0.430589,0.643117,0.633240, + 0.449411,0.892911,-0.027208,-0.156928,0.986765,0.040838,-0.378830,0.007625,0.925435,0.084664,-0.300515,0.950012, + 0.263345,0.145054,0.953734,-0.240776,0.331763,0.912119,-0.488243,-0.715120,-0.500222,-0.586537,0.045483,-0.808645, + -0.141720,-0.294424,-0.945108,-0.156928,0.986765,0.040838,0.449411,0.892911,-0.027208,0.266626,0.644511,-0.716601, + -0.280277,0.759134,-0.587504,-0.240776,0.331763,0.912119,0.263345,0.145054,0.953734,0.430589,0.643117,0.633240, + -0.128111,0.758851,0.638539,-0.141720,-0.294424,-0.945108,-0.277203,-0.816323,-0.506730,-0.488243,-0.715120,-0.500222, + 0.154597,0.184763,0.970547,0.650678,-0.030353,0.758747,0.796040,0.353728,0.491118,0.321086,0.687480,0.651364, + 0.341711,0.939704,-0.013779,0.843302,0.531184,-0.081766,0.658922,0.350376,-0.665626,0.157100,0.688108,-0.708398, + -0.372267,-0.694285,0.615943,-0.037021,-0.278535,0.959712,-0.514616,0.078116,0.853855,-0.037021,-0.278535,0.959712, + 0.536171,-0.338106,0.773437,0.650678,-0.030353,0.758747,0.154597,0.184763,0.970547,0.321086,0.687480,0.651364, + 0.796040,0.353728,0.491118,0.843302,0.531184,-0.081766,0.341711,0.939704,-0.013779,0.157100,0.688108,-0.708398, + 0.658922,0.350376,-0.665626,0.449157,0.001623,-0.893451,-0.068445,0.214365,-0.974353,-0.372267,-0.694285,0.615943, + -0.119153,-0.796739,0.592460,-0.037021,-0.278535,0.959712,-0.514324,-0.721873,-0.463001,-0.699943,0.116802,-0.704583, + -0.261994,-0.271940,-0.925963,-0.068445,0.214365,-0.974353,0.449157,0.001623,-0.893451,0.362055,-0.310713,-0.878848, + -0.261994,-0.271940,-0.925963,-0.383429,-0.921590,0.060452,-0.383410,-0.921588,0.060600,-0.514324,-0.721873,-0.463001, + -0.262413,-0.824653,-0.501086,-0.514324,-0.721873,-0.463001,-0.261994,-0.271940,-0.925963,-0.262413,-0.824653,-0.501086, + -0.068445,0.214365,-0.974353,-0.261994,-0.271940,-0.925963,-0.699943,0.116802,-0.704583,-0.554163,0.388970,-0.735938, + -0.261994,-0.271940,-0.925963,0.362055,-0.310713,-0.878848,-0.262413,-0.824653,-0.501086,0.341711,0.939704,-0.013779, + 0.157100,0.688108,-0.708398,-0.419562,0.750039,-0.511282,-0.310249,0.948977,0.056462,0.157100,0.688108,-0.708398, + -0.068445,0.214365,-0.974353,-0.554163,0.388970,-0.735938,-0.419562,0.750039,-0.511282,0.321086,0.687480,0.651364, + 0.341711,0.939704,-0.013779,-0.310249,0.948977,0.056462,-0.281085,0.750204,0.598486,-0.037021,-0.278535,0.959712, + 0.154597,0.184763,0.970547,-0.386084,0.370408,0.844830,-0.514616,0.078116,0.853855,0.536171,-0.338106,0.773437, + -0.037021,-0.278535,0.959712,-0.119153,-0.796739,0.592460,-0.383410,-0.921588,0.060600,-0.383429,-0.921590,0.060452, + -0.119153,-0.796739,0.592460,-0.372267,-0.694285,0.615943,0.154597,0.184763,0.970547,0.321086,0.687480,0.651364, + -0.281085,0.750204,0.598486,-0.386084,0.370408,0.844830,-0.369229,-0.700588,-0.610611,-0.381045,-0.922601,0.060091, + -0.438479,-0.896216,0.067327,-0.400781,-0.665952,-0.629192,-0.026580,0.215525,-0.976136,-0.186216,-0.163245,-0.968852, + -0.189920,-0.157740,-0.969045,-0.024675,0.219759,-0.975242,-0.196518,-0.670920,0.715015,0.040157,-0.185314,0.981858, + 0.036823,-0.182010,0.982607,-0.220382,-0.633818,0.741422,0.388159,0.921356,-0.020859,0.201136,0.676312,-0.708623, + 0.202940,0.679537,-0.705014,0.388135,0.921362,-0.021078,0.201136,0.676312,-0.708623,-0.026580,0.215525,-0.976136, + -0.024675,0.219759,-0.975242,0.202940,0.679537,-0.705014,0.364137,0.676226,0.640408,0.388159,0.921356,-0.020859, + 0.388135,0.921362,-0.021078,0.364904,0.679005,0.637023,0.040157,-0.185314,0.981858,0.194881,0.185058,0.963211, + 0.197167,0.190919,0.961600,0.036823,-0.182010,0.982607,-0.381045,-0.922601,0.060091,-0.196518,-0.670920,0.715015, + -0.220382,-0.633818,0.741422,-0.438479,-0.896216,0.067327,-0.186216,-0.163245,-0.968852,-0.369229,-0.700588,-0.610611, + -0.400781,-0.665952,-0.629192,-0.189920,-0.157740,-0.969045,0.194881,0.185058,0.963211,0.364137,0.676226,0.640408, + 0.364904,0.679005,0.637023,0.197167,0.190919,0.961600,0.197167,0.190904,0.961603,0.194878,0.185048,0.963213, + 0.364140,0.676229,0.640404,0.364901,0.678999,0.637031,0.388135,0.921361,-0.021092,0.388164,0.921354,-0.020864, + 0.201136,0.676312,-0.708623,0.202932,0.679524,-0.705029,-0.419700,-0.905330,0.065037,-0.384682,-0.921059,0.060583, + -0.198006,-0.668575,0.716799,-0.211451,-0.644029,0.735197,0.036972,-0.185228,0.982000,0.038713,-0.187983,0.981409, + 0.194878,0.185048,0.963213,0.197167,0.190904,0.961603,0.364901,0.678999,0.637031,0.364140,0.676229,0.640404, + 0.388164,0.921354,-0.020864,0.388135,0.921361,-0.021092,0.202932,0.679524,-0.705029,0.201136,0.676312,-0.708623, + -0.026583,0.215528,-0.976136,-0.024679,0.219760,-0.975242,-0.189541,-0.161630,-0.968478,-0.187808,-0.166446,-0.968000, + -0.371376,-0.698923,-0.611217,-0.390206,-0.676207,-0.624887,-0.211451,-0.644029,0.735197,-0.198006,-0.668575,0.716799, + 0.038713,-0.187983,0.981409,0.036972,-0.185228,0.982000,-0.024679,0.219760,-0.975242,-0.026583,0.215528,-0.976136, + -0.187808,-0.166446,-0.968000,-0.189541,-0.161630,-0.968478,-0.390206,-0.676207,-0.624887,-0.371376,-0.698923,-0.611217, + -0.384682,-0.921059,0.060583,-0.419700,-0.905330,0.065037,0.192591,0.179200,0.964778,0.363372,0.673465,0.643743, + 0.364137,0.676226,0.640408,0.194881,0.185058,0.963211,-0.182071,-0.168916,-0.968668,-0.328343,-0.704112,-0.629617, + -0.369229,-0.700588,-0.610611,-0.186216,-0.163245,-0.968852,-0.322573,-0.945046,0.053237,-0.152366,-0.672321,0.724410, + -0.196518,-0.670920,0.715015,-0.381045,-0.922601,0.060091,0.043843,-0.188753,0.981045,0.192591,0.179200,0.964778, + 0.194881,0.185058,0.963211,0.040157,-0.185314,0.981858,0.363372,0.673465,0.643743,0.388183,0.921351,-0.020636, + 0.388159,0.921356,-0.020859,0.364137,0.676226,0.640408,0.199349,0.673108,-0.712169,-0.028482,0.211292,-0.977008, + -0.026580,0.215525,-0.976136,0.201136,0.676312,-0.708623,0.388183,0.921351,-0.020636,0.199349,0.673108,-0.712169, + 0.201136,0.676312,-0.708623,0.388159,0.921356,-0.020859,-0.152366,-0.672321,0.724410,0.043843,-0.188753,0.981045, + 0.040157,-0.185314,0.981858,-0.196518,-0.670920,0.715015,-0.028482,0.211292,-0.977008,-0.182071,-0.168916,-0.968668, + -0.186216,-0.163245,-0.968852,-0.026580,0.215525,-0.976136,-0.328343,-0.704112,-0.629617,-0.322573,-0.945046,0.053237, + -0.381045,-0.922601,0.060091,-0.369229,-0.700588,-0.610611,-0.528524,0.690185,0.494275,-0.519971,0.850563,0.078565, + -0.927465,0.356714,0.112089,-0.519971,0.850563,0.078565,-0.624138,0.693065,-0.360712,-0.927465,0.356714,0.112089, + -0.624138,0.693065,-0.360712,-0.752590,0.414912,-0.511328,-0.927465,0.356714,0.112089,-0.752590,0.414912,-0.511328, + -0.849123,0.201898,-0.488086,-0.927465,0.356714,0.112089,-0.849123,0.201898,-0.488086,-0.877056,-0.340736,-0.338633, + -0.927465,0.356714,0.112089,-0.877056,-0.340736,-0.338633,-0.881966,-0.456507,0.117206,-0.927465,0.356714,0.112089, + -0.881966,-0.456507,0.117206,-0.754987,-0.321455,0.571543,-0.927465,0.356714,0.112089,-0.754987,-0.321455,0.571543, + -0.727759,0.188434,0.659438,-0.927465,0.356714,0.112089,-0.727759,0.188434,0.659438,-0.605220,0.395873,0.690648, + -0.927465,0.356714,0.112089,-0.605220,0.395873,0.690648,-0.528524,0.690185,0.494275,-0.927465,0.356714,0.112089, + 0.300453,0.682919,-0.665846,0.178960,0.201378,-0.963026,0.131428,0.225175,-0.965413,0.263824,0.700550,-0.663044, + 0.179708,0.699960,0.691202,0.001294,0.195257,0.980751,0.049929,0.171989,0.983833,0.216819,0.683387,0.697117, + -0.063014,-0.215793,0.974404,0.049929,0.171989,0.983833,0.001294,0.195257,0.980751,-0.122237,-0.194725,0.973211, + 0.064728,0.160162,0.984966,0.482969,0.020567,0.875396,0.651995,0.417294,0.633062,0.244088,0.671885,0.699280, + 0.212949,0.684997,0.696729,-0.634068,0.654235,0.412232,-0.726947,0.334264,0.599846,0.032473,0.175091,0.984017, + -0.829345,0.106691,0.548457,-0.105309,-0.271259,0.956728,0.032473,0.175091,0.984017,-0.726947,0.334264,0.599846, + 0.006455,-0.171742,-0.985121,0.131428,0.225175,-0.965413,0.178960,0.201378,-0.963026,0.069831,-0.198372,-0.977636, + -0.302763,-0.953055,-0.004522,-0.186192,-0.716600,-0.672173,-0.093665,-0.750475,-0.654228,-0.200631,-0.979666,0.001546, + -0.569906,0.657880,-0.492343,0.297331,0.686609,-0.663447,0.162025,0.204120,-0.965445,-0.653124,0.354115,-0.669351, + -0.829345,0.106691,0.548457,-0.812928,-0.386520,0.435603,-0.105309,-0.271259,0.956728,0.300192,0.952843,0.044439, + 0.179708,0.699960,0.691202,0.216819,0.683387,0.697117,0.333675,0.941473,0.047859,0.360975,0.060842,0.930589, + 0.556550,0.488997,0.671665,0.212949,0.684997,0.696729,0.032473,0.175091,0.984017,0.363670,0.930210,0.049534, + 0.794616,0.603092,0.069748,0.727940,0.413835,-0.546666,0.328075,0.673259,-0.662639,0.333283,0.941638,0.047343, + -0.556117,0.830916,-0.017668,-0.634068,0.654235,0.412232,0.212949,0.684997,0.696729,-0.302724,-0.953067,-0.004640, + -0.191753,-0.769175,0.609591,-0.812928,-0.386520,0.435603,-0.845044,-0.533066,-0.041739,-0.105309,-0.271259,0.956728, + -0.191753,-0.769175,0.609591,0.253398,-0.274842,0.927497,0.017950,-0.261478,-0.965043,0.388238,-0.248493,-0.887424, + -0.125869,-0.800210,-0.586362,0.253398,-0.274842,0.927497,0.360975,0.060842,0.930589,0.032473,0.175091,0.984017, + -0.105309,-0.271259,0.956728,0.556550,0.488997,0.671665,0.715631,0.695237,0.067210,0.333283,0.941638,0.047343, + 0.212949,0.684997,0.696729,0.637708,0.485850,-0.597727,0.471734,0.095400,-0.876565,0.162025,0.204120,-0.965445, + 0.297331,0.686609,-0.663447,-0.106282,-0.824801,-0.555344,0.046599,-0.296468,-0.953905,0.517855,-0.266290,-0.812967, + -0.075172,-0.304559,0.949522,0.390149,-0.295407,0.872077,0.482969,0.020567,0.875396,0.064728,0.160162,0.984966, + 0.244088,0.671885,0.699280,0.651995,0.417294,0.633062,0.794616,0.603092,0.069748,0.363670,0.930210,0.049534, + 0.328075,0.673259,-0.662639,0.727940,0.413835,-0.546666,0.583324,0.053079,-0.810504,0.194578,0.189931,-0.962323, + 0.390149,-0.295407,0.872077,-0.075172,-0.304559,0.949522,-0.168495,-0.795134,0.582555,0.715631,0.695237,0.067210, + 0.637708,0.485850,-0.597727,0.297331,0.686609,-0.663447,0.333283,0.941638,0.047343,-0.556117,0.830916,-0.017668, + 0.333283,0.941638,0.047343,0.297331,0.686609,-0.663447,-0.569906,0.657880,-0.492343,0.333675,0.941473,0.047859, + 0.300453,0.682919,-0.665846,0.263824,0.700550,-0.663044,0.300192,0.952843,0.044439,-0.765469,-0.407191,-0.498249, + -0.125869,-0.800210,-0.586362,-0.302724,-0.953067,-0.004640,-0.845044,-0.533066,-0.041739,0.017950,-0.261478,-0.965043, + -0.125869,-0.800210,-0.586362,-0.765469,-0.407191,-0.498249,-0.170297,-0.719146,0.673668,-0.063014,-0.215793,0.974404, + -0.122237,-0.194725,0.973211,-0.259658,-0.683668,0.682037,0.194578,0.189931,-0.962323,0.583324,0.053079,-0.810504, + 0.517855,-0.266290,-0.812967,0.046599,-0.296468,-0.953905,0.471734,0.095400,-0.876565,0.388238,-0.248493,-0.887424, + 0.017950,-0.261478,-0.965043,0.162025,0.204120,-0.965445,-0.653124,0.354115,-0.669351,0.162025,0.204120,-0.965445, + 0.017950,-0.261478,-0.965043,-0.737025,0.120235,-0.665085,-0.186192,-0.716600,-0.672173,0.006455,-0.171742,-0.985121, + 0.069831,-0.198372,-0.977636,-0.093665,-0.750475,-0.654228,-0.464013,-0.065201,0.883426,-0.375502,-0.714051,0.590872, + -0.075172,-0.304559,0.949522,-0.191753,-0.769175,0.609591,-0.105309,-0.271259,0.956728,-0.812928,-0.386520,0.435603, + 0.017950,-0.261478,-0.965043,-0.765469,-0.407191,-0.498249,-0.737025,0.120235,-0.665085,-0.259658,-0.683668,0.682037, + -0.302763,-0.953055,-0.004522,-0.200631,-0.979666,0.001546,-0.170297,-0.719146,0.673668,0.049929,0.171989,0.983833, + -0.063014,-0.215793,0.974404,0.233295,-0.286849,0.929134,0.328518,0.093550,0.939853,0.300453,0.682919,-0.665846, + 0.333675,0.941473,0.047859,0.577158,0.813799,0.067962,0.548086,0.568454,-0.613565,-0.200631,-0.979666,0.001546, + -0.093665,-0.750475,-0.654228,0.272588,-0.774405,-0.570957,0.193822,-0.980725,0.024715,-0.063014,-0.215793,0.974404, + -0.170297,-0.719146,0.673668,0.192736,-0.747115,0.636138,0.233295,-0.286849,0.929134,-0.170297,-0.719146,0.673668, + -0.200631,-0.979666,0.001546,0.193822,-0.980725,0.024715,0.192736,-0.747115,0.636138,0.178960,0.201378,-0.963026, + 0.300453,0.682919,-0.665846,0.548086,0.568454,-0.613565,0.444857,0.102349,-0.889734,0.216819,0.683387,0.697117, + 0.049929,0.171989,0.983833,0.328518,0.093550,0.939853,0.471765,0.573547,0.669688,0.333675,0.941473,0.047859, + 0.216819,0.683387,0.697117,0.471765,0.573547,0.669688,0.577158,0.813799,0.067962,-0.093665,-0.750475,-0.654228, + 0.069831,-0.198372,-0.977636,0.375446,-0.273238,-0.885653,0.272588,-0.774405,-0.570957,0.069831,-0.198372,-0.977636, + 0.178960,0.201378,-0.963026,0.444857,0.102349,-0.889734,0.375446,-0.273238,-0.885653,0.193822,-0.980725,0.024715, + 0.272588,-0.774405,-0.570957,0.701561,-0.623328,-0.345360,0.650486,-0.757921,0.049238,0.548086,0.568454,-0.613565, + 0.577158,0.813799,0.067962,0.909417,0.405340,0.093064,0.886444,0.235312,-0.398554,0.272588,-0.774405,-0.570957, + 0.375446,-0.273238,-0.885653,0.764809,-0.315921,-0.561481,0.701561,-0.623328,-0.345360,0.444857,0.102349,-0.889734, + 0.548086,0.568454,-0.613565,0.886444,0.235312,-0.398554,0.815743,-0.086659,-0.571885,0.233295,-0.286849,0.929134, + 0.192736,-0.747115,0.636138,0.639884,-0.605885,0.472706,0.657190,-0.334272,0.675548,0.192736,-0.747115,0.636138, + 0.193822,-0.980725,0.024715,0.650486,-0.757921,0.049238,0.639884,-0.605885,0.472706,0.577158,0.813799,0.067962, + 0.471765,0.573547,0.669688,0.841241,0.251869,0.478410,0.909417,0.405340,0.093064,0.375446,-0.273238,-0.885653, + 0.444857,0.102349,-0.889734,0.815743,-0.086659,-0.571885,0.764809,-0.315921,-0.561481,0.471765,0.573547,0.669688, + 0.328518,0.093550,0.939853,0.728970,-0.054047,0.682409,0.841241,0.251869,0.478410,0.328518,0.093550,0.939853, + 0.233295,-0.286849,0.929134,0.657190,-0.334272,0.675548,0.728970,-0.054047,0.682409,0.886444,0.235312,-0.398554, + 0.909417,0.405340,0.093064,0.957060,-0.277898,0.082517,0.701561,-0.623328,-0.345360,0.764809,-0.315921,-0.561481, + 0.957060,-0.277898,0.082517,0.815743,-0.086659,-0.571885,0.886444,0.235312,-0.398554,0.957060,-0.277898,0.082517, + 0.657190,-0.334272,0.675548,0.639884,-0.605885,0.472706,0.957060,-0.277898,0.082517,0.639884,-0.605885,0.472706, + 0.650486,-0.757921,0.049238,0.957060,-0.277898,0.082517,0.909417,0.405340,0.093064,0.841241,0.251869,0.478410, + 0.957060,-0.277898,0.082517,0.764809,-0.315921,-0.561481,0.815743,-0.086659,-0.571885,0.957060,-0.277898,0.082517, + 0.841241,0.251869,0.478410,0.728970,-0.054047,0.682409,0.957060,-0.277898,0.082517,0.728970,-0.054047,0.682409, + 0.657190,-0.334272,0.675548,0.957060,-0.277898,0.082517,0.650486,-0.757921,0.049238,0.701561,-0.623328,-0.345360, + 0.957060,-0.277898,0.082517,-0.188730,-0.720895,-0.666851,-0.168350,-0.722663,-0.670385,-0.274976,-0.961447,-0.002848, + -0.303757,-0.952738,-0.004710,0.130373,0.221689,-0.966363,0.129319,0.218195,-0.967299,0.008243,-0.174948,-0.984543, + 0.006467,-0.171186,-0.985218,-0.261892,-0.689356,0.675426,-0.242358,-0.690365,0.681659,-0.120156,-0.195366,0.973342, + -0.121916,-0.193262,0.973543,0.006467,-0.171186,-0.985218,0.008243,-0.174948,-0.984543,-0.168350,-0.722663,-0.670385, + -0.188730,-0.720895,-0.666851,0.263160,0.697872,-0.666124,0.262488,0.695202,-0.669174,0.129319,0.218195,-0.967299, + 0.130373,0.221689,-0.966363,0.178808,0.697649,0.693767,0.177908,0.695348,0.696304,0.300142,0.952841,0.044811, + 0.300172,0.952840,0.044635,-0.121916,-0.193262,0.973543,-0.120156,-0.195366,0.973342,-0.001894,0.185601,0.982623, + -0.000296,0.190436,0.981700,-0.303757,-0.952738,-0.004710,-0.274976,-0.961447,-0.002848,-0.242358,-0.690365,0.681659, + -0.261892,-0.689356,0.675426,0.300172,0.952840,0.044635,0.300142,0.952841,0.044811,0.262488,0.695202,-0.669174, + 0.263160,0.697872,-0.666124,-0.000296,0.190436,0.981700,-0.001894,0.185601,0.982623,0.177908,0.695348,0.696304, + 0.178808,0.697649,0.693767,-0.168495,-0.795134,0.582555,-0.375502,-0.714051,0.590872,-0.302728,-0.953066,-0.004515, + -0.302721,-0.953068,-0.004637,-0.218198,0.307145,-0.926311,0.194578,0.189931,-0.962323,0.046599,-0.296468,-0.953905, + -0.352653,-0.029497,-0.935289,-0.302721,-0.953068,-0.004637,-0.302728,-0.953066,-0.004515,-0.313791,-0.744653,-0.589090, + -0.106282,-0.824801,-0.555344,-0.075172,-0.304559,0.949522,-0.375502,-0.714051,0.590872,-0.168495,-0.795134,0.582555, + -0.142413,0.742648,-0.654364,0.328075,0.673259,-0.662639,0.194578,0.189931,-0.962323,-0.218198,0.307145,-0.926311, + -0.218849,0.742158,0.633488,0.244088,0.671885,0.699280,0.363670,0.930210,0.049534,-0.148749,0.988775,0.014056, + -0.464013,-0.065201,0.883426,-0.075172,-0.304559,0.949522,0.064728,0.160162,0.984966,-0.350636,0.282625,0.892848, + -0.313791,-0.744653,-0.589090,-0.352653,-0.029497,-0.935289,0.046599,-0.296468,-0.953905,-0.148749,0.988775,0.014056, + 0.363670,0.930210,0.049534,0.328075,0.673259,-0.662639,-0.142413,0.742648,-0.654364,-0.350636,0.282625,0.892848, + 0.064728,0.160162,0.984966,0.244088,0.671885,0.699280,-0.218849,0.742158,0.633488,0.046599,-0.296468,-0.953905, + -0.106282,-0.824801,-0.555344,-0.313791,-0.744653,-0.589090,-0.036265,0.187072,0.981677,0.415396,0.049556,0.908290, + 0.582886,0.476588,0.658109,0.140344,0.703195,0.697008,0.259488,0.964769,0.043436,0.725583,0.684873,0.066922, + 0.662601,0.474267,-0.579682,0.225570,0.704106,-0.673315,-0.405299,-0.724319,0.557759,-0.183664,-0.298802,0.936475, + -0.583436,-0.012346,0.812065,-0.183664,-0.298802,0.936475,0.321475,-0.285443,0.902871,0.415396,0.049556,0.908290, + -0.036265,0.187072,0.981677,0.140344,0.703195,0.697008,0.582886,0.476588,0.658109,0.725583,0.684873,0.066922, + 0.259488,0.964769,0.043436,0.225570,0.704106,-0.673315,0.662601,0.474267,-0.579682,0.521030,0.081776,-0.849612, + 0.094352,0.217268,-0.971541,-0.405299,-0.724319,0.557759,-0.156333,-0.798827,0.580892,-0.183664,-0.298802,0.936475, + -0.346127,-0.753617,-0.558799,-0.479916,0.025867,-0.876933,-0.064031,-0.289623,-0.954997,0.094352,0.217268,-0.971541, + 0.521030,0.081776,-0.849612,0.452713,-0.257274,-0.853734,-0.064031,-0.289623,-0.954997,-0.302705,-0.953073,-0.004632, + -0.302712,-0.953071,-0.004514,-0.346127,-0.753617,-0.558799,-0.094221,-0.828831,-0.551509,-0.346127,-0.753617,-0.558799, + -0.064031,-0.289623,-0.954997,-0.094221,-0.828831,-0.551509,0.094352,0.217268,-0.971541,-0.064031,-0.289623,-0.954997, + -0.479916,0.025867,-0.876933,-0.347345,0.332973,-0.876630,-0.064031,-0.289623,-0.954997,0.452713,-0.257274,-0.853734, + -0.094221,-0.828831,-0.551509,0.259488,0.964769,0.043436,0.225570,0.704106,-0.673315,-0.278054,0.734042,-0.619571, + -0.287517,0.957771,0.003126,0.225570,0.704106,-0.673315,0.094352,0.217268,-0.971541,-0.347345,0.332973,-0.876630, + -0.278054,0.734042,-0.619571,0.140344,0.703195,0.697008,0.259488,0.964769,0.043436,-0.287517,0.957771,0.003126, + -0.348564,0.733919,0.582981,-0.183664,-0.298802,0.936475,-0.036265,0.187072,0.981677,-0.473816,0.311036,0.823866, + -0.583436,-0.012346,0.812065,0.321475,-0.285443,0.902871,-0.183664,-0.298802,0.936475,-0.156333,-0.798827,0.580892, + -0.302712,-0.953071,-0.004514,-0.302705,-0.953073,-0.004632,-0.156333,-0.798827,0.580892,-0.405299,-0.724319,0.557759, + -0.036265,0.187072,0.981677,0.140344,0.703195,0.697008,-0.348564,0.733919,0.582981,-0.473816,0.311036,0.823866, + -0.186893,-0.721615,-0.666590,-0.300810,-0.953673,-0.004572,-0.348093,-0.937432,-0.007258,-0.211135,-0.696396,-0.685896, + 0.130374,0.221682,-0.966364,0.007824,-0.167844,-0.985783,0.004611,-0.163723,-0.986496,0.131426,0.225176,-0.965413, + -0.260246,-0.690695,0.674694,-0.120872,-0.190487,0.974220,-0.123782,-0.188100,0.974318,-0.285180,-0.663364,0.691824, + 0.300171,0.952841,0.044635,0.263158,0.697867,-0.666130,0.263828,0.700554,-0.663038,0.300196,0.952841,0.044452, + 0.263158,0.697867,-0.666130,0.130374,0.221682,-0.966364,0.131426,0.225176,-0.965413,0.263828,0.700554,-0.663038, + 0.178806,0.697646,0.693771,0.300171,0.952841,0.044635,0.300196,0.952841,0.044452,0.179707,0.699957,0.691206, + -0.120872,-0.190487,0.974220,-0.000301,0.190428,0.981701,0.001296,0.195260,0.980751,-0.123782,-0.188100,0.974318, + -0.300810,-0.953673,-0.004572,-0.260246,-0.690695,0.674694,-0.285180,-0.663364,0.691824,-0.348093,-0.937432,-0.007258, + 0.007824,-0.167844,-0.985783,-0.186893,-0.721615,-0.666590,-0.211135,-0.696396,-0.685896,0.004611,-0.163723,-0.986496, + -0.000301,0.190428,0.981701,0.178806,0.697646,0.693771,0.179707,0.699957,0.691206,0.001296,0.195260,0.980751, + 0.001303,0.195270,0.980749,-0.000296,0.190436,0.981700,0.178808,0.697649,0.693767,0.179714,0.699963,0.691198, + 0.300202,0.952839,0.044454,0.300172,0.952840,0.044635,0.263160,0.697872,-0.666124,0.263833,0.700555,-0.663034, + -0.332528,-0.943072,-0.006308,-0.303757,-0.952738,-0.004710,-0.261892,-0.689356,0.675426,-0.276669,-0.671089,0.687818, + -0.123532,-0.191197,0.973747,-0.121916,-0.193262,0.973543,-0.000296,0.190436,0.981700,0.001303,0.195270,0.980749, + 0.179714,0.699963,0.691198,0.178808,0.697649,0.693767,0.300172,0.952840,0.044635,0.300202,0.952839,0.044454, + 0.263833,0.700555,-0.663034,0.263160,0.697872,-0.666124,0.130373,0.221689,-0.966363,0.131425,0.225182,-0.965412, + 0.004864,-0.167472,-0.985865,0.006467,-0.171186,-0.985218,-0.188730,-0.720895,-0.666851,-0.202943,-0.704185,-0.680395, + -0.276669,-0.671089,0.687818,-0.261892,-0.689356,0.675426,-0.121916,-0.193262,0.973543,-0.123532,-0.191197,0.973747, + 0.131425,0.225182,-0.965412,0.130373,0.221689,-0.966363,0.006467,-0.171186,-0.985218,0.004864,-0.167472,-0.985865, + -0.202943,-0.704185,-0.680395,-0.188730,-0.720895,-0.666851,-0.303757,-0.952738,-0.004710,-0.332528,-0.943072,-0.006308, + -0.001896,0.185598,0.982624,0.177910,0.695345,0.696307,0.178806,0.697646,0.693771,-0.000301,0.190428,0.981701, + 0.011319,-0.172043,-0.985024,-0.152424,-0.721493,-0.675437,-0.186893,-0.721615,-0.666590,0.007824,-0.167844,-0.985783, + -0.253175,-0.967419,-0.001454,-0.227451,-0.688925,0.688222,-0.260246,-0.690695,0.674694,-0.300810,-0.953673,-0.004572, + -0.117730,-0.192937,0.974123,-0.001896,0.185598,0.982624,-0.000301,0.190428,0.981701,-0.120872,-0.190487,0.974220, + 0.177910,0.695345,0.696307,0.300147,0.952840,0.044806,0.300171,0.952841,0.044635,0.178806,0.697646,0.693771, + 0.262490,0.695196,-0.669180,0.129321,0.218190,-0.967300,0.130374,0.221682,-0.966364,0.263158,0.697867,-0.666130, + 0.300147,0.952840,0.044806,0.262490,0.695196,-0.669180,0.263158,0.697867,-0.666130,0.300171,0.952841,0.044635, + -0.227451,-0.688925,0.688222,-0.117730,-0.192937,0.974123,-0.120872,-0.190487,0.974220,-0.260246,-0.690695,0.674694, + 0.129321,0.218190,-0.967300,0.011319,-0.172043,-0.985024,0.007824,-0.167844,-0.985783,0.130374,0.221682,-0.966364, + -0.152424,-0.721493,-0.675437,-0.253175,-0.967419,-0.001454,-0.300810,-0.953673,-0.004572,-0.186893,-0.721615,-0.666590, + -0.634068,0.654235,0.412232,-0.556117,0.830916,-0.017668,-0.959145,0.276598,-0.059448,-0.556117,0.830916,-0.017668, + -0.569906,0.657880,-0.492343,-0.959145,0.276598,-0.059448,-0.569906,0.657880,-0.492343,-0.653124,0.354115,-0.669351, + -0.959145,0.276598,-0.059448,-0.653124,0.354115,-0.669351,-0.737025,0.120235,-0.665085,-0.959145,0.276598,-0.059448, + -0.737025,0.120235,-0.665085,-0.765469,-0.407191,-0.498249,-0.959145,0.276598,-0.059448,-0.765469,-0.407191,-0.498249, + -0.845044,-0.533066,-0.041739,-0.959145,0.276598,-0.059448,-0.845044,-0.533066,-0.041739,-0.812928,-0.386520,0.435603, + -0.959145,0.276598,-0.059448,-0.812928,-0.386520,0.435603,-0.829345,0.106691,0.548457,-0.959145,0.276598,-0.059448, + -0.829345,0.106691,0.548457,-0.726947,0.334264,0.599846,-0.959145,0.276598,-0.059448,-0.726947,0.334264,0.599846, + -0.634068,0.654235,0.412232,-0.959145,0.276598,-0.059448,0.377103,0.688120,-0.619907,0.354852,0.200437,-0.913184, + 0.309735,0.218457,-0.925387,0.340764,0.701535,-0.625882,-0.033052,0.699769,0.713604,-0.221653,0.189726,0.956491, + -0.175522,0.172694,0.969210,0.002340,0.687323,0.726348,-0.249278,-0.204379,0.946620,-0.175522,0.172694,0.969210, + -0.221653,0.189726,0.956491,-0.304999,-0.189064,0.933397,-0.158887,0.163072,0.973736,0.259746,0.060508,0.963779, + 0.449897,0.462233,0.764156,0.032277,0.679939,0.732558,0.001122,0.690049,0.723761,-0.756076,0.595293,0.271984, + -0.858341,0.273822,0.433903,-0.190780,0.174871,0.965931,-0.927422,0.049969,0.370663,-0.280997,-0.261971,0.923262, + -0.190780,0.174871,0.965931,-0.858341,0.273822,0.433903,0.227667,-0.167567,-0.959213,0.309735,0.218457,-0.925387, + 0.354852,0.200437,-0.913184,0.286569,-0.187509,-0.939531,-0.218367,-0.974811,-0.045372,0.021020,-0.723227,-0.690290, + 0.107708,-0.749053,-0.653696,-0.118807,-0.992756,-0.017911,-0.497356,0.599949,-0.626656,0.374872,0.693163,-0.615626, + 0.340397,0.202274,-0.918268,-0.520327,0.292459,-0.802327,-0.927422,0.049969,0.370663,-0.854357,-0.438941,0.278218, + -0.280997,-0.261971,0.923262,0.207154,0.974557,0.085590,-0.033052,0.699769,0.713604,0.002340,0.687323,0.726348, + 0.239827,0.966048,0.096098,0.130426,0.090317,0.987336,0.344230,0.524309,0.778849,0.001122,0.690049,0.723761, + -0.190780,0.174871,0.965931,0.271410,0.956792,0.104331,0.711464,0.667106,0.220883,0.783090,0.459679,-0.418886, + 0.405742,0.682811,-0.607571,0.241128,0.965772,0.095617,-0.597792,0.787826,-0.148242,-0.756076,0.595293,0.271984, + 0.001122,0.690049,0.723761,-0.218335,-0.974814,-0.045466,-0.257305,-0.766493,0.588458,-0.854357,-0.438941,0.278218, + -0.772629,-0.601282,-0.203728,-0.280997,-0.261971,0.923262,-0.257305,-0.766493,0.588458,0.055867,-0.238139,0.969623, + 0.240612,-0.253693,-0.936881,0.567762,-0.211231,-0.795631,0.067898,-0.798785,-0.597773,0.055867,-0.238139,0.969623, + 0.130426,0.090317,0.987336,-0.190780,0.174871,0.965931,-0.280997,-0.261971,0.923262,0.344230,0.524309,0.778849, + 0.627315,0.752678,0.199878,0.241128,0.965772,0.095617,0.001122,0.690049,0.723761,0.700156,0.522231,-0.486884, + 0.618034,0.122471,-0.776553,0.340397,0.202274,-0.918268,0.374872,0.693163,-0.615626,0.082310,-0.821741,-0.563886, + 0.268052,-0.286152,-0.919927,0.677671,-0.219551,-0.701826,-0.248768,-0.292484,0.923346,0.196982,-0.249421,0.948149, + 0.259746,0.060508,0.963779,-0.158887,0.163072,0.973736,0.032277,0.679939,0.732558,0.449897,0.462233,0.764156, + 0.711464,0.667106,0.220883,0.271410,0.956792,0.104331,0.405742,0.682811,-0.607571,0.783090,0.459679,-0.418886, + 0.714781,0.090815,-0.693427,0.371944,0.191226,-0.908345,0.196982,-0.249421,0.948149,-0.248768,-0.292484,0.923346, + -0.227835,-0.790601,0.568367,0.627315,0.752678,0.199878,0.700156,0.522231,-0.486884,0.374872,0.693163,-0.615626, + 0.241128,0.965772,0.095617,-0.597792,0.787826,-0.148242,0.241128,0.965772,0.095617,0.374872,0.693163,-0.615626, + -0.497356,0.599949,-0.626656,0.239827,0.966048,0.096098,0.377103,0.688120,-0.619907,0.340764,0.701535,-0.625882, + 0.207154,0.974557,0.085590,-0.604725,-0.460966,-0.649475,0.067898,-0.798785,-0.597773,-0.218335,-0.974814,-0.045466, + -0.772629,-0.601282,-0.203728,0.240612,-0.253693,-0.936881,0.067898,-0.798785,-0.597773,-0.604725,-0.460966,-0.649475, + -0.252322,-0.717341,0.649427,-0.249278,-0.204379,0.946620,-0.304999,-0.189064,0.933397,-0.341446,-0.689706,0.638530, + 0.371944,0.191226,-0.908345,0.714781,0.090815,-0.693427,0.677671,-0.219551,-0.701826,0.268052,-0.286152,-0.919927, + 0.618034,0.122471,-0.776553,0.567762,-0.211231,-0.795631,0.240612,-0.253693,-0.936881,0.340397,0.202274,-0.918268, + -0.520327,0.292459,-0.802327,0.340397,0.202274,-0.918268,0.240612,-0.253693,-0.936881,-0.582208,0.063934,-0.810522, + 0.021020,-0.723227,-0.690290,0.227667,-0.167567,-0.959213,0.286569,-0.187509,-0.939531,0.107708,-0.749053,-0.653696, + -0.614052,-0.092381,0.783840,-0.430172,-0.728857,0.532654,-0.248768,-0.292484,0.923346,-0.257305,-0.766493,0.588458, + -0.280997,-0.261971,0.923262,-0.854357,-0.438941,0.278218,0.240612,-0.253693,-0.936881,-0.604725,-0.460966,-0.649475, + -0.582208,0.063934,-0.810522,-0.341446,-0.689706,0.638530,-0.218367,-0.974811,-0.045372,-0.118807,-0.992756,-0.017911, + -0.252322,-0.717341,0.649427,-0.175522,0.172694,0.969210,-0.249278,-0.204379,0.946620,0.040615,-0.252329,0.966789, + 0.099789,0.119324,0.987828,0.377103,0.688120,-0.619907,0.239827,0.966048,0.096098,0.482476,0.859417,0.169174, + 0.612211,0.598581,-0.516622,-0.118807,-0.992756,-0.017911,0.107708,-0.749053,-0.653696,0.442538,-0.745679,-0.498120, + 0.257177,-0.962574,0.085508,-0.249278,-0.204379,0.946620,-0.252322,-0.717341,0.649427,0.104710,-0.718741,0.687348, + 0.040615,-0.252329,0.966789,-0.252322,-0.717341,0.649427,-0.118807,-0.992756,-0.017911,0.257177,-0.962574,0.085508, + 0.104710,-0.718741,0.687348,0.354852,0.200437,-0.913184,0.377103,0.688120,-0.619907,0.612211,0.598581,-0.516622, + 0.597194,0.126564,-0.792049,0.002340,0.687323,0.726348,-0.175522,0.172694,0.969210,0.099789,0.119324,0.987828, + 0.260286,0.602008,0.754876,0.239827,0.966048,0.096098,0.002340,0.687323,0.726348,0.260286,0.602008,0.754876, + 0.482476,0.859417,0.169174,0.107708,-0.749053,-0.653696,0.286569,-0.187509,-0.939531,0.560445,-0.238201,-0.793197, + 0.442538,-0.745679,-0.498120,0.286569,-0.187509,-0.939531,0.354852,0.200437,-0.913184,0.597194,0.126564,-0.792049, + 0.560445,-0.238201,-0.793197,0.257177,-0.962574,0.085508,0.442538,-0.745679,-0.498120,0.800447,-0.566033,-0.197207, + 0.678330,-0.707332,0.198868,0.612211,0.598581,-0.516622,0.482476,0.859417,0.169174,0.833732,0.480261,0.272472, + 0.925821,0.299116,-0.231051,0.442538,-0.745679,-0.498120,0.560445,-0.238201,-0.793197,0.877775,-0.254171,-0.406090, + 0.800447,-0.566033,-0.197207,0.597194,0.126564,-0.792049,0.612211,0.598581,-0.516622,0.925821,0.299116,-0.231051, + 0.911328,-0.027254,-0.410778,0.040615,-0.252329,0.966789,0.104710,-0.718741,0.687348,0.558735,-0.548948,0.621668, + 0.504732,-0.273782,0.818712,0.104710,-0.718741,0.687348,0.257177,-0.962574,0.085508,0.678330,-0.707332,0.198868, + 0.558735,-0.548948,0.621668,0.482476,0.859417,0.169174,0.260286,0.602008,0.754876,0.687246,0.315331,0.654415, + 0.833732,0.480261,0.272472,0.560445,-0.238201,-0.793197,0.597194,0.126564,-0.792049,0.911328,-0.027254,-0.410778, + 0.877775,-0.254171,-0.406090,0.260286,0.602008,0.754876,0.099789,0.119324,0.987828,0.552989,0.005143,0.833173, + 0.687246,0.315331,0.654415,0.099789,0.119324,0.987828,0.040615,-0.252329,0.966789,0.504732,-0.273782,0.818712, + 0.552989,0.005143,0.833173,0.925821,0.299116,-0.231051,0.833732,0.480261,0.272472,0.936364,-0.203501,0.286025, + 0.800447,-0.566033,-0.197207,0.877775,-0.254171,-0.406090,0.936364,-0.203501,0.286025,0.911328,-0.027254,-0.410778, + 0.925821,0.299116,-0.231051,0.936364,-0.203501,0.286025,0.504732,-0.273782,0.818712,0.558735,-0.548948,0.621668, + 0.936364,-0.203501,0.286025,0.558735,-0.548948,0.621668,0.678330,-0.707332,0.198868,0.936364,-0.203501,0.286025, + 0.833732,0.480261,0.272472,0.687246,0.315331,0.654415,0.936364,-0.203501,0.286025,0.877775,-0.254171,-0.406090, + 0.911328,-0.027254,-0.410778,0.936364,-0.203501,0.286025,0.687246,0.315331,0.654415,0.552989,0.005143,0.833173, + 0.936364,-0.203501,0.286025,0.552989,0.005143,0.833173,0.504732,-0.273782,0.818712,0.936364,-0.203501,0.286025, + 0.678330,-0.707332,0.198868,0.800447,-0.566033,-0.197207,0.936364,-0.203501,0.286025,0.018082,-0.727157,-0.686233, + 0.039016,-0.726216,-0.686358,-0.191145,-0.980833,-0.037806,-0.219393,-0.974562,-0.045777,0.309317,0.215891,-0.926128, + 0.308909,0.213327,-0.926859,0.229820,-0.168992,-0.958449,0.227867,-0.166274,-0.959390,-0.341894,-0.694906,0.632625, + -0.324397,-0.693113,0.643709,-0.302952,-0.188788,0.934119,-0.304804,-0.187278,0.933821,0.227867,-0.166274,-0.959390, + 0.229820,-0.168992,-0.958449,0.039016,-0.726216,-0.686358,0.018082,-0.727157,-0.686233,0.340872,0.699378,-0.628233, + 0.341007,0.697228,-0.630545,0.308909,0.213327,-0.926859,0.309317,0.215891,-0.926128,-0.034004,0.697899,0.715389, + -0.034935,0.696035,0.717158,0.207045,0.974556,0.085869,0.207081,0.974561,0.085724,-0.304804,-0.187278,0.933821, + -0.302952,-0.188788,0.934119,-0.223588,0.182634,0.957420,-0.222621,0.186178,0.956963,-0.219393,-0.974562,-0.045777, + -0.191145,-0.980833,-0.037806,-0.324397,-0.693113,0.643709,-0.341894,-0.694906,0.632625,0.207081,0.974561,0.085724, + 0.207045,0.974556,0.085869,0.341007,0.697228,-0.630545,0.340872,0.699378,-0.628233,-0.222621,0.186178,0.956963, + -0.223588,0.182634,0.957420,-0.034935,0.696035,0.717158,-0.034004,0.697899,0.715389,-0.227835,-0.790601,0.568367, + -0.430172,-0.728857,0.532654,-0.218384,-0.974807,-0.045376,-0.218358,-0.974809,-0.045471,-0.026143,0.271166,-0.962177, + 0.371944,0.191226,-0.908345,0.268052,-0.286152,-0.919927,-0.123786,-0.058901,-0.990559,-0.218358,-0.974809,-0.045471, + -0.218384,-0.974807,-0.045376,-0.113494,-0.760593,-0.639232,0.082310,-0.821741,-0.563886,-0.248768,-0.292484,0.923346, + -0.430172,-0.728857,0.532654,-0.227835,-0.790601,0.568367,-0.047790,0.709956,-0.702623,0.405742,0.682811,-0.607571, + 0.371944,0.191226,-0.908345,-0.026143,0.271166,-0.962177,-0.401808,0.708964,0.579586,0.032277,0.679939,0.732558, + 0.271410,0.956792,0.104331,-0.223899,0.973909,-0.037021,-0.614052,-0.092381,0.783840,-0.248768,-0.292484,0.923346, + -0.158887,0.163072,0.973736,-0.536570,0.246446,0.807067,-0.113494,-0.760593,-0.639232,-0.123786,-0.058901,-0.990559, + 0.268052,-0.286152,-0.919927,-0.223899,0.973909,-0.037021,0.271410,0.956792,0.104331,0.405742,0.682811,-0.607571, + -0.047790,0.709956,-0.702623,-0.536570,0.246446,0.807067,-0.158887,0.163072,0.973736,0.032277,0.679939,0.732558, + -0.401808,0.708964,0.579586,0.268052,-0.286152,-0.919927,0.082310,-0.821741,-0.563886,-0.113494,-0.760593,-0.639232, + -0.255531,0.181477,0.949616,0.186817,0.083397,0.978848,0.373348,0.514404,0.772010,-0.069134,0.702620,0.708198, + 0.169346,0.982604,0.076230,0.638002,0.743092,0.201908,0.721611,0.513154,-0.464706,0.307074,0.705128,-0.639140, + -0.451625,-0.741712,0.495882,-0.348947,-0.295938,0.889189,-0.718031,-0.051303,0.694118,-0.348947,-0.295938,0.889189, + 0.125227,-0.244006,0.961654,0.186817,0.083397,0.978848,-0.255531,0.181477,0.949616,-0.069134,0.702620,0.708198, + 0.373348,0.514404,0.772010,0.638002,0.743092,0.201908,0.169346,0.982604,0.076230,0.307074,0.705128,-0.639140, + 0.721611,0.513154,-0.464706,0.660585,0.113311,-0.742151,0.277353,0.210070,-0.937521,-0.451625,-0.741712,0.495882, + -0.215823,-0.793103,0.569568,-0.348947,-0.295938,0.889189,-0.150290,-0.772215,-0.617331,-0.259761,-0.014951,-0.965557, + 0.162928,-0.288833,-0.943414,0.277353,0.210070,-0.937521,0.660585,0.113311,-0.742151,0.622759,-0.215259,-0.752220, + 0.162928,-0.288833,-0.943414,-0.218376,-0.974805,-0.045465,-0.218402,-0.974804,-0.045369,-0.150290,-0.772215,-0.617331, + 0.093373,-0.824581,-0.557985,-0.150290,-0.772215,-0.617331,0.162928,-0.288833,-0.943414,0.093373,-0.824581,-0.557985, + 0.277353,0.210070,-0.937521,0.162928,-0.288833,-0.943414,-0.259761,-0.014951,-0.965557,-0.159093,0.287898,-0.944354, + 0.162928,-0.288833,-0.943414,0.622759,-0.215259,-0.752220,0.093373,-0.824581,-0.557985,0.169346,0.982604,0.076230, + 0.307074,0.705128,-0.639140,-0.183346,0.692621,-0.697611,-0.353496,0.932382,-0.075522,0.307074,0.705128,-0.639140, + 0.277353,0.210070,-0.937521,-0.159093,0.287898,-0.944354,-0.183346,0.692621,-0.697611,-0.069134,0.702620,0.708198, + 0.169346,0.982604,0.076230,-0.353496,0.932382,-0.075522,-0.514725,0.692221,0.505854,-0.348947,-0.295938,0.889189, + -0.255531,0.181477,0.949616,-0.641977,0.265398,0.719326,-0.718031,-0.051303,0.694118,0.125227,-0.244006,0.961654, + -0.348947,-0.295938,0.889189,-0.215823,-0.793103,0.569568,-0.218402,-0.974804,-0.045369,-0.218376,-0.974805,-0.045465, + -0.215823,-0.793103,0.569568,-0.451625,-0.741712,0.495882,-0.255531,0.181477,0.949616,-0.069134,0.702620,0.708198, + -0.514725,0.692221,0.505854,-0.641977,0.265398,0.719326,0.019768,-0.727856,-0.685445,-0.216521,-0.975239,-0.045026, + -0.263087,-0.963042,-0.057748,-0.001744,-0.705159,-0.709047,0.309320,0.215900,-0.926125,0.228986,-0.162973,-0.959690, + 0.225645,-0.160004,-0.960980,0.309729,0.218461,-0.925388,-0.340056,-0.696238,0.632150,-0.304164,-0.184558,0.934571, + -0.307114,-0.182845,0.933943,-0.369563,-0.671517,0.642253,0.207086,0.974560,0.085720,0.340874,0.699372,-0.628239, + 0.340740,0.701528,-0.625904,0.207132,0.974562,0.085582,0.340874,0.699372,-0.628239,0.309320,0.215900,-0.926125, + 0.309729,0.218461,-0.925388,0.340740,0.701528,-0.625904,-0.034005,0.697892,0.715395,0.207086,0.974560,0.085720, + 0.207132,0.974562,0.085582,-0.033063,0.699757,0.713615,-0.304164,-0.184558,0.934571,-0.222622,0.186175,0.956963, + -0.221655,0.189718,0.956492,-0.307114,-0.182845,0.933943,-0.216521,-0.975239,-0.045026,-0.340056,-0.696238,0.632150, + -0.369563,-0.671517,0.642253,-0.263087,-0.963042,-0.057748,0.228986,-0.162973,-0.959690,0.019768,-0.727856,-0.685445, + -0.001744,-0.705159,-0.709047,0.225645,-0.160004,-0.960980,-0.222622,0.186175,0.956963,-0.034005,0.697892,0.715395, + -0.033063,0.699757,0.713615,-0.221655,0.189718,0.956492,-0.221648,0.189728,0.956491,-0.222621,0.186178,0.956963, + -0.034004,0.697899,0.715389,-0.033071,0.699762,0.713610,0.207119,0.974566,0.085577,0.207081,0.974561,0.085724, + 0.340872,0.699378,-0.628233,0.340733,0.701526,-0.625909,-0.247718,-0.967355,-0.053483,-0.219393,-0.974562,-0.045777, + -0.341894,-0.694906,0.632625,-0.359977,-0.678499,0.640356,-0.306556,-0.185790,0.933545,-0.304804,-0.187278,0.933821, + -0.222621,0.186178,0.956963,-0.221648,0.189728,0.956491,-0.033071,0.699762,0.713610,-0.034004,0.697899,0.715389, + 0.207081,0.974561,0.085724,0.207119,0.974566,0.085577,0.340733,0.701526,-0.625909,0.340872,0.699378,-0.628233, + 0.309317,0.215891,-0.926128,0.309724,0.218457,-0.925390,0.226032,-0.163584,-0.960286,0.227867,-0.166274,-0.959390, + 0.018082,-0.727157,-0.686233,0.005630,-0.712202,-0.701952,-0.359977,-0.678499,0.640356,-0.341894,-0.694906,0.632625, + -0.304804,-0.187278,0.933821,-0.306556,-0.185790,0.933545,0.309724,0.218457,-0.925390,0.309317,0.215891,-0.926128, + 0.227867,-0.166274,-0.959390,0.226032,-0.163584,-0.960286,0.005630,-0.712202,-0.701952,0.018082,-0.727157,-0.686233, + -0.219393,-0.974562,-0.045777,-0.247718,-0.967355,-0.053483,-0.223586,0.182631,0.957421,-0.034938,0.696037,0.717156, + -0.034005,0.697892,0.715395,-0.222622,0.186175,0.956963,0.232519,-0.165984,-0.958324,0.055240,-0.723675,-0.687927, + 0.019768,-0.727856,-0.685445,0.228986,-0.162973,-0.959690,-0.169830,-0.984960,-0.031805,-0.311534,-0.690352,0.652963, + -0.340056,-0.696238,0.632150,-0.216521,-0.975239,-0.045026,-0.301049,-0.186305,0.935232,-0.223586,0.182631,0.957421, + -0.222622,0.186175,0.956963,-0.304164,-0.184558,0.934571,-0.034938,0.696037,0.717156,0.207040,0.974558,0.085858, + 0.207086,0.974560,0.085720,-0.034005,0.697892,0.715395,0.341003,0.697225,-0.630550,0.308908,0.213336,-0.926857, + 0.309320,0.215900,-0.926125,0.340874,0.699372,-0.628239,0.207040,0.974558,0.085858,0.341003,0.697225,-0.630550, + 0.340874,0.699372,-0.628239,0.207086,0.974560,0.085720,-0.311534,-0.690352,0.652963,-0.301049,-0.186305,0.935232, + -0.304164,-0.184558,0.934571,-0.340056,-0.696238,0.632150,0.308908,0.213336,-0.926857,0.232519,-0.165984,-0.958324, + 0.228986,-0.162973,-0.959690,0.309320,0.215900,-0.926125,0.055240,-0.723675,-0.687927,-0.169830,-0.984960,-0.031805, + -0.216521,-0.975239,-0.045026,0.019768,-0.727856,-0.685445,-0.756076,0.595293,0.271984,-0.597792,0.787826,-0.148242, + -0.943268,0.202769,-0.262928,-0.597792,0.787826,-0.148242,-0.497356,0.599949,-0.626656,-0.943268,0.202769,-0.262928, + -0.497356,0.599949,-0.626656,-0.520327,0.292459,-0.802327,-0.943268,0.202769,-0.262928,-0.520327,0.292459,-0.802327, + -0.582208,0.063934,-0.810522,-0.943268,0.202769,-0.262928,-0.582208,0.063934,-0.810522,-0.604725,-0.460966,-0.649475, + -0.943268,0.202769,-0.262928,-0.604725,-0.460966,-0.649475,-0.772629,-0.601282,-0.203728,-0.943268,0.202769,-0.262928, + -0.772629,-0.601282,-0.203728,-0.854357,-0.438941,0.278218,-0.943268,0.202769,-0.262928,-0.854357,-0.438941,0.278218, + -0.927422,0.049969,0.370663,-0.943268,0.202769,-0.262928,-0.927422,0.049969,0.370663,-0.858341,0.273822,0.433903, + -0.943268,0.202769,-0.262928,-0.858341,0.273822,0.433903,-0.756076,0.595293,0.271984,-0.943268,0.202769,-0.262928, + 0.291743,0.857260,0.424255,0.765304,0.497922,0.407901,0.782255,0.550847,0.290939,0.282300,0.898382,0.336476, + -0.907096,0.420485,0.019208,-0.973611,-0.146979,-0.174582,-0.977006,-0.167783,-0.131563,-0.908579,0.413897,0.056330, + -0.810086,-0.545387,-0.215208,-0.977006,-0.167783,-0.131563,-0.973611,-0.146979,-0.174582,-0.806700,-0.523292,-0.274592, + -0.971171,-0.171322,-0.165759,-0.794689,-0.308294,0.522899,-0.743380,0.037049,0.667843,-0.912432,0.406248,0.049297, + -0.903803,0.427911,0.005632,-0.344379,0.498105,-0.795798,-0.396235,0.179540,-0.900424,-0.965749,-0.146829,-0.213940, + -0.257365,-0.002026,-0.966312,-0.761333,-0.566670,-0.315051,-0.965749,-0.146829,-0.213940,-0.396235,0.179540,-0.900424, + 0.968741,0.160391,0.189248,0.782255,0.550847,0.290939,0.765304,0.497922,0.407901,0.938088,0.105501,0.329941, + 0.418651,-0.880312,-0.223118,0.888683,-0.458245,-0.015932,0.850546,-0.504263,0.149297,0.372613,-0.925027,-0.074056, + 0.354555,0.759060,-0.546003,0.282802,0.861695,0.421313,0.767106,0.500109,0.401795,0.619782,0.556515,-0.553318, + -0.257365,-0.002026,-0.966312,-0.032302,-0.491281,-0.870402,-0.761333,-0.566670,-0.315051,-0.452539,0.862842,0.225195, + -0.907096,0.420485,0.019208,-0.908579,0.413897,0.056330,-0.437698,0.853702,0.282159,-0.912585,-0.278710,0.299181, + -0.851275,0.151791,0.502285,-0.903803,0.427911,0.005632,-0.965749,-0.146829,-0.213940,-0.448189,0.843068,0.297258, + -0.427079,0.282359,0.858998,0.044682,0.308767,0.950088,0.278294,0.841926,0.462292,-0.440759,0.859531,0.258724, + -0.072834,0.752129,-0.654979,-0.344379,0.498105,-0.795798,-0.903803,0.427911,0.005632,0.402342,-0.885053,-0.234098, + -0.221193,-0.932979,-0.283945,-0.032302,-0.491281,-0.870402,0.435108,-0.458007,-0.775184,-0.761333,-0.566670,-0.315051, + -0.221193,-0.932979,-0.283945,-0.786357,-0.576762,0.221332,0.956822,0.050563,0.286244,0.662906,-0.036816,0.747797, + 0.806582,-0.587506,0.065286,-0.786357,-0.576762,0.221332,-0.912585,-0.278710,0.299181,-0.965749,-0.146829,-0.213940, + -0.761333,-0.566670,-0.315051,-0.851275,0.151791,0.502285,-0.464686,0.462580,0.755041,-0.440759,0.859531,0.258724, + -0.903803,0.427911,0.005632,0.132974,0.495386,0.858435,0.535510,0.261562,0.803004,0.767106,0.500109,0.401795, + 0.282802,0.861695,0.421313,0.772151,-0.623608,0.122048,0.944891,0.013800,0.327094,0.456584,-0.116767,0.881985, + -0.757536,-0.598071,-0.261630,-0.691433,-0.550516,0.467817,-0.794689,-0.308294,0.522899,-0.971171,-0.171322,-0.165759, + -0.912432,0.406248,0.049297,-0.743380,0.037049,0.667843,-0.427079,0.282359,0.858998,-0.448189,0.843068,0.297258, + 0.278294,0.841926,0.462292,0.044682,0.308767,0.950088,0.366470,0.123185,0.922239,0.756736,0.476095,0.447978, + -0.691433,-0.550516,0.467817,-0.757536,-0.598071,-0.261630,-0.177134,-0.963332,-0.201530,-0.464686,0.462580,0.755041, + 0.132974,0.495386,0.858435,0.282802,0.861695,0.421313,-0.440759,0.859531,0.258724,-0.072834,0.752129,-0.654979, + -0.440759,0.859531,0.258724,0.282802,0.861695,0.421313,0.354555,0.759060,-0.546003,-0.437698,0.853702,0.282159, + 0.291743,0.857260,0.424255,0.282300,0.898382,0.336476,-0.452539,0.862842,0.225195,0.766531,-0.217054,-0.604415, + 0.806582,-0.587506,0.065286,0.402342,-0.885053,-0.234098,0.435108,-0.458007,-0.775184,0.956822,0.050563,0.286244, + 0.806582,-0.587506,0.065286,0.766531,-0.217054,-0.604415,-0.316563,-0.924837,-0.210867,-0.810086,-0.545387,-0.215208, + -0.806700,-0.523292,-0.274592,-0.334879,-0.881989,-0.331590,0.756736,0.476095,0.447978,0.366470,0.123185,0.922239, + 0.456584,-0.116767,0.881985,0.944891,0.013800,0.327094,0.535510,0.261562,0.803004,0.662906,-0.036816,0.747797, + 0.956822,0.050563,0.286244,0.767106,0.500109,0.401795,0.619782,0.556515,-0.553318,0.767106,0.500109,0.401795, + 0.956822,0.050563,0.286244,0.702273,0.349957,-0.619953,0.888683,-0.458245,-0.015932,0.968741,0.160391,0.189248, + 0.938088,0.105501,0.329941,0.850546,-0.504263,0.149297,-0.526146,-0.205811,-0.825113,-0.144877,-0.885875,-0.440722, + -0.757536,-0.598071,-0.261630,-0.221193,-0.932979,-0.283945,-0.761333,-0.566670,-0.315051,-0.032302,-0.491281,-0.870402, + 0.956822,0.050563,0.286244,0.766531,-0.217054,-0.604415,0.702273,0.349957,-0.619953,-0.334879,-0.881989,-0.331590, + 0.418651,-0.880312,-0.223118,0.372613,-0.925027,-0.074056,-0.316563,-0.924837,-0.210867,-0.977006,-0.167783,-0.131563, + -0.810086,-0.545387,-0.215208,-0.816266,-0.569475,-0.096999,-0.983159,-0.179749,-0.032999,0.291743,0.857260,0.424255, + -0.437698,0.853702,0.282159,-0.461985,0.778705,0.424485,0.229745,0.733918,0.639204,0.372613,-0.925027,-0.074056, + 0.850546,-0.504263,0.149297,0.688405,-0.554011,0.468156,0.268833,-0.934625,0.232818,-0.810086,-0.545387,-0.215208, + -0.316563,-0.924837,-0.210867,-0.362893,-0.931192,0.034503,-0.816266,-0.569475,-0.096999,-0.316563,-0.924837,-0.210867, + 0.372613,-0.925027,-0.074056,0.268833,-0.934625,0.232818,-0.362893,-0.931192,0.034503,0.765304,0.497922,0.407901, + 0.291743,0.857260,0.424255,0.229745,0.733918,0.639204,0.651231,0.363712,0.666042,-0.908579,0.413897,0.056330, + -0.977006,-0.167783,-0.131563,-0.983159,-0.179749,-0.032999,-0.909462,0.387737,0.150130,-0.437698,0.853702,0.282159, + -0.908579,0.413897,0.056330,-0.909462,0.387737,0.150130,-0.461985,0.778705,0.424485,0.850546,-0.504263,0.149297, + 0.938088,0.105501,0.329941,0.784375,-0.003238,0.620279,0.688405,-0.554011,0.468156,0.938088,0.105501,0.329941, + 0.765304,0.497922,0.407901,0.651231,0.363712,0.666042,0.784375,-0.003238,0.620279,0.268833,-0.934625,0.232818, + 0.688405,-0.554011,0.468156,0.336464,-0.524698,0.781974,0.052951,-0.774807,0.629977,0.229745,0.733918,0.639204, + -0.461985,0.778705,0.424485,-0.495254,0.396802,0.772834,0.028493,0.365407,0.930412,0.688405,-0.554011,0.468156, + 0.784375,-0.003238,0.620279,0.386991,-0.162437,0.907663,0.336464,-0.524698,0.781974,0.651231,0.363712,0.666042, + 0.229745,0.733918,0.639204,0.028493,0.365407,0.930412,0.307785,0.063643,0.949325,-0.816266,-0.569475,-0.096999, + -0.362893,-0.931192,0.034503,-0.423328,-0.791761,0.440350,-0.713290,-0.567949,0.410671,-0.362893,-0.931192,0.034503, + 0.268833,-0.934625,0.232818,0.052951,-0.774807,0.629977,-0.423328,-0.791761,0.440350,-0.461985,0.778705,0.424485, + -0.909462,0.387737,0.150130,-0.788056,0.126834,0.602396,-0.495254,0.396802,0.772834,0.784375,-0.003238,0.620279, + 0.651231,0.363712,0.666042,0.307785,0.063643,0.949325,0.386991,-0.162437,0.907663,-0.909462,0.387737,0.150130, + -0.983159,-0.179749,-0.032999,-0.861600,-0.262289,0.434569,-0.788056,0.126834,0.602396,-0.983159,-0.179749,-0.032999, + -0.816266,-0.569475,-0.096999,-0.713290,-0.567949,0.410671,-0.861600,-0.262289,0.434569,0.028493,0.365407,0.930412, + -0.495254,0.396802,0.772834,-0.221023,-0.313643,0.923459,0.336464,-0.524698,0.781974,0.386991,-0.162437,0.907663, + -0.221023,-0.313643,0.923459,0.307785,0.063643,0.949325,0.028493,0.365407,0.930412,-0.221023,-0.313643,0.923459, + -0.713290,-0.567949,0.410671,-0.423328,-0.791761,0.440350,-0.221023,-0.313643,0.923459,-0.423328,-0.791761,0.440350, + 0.052951,-0.774807,0.629977,-0.221023,-0.313643,0.923459,-0.495254,0.396802,0.772834,-0.788056,0.126834,0.602396, + -0.221023,-0.313643,0.923459,0.386991,-0.162437,0.907663,0.307785,0.063643,0.949325,-0.221023,-0.313643,0.923459, + -0.788056,0.126834,0.602396,-0.861600,-0.262289,0.434569,-0.221023,-0.313643,0.923459,-0.861600,-0.262289,0.434569, + -0.713290,-0.567949,0.410671,-0.221023,-0.313643,0.923459,0.052951,-0.774807,0.629977,0.336464,-0.524698,0.781974, + -0.221023,-0.313643,0.923459,0.853979,-0.489485,0.176420,0.817095,-0.542313,0.195583,0.391809,-0.911947,-0.121815, + 0.385539,-0.914252,-0.124508,0.732372,0.466891,0.495625,0.701160,0.438114,0.562521,0.881944,0.056858,0.467912, + 0.910148,0.096023,0.403001,-0.301915,-0.892419,-0.335313,-0.346422,-0.844035,-0.409385,-0.759516,-0.454535,-0.465333, + -0.786570,-0.487093,-0.379536,0.910148,0.096023,0.403001,0.881944,0.056858,0.467912,0.817095,-0.542313,0.195583, + 0.853979,-0.489485,0.176420,0.270126,0.821303,0.502488,0.219169,0.813610,0.538520,0.701160,0.438114,0.562521, + 0.732372,0.466891,0.495625,-0.891339,0.452942,-0.018938,-0.891953,0.439624,-0.105598,-0.485868,0.836390,0.253742, + -0.430951,0.851676,0.298209,-0.786570,-0.487093,-0.379536,-0.759516,-0.454535,-0.465333,-0.923494,-0.098443,-0.370766, + -0.954391,-0.111196,-0.277081,0.385539,-0.914252,-0.124508,0.391809,-0.911947,-0.121815,-0.346422,-0.844035,-0.409385, + -0.301915,-0.892419,-0.335313,-0.430951,0.851676,0.298209,-0.485868,0.836390,0.253742,0.219169,0.813610,0.538520, + 0.270126,0.821303,0.502488,-0.954391,-0.111196,-0.277081,-0.923494,-0.098443,-0.370766,-0.891953,0.439624,-0.105598, + -0.891339,0.452942,-0.018938,-0.177134,-0.963332,-0.201530,-0.144877,-0.885875,-0.440722,0.424313,-0.887151,-0.181441, + 0.422358,-0.887937,-0.182160,0.756658,0.613099,-0.227110,0.756736,0.476095,0.447978,0.944891,0.013800,0.327094, + 0.884620,0.326752,-0.332686,0.422358,-0.887937,-0.182160,0.424313,-0.887151,-0.181441,0.838853,-0.537148,-0.088297, + 0.772151,-0.623608,0.122048,-0.757536,-0.598071,-0.261630,-0.144877,-0.885875,-0.440722,-0.177134,-0.963332,-0.201530, + 0.377434,0.889143,-0.258782,0.278294,0.841926,0.462292,0.756736,0.476095,0.447978,0.756658,0.613099,-0.227110, + -0.609203,0.531040,-0.588956,-0.912432,0.406248,0.049297,-0.448189,0.843068,0.297258,-0.208628,0.881589,-0.423410, + -0.526146,-0.205811,-0.825113,-0.757536,-0.598071,-0.261630,-0.971171,-0.171322,-0.165759,-0.666458,0.088941,-0.740218, + 0.838853,-0.537148,-0.088297,0.884620,0.326752,-0.332686,0.944891,0.013800,0.327094,-0.208628,0.881589,-0.423410, + -0.448189,0.843068,0.297258,0.278294,0.841926,0.462292,0.377434,0.889143,-0.258782,-0.666458,0.088941,-0.740218, + -0.971171,-0.171322,-0.165759,-0.912432,0.406248,0.049297,-0.609203,0.531040,-0.588956,0.944891,0.013800,0.327094, + 0.772151,-0.623608,0.122048,0.838853,-0.537148,-0.088297,0.875685,-0.479878,0.053786,0.398625,-0.892327,-0.211777, + 0.417196,-0.860034,-0.293750,0.901805,-0.432142,0.000557,0.761881,0.509570,0.399845,0.944990,0.132140,0.299220, + 0.953067,0.145741,0.265372,0.767717,0.523214,0.369942,-0.312456,-0.880846,-0.355642,-0.800830,-0.504198,-0.323195, + -0.793761,-0.493283,-0.355830,-0.325253,-0.845419,-0.423647,-0.443545,0.856565,0.263749,0.277810,0.861609,0.424795, + 0.283730,0.875170,0.391885,-0.434414,0.870639,0.230808,0.277810,0.861609,0.424795,0.761881,0.509570,0.399845, + 0.767717,0.523214,0.369942,0.283730,0.875170,0.391885,-0.901376,0.433018,0.004240,-0.443545,0.856565,0.263749, + -0.434414,0.870639,0.230808,-0.893535,0.448218,-0.026389,-0.800830,-0.504198,-0.323195,-0.966299,-0.134039,-0.219771, + -0.961149,-0.118593,-0.249256,-0.793761,-0.493283,-0.355830,0.398625,-0.892327,-0.211777,-0.312456,-0.880846,-0.355642, + -0.325253,-0.845419,-0.423647,0.417196,-0.860034,-0.293750,0.944990,0.132140,0.299220,0.875685,-0.479878,0.053786, + 0.901805,-0.432142,0.000557,0.953067,0.145741,0.265372,-0.966299,-0.134039,-0.219771,-0.901376,0.433018,0.004240, + -0.893535,0.448218,-0.026389,-0.961149,-0.118593,-0.249256,-0.901376,0.433018,0.004240,-0.891339,0.452942,-0.018938, + -0.430951,0.851676,0.298209,-0.443545,0.856565,0.263749,0.944990,0.132140,0.299220,0.910148,0.096023,0.403001, + 0.853979,-0.489485,0.176420,0.875685,-0.479878,0.053786,0.277810,0.861609,0.424795,0.270126,0.821303,0.502488, + 0.732372,0.466891,0.495625,0.761881,0.509570,0.399845,-0.443545,0.856565,0.263749,-0.430951,0.851676,0.298209, + 0.270126,0.821303,0.502488,0.277810,0.861609,0.424795,-0.800830,-0.504198,-0.323195,-0.786570,-0.487093,-0.379536, + -0.954391,-0.111196,-0.277081,-0.966299,-0.134039,-0.219771,0.398625,-0.892327,-0.211777,0.385539,-0.914252,-0.124508, + -0.301915,-0.892419,-0.335313,-0.312456,-0.880846,-0.355642,-0.966299,-0.134039,-0.219771,-0.954391,-0.111196,-0.277081, + -0.891339,0.452942,-0.018938,-0.901376,0.433018,0.004240,0.761881,0.509570,0.399845,0.732372,0.466891,0.495625, + 0.910148,0.096023,0.403001,0.944990,0.132140,0.299220,-0.312456,-0.880846,-0.355642,-0.301915,-0.892419,-0.335313, + -0.786570,-0.487093,-0.379536,-0.800830,-0.504198,-0.323195,0.875685,-0.479878,0.053786,0.853979,-0.489485,0.176420, + 0.385539,-0.914252,-0.124508,0.398625,-0.892327,-0.211777,-0.344379,0.498105,-0.795798,-0.072834,0.752129,-0.654979, + 0.206424,0.308279,-0.928630,-0.072834,0.752129,-0.654979,0.354555,0.759060,-0.546003,0.206424,0.308279,-0.928630, + 0.354555,0.759060,-0.546003,0.619782,0.556515,-0.553318,0.206424,0.308279,-0.928630,0.619782,0.556515,-0.553318, + 0.702273,0.349957,-0.619953,0.206424,0.308279,-0.928630,0.702273,0.349957,-0.619953,0.766531,-0.217054,-0.604415, + 0.206424,0.308279,-0.928630,0.766531,-0.217054,-0.604415,0.435108,-0.458007,-0.775184,0.206424,0.308279,-0.928630, + 0.435108,-0.458007,-0.775184,-0.032302,-0.491281,-0.870402,0.206424,0.308279,-0.928630,-0.032302,-0.491281,-0.870402, + -0.257365,-0.002026,-0.966312,0.206424,0.308279,-0.928630,-0.257365,-0.002026,-0.966312,-0.396235,0.179540,-0.900424, + 0.206424,0.308279,-0.928630,-0.396235,0.179540,-0.900424,-0.344379,0.498105,-0.795798,0.206424,0.308279,-0.928630, + 0.500933,0.690951,-0.521203,0.523620,0.203837,-0.827208,0.480206,0.224337,-0.847983,0.465615,0.706119,-0.533478, + -0.136632,0.705154,0.695765,-0.385433,0.194507,0.902002,-0.341148,0.174805,0.923613,-0.103847,0.691010,0.715347, + -0.421975,-0.212036,0.881464,-0.341148,0.174805,0.923613,-0.385433,0.194507,0.902002,-0.476234,-0.194376,0.857566, + -0.326798,0.164089,0.930740,0.100667,0.046552,0.993831,0.332193,0.448197,0.829920,-0.077552,0.681468,0.727728, + -0.106177,0.692871,0.713201,-0.774526,0.619584,0.127380,-0.915860,0.297622,0.269483,-0.356811,0.177239,0.917209, + -0.979436,0.069258,0.189495,-0.451369,-0.269100,0.850794,-0.356811,0.177239,0.917209,-0.915860,0.297622,0.269483, + 0.392701,-0.171834,-0.903470,0.480206,0.224337,-0.847983,0.523620,0.203837,-0.827208,0.448734,-0.194535,-0.872235, + -0.232292,-0.967732,-0.097647,0.122397,-0.724586,-0.678229,0.202089,-0.753259,-0.625908,-0.139131,-0.988890,-0.052338, + -0.364770,0.623730,-0.691306,0.497511,0.694984,-0.519114,0.509320,0.205905,-0.835581,-0.360794,0.317001,-0.877119, + -0.979436,0.069258,0.189495,-0.900144,-0.422996,0.103998,-0.451369,-0.269100,0.850794,0.214338,0.967510,0.134102, + -0.136632,0.705154,0.695765,-0.103847,0.691010,0.715347,0.244561,0.957904,0.150366,-0.033514,0.080665,0.996178, + 0.226179,0.514752,0.826966,-0.106177,0.692871,0.713201,-0.356811,0.177239,0.917209,0.273242,0.947851,0.164068, + 0.678652,0.642640,0.355592,0.861578,0.445112,-0.244046,0.526300,0.683329,-0.506034,0.245279,0.957770,0.150047, + -0.543247,0.802404,-0.247045,-0.774526,0.619584,0.127380,-0.106177,0.692871,0.713201,-0.232204,-0.967745,-0.097735, + -0.376319,-0.771912,0.512383,-0.900144,-0.422996,0.103998,-0.738633,-0.576327,-0.349668,-0.451369,-0.269100,0.850794, + -0.376319,-0.771912,0.512383,-0.114570,-0.255128,0.960095,0.399668,-0.259775,-0.879081,0.706600,-0.227944,-0.669894, + 0.149542,-0.803602,-0.576074,-0.114570,-0.255128,0.960095,-0.033514,0.080665,0.996178,-0.356811,0.177239,0.917209, + -0.451369,-0.269100,0.850794,0.226179,0.514752,0.826966,0.602199,0.731060,0.320792,0.245279,0.957770,0.150047, + -0.106177,0.692871,0.713201,0.794331,0.512026,-0.326906,0.762684,0.114277,-0.636595,0.509320,0.205905,-0.835581, + 0.497511,0.694984,-0.519114,0.156836,-0.827170,-0.539623,0.423211,-0.293221,-0.857271,0.798049,-0.239438,-0.552980, + -0.419649,-0.300739,0.856418,0.032027,-0.269457,0.962480,0.100667,0.046552,0.993831,-0.326798,0.164089,0.930740, + -0.077552,0.681468,0.727728,0.332193,0.448197,0.829920,0.678652,0.642640,0.355592,0.273242,0.947851,0.164068, + 0.526300,0.683329,-0.506034,0.861578,0.445112,-0.244046,0.842176,0.078131,-0.533513,0.538703,0.193502,-0.819973, + 0.032027,-0.269457,0.962480,-0.419649,-0.300739,0.856418,-0.343594,-0.796772,0.497089,0.602199,0.731060,0.320792, + 0.794331,0.512026,-0.326906,0.497511,0.694984,-0.519114,0.245279,0.957770,0.150047,-0.543247,0.802404,-0.247045, + 0.245279,0.957770,0.150047,0.497511,0.694984,-0.519114,-0.364770,0.623730,-0.691306,0.244561,0.957904,0.150366, + 0.500933,0.690951,-0.521203,0.465615,0.706119,-0.533478,0.214338,0.967510,0.134102,-0.493408,-0.444376,-0.747716, + 0.149542,-0.803602,-0.576074,-0.232204,-0.967745,-0.097735,-0.738633,-0.576327,-0.349668,0.399668,-0.259775,-0.879081, + 0.149542,-0.803602,-0.576074,-0.493408,-0.444376,-0.747716,-0.382511,-0.721680,0.576943,-0.421975,-0.212036,0.881464, + -0.476234,-0.194376,0.857566,-0.469212,-0.691234,0.549578,0.538703,0.193502,-0.819973,0.842176,0.078131,-0.533513, + 0.798049,-0.239438,-0.552980,0.423211,-0.293221,-0.857271,0.762684,0.114277,-0.636595,0.706600,-0.227944,-0.669894, + 0.399668,-0.259775,-0.879081,0.509320,0.205905,-0.835581,-0.360794,0.317001,-0.877119,0.509320,0.205905,-0.835581, + 0.399668,-0.259775,-0.879081,-0.427954,0.083292,-0.899954,0.122397,-0.724586,-0.678229,0.392701,-0.171834,-0.903470, + 0.448734,-0.194535,-0.872235,0.202089,-0.753259,-0.625908,-0.759472,-0.083739,0.645128,-0.539191,-0.727601,0.424112, + -0.419649,-0.300739,0.856418,-0.376319,-0.771912,0.512383,-0.451369,-0.269100,0.850794,-0.900144,-0.422996,0.103998, + 0.399668,-0.259775,-0.879081,-0.493408,-0.444376,-0.747716,-0.427954,0.083292,-0.899954,-0.469212,-0.691234,0.549578, + -0.232292,-0.967732,-0.097647,-0.139131,-0.988890,-0.052338,-0.382511,-0.721680,0.576943,-0.341148,0.174805,0.923613, + -0.421975,-0.212036,0.881464,-0.132014,-0.268462,0.954202,-0.066900,0.111209,0.991543,0.500933,0.690951,-0.521203, + 0.244561,0.957904,0.150366,0.468117,0.842836,0.265506,0.714101,0.590579,-0.375866,-0.139131,-0.988890,-0.052338, + 0.202089,-0.753259,-0.625908,0.507120,-0.758646,-0.409005,0.214973,-0.969266,0.119623,-0.421975,-0.212036,0.881464, + -0.382511,-0.721680,0.576943,-0.033748,-0.731621,0.680875,-0.132014,-0.268462,0.954202,-0.382511,-0.721680,0.576943, + -0.139131,-0.988890,-0.052338,0.214973,-0.969266,0.119623,-0.033748,-0.731621,0.680875,0.523620,0.203837,-0.827208, + 0.500933,0.690951,-0.521203,0.714101,0.590579,-0.375866,0.743345,0.119511,-0.658145,-0.103847,0.691010,0.715347, + -0.341148,0.174805,0.923613,-0.066900,0.111209,0.991543,0.146172,0.595179,0.790187,0.244561,0.957904,0.150366, + -0.103847,0.691010,0.715347,0.146172,0.595179,0.790187,0.468117,0.842836,0.265506,0.202089,-0.753259,-0.625908, + 0.448734,-0.194535,-0.872235,0.696154,-0.253950,-0.671476,0.507120,-0.758646,-0.409005,0.448734,-0.194535,-0.872235, + 0.523620,0.203837,-0.827208,0.743345,0.119511,-0.658145,0.696154,-0.253950,-0.671476,0.214973,-0.969266,0.119623, + 0.507120,-0.758646,-0.409005,0.808439,-0.587114,-0.041523,0.615339,-0.724126,0.311446,0.714101,0.590579,-0.375866, + 0.468117,0.842836,0.265506,0.784429,0.451106,0.425646,0.960230,0.276309,-0.040132,0.507120,-0.758646,-0.409005, + 0.696154,-0.253950,-0.671476,0.933802,-0.277997,-0.225237,0.808439,-0.587114,-0.041523,0.743345,0.119511,-0.658145, + 0.714101,0.590579,-0.375866,0.960230,0.276309,-0.040132,0.974087,-0.048796,-0.220849,-0.132014,-0.268462,0.954202, + -0.033748,-0.731621,0.680875,0.432685,-0.570102,0.698403,0.356066,-0.297538,0.885826,-0.033748,-0.731621,0.680875, + 0.214973,-0.969266,0.119623,0.615339,-0.724126,0.311446,0.432685,-0.570102,0.698403,0.468117,0.842836,0.265506, + 0.146172,0.595179,0.790187,0.576204,0.292887,0.763024,0.784429,0.451106,0.425646,0.696154,-0.253950,-0.671476, + 0.743345,0.119511,-0.658145,0.974087,-0.048796,-0.220849,0.933802,-0.277997,-0.225237,0.146172,0.595179,0.790187, + -0.066900,0.111209,0.991543,0.407028,-0.016414,0.913268,0.576204,0.292887,0.763024,-0.066900,0.111209,0.991543, + -0.132014,-0.268462,0.954202,0.356066,-0.297538,0.885826,0.407028,-0.016414,0.913268,0.960230,0.276309,-0.040132, + 0.784429,0.451106,0.425646,0.863380,-0.230365,0.448894,0.808439,-0.587114,-0.041523,0.933802,-0.277997,-0.225237, + 0.863380,-0.230365,0.448894,0.974087,-0.048796,-0.220849,0.960230,0.276309,-0.040132,0.863380,-0.230365,0.448894, + 0.356066,-0.297538,0.885826,0.432685,-0.570102,0.698403,0.863380,-0.230365,0.448894,0.432685,-0.570102,0.698403, + 0.615339,-0.724126,0.311446,0.863380,-0.230365,0.448894,0.784429,0.451106,0.425646,0.576204,0.292887,0.763024, + 0.863380,-0.230365,0.448894,0.933802,-0.277997,-0.225237,0.974087,-0.048796,-0.220849,0.863380,-0.230365,0.448894, + 0.576204,0.292887,0.763024,0.407028,-0.016414,0.913268,0.863380,-0.230365,0.448894,0.407028,-0.016414,0.913268, + 0.356066,-0.297538,0.885826,0.863380,-0.230365,0.448894,0.615339,-0.724126,0.311446,0.808439,-0.587114,-0.041523, + 0.863380,-0.230365,0.448894,0.118544,-0.728618,-0.674584,0.139174,-0.728716,-0.670525,-0.206850,-0.974654,-0.085224, + -0.233174,-0.967462,-0.098219,0.479830,0.221391,-0.848969,0.479459,0.218442,-0.849942,0.394565,-0.173959,-0.902251, + 0.392894,-0.170812,-0.903580,-0.468610,-0.696591,0.543292,-0.453108,-0.695858,0.557204,-0.474306,-0.194434,0.858621, + -0.476096,-0.192682,0.858025,0.392894,-0.170812,-0.903580,0.394565,-0.173959,-0.902251,0.139174,-0.728716,-0.670525, + 0.118544,-0.728618,-0.674584,0.466193,0.703789,-0.536046,0.466768,0.701456,-0.538597,0.479459,0.218442,-0.849942, + 0.479830,0.221391,-0.848969,-0.138086,0.703149,0.697505,-0.139513,0.701136,0.699246,0.214200,0.967504,0.134364, + 0.214266,0.967508,0.134230,-0.476096,-0.192682,0.858025,-0.474306,-0.194434,0.858621,-0.388078,0.186360,0.902588, + -0.386758,0.190440,0.902303,-0.233174,-0.967462,-0.098219,-0.206850,-0.974654,-0.085224,-0.453108,-0.695858,0.557204, + -0.468610,-0.696591,0.543292,0.214266,0.967508,0.134230,0.214200,0.967504,0.134364,0.466768,0.701456,-0.538597, + 0.466193,0.703789,-0.536046,-0.386758,0.190440,0.902303,-0.388078,0.186360,0.902588,-0.139513,0.701136,0.699246, + -0.138086,0.703149,0.697505,-0.343594,-0.796772,0.497089,-0.539191,-0.727601,0.424112,-0.232265,-0.967739,-0.097647, + -0.232220,-0.967740,-0.097740,0.144418,0.288383,-0.946561,0.538703,0.193502,-0.819973,0.423211,-0.293221,-0.857271, + 0.041525,-0.048888,-0.997941,-0.232220,-0.967740,-0.097740,-0.232265,-0.967739,-0.097647,-0.023932,-0.758829,-0.650850, + 0.156836,-0.827170,-0.539623,-0.419649,-0.300739,0.856418,-0.539191,-0.727601,0.424112,-0.343594,-0.796772,0.497089, + 0.088618,0.726875,-0.681028,0.526300,0.683329,-0.506034,0.538703,0.193502,-0.819973,0.144418,0.288383,-0.946561, + -0.481409,0.726342,0.490583,-0.077552,0.681468,0.727728,0.273242,0.947851,0.164068,-0.189755,0.979569,-0.066624, + -0.759472,-0.083739,0.645128,-0.419649,-0.300739,0.856418,-0.326798,0.164089,0.930740,-0.676180,0.263260,0.688095, + -0.023932,-0.758829,-0.650850,0.041525,-0.048888,-0.997941,0.423211,-0.293221,-0.857271,-0.189755,0.979569,-0.066624, + 0.273242,0.947851,0.164068,0.526300,0.683329,-0.506034,0.088618,0.726875,-0.681028,-0.676180,0.263260,0.688095, + -0.326798,0.164089,0.930740,-0.077552,0.681468,0.727728,-0.481409,0.726342,0.490583,0.423211,-0.293221,-0.857271, + 0.156836,-0.827170,-0.539623,-0.023932,-0.758829,-0.650850,-0.419068,0.185761,0.888749,0.025062,0.072057,0.997086, + 0.256189,0.503731,0.824998,-0.173399,0.707391,0.685223,0.178037,0.976942,0.117842,0.612039,0.721146,0.324586, + 0.811013,0.501856,-0.300665,0.434676,0.708838,-0.555522,-0.553636,-0.739524,0.382873,-0.514216,-0.300626,0.803247, + -0.844620,-0.037641,0.534041,-0.514216,-0.300626,0.803247,-0.042767,-0.262570,0.963965,0.025062,0.072057,0.997086, + -0.419068,0.185761,0.888749,-0.173399,0.707391,0.685223,0.256189,0.503731,0.824998,0.612039,0.721146,0.324586, + 0.178037,0.976942,0.117842,0.434676,0.708838,-0.555522,0.811013,0.501856,-0.300665,0.798337,0.103311,-0.593284, + 0.449367,0.215629,-0.866933,-0.553636,-0.739524,0.382873,-0.331622,-0.799838,0.500285,-0.514216,-0.300626,0.803247, + -0.064767,-0.769431,-0.635438,-0.099315,-0.000131,-0.995056,0.321996,-0.292158,-0.900535,0.449367,0.215629,-0.866933, + 0.798337,0.103311,-0.593284,0.753245,-0.233574,-0.614870,0.321996,-0.292158,-0.900535,-0.232208,-0.967742,-0.097749, + -0.232254,-0.967741,-0.097653,-0.064767,-0.769431,-0.635438,0.166660,-0.830537,-0.531443,-0.064767,-0.769431,-0.635438, + 0.321996,-0.292158,-0.900535,0.166660,-0.830537,-0.531443,0.449367,0.215629,-0.866933,0.321996,-0.292158,-0.900535, + -0.099315,-0.000131,-0.995056,0.006754,0.308219,-0.951291,0.321996,-0.292158,-0.900535,0.753245,-0.233574,-0.614870, + 0.166660,-0.830537,-0.531443,0.178037,0.976942,0.117842,0.434676,0.708838,-0.555522,-0.048484,0.711982,-0.700522, + -0.311808,0.941350,-0.128983,0.434676,0.708838,-0.555522,0.449367,0.215629,-0.866933,0.006754,0.308219,-0.951291, + -0.048484,0.711982,-0.700522,-0.173399,0.707391,0.685223,0.178037,0.976942,0.117842,-0.311808,0.941350,-0.128983, + -0.580587,0.711905,0.395107,-0.514216,-0.300626,0.803247,-0.419068,0.185761,0.888749,-0.764192,0.285529,0.578346, + -0.844620,-0.037641,0.534041,-0.042767,-0.262570,0.963965,-0.514216,-0.300626,0.803247,-0.331622,-0.799838,0.500285, + -0.232254,-0.967741,-0.097653,-0.232208,-0.967742,-0.097749,-0.331622,-0.799838,0.500285,-0.553636,-0.739524,0.382873, + -0.419068,0.185761,0.888749,-0.173399,0.707391,0.685223,-0.580587,0.711905,0.395107,-0.764192,0.285529,0.578346, + 0.120123,-0.729292,-0.673576,-0.230470,-0.968237,-0.096958,-0.273903,-0.954497,-0.117950,0.103698,-0.705693,-0.700888, + 0.479832,0.221394,-0.848968,0.394179,-0.167451,-0.903650,0.391175,-0.164006,-0.905585,0.480204,0.224336,-0.847984, + -0.466735,-0.697904,0.543221,-0.475522,-0.189897,0.858964,-0.478356,-0.187910,0.857826,-0.497449,-0.672214,0.548336, + 0.214277,0.967505,0.134239,0.466203,0.703782,-0.536046,0.465624,0.706114,-0.533477,0.214351,0.967507,0.134103, + 0.466203,0.703782,-0.536046,0.479832,0.221394,-0.848968,0.480204,0.224336,-0.847984,0.465624,0.706114,-0.533477, + -0.138082,0.703145,0.697510,0.214277,0.967505,0.134239,0.214351,0.967507,0.134103,-0.136633,0.705154,0.695765, + -0.475522,-0.189897,0.858964,-0.386759,0.190437,0.902304,-0.385422,0.194510,0.902006,-0.478356,-0.187910,0.857826, + -0.230470,-0.968237,-0.096958,-0.466735,-0.697904,0.543221,-0.497449,-0.672214,0.548336,-0.273903,-0.954497,-0.117950, + 0.394179,-0.167451,-0.903650,0.120123,-0.729292,-0.673576,0.103698,-0.705693,-0.700888,0.391175,-0.164006,-0.905585, + -0.386759,0.190437,0.902304,-0.138082,0.703145,0.697510,-0.136633,0.705154,0.695765,-0.385422,0.194510,0.902006, + -0.385433,0.194512,0.902002,-0.386758,0.190440,0.902303,-0.138086,0.703149,0.697505,-0.136654,0.705162,0.695753, + 0.214335,0.967512,0.134091,0.214266,0.967508,0.134230,0.466193,0.703789,-0.536046,0.465611,0.706119,-0.533481, + -0.259608,-0.959318,-0.110965,-0.233174,-0.967462,-0.098219,-0.468610,-0.696591,0.543292,-0.487711,-0.679523,0.548075, + -0.477776,-0.190958,0.857476,-0.476096,-0.192682,0.858025,-0.386758,0.190440,0.902303,-0.385433,0.194512,0.902002, + -0.136654,0.705162,0.695753,-0.138086,0.703149,0.697505,0.214266,0.967508,0.134230,0.214335,0.967512,0.134091, + 0.465611,0.706119,-0.533481,0.466193,0.703789,-0.536046,0.479830,0.221391,-0.848969,0.480196,0.224336,-0.847989, + 0.391348,-0.167706,-0.904832,0.392894,-0.170812,-0.903580,0.118544,-0.728618,-0.674584,0.109521,-0.713054,-0.692502, + -0.487711,-0.679523,0.548075,-0.468610,-0.696591,0.543292,-0.476096,-0.192682,0.858025,-0.477776,-0.190958,0.857476, + 0.480196,0.224336,-0.847989,0.479830,0.221391,-0.848969,0.392894,-0.170812,-0.903580,0.391348,-0.167706,-0.904832, + 0.109521,-0.713054,-0.692502,0.118544,-0.728618,-0.674584,-0.233174,-0.967462,-0.098219,-0.259608,-0.959318,-0.110965, + -0.388085,0.186367,0.902584,-0.139518,0.701147,0.699234,-0.138082,0.703145,0.697510,-0.386759,0.190437,0.902304, + 0.397386,-0.170949,-0.901588,0.155694,-0.726689,-0.669091,0.120123,-0.729292,-0.673576,0.394179,-0.167451,-0.903650, + -0.186949,-0.979468,-0.075452,-0.441944,-0.693596,0.568868,-0.466735,-0.697904,0.543221,-0.230470,-0.968237,-0.096958, + -0.472507,-0.191927,0.860175,-0.388085,0.186367,0.902584,-0.386759,0.190437,0.902304,-0.475522,-0.189897,0.858964, + -0.139518,0.701147,0.699234,0.214202,0.967502,0.134377,0.214277,0.967505,0.134239,-0.138082,0.703145,0.697510, + 0.466770,0.701469,-0.538579,0.479454,0.218453,-0.849942,0.479832,0.221394,-0.848968,0.466203,0.703782,-0.536046, + 0.214202,0.967502,0.134377,0.466770,0.701469,-0.538579,0.466203,0.703782,-0.536046,0.214277,0.967505,0.134239, + -0.441944,-0.693596,0.568868,-0.472507,-0.191927,0.860175,-0.475522,-0.189897,0.858964,-0.466735,-0.697904,0.543221, + 0.479454,0.218453,-0.849942,0.397386,-0.170949,-0.901588,0.394179,-0.167451,-0.903650,0.479832,0.221394,-0.848968, + 0.155694,-0.726689,-0.669091,-0.186949,-0.979468,-0.075452,-0.230470,-0.968237,-0.096958,0.120123,-0.729292,-0.673576, + -0.774526,0.619584,0.127380,-0.543247,0.802404,-0.247045,-0.874126,0.229468,-0.428075,-0.543247,0.802404,-0.247045, + -0.364770,0.623730,-0.691306,-0.874126,0.229468,-0.428075,-0.364770,0.623730,-0.691306,-0.360794,0.317001,-0.877119, + -0.874126,0.229468,-0.428075,-0.360794,0.317001,-0.877119,-0.427954,0.083292,-0.899954,-0.874126,0.229468,-0.428075, + -0.427954,0.083292,-0.899954,-0.493408,-0.444376,-0.747716,-0.874126,0.229468,-0.428075,-0.493408,-0.444376,-0.747716, + -0.738633,-0.576327,-0.349668,-0.874126,0.229468,-0.428075,-0.738633,-0.576327,-0.349668,-0.900144,-0.422996,0.103998, + -0.874126,0.229468,-0.428075,-0.900144,-0.422996,0.103998,-0.979436,0.069258,0.189495,-0.874126,0.229468,-0.428075, + -0.979436,0.069258,0.189495,-0.915860,0.297622,0.269483,-0.874126,0.229468,-0.428075,-0.915860,0.297622,0.269483, + -0.774526,0.619584,0.127380,-0.874126,0.229468,-0.428075,0.030063,-0.999547,0.001421,0.030063,-0.999547,0.001421, + 0.030063,-0.999547,0.001421,0.030063,-0.999547,0.001421,0.030063,-0.999547,0.001421,0.030063,-0.999547,0.001421, + 0.030063,-0.999547,0.001421,0.030063,-0.999547,0.001421,0.030063,-0.999547,0.001421,0.811729,0.567580,0.137654, + 0.524857,0.532604,0.663972,0.239748,0.018340,0.970662,0.258019,-0.494768,0.829838,0.350716,-0.760847,0.545994, + 0.563455,-0.805346,0.184219,0.767863,-0.611851,-0.189802,0.934695,-0.087027,-0.344631,0.948315,0.267425,-0.170829, + 0.987581,-0.074429,0.138362,0.986025,-0.074605,0.148960,0.831313,0.016388,-0.555563,0.841993,0.011461,-0.539367, + 0.687743,-0.049092,0.724293,0.664130,-0.045606,0.746225,0.986025,-0.074605,0.148960,0.987581,-0.074429,0.138362, + 0.501950,-0.024982,0.864536,0.504689,-0.025481,0.862925,0.664130,-0.045606,0.746225,0.687743,-0.049092,0.724293, + 0.126681,-0.030186,0.991484,0.126603,-0.030148,0.991495,0.340773,-0.032938,0.939568,0.344936,-0.032960,0.938047, + 0.763802,-0.238735,0.599677,0.369014,-0.150711,0.917123,0.377451,-0.153556,0.913209,0.813849,-0.244093,0.527322, + 0.174439,-0.083384,0.981131,-0.000000,-0.069291,0.997597,-0.000000,-0.069291,0.997597,0.175375,-0.083730,0.980935, + 0.000000,-0.997482,0.070913,0.000000,-0.997482,0.070913,0.003029,-0.997478,0.070913,0.003029,-0.997478,0.070913, + 0.003029,-0.997478,0.070913,0.003029,-0.997478,0.070913,0.003029,-0.997478,0.070913,0.003029,-0.997478,0.070913, + 0.027722,0.992939,-0.115345,-0.000000,0.993320,-0.115389,-0.000000,0.993320,-0.115389,0.027722,0.992939,-0.115345, + 0.027722,0.992939,-0.115345,0.027722,0.992939,-0.115345,0.027722,0.992939,-0.115345,0.027722,0.992939,-0.115345, + 0.842221,-0.520691,-0.139798,0.898175,-0.401081,0.180041,0.871552,-0.455355,0.181793,0.801495,-0.580028,-0.145510, + 0.158717,-0.116584,0.980417,-0.533032,-0.107454,0.839244,-0.519535,-0.156678,0.839961,0.167321,-0.193468,0.966734, + -0.379240,-0.166013,-0.910284,0.435374,-0.155965,-0.886636,0.422324,-0.194526,-0.885326,-0.371562,-0.193182,-0.908087, + 0.834765,-0.109726,0.539562,0.158717,-0.116584,0.980417,0.167321,-0.193468,0.966734,0.824133,-0.193558,0.532296, + 0.435374,-0.155965,-0.886636,0.956690,-0.118813,-0.265760,0.950561,-0.180592,-0.252628,0.422324,-0.194526,-0.885326, + -0.927434,-0.102349,0.359708,-0.931355,-0.131242,-0.339637,-0.933836,-0.147845,-0.325719,-0.920399,-0.126984,0.369786, + -0.533032,-0.107454,0.839244,-0.927434,-0.102349,0.359708,-0.920399,-0.126984,0.369786,-0.519535,-0.156678,0.839961, + -0.931355,-0.131242,-0.339637,-0.379240,-0.166013,-0.910284,-0.371562,-0.193182,-0.908087,-0.933836,-0.147845,-0.325719, + 0.956690,-0.118813,-0.265760,0.834765,-0.109726,0.539562,0.824133,-0.193558,0.532296,0.950561,-0.180592,-0.252628, + 0.937470,0.186324,-0.293996,0.423286,0.086039,-0.901901,-0.044054,0.717560,-0.695101,0.427443,0.874384,-0.229663, + 0.141227,0.104625,0.984433,0.825965,0.194170,0.529227,0.347558,0.836669,0.423306,-0.235269,0.637252,0.733865, + -0.924720,0.143396,0.352606,-0.534260,0.060722,0.843137,-0.679207,0.456007,0.575096,-0.797836,0.553681,0.238526, + -0.386607,0.058626,-0.920379,-0.920638,0.140573,-0.364232,-0.775343,0.583590,-0.241382,-0.530888,0.511804,-0.675437, + -0.920638,0.140573,-0.364232,-0.924720,0.143396,0.352606,-0.797836,0.553681,0.238526,-0.775343,0.583590,-0.241382, + -0.534260,0.060722,0.843137,0.141227,0.104625,0.984433,-0.235269,0.637252,0.733865,-0.679207,0.456007,0.575096, + 0.825965,0.194170,0.529227,0.937470,0.186324,-0.293996,0.427443,0.874384,-0.229663,0.347558,0.836669,0.423306, + 0.423286,0.086039,-0.901901,-0.386607,0.058626,-0.920379,-0.530888,0.511804,-0.675437,-0.044054,0.717560,-0.695101, + 0.937470,0.186324,-0.293996,0.825965,0.194170,0.529227,0.843706,0.059552,0.533491,0.962287,0.033900,-0.269915, + -0.920638,0.140573,-0.364232,-0.386607,0.058626,-0.920379,-0.375509,-0.064430,-0.924577,-0.937570,-0.045862,-0.344760, + -0.534260,0.060722,0.843137,-0.924720,0.143396,0.352606,-0.929045,-0.010893,0.369807,-0.532841,0.015486,0.846074, + -0.924720,0.143396,0.352606,-0.920638,0.140573,-0.364232,-0.937570,-0.045862,-0.344760,-0.929045,-0.010893,0.369807, + 0.423286,0.086039,-0.901901,0.937470,0.186324,-0.293996,0.962287,0.033900,-0.269915,0.452797,-0.031051,-0.891073, + 0.825965,0.194170,0.529227,0.141227,0.104625,0.984433,0.152674,0.039341,0.987493,0.843706,0.059552,0.533491, + -0.386607,0.058626,-0.920379,0.423286,0.086039,-0.901901,0.452797,-0.031051,-0.891073,-0.375509,-0.064430,-0.924577, + 0.141227,0.104625,0.984433,-0.534260,0.060722,0.843137,-0.532841,0.015486,0.846074,0.152674,0.039341,0.987493, + -0.679207,0.456007,0.575096,-0.530888,0.511804,-0.675437,-0.775343,0.583590,-0.241382,-0.797836,0.553681,0.238526, + 0.687903,-0.684365,-0.241732,-0.727180,-0.646524,-0.230686,-0.293658,-0.730891,-0.616087,0.295719,-0.744311,-0.598791, + -0.235269,0.637252,0.733865,-0.044054,0.717560,-0.695101,-0.530888,0.511804,-0.675437,-0.679207,0.456007,0.575096, + -0.044054,0.717560,-0.695101,-0.235269,0.637252,0.733865,0.347558,0.836669,0.423306,0.427443,0.874384,-0.229663, + -0.934052,-0.155544,-0.321484,-0.948462,0.126944,-0.290352,-0.422649,0.133924,-0.896344,-0.397944,-0.141484,-0.906434, + 0.185222,0.141035,0.972524,0.172203,-0.109769,0.978926,0.819081,-0.138292,0.556759,0.839945,0.148038,0.522090, + -0.948462,0.126944,-0.290352,-0.930702,0.131871,0.341181,-0.631795,0.734238,0.248454,-0.628183,0.738035,-0.246352, + -0.930702,0.131871,0.341181,-0.948462,0.126944,-0.290352,-0.934052,-0.155544,-0.321484,-0.919464,-0.125364,0.372651, + 0.819081,-0.138292,0.556759,0.172203,-0.109769,0.978926,0.120853,-0.766123,0.631229,0.567004,-0.760900,0.315495, + -0.508074,-0.104449,0.854957,0.172203,-0.109769,0.978926,0.185222,0.141035,0.972524,-0.528656,0.131124,0.838647, + 0.397817,-0.147413,-0.905545,-0.397944,-0.141484,-0.906434,-0.422649,0.133924,-0.896344,0.426214,0.154773,-0.891284, + -0.930702,0.131871,0.341181,-0.919464,-0.125364,0.372651,-0.508074,-0.104449,0.854957,-0.528656,0.131124,0.838647, + 0.397817,-0.147413,-0.905545,0.426214,0.154773,-0.891284,0.950559,0.153411,-0.270005,0.939490,-0.170398,-0.297190, + 0.635277,0.750175,-0.183466,0.300702,0.691553,-0.656759,-0.300107,0.672718,-0.676304,-0.628183,0.738035,-0.246352, + -0.631795,0.734238,0.248454,-0.371247,0.706917,0.602033,0.127232,0.698359,0.704348,0.576992,0.721705,0.382390, + 0.185222,0.141035,0.972524,0.839945,0.148038,0.522090,0.576992,0.721705,0.382390,0.127232,0.698359,0.704348, + -0.930702,0.131871,0.341181,-0.528656,0.131124,0.838647,-0.371247,0.706917,0.602033,-0.631795,0.734238,0.248454, + 0.426214,0.154773,-0.891284,-0.422649,0.133924,-0.896344,-0.300107,0.672718,-0.676304,0.300702,0.691553,-0.656759, + -0.528656,0.131124,0.838647,0.185222,0.141035,0.972524,0.127232,0.698359,0.704348,-0.371247,0.706917,0.602033, + 0.950559,0.153411,-0.270005,0.426214,0.154773,-0.891284,0.300702,0.691553,-0.656759,0.635277,0.750175,-0.183466, + 0.839945,0.148038,0.522090,0.950559,0.153411,-0.270005,0.635277,0.750175,-0.183466,0.576992,0.721705,0.382390, + -0.422649,0.133924,-0.896344,-0.948462,0.126944,-0.290352,-0.628183,0.738035,-0.246352,-0.300107,0.672718,-0.676304, + 0.614355,-0.762166,-0.204135,0.567004,-0.760900,0.315495,0.120853,-0.766123,0.631229,-0.365553,-0.760768,0.536287, + -0.622943,-0.758418,0.191690,-0.607203,-0.759138,-0.234550,-0.287682,-0.718968,-0.632711,0.275521,-0.730377,-0.625010, + 0.939490,-0.170398,-0.297190,0.819081,-0.138292,0.556759,0.567004,-0.760900,0.315495,0.614355,-0.762166,-0.204135, + 0.397817,-0.147413,-0.905545,0.939490,-0.170398,-0.297190,0.614355,-0.762166,-0.204135,0.275521,-0.730377,-0.625010, + -0.919464,-0.125364,0.372651,-0.934052,-0.155544,-0.321484,-0.607203,-0.759138,-0.234550,-0.622943,-0.758418,0.191690, + -0.508074,-0.104449,0.854957,-0.919464,-0.125364,0.372651,-0.622943,-0.758418,0.191690,-0.365553,-0.760768,0.536287, + 0.172203,-0.109769,0.978926,-0.508074,-0.104449,0.854957,-0.365553,-0.760768,0.536287,0.120853,-0.766123,0.631229, + -0.397944,-0.141484,-0.906434,0.397817,-0.147413,-0.905545,0.275521,-0.730377,-0.625010,-0.287682,-0.718968,-0.632711, + -0.934052,-0.155544,-0.321484,-0.397944,-0.141484,-0.906434,-0.287682,-0.718968,-0.632711,-0.607203,-0.759138,-0.234550, + 0.839945,0.148038,0.522090,0.819081,-0.138292,0.556759,0.939490,-0.170398,-0.297190,0.950559,0.153411,-0.270005, + -0.677864,-0.681548,0.275668,0.623065,-0.701835,0.345280,0.134698,-0.744687,0.653680,-0.388387,-0.738921,0.550592, + -0.727180,-0.646524,-0.230686,0.687903,-0.684365,-0.241732,0.623065,-0.701835,0.345280,-0.677864,-0.681548,0.275668, + 0.064915,0.969015,0.238318,0.087035,0.979172,0.183433,-0.049301,0.998780,0.002891,0.014828,0.999887,0.002659, + 0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + 0.004736,0.117877,-0.993017,-0.002223,-0.134406,-0.990924,-0.779366,-0.081936,-0.621189,-0.734929,0.088016,-0.672408, + 0.122001,0.000000,0.992530,0.122001,0.000000,0.992530,0.242180,0.000000,0.970231,0.242180,0.000000,0.970231, + 0.995754,0.042588,-0.081606,0.995965,0.010252,-0.089158,0.778587,-0.084184,-0.621865,0.741526,0.088284,-0.665090, + -0.998418,0.022088,-0.051711,-0.998155,0.008450,-0.060127,-0.998909,0.026256,-0.038612,-0.998340,0.033290,-0.046999, + -0.734929,0.088016,-0.672408,-0.779366,-0.081936,-0.621189,-0.998155,0.008450,-0.060127,-0.998418,0.022088,-0.051711, + 0.993148,0.048904,-0.106138,0.994753,0.030408,-0.097687,0.995965,0.010252,-0.089158,0.995754,0.042588,-0.081606, + 0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + 0.094595,0.915452,0.391152,0.257621,0.877714,0.404042,0.087035,0.979172,0.183433,0.064915,0.969015,0.238318, + -0.114585,0.000000,-0.993413,-0.242180,0.000000,-0.970231,-0.242180,0.000000,-0.970231,-0.122001,0.000000,-0.992530, + 0.125335,-0.000000,0.992115,0.125862,-0.000000,0.992048,0.460402,-0.000000,0.887711,0.460402,-0.000000,0.887711, + -0.992376,0.000000,0.123247,-0.992376,0.000000,0.123247,-0.992376,0.000000,0.123247,-0.992376,0.000000,0.123247, + 0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + 0.993584,0.000000,0.113095,0.993584,0.000000,0.113095,0.993584,0.000000,0.113095,0.993584,0.000000,0.113095, + 0.101494,0.981977,0.159436,-0.138879,0.978305,0.153728,-0.138879,0.978305,0.153728,0.037603,0.986592,0.158814, + -0.062161,0.927425,0.368807,0.094595,0.915452,0.391152,0.064915,0.969015,0.238318,0.019447,0.986982,0.159652, + 0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + 0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.122001,0.000000,0.992530,0.122001,0.000000,0.992530, + 0.741526,0.088284,-0.665090,0.778587,-0.084184,-0.621865,-0.002223,-0.134406,-0.990924,0.004736,0.117877,-0.993017, + 0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + 0.019447,0.986982,0.159652,0.064915,0.969015,0.238318,0.014828,0.999887,0.002659,0.078040,0.996947,0.002420, + 0.286001,0.945201,0.157475,0.101494,0.981977,0.159436,0.037603,0.986592,0.158814,0.286001,0.945201,0.157475, + 0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + -0.224133,-0.000000,0.974558,-0.224133,-0.000000,0.974558,0.125862,-0.000000,0.992048,0.125335,-0.000000,0.992115, + 0.000000,0.000000,-1.000000,-0.114585,0.000000,-0.993413,-0.122001,0.000000,-0.992530,0.000000,0.000000,-1.000000, + 0.843435,0.230114,-0.485453,0.741526,0.088284,-0.665090,0.004736,0.117877,-0.993017,0.010653,0.362451,-0.931942, + 0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.122001,0.000000,0.992530,0.112529,0.000000,0.993648, + 0.990305,0.074005,-0.117552,0.993148,0.048904,-0.106138,0.995754,0.042588,-0.081606,0.995454,0.070729,-0.063789, + -0.853101,0.198956,-0.482323,-0.734929,0.088016,-0.672408,-0.998418,0.022088,-0.051711,-0.998592,0.033566,-0.041074, + -0.998592,0.033566,-0.041074,-0.998418,0.022088,-0.051711,-0.998340,0.033290,-0.046999,-0.997455,0.042118,-0.057521, + 0.995454,0.070729,-0.063789,0.995754,0.042588,-0.081606,0.741526,0.088284,-0.665090,0.843435,0.230114,-0.485453, + 0.112529,0.000000,0.993648,0.122001,0.000000,0.992530,0.242180,0.000000,0.970231,0.242180,0.000000,0.970231, + 0.010653,0.362451,-0.931942,0.004736,0.117877,-0.993017,-0.734929,0.088016,-0.672408,-0.853101,0.198956,-0.482323, + 0.690381,0.715588,-0.106338,0.292952,0.840601,-0.455597,-0.270918,0.842788,-0.465094,-0.694035,0.706431,-0.138818, + 0.838210,-0.041031,0.543802,0.177972,-0.041754,0.983149,0.176294,-0.114634,0.977640,0.834604,-0.117196,0.538240, + 0.690381,0.715588,-0.106338,0.606056,0.651396,0.456486,0.855263,0.061491,0.514533,0.935064,0.162555,-0.315010, + 0.134216,0.648751,0.749072,-0.397459,0.655297,0.642349,-0.532856,-0.052277,0.844590,0.192773,-0.041252,0.980376, + -0.397459,0.655297,0.642349,-0.694584,0.648934,0.310545,-0.941252,0.021525,0.337019,-0.532856,-0.052277,0.844590, + 0.606056,0.651396,0.456486,0.134216,0.648751,0.749072,0.192773,-0.041252,0.980376,0.855263,0.061491,0.514533, + -0.270918,0.842788,-0.465094,0.292952,0.840601,-0.455597,0.392831,0.215480,-0.894009,-0.385569,0.213195,-0.897711, + 0.292952,0.840601,-0.455597,0.690381,0.715588,-0.106338,0.935064,0.162555,-0.315010,0.392831,0.215480,-0.894009, + -0.694584,0.648934,0.310545,-0.694035,0.706431,-0.138818,-0.922042,0.138798,-0.361350,-0.941252,0.021525,0.337019, + -0.694035,0.706431,-0.138818,-0.270918,0.842788,-0.465094,-0.385569,0.213195,-0.897711,-0.922042,0.138798,-0.361350, + 0.156898,0.003652,0.987608,-0.539893,0.003107,0.841728,-0.515879,0.086181,0.852315,0.143618,0.093422,0.985214, + -0.360116,-0.006321,-0.932886,0.378873,-0.002614,-0.925445,0.372395,-0.143600,-0.916898,-0.339670,-0.148233,-0.928790, + 0.378873,-0.002614,-0.925445,0.948493,-0.022931,-0.315966,0.932108,-0.125805,-0.339629,0.372395,-0.143600,-0.916898, + -0.926565,-0.051638,0.372572,-0.936197,-0.031585,-0.350052,-0.918500,-0.130114,-0.373401,-0.918129,-0.112825,0.379882, + -0.936197,-0.031585,-0.350052,-0.360116,-0.006321,-0.932886,-0.339670,-0.148233,-0.928790,-0.918500,-0.130114,-0.373401, + 0.948493,-0.022931,-0.315966,0.838210,-0.041031,0.543802,0.834604,-0.117196,0.538240,0.932108,-0.125805,-0.339629, + 0.177972,-0.041754,0.983149,-0.522508,-0.049354,0.851205,-0.524034,-0.112477,0.844238,0.176294,-0.114634,0.977640, + -0.522508,-0.049354,0.851205,-0.926565,-0.051638,0.372572,-0.918129,-0.112825,0.379882,-0.524034,-0.112477,0.844238, + -0.024041,-0.999703,0.004084,-0.024041,-0.999703,0.004084,-0.024041,-0.999703,0.004084,-0.024041,-0.999703,0.004084, + -0.024041,-0.999703,0.004084,-0.024041,-0.999703,0.004084,-0.024041,-0.999703,0.004084,-0.024041,-0.999703,0.004084, + -0.539893,0.003107,0.841728,-0.927538,-0.008332,0.373637,-0.921284,0.081906,0.380166,-0.515879,0.086181,0.852315, + 0.835068,-0.003500,0.550136,0.156898,0.003652,0.987608,0.143618,0.093422,0.985214,0.822461,0.086281,0.562240, + -0.374295,0.041566,-0.926378,0.425858,0.055495,-0.903087,0.409037,0.134918,-0.902489,-0.352316,0.140290,-0.925306, + 0.425858,0.055495,-0.903087,0.962346,0.017123,-0.271288,0.951232,0.101137,-0.291427,0.409037,0.134918,-0.902489, + -0.927538,-0.008332,0.373637,-0.942867,-0.003770,-0.333147,-0.918378,0.110322,-0.380014,-0.921284,0.081906,0.380166, + -0.942867,-0.003770,-0.333147,-0.374295,0.041566,-0.926378,-0.352316,0.140290,-0.925306,-0.918378,0.110322,-0.380014, + 0.962346,0.017123,-0.271288,0.835068,-0.003500,0.550136,0.822461,0.086281,0.562240,0.951232,0.101137,-0.291427, + 0.918069,-0.197572,-0.343677,0.827594,-0.169870,0.535007,0.826452,-0.133004,0.547072,0.948022,-0.142705,-0.284409, + -0.906939,-0.192015,-0.374956,-0.318455,-0.199180,-0.926776,-0.362657,-0.145518,-0.920491,-0.936377,-0.156586,-0.314130, + -0.911022,-0.145169,0.385960,-0.906939,-0.192015,-0.374956,-0.936377,-0.156586,-0.314130,-0.914360,-0.116867,0.387671, + 0.353605,-0.197515,-0.914304,0.918069,-0.197572,-0.343677,0.948022,-0.142705,-0.284409,0.382653,-0.126932,-0.915131, + -0.318455,-0.199180,-0.926776,0.353605,-0.197515,-0.914304,0.382653,-0.126932,-0.915131,-0.362657,-0.145518,-0.920491, + 0.827594,-0.169870,0.535007,0.164290,-0.159391,0.973449,0.155311,-0.122011,0.980302,0.826452,-0.133004,0.547072, + -0.525717,-0.145892,0.838055,-0.911022,-0.145169,0.385960,-0.914360,-0.116867,0.387671,-0.535011,-0.109045,0.837779, + 0.164290,-0.159391,0.973449,-0.525717,-0.145892,0.838055,-0.535011,-0.109045,0.837779,0.155311,-0.122011,0.980302, + 0.948022,-0.142705,-0.284409,0.826452,-0.133004,0.547072,0.835068,-0.003500,0.550136,0.962346,0.017123,-0.271288, + -0.936377,-0.156586,-0.314130,-0.362657,-0.145518,-0.920491,-0.374295,0.041566,-0.926378,-0.942867,-0.003770,-0.333147, + -0.914360,-0.116867,0.387671,-0.936377,-0.156586,-0.314130,-0.942867,-0.003770,-0.333147,-0.927538,-0.008332,0.373637, + 0.382653,-0.126932,-0.915131,0.948022,-0.142705,-0.284409,0.962346,0.017123,-0.271288,0.425858,0.055495,-0.903087, + -0.362657,-0.145518,-0.920491,0.382653,-0.126932,-0.915131,0.425858,0.055495,-0.903087,-0.374295,0.041566,-0.926378, + 0.826452,-0.133004,0.547072,0.155311,-0.122011,0.980302,0.156898,0.003652,0.987608,0.835068,-0.003500,0.550136, + -0.535011,-0.109045,0.837779,-0.914360,-0.116867,0.387671,-0.927538,-0.008332,0.373637,-0.539893,0.003107,0.841728, + 0.155311,-0.122011,0.980302,-0.535011,-0.109045,0.837779,-0.539893,0.003107,0.841728,0.156898,0.003652,0.987608, + 0.606056,0.651396,0.456486,-0.694584,0.648934,0.310545,-0.397459,0.655297,0.642349,0.134216,0.648751,0.749072, + -0.694035,0.706431,-0.138818,-0.694584,0.648934,0.310545,0.606056,0.651396,0.456486,0.690381,0.715588,-0.106338, + 0.970789,0.239472,-0.014908,0.842049,0.224109,0.490641,0.885322,-0.261370,0.384565,0.948810,-0.315838,0.002369, + 0.464982,0.061377,0.883190,0.198990,-0.066706,0.977729,0.214766,-0.318546,0.923258,0.607144,-0.425338,0.671166, + 0.913691,0.255488,-0.316061,0.970789,0.239472,-0.014908,0.948810,-0.315838,0.002369,0.921659,-0.290066,-0.257693, + 0.842049,0.224109,0.490641,0.464982,0.061377,0.883190,0.607144,-0.425338,0.671166,0.885322,-0.261370,0.384565, + 0.198990,-0.066706,0.977729,-0.000000,-0.106819,0.994278,-0.000000,-0.320175,0.947359,0.214766,-0.318546,0.923258, + 0.913691,0.255488,-0.316061,0.921659,-0.290066,-0.257693,0.760892,-0.159767,-0.628902,0.678827,0.209853,-0.703673, + 0.000000,-0.683530,0.729922,0.399844,-0.728545,0.556190,0.214766,-0.318546,0.923258,-0.000000,-0.320175,0.947359, + -0.000000,-0.957710,-0.287735,0.370084,-0.912035,-0.176721,0.328833,-0.944166,0.020468,-0.000000,-0.999631,-0.027175, + -0.000000,-0.999631,-0.027175,0.328833,-0.944166,0.020468,0.377770,-0.894625,0.238614,0.000000,-0.938425,0.345482, + 0.924978,0.256048,-0.280812,0.910456,0.277050,-0.307106,0.675126,0.373324,-0.636266,0.714071,0.370787,-0.593818, + 0.000000,-0.938425,0.345482,0.377770,-0.894625,0.238614,0.399844,-0.728545,0.556190,0.000000,-0.683530,0.729922, + -0.034291,0.998256,-0.048053,-0.051059,0.998520,0.018738,-0.004334,0.995920,-0.090140,-0.029940,0.991558,-0.126162, + 0.214766,-0.318546,0.923258,0.399844,-0.728545,0.556190,0.607144,-0.425338,0.671166,0.607144,-0.425338,0.671166, + 0.612493,-0.789788,0.032972,0.583898,-0.809260,0.064508,0.885322,-0.261370,0.384565,0.885322,-0.261370,0.384565, + 0.583898,-0.809260,0.064508,0.609654,-0.790784,0.054620,0.948810,-0.315838,0.002369,0.948810,-0.315838,0.002369, + 0.609654,-0.790784,0.054620,0.654949,-0.742767,-0.139067,0.921659,-0.290066,-0.257693,-0.000000,0.998119,-0.061308, + -0.034291,0.998256,-0.048053,-0.029940,0.991558,-0.126162,0.000000,0.989793,-0.142513,0.612493,-0.789788,0.032972, + 0.399844,-0.728545,0.556190,0.377770,-0.894625,0.238614,0.583898,-0.809260,0.064508,0.612493,-0.789788,0.032972, + 0.377770,-0.894625,0.238614,0.328833,-0.944166,0.020468,0.609654,-0.790784,0.054620,0.583898,-0.809260,0.064508, + 0.328833,-0.944166,0.020468,0.370084,-0.912035,-0.176721,0.370084,-0.912035,-0.176721,0.654949,-0.742767,-0.139067, + 0.609654,-0.790784,0.054620,0.370084,-0.912035,-0.176721,-0.000000,-0.957710,-0.287735,-0.000000,-0.775660,-0.631151, + 0.356164,-0.779815,-0.514816,-0.059203,0.997528,0.037860,-0.059203,0.997528,0.037860,-0.059203,0.997528,0.037860, + -0.059203,0.997528,0.037860,-0.051059,0.998520,0.018738,-0.034291,0.998256,-0.048053,-0.000000,0.998119,-0.061308, + -0.000000,0.999281,0.037926,0.295704,0.637600,0.711355,0.526759,0.686069,0.501831,0.197968,0.933852,0.297876, + 0.607144,-0.425338,0.671166,0.399844,-0.728545,0.556190,0.612493,-0.789788,0.032972,0.972535,0.211835,0.096445, + 0.988290,0.151971,0.013729,0.976424,0.204764,0.068324,-0.000000,0.282745,0.959195,-0.505171,0.228887,0.832114, + -0.400744,0.430037,0.808995,-0.000000,0.415288,0.909690,0.937131,0.022399,0.348259,0.898118,-0.026310,0.438966, + 0.758291,-0.305242,0.576040,0.883220,-0.256522,0.392580,0.111321,0.731120,0.673106,0.476772,0.600934,0.641535, + 0.377973,0.572808,0.727343,0.156734,0.639888,0.752315,0.716246,0.326691,0.616656,0.920665,0.066830,0.384591, + 0.945795,0.065498,0.318090,0.960890,-0.042186,-0.273697,0.842858,-0.031906,0.537189,0.834765,-0.109726,0.539562, + 0.956690,-0.118813,-0.265760,-0.938493,-0.048916,-0.341815,-0.385016,-0.078469,-0.919568,-0.379240,-0.166013,-0.910284, + -0.931355,-0.131242,-0.339637,-0.538380,-0.031762,0.842103,-0.932769,-0.028426,0.359353,-0.927434,-0.102349,0.359708, + -0.533032,-0.107454,0.839244,-0.932769,-0.028426,0.359353,-0.938493,-0.048916,-0.341815,-0.931355,-0.131242,-0.339637, + -0.927434,-0.102349,0.359708,0.441368,-0.072891,-0.894361,0.960890,-0.042186,-0.273697,0.956690,-0.118813,-0.265760, + 0.435374,-0.155965,-0.886636,0.842858,-0.031906,0.537189,0.155371,-0.035939,0.987202,0.158717,-0.116584,0.980417, + 0.834765,-0.109726,0.539562,-0.385016,-0.078469,-0.919568,0.441368,-0.072891,-0.894361,0.435374,-0.155965,-0.886636, + -0.379240,-0.166013,-0.910284,0.155371,-0.035939,0.987202,-0.538380,-0.031762,0.842103,-0.533032,-0.107454,0.839244, + 0.158717,-0.116584,0.980417,0.176294,-0.114634,0.977640,-0.524034,-0.112477,0.844238,-0.525717,-0.145892,0.838055, + 0.164290,-0.159391,0.973449,-0.524034,-0.112477,0.844238,-0.918129,-0.112825,0.379882,-0.911022,-0.145169,0.385960, + -0.525717,-0.145892,0.838055,0.834604,-0.117196,0.538240,0.176294,-0.114634,0.977640,0.164290,-0.159391,0.973449, + 0.827594,-0.169870,0.535007,-0.339670,-0.148233,-0.928790,0.372395,-0.143600,-0.916898,0.353605,-0.197515,-0.914304, + -0.318455,-0.199180,-0.926776,0.372395,-0.143600,-0.916898,0.932108,-0.125805,-0.339629,0.918069,-0.197572,-0.343677, + 0.353605,-0.197515,-0.914304,-0.918129,-0.112825,0.379882,-0.918500,-0.130114,-0.373401,-0.906939,-0.192015,-0.374956, + -0.911022,-0.145169,0.385960,-0.918500,-0.130114,-0.373401,-0.339670,-0.148233,-0.928790,-0.318455,-0.199180,-0.926776, + -0.906939,-0.192015,-0.374956,0.932108,-0.125805,-0.339629,0.834604,-0.117196,0.538240,0.827594,-0.169870,0.535007, + 0.918069,-0.197572,-0.343677,0.654949,-0.742767,-0.139067,0.370084,-0.912035,-0.176721,0.356164,-0.779815,-0.514816, + 0.620117,-0.591980,-0.514797,0.227375,0.135453,0.964341,-0.000000,0.110233,0.993906,-0.000000,0.055354,0.998467, + 0.223166,0.085100,0.971059,0.839976,0.143680,0.523256,0.479389,0.160558,0.862791,0.486585,0.132642,0.863505, + 0.847810,0.158915,0.505929,0.924978,0.256048,-0.280812,0.982266,0.178993,0.055812,0.977685,0.209906,0.008450, + 0.910456,0.277050,-0.307106,0.479389,0.160558,0.862791,0.227375,0.135453,0.964341,0.223166,0.085100,0.971059, + 0.486585,0.132642,0.863505,0.982266,0.178993,0.055812,0.839976,0.143680,0.523256,0.847810,0.158915,0.505929, + 0.977685,0.209906,0.008450,0.921659,-0.290066,-0.257693,0.654949,-0.742767,-0.139067,0.620117,-0.591980,-0.514797, + 0.760892,-0.159767,-0.628902,0.716246,0.326691,0.616656,0.476772,0.600934,0.641535,0.817801,0.288669,0.497867, + 0.000000,-0.302044,0.953294,-0.220339,-0.456768,0.861867,-0.479978,-0.070671,0.874430,-0.000000,-0.076414,0.997076, + 0.445894,-0.534263,-0.718152,0.783350,-0.500581,-0.368485,0.602165,-0.629860,-0.490586,-0.000000,-0.214388,-0.976749, + 0.094628,-0.352936,-0.930850,0.218435,-0.589914,-0.777359,0.000000,-0.485317,-0.874338,0.953334,-0.281653,0.108748, + 0.918620,-0.387455,-0.077564,0.986629,-0.162380,-0.013986,0.445894,-0.534263,-0.718152,0.094628,-0.352936,-0.930850, + -0.024782,-0.134726,-0.990573,0.331593,-0.291036,-0.897410,0.949573,-0.131629,0.284579,0.937131,0.022399,0.348259, + 0.883220,-0.256522,0.392580,0.918620,-0.387455,-0.077564,0.783350,-0.500581,-0.368485,0.866930,-0.376446,-0.326680, + 0.986629,-0.162380,-0.013986,0.949573,-0.131629,0.284579,0.953334,-0.281653,0.108748,0.986629,-0.162380,-0.013986, + 0.979044,0.022196,0.202435,-0.505171,0.228887,0.832114,-0.609792,0.408392,0.679242,-0.400744,0.430037,0.808995, + 0.272487,0.728964,0.627982,0.313502,0.804388,0.504654,0.205199,0.796179,0.569204,0.196085,0.733317,0.650997, + 0.272487,0.728964,0.627982,0.196085,0.733317,0.650997,0.199520,0.615149,0.762747,0.288842,0.632804,0.718421, + -0.166557,0.588286,0.791314,0.111321,0.731120,0.673106,0.156734,0.639888,0.752315,-0.121194,0.549358,0.826751, + 0.000000,0.552186,0.833721,-0.166557,0.588286,0.791314,-0.121194,0.549358,0.826751,0.000000,0.514771,0.857328, + -0.000000,0.502388,0.864642,-0.272126,0.515459,0.812558,-0.166557,0.588286,0.791314,0.000000,0.552186,0.833721, + -0.008079,-0.990810,0.135019,-0.008079,-0.990810,0.135019,-0.008079,-0.990810,0.135019,-0.008079,-0.990810,0.135019, + -0.008079,-0.990810,0.135019,-0.008079,-0.990810,0.135019,0.000000,-0.990842,0.135023,0.000000,-0.990843,0.135023, + -0.008079,-0.990810,0.135019,-0.008079,-0.990810,0.135019,-0.008079,-0.990810,0.135019,-0.008079,-0.990810,0.135019, + 0.000000,-0.713750,-0.700401,0.243489,-0.695228,-0.676292,0.245887,-0.725254,-0.643075,0.000000,-0.761424,-0.648254, + 0.609000,-0.621844,-0.492372,0.842221,-0.520691,-0.139798,0.801495,-0.580028,-0.145510,0.561297,-0.650283,-0.511936, + 0.037003,-0.435577,0.899391,0.000000,-0.404705,0.914447,0.000000,-0.462248,0.886751,0.074712,-0.462076,0.883687, + 0.243489,-0.695228,-0.676292,0.609000,-0.621844,-0.492372,0.561297,-0.650283,-0.511936,0.245887,-0.725254,-0.643075, + 0.898175,-0.401081,0.180041,0.775598,-0.388107,0.497815,0.790070,-0.393833,0.469771,0.871552,-0.455355,0.181793, + 0.775598,-0.388107,0.497815,0.514963,-0.341341,0.786320,0.526962,-0.367340,0.766403,0.790070,-0.393833,0.469771, + 0.203813,-0.521621,0.828475,0.079460,-0.520935,0.849890,0.102503,-0.477318,0.872732,0.220933,-0.473829,0.852452, + 0.378575,-0.399705,0.834816,0.203813,-0.521621,0.828475,0.220933,-0.473829,0.852452,0.371775,-0.395082,0.840056, + 0.973123,0.216292,0.079049,0.981860,0.188471,0.020728,0.972535,0.211835,0.096445,0.976424,0.204764,0.068324, + 0.000000,0.476069,0.879408,-0.022867,0.519214,0.854339,0.021853,0.676132,0.736457,0.000000,0.627604,0.778533, + 0.288842,0.632804,0.718421,0.199520,0.615149,0.762747,0.156734,0.639888,0.752315,0.377973,0.572808,0.727343, + 0.288842,0.632804,0.718421,0.221464,0.630329,0.744069,0.272487,0.728964,0.627982,0.199520,0.615149,0.762747, + -0.022867,0.519214,0.854339,-0.121194,0.549358,0.826751,0.156734,0.639888,0.752315,0.945795,0.065498,0.318090, + 0.920665,0.066830,0.384591,0.937131,0.022399,0.348259,0.979044,0.022196,0.202435,0.920665,0.066830,0.384591, + 0.817801,0.288669,0.497867,0.898118,-0.026310,0.438966,0.937131,0.022399,0.348259,0.827555,0.294213,0.478113, + 0.817801,0.288669,0.497867,0.476772,0.600934,0.641535,0.510800,0.631427,0.583425,0.981860,0.188471,0.020728, + 0.973123,0.216292,0.079049,0.982800,0.181233,0.035468,0.977028,0.212412,-0.017250,0.987296,0.158532,-0.010718, + 0.979044,0.022196,0.202435,0.937131,0.022399,0.348259,0.949573,-0.131629,0.284579,0.307494,0.047801,-0.950349, + 0.678827,0.209853,-0.703673,0.760892,-0.159767,-0.628902,0.360340,-0.180754,-0.915141,0.000000,-0.041979,-0.999119, + 0.307494,0.047801,-0.950349,0.360340,-0.180754,-0.915141,0.000000,-0.209179,-0.977877,-0.000000,-0.409774,-0.912187, + 0.311421,-0.441295,-0.841591,0.356164,-0.779815,-0.514816,-0.000000,-0.775660,-0.631151,0.000000,-0.209179,-0.977877, + 0.360340,-0.180754,-0.915141,0.311421,-0.441295,-0.841591,-0.000000,-0.409774,-0.912187,0.311421,-0.441295,-0.841591, + 0.620117,-0.591980,-0.514797,0.356164,-0.779815,-0.514816,0.311421,-0.441295,-0.841591,0.360340,-0.180754,-0.915141, + 0.760892,-0.159767,-0.628902,0.620117,-0.591980,-0.514797,-0.000000,0.408150,-0.912915,0.286455,0.421288,-0.860500, + 0.276336,0.369659,-0.887125,-0.000000,0.340567,-0.940220,0.286455,0.421288,-0.860500,0.714071,0.370787,-0.593818, + 0.675126,0.373324,-0.636266,0.276336,0.369659,-0.887125,0.000000,0.210739,-0.977542,0.297357,0.269129,-0.916050, + 0.307494,0.047801,-0.950349,0.000000,-0.041979,-0.999119,0.297357,0.269129,-0.916050,0.698374,0.319524,-0.640452, + 0.678827,0.209853,-0.703673,0.307494,0.047801,-0.950349,0.909708,0.279506,-0.307095,0.913691,0.255488,-0.316061, + 0.678827,0.209853,-0.703673,0.698374,0.319524,-0.640452,0.211938,0.032481,0.976743,-0.000000,0.002966,0.999996, + -0.000000,-0.106819,0.994278,0.198990,-0.066706,0.977729,0.854342,0.174550,0.489522,0.504507,0.110296,0.856334, + 0.464982,0.061377,0.883190,0.842049,0.224109,0.490641,0.909708,0.279506,-0.307095,0.973645,0.227878,0.009342, + 0.970789,0.239472,-0.014908,0.913691,0.255488,-0.316061,0.504507,0.110296,0.856334,0.211938,0.032481,0.976743, + 0.198990,-0.066706,0.977729,0.464982,0.061377,0.883190,0.973645,0.227878,0.009342,0.854342,0.174550,0.489522, + 0.842049,0.224109,0.490641,0.970789,0.239472,-0.014908,0.970803,-0.128295,0.202684,0.954051,0.081114,0.288458, + 0.936422,0.169149,-0.307411,0.932666,-0.033635,-0.359169,0.932666,-0.033635,-0.359169,0.936422,0.169149,-0.307411, + 0.566220,0.279208,-0.775524,0.554950,0.044180,-0.830710,0.679173,-0.304116,0.668010,0.000000,-0.363554,0.931573, + -0.000000,0.090850,0.995865,0.590167,0.063194,0.804804,0.970803,-0.128295,0.202684,0.679173,-0.304116,0.668010, + 0.590167,0.063194,0.804804,0.954051,0.081114,0.288458,0.554950,0.044180,-0.830710,0.566220,0.279208,-0.775524, + 0.000000,0.359565,-0.933120,-0.000000,0.064101,-0.997943,0.543550,-0.266898,0.795813,0.559537,-0.334737,0.758201, + 0.535699,-0.389806,0.749051,0.601671,-0.547577,0.581507,0.000000,-0.057349,0.998354,0.422963,-0.055852,0.904424, + 0.496524,-0.231835,0.836491,0.000001,-0.075770,0.997125,0.422610,-0.255888,0.869438,-0.000000,-0.347626,0.937633, + 0.000002,-0.488486,0.872572,0.414101,-0.379476,0.827356,0.422963,-0.055852,0.904424,0.574840,-0.116359,0.809950, + 0.643141,-0.269301,0.716831,0.496524,-0.231835,0.836491,0.559537,-0.334737,0.758201,0.422610,-0.255888,0.869438, + 0.414101,-0.379476,0.827356,0.535699,-0.389806,0.749051,0.574840,-0.116359,0.809950,0.543550,-0.266898,0.795813, + 0.642600,-0.209224,0.737082,0.643141,-0.269301,0.716831,-0.532856,-0.052277,0.844590,-0.941252,0.021525,0.337019, + -0.926565,-0.051638,0.372572,-0.522508,-0.049354,0.851205,0.192773,-0.041252,0.980376,-0.532856,-0.052277,0.844590, + -0.522508,-0.049354,0.851205,0.177972,-0.041754,0.983149,0.935064,0.162555,-0.315010,0.855263,0.061491,0.514533, + 0.838210,-0.041031,0.543802,0.948493,-0.022931,-0.315966,-0.922042,0.138798,-0.361350,-0.385569,0.213195,-0.897711, + -0.360116,-0.006321,-0.932886,-0.936197,-0.031585,-0.350052,-0.941252,0.021525,0.337019,-0.922042,0.138798,-0.361350, + -0.936197,-0.031585,-0.350052,-0.926565,-0.051638,0.372572,0.392831,0.215480,-0.894009,0.935064,0.162555,-0.315010, + 0.948493,-0.022931,-0.315966,0.378873,-0.002614,-0.925445,-0.385569,0.213195,-0.897711,0.392831,0.215480,-0.894009, + 0.378873,-0.002614,-0.925445,-0.360116,-0.006321,-0.932886,0.855263,0.061491,0.514533,0.192773,-0.041252,0.980376, + 0.177972,-0.041754,0.983149,0.838210,-0.041031,0.543802,0.152674,0.039341,0.987493,-0.532841,0.015486,0.846074, + -0.538380,-0.031762,0.842103,0.155371,-0.035939,0.987202,-0.375509,-0.064430,-0.924577,0.452797,-0.031051,-0.891073, + 0.441368,-0.072891,-0.894361,-0.385016,-0.078469,-0.919568,0.843706,0.059552,0.533491,0.152674,0.039341,0.987493, + 0.155371,-0.035939,0.987202,0.842858,-0.031906,0.537189,0.452797,-0.031051,-0.891073,0.962287,0.033900,-0.269915, + 0.960890,-0.042186,-0.273697,0.441368,-0.072891,-0.894361,-0.929045,-0.010893,0.369807,-0.937570,-0.045862,-0.344760, + -0.938493,-0.048916,-0.341815,-0.932769,-0.028426,0.359353,-0.532841,0.015486,0.846074,-0.929045,-0.010893,0.369807, + -0.932769,-0.028426,0.359353,-0.538380,-0.031762,0.842103,-0.937570,-0.045862,-0.344760,-0.375509,-0.064430,-0.924577, + -0.385016,-0.078469,-0.919568,-0.938493,-0.048916,-0.341815,0.962287,0.033900,-0.269915,0.843706,0.059552,0.533491, + 0.842858,-0.031906,0.537189,0.960890,-0.042186,-0.273697,0.326455,-0.631590,-0.703222,0.308666,-0.669813,-0.675334, + -0.015158,-0.985834,-0.167035,0.009887,-0.976111,-0.217047,-0.219744,-0.902916,0.369397,-0.275741,-0.887214,0.369889, + -0.435985,-0.474684,0.764586,-0.346274,-0.459591,0.817845,0.039723,0.797502,0.602008,-0.060578,0.846481,0.528961, + 0.354343,0.919738,-0.168890,0.422227,0.900535,-0.103740,0.566190,0.595147,-0.570289,0.521831,0.589161,-0.616913, + 0.536895,0.091271,-0.838697,0.567001,0.107451,-0.816679,0.009887,-0.976111,-0.217047,-0.015158,-0.985834,-0.167035, + -0.275741,-0.887214,0.369889,-0.219744,-0.902916,0.369397,0.567001,0.107451,-0.816679,0.536895,0.091271,-0.838697, + 0.308666,-0.669813,-0.675334,0.326455,-0.631590,-0.703222,-0.287603,0.155075,0.945112,-0.406472,0.169235,0.897853, + -0.060578,0.846481,0.528961,0.039723,0.797502,0.602008,0.336146,0.921661,-0.193768,0.516955,0.574833,-0.634291, + 0.521831,0.589161,-0.616913,0.354343,0.919738,-0.168890,-0.461699,-0.492396,0.737821,-0.441937,0.185956,0.877560, + -0.406472,0.169235,0.897853,-0.435985,-0.474684,0.764586,0.258019,-0.494768,0.829838,0.239748,0.018340,0.970662, + -0.441937,0.185956,0.877560,-0.461699,-0.492396,0.737821,0.811729,0.567580,0.137654,0.948315,0.267425,-0.170829, + 0.516955,0.574833,-0.634291,0.336146,0.921661,-0.193768,0.308666,-0.669813,-0.675334,0.318442,-0.696521,-0.643003, + -0.000779,-0.990248,-0.139311,-0.015158,-0.985834,-0.167035,-0.275741,-0.887214,0.369889,-0.279226,-0.889585,0.361486, + -0.461699,-0.492396,0.737821,-0.435985,-0.474684,0.764586,-0.060578,0.846481,0.528961,-0.090755,0.862655,0.497584, + 0.336146,0.921661,-0.193768,0.354343,0.919738,-0.168890,0.521831,0.589161,-0.616913,0.516955,0.574833,-0.634291, + 0.537619,0.041983,-0.842142,0.536895,0.091271,-0.838697,-0.015158,-0.985834,-0.167035,-0.000779,-0.990248,-0.139311, + -0.279226,-0.889585,0.361486,-0.275741,-0.887214,0.369889,0.536895,0.091271,-0.838697,0.537619,0.041983,-0.842142, + 0.318442,-0.696521,-0.643003,0.308666,-0.669813,-0.675334,-0.406472,0.169235,0.897853,-0.441937,0.185956,0.877560, + -0.090755,0.862655,0.497584,-0.060578,0.846481,0.528961,0.499750,0.221442,-0.837385,0.543920,0.165594,-0.822636, + 0.306832,-0.545451,-0.779960,0.310570,-0.470815,-0.825760,-0.195186,-0.920731,0.337871,-0.237397,-0.900641,0.363989, + -0.327680,-0.408091,0.852108,-0.249657,-0.380013,0.890652,0.093343,0.758687,0.644734,0.051222,0.775502,0.629264, + 0.404052,0.914099,-0.034148,0.369124,0.929380,0.000085,0.310570,-0.470815,-0.825760,0.306832,-0.545451,-0.779960, + -0.010468,-0.948740,-0.315883,0.013831,-0.924304,-0.381406,0.369124,0.929380,0.000085,0.404052,0.914099,-0.034148, + 0.553357,0.636602,-0.537154,0.502498,0.690591,-0.520173,0.013831,-0.924304,-0.381406,-0.010468,-0.948740,-0.315883, + -0.237397,-0.900641,0.363989,-0.195186,-0.920731,0.337871,0.502498,0.690591,-0.520173,0.553357,0.636602,-0.537154, + 0.543920,0.165594,-0.822636,0.499750,0.221442,-0.837385,-0.249657,-0.380013,0.890652,-0.327680,-0.408091,0.852108, + -0.255225,0.175082,0.950898,-0.169282,0.175294,0.969853,-0.169282,0.175294,0.969853,-0.255225,0.175082,0.950898, + 0.051222,0.775502,0.629264,0.093343,0.758687,0.644734,0.369014,-0.150711,0.917123,0.174439,-0.083384,0.981131, + 0.175375,-0.083730,0.980935,0.377451,-0.153556,0.913209,-0.000000,-0.029537,0.999564,-0.000000,-0.029537,0.999564, + 0.126603,-0.030148,0.991495,0.126681,-0.030186,0.991484,0.344936,-0.032960,0.938047,0.340773,-0.032938,0.939568, + 0.504689,-0.025481,0.862925,0.501950,-0.024982,0.864536,0.977685,0.209906,0.008450,0.847810,0.158915,0.505929, + 0.854342,0.174550,0.489522,0.973645,0.227878,0.009342,0.486585,0.132642,0.863505,0.223166,0.085100,0.971059, + 0.211938,0.032481,0.976743,0.504507,0.110296,0.856334,0.910456,0.277050,-0.307106,0.977685,0.209906,0.008450, + 0.973645,0.227878,0.009342,0.909708,0.279506,-0.307095,0.847810,0.158915,0.505929,0.486585,0.132642,0.863505, + 0.504507,0.110296,0.856334,0.854342,0.174550,0.489522,0.223166,0.085100,0.971059,-0.000000,0.055354,0.998467, + -0.000000,0.002966,0.999996,0.211938,0.032481,0.976743,0.910456,0.277050,-0.307106,0.909708,0.279506,-0.307095, + 0.698374,0.319524,-0.640452,0.675126,0.373324,-0.636266,0.276336,0.369659,-0.887125,0.675126,0.373324,-0.636266, + 0.698374,0.319524,-0.640452,0.297357,0.269129,-0.916050,-0.000000,0.340567,-0.940220,0.276336,0.369659,-0.887125, + 0.297357,0.269129,-0.916050,0.000000,0.210739,-0.977542,0.111321,0.731120,0.673106,-0.198149,0.660098,0.724574, + -0.174205,0.729670,0.661237,0.102526,0.782073,0.614696,-0.220339,-0.456768,0.861867,-0.055217,-0.707113,0.704942, + -0.093429,-0.757208,0.646457,-0.370332,-0.549905,0.748638,0.898118,-0.026310,0.438966,0.817801,0.288669,0.497867, + 0.827555,0.294213,0.478113,0.886024,-0.046930,0.461257,-0.505171,0.228887,0.832114,-0.479978,-0.070671,0.874430, + -0.563955,-0.122925,0.816605,-0.593673,0.164063,0.787805,0.386990,-0.608773,0.692556,0.426180,-0.540578,0.725359, + 0.637145,-0.526601,0.562794,0.356947,-0.778176,0.516750,-0.479978,-0.070671,0.874430,-0.220339,-0.456768,0.861867, + -0.370332,-0.549905,0.748638,-0.563955,-0.122925,0.816605,0.758291,-0.305242,0.576040,0.898118,-0.026310,0.438966, + 0.886024,-0.046930,0.461257,0.637145,-0.526601,0.562794,0.476772,0.600934,0.641535,0.111321,0.731120,0.673106, + 0.102526,0.782073,0.614696,0.510800,0.631427,0.583425,-0.198149,0.660098,0.724574,-0.428262,0.577821,0.694777, + -0.364766,0.610052,0.703408,-0.174205,0.729670,0.661237,0.817801,0.288669,0.497867,0.920665,0.066830,0.384591, + 0.716246,0.326691,0.616656,0.079460,-0.520935,0.849890,-0.055217,-0.707113,0.704942,-0.220339,-0.456768,0.861867, + 0.037003,-0.435577,0.899391,-0.093429,-0.757208,0.646457,-0.055217,-0.707113,0.704942,0.149623,-0.748955,0.645507, + 0.192731,-0.785728,0.587781,-0.093429,-0.757208,0.646457,0.192731,-0.785728,0.587781,0.227147,-0.686807,0.690435, + -0.019004,-0.625360,0.780105,0.102526,0.782073,0.614696,-0.174205,0.729670,0.661237,-0.142949,0.667628,0.730642, + 0.140309,0.738675,0.659297,0.510800,0.631427,0.583425,0.102526,0.782073,0.614696,0.140309,0.738675,0.659297, + 0.540996,0.594045,0.595343,0.356947,-0.778176,0.516750,0.637145,-0.526601,0.562794,0.587423,-0.564479,0.579912, + 0.372260,-0.704825,0.603858,-0.370332,-0.549905,0.748638,-0.093429,-0.757208,0.646457,-0.019004,-0.625360,0.780105, + -0.233034,-0.462258,0.855578,-0.174205,0.729670,0.661237,-0.364766,0.610052,0.703408,-0.239488,0.573996,0.783054, + -0.142949,0.667628,0.730642,-0.563955,-0.122925,0.816605,-0.370332,-0.549905,0.748638,-0.233034,-0.462258,0.855578, + -0.417993,-0.127203,0.899500,0.886024,-0.046930,0.461257,0.827555,0.294213,0.478113,0.799298,0.286595,0.528191, + 0.855372,-0.084728,0.511038,0.827555,0.294213,0.478113,0.510800,0.631427,0.583425,0.540996,0.594045,0.595343, + 0.799298,0.286595,0.528191,0.637145,-0.526601,0.562794,0.886024,-0.046930,0.461257,0.855372,-0.084728,0.511038, + 0.587423,-0.564479,0.579912,-0.593673,0.164063,0.787805,-0.563955,-0.122925,0.816605,-0.417993,-0.127203,0.899500, + -0.435967,0.145291,0.888157,0.799298,0.286595,0.528191,0.708297,0.260928,0.655920,0.754360,-0.057696,0.653920, + 0.855372,-0.084728,0.511038,0.227147,-0.686807,0.690435,0.239398,-0.534024,0.810868,0.043593,-0.511750,0.858028, + -0.019004,-0.625360,0.780105,-0.142949,0.667628,0.730642,-0.025951,0.537100,0.843119,0.200913,0.583979,0.786512, + 0.140309,0.738675,0.659297,-0.233034,-0.462258,0.855578,-0.114485,-0.376674,0.919244,-0.199737,-0.078659,0.976687, + -0.417993,-0.127203,0.899500,0.855372,-0.084728,0.511038,0.754360,-0.057696,0.653920,0.536789,-0.416885,0.733528, + 0.587423,-0.564479,0.579912,-0.019004,-0.625360,0.780105,0.043593,-0.511750,0.858028,-0.114485,-0.376674,0.919244, + -0.233034,-0.462258,0.855578,-0.417993,-0.127203,0.899500,-0.199737,-0.078659,0.976687,-0.186809,0.110700,0.976139, + -0.435967,0.145291,0.888157,0.372260,-0.704825,0.603858,0.342291,-0.514937,0.785924,0.239398,-0.534024,0.810868, + 0.227147,-0.686807,0.690435,0.540996,0.594045,0.595343,0.522838,0.482373,0.702820,0.708297,0.260928,0.655920, + 0.799298,0.286595,0.528191,0.140309,0.738675,0.659297,0.200913,0.583979,0.786512,0.522838,0.482373,0.702820, + 0.540996,0.594045,0.595343,-0.025951,0.537100,0.843119,-0.103186,0.482809,0.869626,0.163650,0.210214,0.963862, + 0.189790,0.224122,0.955902,0.096675,0.072785,0.992651,0.092821,0.002920,0.995679,0.146229,-0.113236,0.982749, + 0.192832,-0.158830,0.968292,0.264064,-0.146547,0.953307,0.300009,-0.176085,0.937544,0.359414,-0.110259,0.926642, + 0.461905,0.022520,0.886643,0.439274,0.143659,0.886792,0.378913,0.228628,0.896746,0.263479,0.264314,0.927748, + 0.189790,0.224122,0.955902,0.163650,0.210214,0.963862,0.128274,0.133137,0.982762,0.200913,0.583979,0.786512, + -0.025951,0.537100,0.843119,0.189790,0.224122,0.955902,0.263479,0.264314,0.927748,-0.199737,-0.078659,0.976687, + -0.114485,-0.376674,0.919244,0.146229,-0.113236,0.982749,0.092821,0.002920,0.995679,0.536789,-0.416885,0.733528, + 0.754360,-0.057696,0.653920,0.461905,0.022520,0.886643,0.359414,-0.110259,0.926642,-0.114485,-0.376674,0.919244, + 0.043593,-0.511750,0.858028,0.192832,-0.158830,0.968292,0.146229,-0.113236,0.982749,-0.186809,0.110700,0.976139, + -0.199737,-0.078659,0.976687,0.092821,0.002920,0.995679,0.096675,0.072785,0.992651,0.342291,-0.514937,0.785924, + 0.536789,-0.416885,0.733528,0.359414,-0.110259,0.926642,0.300009,-0.176085,0.937544,0.708297,0.260928,0.655920, + 0.522838,0.482373,0.702820,0.378913,0.228628,0.896746,0.439274,0.143659,0.886792,0.522838,0.482373,0.702820, + 0.200913,0.583979,0.786512,0.263479,0.264314,0.927748,0.378913,0.228628,0.896746,0.754360,-0.057696,0.653920, + 0.708297,0.260928,0.655920,0.439274,0.143659,0.886792,0.461905,0.022520,0.886643,0.043593,-0.511750,0.858028, + 0.239398,-0.534024,0.810868,0.264064,-0.146547,0.953307,0.192832,-0.158830,0.968292,-0.166557,0.588286,0.791314, + -0.198149,0.660098,0.724574,0.111321,0.731120,0.673106,0.102503,-0.477318,0.872732,0.079460,-0.520935,0.849890, + 0.037003,-0.435577,0.899391,0.074712,-0.462076,0.883687,0.386990,-0.608773,0.692556,0.149623,-0.748955,0.645507, + 0.203813,-0.521621,0.828475,0.378575,-0.399705,0.834816,0.149623,-0.748955,0.645507,-0.055217,-0.707113,0.704942, + 0.079460,-0.520935,0.849890,0.203813,-0.521621,0.828475,0.883220,-0.256522,0.392580,0.758291,-0.305242,0.576040, + 0.514963,-0.341341,0.786320,0.775598,-0.388107,0.497815,0.916293,-0.368342,0.157260,0.883220,-0.256522,0.392580, + 0.775598,-0.388107,0.497815,0.898175,-0.401081,0.180041,0.218435,-0.589914,-0.777359,0.602165,-0.629860,-0.490586, + 0.609000,-0.621844,-0.492372,0.243489,-0.695228,-0.676292,-0.220339,-0.456768,0.861867,0.000000,-0.302044,0.953294, + 0.000000,-0.404705,0.914447,0.037003,-0.435577,0.899391,0.602165,-0.629860,-0.490586,0.846723,-0.506734,-0.162112, + 0.842221,-0.520691,-0.139798,0.609000,-0.621844,-0.492372,0.000000,-0.485317,-0.874338,0.218435,-0.589914,-0.777359, + 0.243489,-0.695228,-0.676292,0.000000,-0.713750,-0.700401,0.846723,-0.506734,-0.162112,0.916293,-0.368342,0.157260, + 0.898175,-0.401081,0.180041,0.842221,-0.520691,-0.139798,-0.435967,0.145291,0.888157,-0.186809,0.110700,0.976139, + -0.130333,0.281701,0.950609,-0.364989,0.374564,0.852341,-0.198149,0.660098,0.724574,-0.166557,0.588286,0.791314, + -0.272126,0.515459,0.812558,-0.428262,0.577821,0.694777,-0.239488,0.573996,0.783054,-0.364766,0.610052,0.703408, + -0.508027,0.406786,0.759232,-0.364989,0.374564,0.852341,-0.364766,0.610052,0.703408,-0.428262,0.577821,0.694777, + -0.609792,0.408392,0.679242,-0.508027,0.406786,0.759232,-0.239488,0.573996,0.783054,-0.103186,0.482809,0.869626, + -0.025951,0.537100,0.843119,-0.142949,0.667628,0.730642,0.163650,0.210214,0.963862,-0.103186,0.482809,0.869626, + -0.130333,0.281701,0.950609,0.128274,0.133137,0.982762,0.128274,0.133137,0.982762,-0.130333,0.281701,0.950609, + -0.186809,0.110700,0.976139,0.096675,0.072785,0.992651,-0.364989,0.374564,0.852341,-0.508027,0.406786,0.759232, + -0.593673,0.164063,0.787805,-0.435967,0.145291,0.888157,-0.000000,0.415288,0.909690,-0.400744,0.430037,0.808995, + -0.272126,0.515459,0.812558,-0.000000,0.502388,0.864642,-0.508027,0.406786,0.759232,-0.609792,0.408392,0.679242, + -0.505171,0.228887,0.832114,-0.593673,0.164063,0.787805,-0.364989,0.374564,0.852341,-0.130333,0.281701,0.950609, + -0.103186,0.482809,0.869626,-0.239488,0.573996,0.783054,-0.400744,0.430037,0.808995,-0.609792,0.408392,0.679242, + -0.428262,0.577821,0.694777,-0.272126,0.515459,0.812558,0.758291,-0.305242,0.576040,0.426180,-0.540578,0.725359, + 0.514963,-0.341341,0.786320,0.239398,-0.534024,0.810868,0.342291,-0.514937,0.785924,0.300009,-0.176085,0.937544, + 0.264064,-0.146547,0.953307,0.587423,-0.564479,0.579912,0.536789,-0.416885,0.733528,0.342291,-0.514937,0.785924, + 0.372260,-0.704825,0.603858,0.192731,-0.785728,0.587781,0.356947,-0.778176,0.516750,0.372260,-0.704825,0.603858, + 0.227147,-0.686807,0.690435,0.149623,-0.748955,0.645507,0.386990,-0.608773,0.692556,0.356947,-0.778176,0.516750, + 0.192731,-0.785728,0.587781,0.514963,-0.341341,0.786320,0.378575,-0.399705,0.834816,0.371775,-0.395082,0.840056, + 0.526962,-0.367340,0.766403,0.514963,-0.341341,0.786320,0.426180,-0.540578,0.725359,0.386990,-0.608773,0.692556, + 0.378575,-0.399705,0.834816,0.637145,-0.526601,0.562794,0.426180,-0.540578,0.725359,0.758291,-0.305242,0.576040, + 0.259461,-0.103583,0.960183,0.263899,-0.051342,0.963183,0.062694,-0.100671,0.992943,0.092785,-0.049877,0.994436, + 0.574299,0.236601,0.783710,0.521271,0.156631,0.838894,0.492602,0.005698,0.870236,0.599817,0.055135,0.798235, + 0.457592,0.265392,0.848632,0.574299,0.236601,0.783710,0.599817,0.055135,0.798235,0.516587,0.136992,0.845205, + 0.259461,-0.103583,0.960183,0.483651,-0.131287,0.865359,0.492602,0.005698,0.870236,0.263899,-0.051342,0.963183, + 0.062694,-0.100671,0.992943,-0.026169,-0.102199,0.994420,-0.066716,-0.055704,0.996216,0.092785,-0.049877,0.994436, + 0.599817,0.055135,0.798235,0.492602,0.005698,0.870236,0.483651,-0.131287,0.865359,0.610243,-0.104166,0.785336, + 0.599817,0.055135,0.798235,0.610243,-0.104166,0.785336,0.516587,0.136992,0.845205,-0.026169,-0.102199,0.994420, + 0.062694,-0.100671,0.992943,0.141814,-0.114315,0.983270,0.031791,-0.167791,0.985310,0.062694,-0.100671,0.992943, + 0.263899,-0.051342,0.963183,0.302870,0.010556,0.952973,0.141814,-0.114315,0.983270,0.263899,-0.051342,0.963183, + 0.492602,0.005698,0.870236,0.521271,0.156631,0.838894,0.302870,0.010556,0.952973,0.404562,-0.162982,0.899870, + 0.252452,-0.270509,0.929028,0.266363,-0.250149,0.930847,0.434797,-0.148099,0.888267,0.157210,0.184051,0.970263, + 0.297265,0.094628,0.950094,0.326489,0.087082,0.941181,0.185391,0.153879,0.970542,0.236416,-0.268973,0.933682, + 0.222541,-0.104782,0.969276,0.223750,-0.113955,0.967962,0.234710,-0.279710,0.930953,0.643141,-0.269301,0.716831, + 0.642600,-0.209224,0.737082,0.606735,-0.113671,0.786735,0.531686,0.071573,0.843912,0.531686,0.071573,0.843912, + -0.001351,0.697222,0.716854,0.284979,0.638128,0.715248,0.428918,0.086588,0.899184,0.428918,0.086588,0.899184, + 0.000000,0.066438,0.997791,0.000001,-0.075770,0.997125,0.496524,-0.231835,0.836491,0.000003,-0.506139,0.862452, + 0.402546,-0.448844,0.797807,0.414101,-0.379476,0.827356,0.000002,-0.488486,0.872572,0.402546,-0.448844,0.797807, + 0.475835,-0.547138,0.688638,0.535699,-0.389806,0.749051,0.414101,-0.379476,0.827356,0.230961,-0.847970,0.477079, + 0.589337,-0.536473,0.604052,0.475835,-0.547138,0.688638,0.326884,-0.744924,0.581580,0.230961,-0.847970,0.477079, + 0.475835,-0.547138,0.688638,0.402546,-0.448844,0.797807,0.000001,-0.750632,0.660721,0.326884,-0.744924,0.581580, + 0.402546,-0.448844,0.797807,0.000003,-0.506139,0.862452,0.284979,0.638128,0.715248,-0.000000,0.554428,0.832231, + 0.000000,0.066438,0.997791,0.428918,0.086588,0.899184,0.643141,-0.269301,0.716831,0.531686,0.071573,0.843912, + 0.428918,0.086588,0.899184,0.496524,-0.231835,0.836491,0.475835,-0.547138,0.688638,0.589337,-0.536473,0.604052, + 0.601671,-0.547577,0.581507,0.535699,-0.389806,0.749051,0.531686,0.071573,0.843912,0.606735,-0.113671,0.786735, + -0.001351,0.697222,0.716854,0.231642,0.127067,0.964467,0.065145,0.761076,0.645383,-0.093343,0.758687,0.644734, + 0.169282,0.175294,0.969853,-0.401047,-0.479085,0.780794,-0.545639,0.167648,0.821080,-0.909622,-0.078077,0.408033, + -0.826720,-0.404834,0.390696,-0.013831,-0.924304,-0.381406,0.262148,-0.877108,-0.402443,0.410296,-0.857928,0.309219, + 0.195186,-0.920731,0.337872,-0.206295,-0.676418,0.707037,0.081246,-0.555262,0.827698,0.276378,-0.937861,0.209840, + -0.054461,-0.977915,0.201782,-0.054461,-0.977915,0.201782,0.276378,-0.937861,0.209840,0.266715,-0.853521,-0.447621, + -0.046165,-0.961176,-0.272047,0.410296,-0.857928,0.309219,0.340677,-0.360776,0.868205,0.249657,-0.380013,0.890652, + 0.195186,-0.920731,0.337872,0.340677,-0.360776,0.868205,0.231642,0.127067,0.964467,0.169282,0.175294,0.969853, + 0.249657,-0.380013,0.890652,-0.000000,0.279078,-0.960268,-0.000000,0.105806,-0.994387,0.081041,0.110240,-0.990595, + 0.041434,0.337555,-0.940394,-0.196085,0.733317,0.650997,-0.199520,0.615149,0.762747,0.022867,0.519213,0.854339, + -0.021853,0.676131,0.736457,-0.000000,0.787959,0.615728,-0.034304,0.809968,0.585471,-0.021853,0.676131,0.736457, + 0.000000,0.627604,0.778533,-0.407095,0.500333,0.764160,-0.716246,0.326691,0.616656,-0.476771,0.600934,0.641535, + -0.377973,0.572808,0.727343,-0.000000,-0.060861,-0.998146,-0.000000,-0.214388,-0.976749,-0.094628,-0.352936,-0.930850, + 0.024782,-0.134726,-0.990573,-0.370361,0.926006,0.073109,-0.289488,0.943988,0.158378,-0.383285,0.694274,0.609160, + -0.526759,0.686069,0.501831,-0.264149,0.663216,-0.700264,-0.139871,0.459718,-0.876981,-0.213051,0.927991,-0.305682, + -0.344068,0.890745,-0.296969,-0.142623,0.868536,-0.474662,-0.264149,0.663216,-0.700264,-0.344068,0.890745,-0.296969, + -0.213439,0.959401,-0.184374,-0.228680,0.970945,0.070508,-0.370361,0.926006,0.073109,-0.526759,0.686069,0.501831, + -0.197968,0.933851,0.297877,0.000000,0.514771,0.857328,0.000000,0.476069,0.879408,0.022867,0.519213,0.854339, + 0.121194,0.549358,0.826751,-0.264149,0.663216,-0.700264,-0.142623,0.868536,-0.474662,0.158793,0.858554,-0.487515, + 0.074485,0.501403,-0.862002,-0.142623,0.868536,-0.474662,-0.213439,0.959401,-0.184374,0.099945,0.980540,-0.168974, + 0.158793,0.858554,-0.487515,-0.228680,0.970945,0.070508,-0.197968,0.933851,0.297877,0.089125,0.932594,0.349749, + 0.078199,0.993494,0.082795,0.316206,-0.839460,-0.441951,0.266715,-0.853521,-0.447621,0.276378,-0.937861,0.209840, + 0.280754,-0.923392,0.261772,0.266715,-0.853521,-0.447621,0.084426,-0.321536,-0.943126,-0.109593,-0.599163,-0.793091, + -0.046165,-0.961176,-0.272047,0.266715,-0.853521,-0.447621,0.316206,-0.839460,-0.441951,0.216189,-0.216981,-0.951936, + 0.084426,-0.321536,-0.943126,-0.139871,0.459718,-0.876981,0.003673,0.459388,-0.888228,-0.171132,0.902787,-0.394575, + -0.213051,0.927991,-0.305682,-0.289488,0.943988,0.158378,-0.243779,0.954848,0.169813,-0.201188,0.740773,0.640921, + -0.383285,0.694274,0.609160,-0.215042,0.058771,0.974835,-0.068334,0.269927,0.960453,0.138014,-0.467120,0.873356, + 0.081246,-0.555262,0.827698,0.221435,-0.880000,-0.420198,0.316206,-0.839460,-0.441951,0.280754,-0.923392,0.261772, + 0.126020,-0.956953,0.261456,-0.243779,0.954848,0.169813,-0.400061,0.914943,0.053206,-0.376264,0.729354,0.571374, + -0.201188,0.740773,0.640921,0.138014,-0.467120,0.873356,-0.068334,0.269927,0.960453,-0.248535,0.260045,0.933063, + -0.037565,-0.490223,0.870787,0.280754,-0.923392,0.261772,0.138014,-0.467120,0.873356,-0.037565,-0.490223,0.870787, + 0.126020,-0.956953,0.261456,-0.018716,0.098504,-0.994961,-0.038352,0.386663,-0.921423,0.041434,0.337555,-0.940394, + 0.081041,0.110240,-0.990595,-0.400345,0.251718,-0.881114,-0.050875,0.383151,-0.922284,0.182760,-0.286447,-0.940503, + -0.215703,-0.393742,-0.893555,-0.218435,-0.589913,-0.777360,-0.602164,-0.629860,-0.490586,-0.445894,-0.534263,-0.718152, + -0.094628,-0.352936,-0.930850,0.003673,0.459388,-0.888228,-0.050875,0.383151,-0.922284,-0.285527,0.788544,-0.544676, + -0.171132,0.902787,-0.394575,0.003673,0.459388,-0.888228,-0.139871,0.459718,-0.876981,0.084426,-0.321536,-0.943126, + 0.216189,-0.216981,-0.951936,-0.121234,0.991568,-0.045773,-0.192489,0.799755,-0.568630,-0.502497,0.690591,-0.520173, + -0.369124,0.929380,0.000085,-0.112630,-0.916833,-0.383056,0.221435,-0.880000,-0.420198,0.126020,-0.956953,0.261456, + -0.208898,-0.947779,0.240991,-0.050875,0.383151,-0.922284,0.003673,0.459388,-0.888228,0.216189,-0.216981,-0.951936, + 0.182760,-0.286447,-0.940503,-0.050875,0.383151,-0.922284,-0.400345,0.251718,-0.881114,-0.558026,0.599849,-0.573401, + -0.285527,0.788544,-0.544676,-0.400061,0.914943,0.053206,-0.667183,0.744891,-0.002094,-0.634847,0.560212,0.532101, + -0.376264,0.729354,0.571374,-0.545639,0.167648,0.821080,-0.401047,-0.479085,0.780794,-0.037565,-0.490223,0.870787, + -0.248535,0.260045,0.933063,-0.401047,-0.479085,0.780794,-0.208898,-0.947779,0.240991,0.126020,-0.956953,0.261456, + -0.037565,-0.490223,0.870787,-0.167412,0.322495,-0.931649,0.014166,-0.430878,-0.902299,-0.310570,-0.470815,-0.825760, + -0.499750,0.221442,-0.837385,-0.000000,0.105806,-0.994387,-0.000000,-0.060861,-0.998146,0.024782,-0.134726,-0.990573, + 0.081041,0.110240,-0.990595,-0.000000,-0.076414,0.997076,-0.000000,0.282745,0.959195,0.505171,0.228887,0.832114, + 0.479978,-0.070671,0.874430,0.065145,0.761076,0.645383,-0.121234,0.991568,-0.045773,-0.369124,0.929380,0.000085, + -0.093343,0.758687,0.644734,-0.545639,0.167648,0.821080,-0.248535,0.260045,0.933063,-0.376264,0.729354,0.571374, + -0.634847,0.560212,0.532101,-0.248535,0.260045,0.933063,-0.068334,0.269927,0.960453,-0.201188,0.740773,0.640921, + -0.376264,0.729354,0.571374,-0.068334,0.269927,0.960453,-0.215042,0.058771,0.974835,-0.383285,0.694274,0.609160, + -0.201188,0.740773,0.640921,-0.215042,0.058771,0.974835,-0.505254,0.159707,0.848064,-0.526759,0.686069,0.501831, + -0.383285,0.694274,0.609160,-0.505254,0.159707,0.848064,-0.295704,0.637600,0.711355,-0.526759,0.686069,0.501831, + -0.197968,0.933851,0.297877,-0.295704,0.637600,0.711355,0.003675,0.649568,0.760295,0.089125,0.932594,0.349749, + -0.192489,0.799755,-0.568630,-0.167412,0.322495,-0.931649,-0.499750,0.221442,-0.837385,-0.502497,0.690591,-0.520173, + -0.667183,0.744891,-0.002094,-0.400061,0.914943,0.053206,-0.285527,0.788544,-0.544676,-0.558026,0.599849,-0.573401, + -0.400061,0.914943,0.053206,-0.243779,0.954848,0.169813,-0.171132,0.902787,-0.394575,-0.285527,0.788544,-0.544676, + -0.243779,0.954848,0.169813,-0.289488,0.943988,0.158378,-0.213051,0.927991,-0.305682,-0.171132,0.902787,-0.394575, + -0.289488,0.943988,0.158378,-0.370361,0.926006,0.073109,-0.344068,0.890745,-0.296969,-0.213051,0.927991,-0.305682, + -0.370361,0.926006,0.073109,-0.228680,0.970945,0.070508,-0.213439,0.959401,-0.184374,-0.344068,0.890745,-0.296969, + -0.213439,0.959401,-0.184374,-0.228680,0.970945,0.070508,0.078199,0.993494,0.082795,0.099945,0.980540,-0.168974, + 0.316206,-0.839460,-0.441951,0.221435,-0.880000,-0.420198,0.182760,-0.286447,-0.940503,0.216189,-0.216981,-0.951936, + 0.221435,-0.880000,-0.420198,-0.112630,-0.916833,-0.383056,-0.215703,-0.393742,-0.893555,0.182760,-0.286447,-0.940503, + 0.014166,-0.430878,-0.902299,0.262148,-0.877108,-0.402443,-0.013831,-0.924304,-0.381406,-0.310570,-0.470815,-0.825760, + 0.084426,-0.321536,-0.943126,-0.139871,0.459718,-0.876981,-0.024279,0.015560,-0.999584,-0.109593,-0.599163,-0.793091, + -0.018716,0.098504,-0.994961,0.081041,0.110240,-0.990595,0.024782,-0.134726,-0.990573,-0.331593,-0.291037,-0.897409, + 0.041434,0.337555,-0.940394,-0.111378,0.579432,-0.807374,-0.000000,0.438307,-0.898825,-0.000000,0.279078,-0.960268, + -0.287733,0.815522,0.502129,-0.223463,0.806067,0.548015,-0.221464,0.630329,0.744070,-0.272487,0.728964,0.627982, + -0.223463,0.806067,0.548015,-0.287733,0.815522,0.502129,-0.372128,0.903300,0.213471,-0.344973,0.923215,0.169317, + 0.041434,0.337555,-0.940394,-0.038352,0.386663,-0.921423,-0.172413,0.615426,-0.769107,-0.111378,0.579432,-0.807374, + -0.356628,0.834387,-0.420256,-0.112558,0.590927,-0.798834,-0.111378,0.579432,-0.807374,-0.366772,0.862562,-0.348517, + -0.366772,0.862562,-0.348517,-0.348579,0.853828,-0.386614,-0.344973,0.923215,0.169317,-0.372128,0.903300,0.213471, + -0.172413,0.615426,-0.769107,-0.348579,0.853828,-0.386614,-0.366772,0.862562,-0.348517,-0.111378,0.579432,-0.807374, + -0.372128,0.903300,0.213471,-0.410915,0.897995,0.157335,-0.356628,0.834387,-0.420256,-0.366772,0.862562,-0.348517, + -0.313502,0.804388,0.504654,-0.410915,0.897995,0.157335,-0.372128,0.903300,0.213471,-0.287733,0.815522,0.502129, + -0.139871,0.459718,-0.876981,-0.264149,0.663216,-0.700264,0.074485,0.501403,-0.862002,-0.024279,0.015560,-0.999584, + 0.003675,0.649568,0.760295,-0.295704,0.637600,0.711355,-0.505254,0.159707,0.848064,-0.196433,0.108389,0.974508, + -0.717270,-0.683578,0.135075,-0.722735,-0.673651,-0.154429,-0.112630,-0.916833,-0.383056,-0.208898,-0.947779,0.240991, + 0.280754,-0.923392,0.261772,0.276378,-0.937861,0.209840,0.081246,-0.555262,0.827698,0.138014,-0.467120,0.873356, + -0.196085,0.733317,0.650997,-0.021853,0.676131,0.736457,-0.034304,0.809968,0.585471,-0.205199,0.796178,0.569204, + -0.545639,0.167648,0.821080,-0.634847,0.560212,0.532101,-0.942958,0.143303,0.300492,-0.909622,-0.078077,0.408033, + -0.634847,0.560212,0.532101,-0.667183,0.744891,-0.002094,-0.969001,0.245598,0.026825,-0.942958,0.143303,0.300492, + -0.667183,0.744891,-0.002094,-0.558026,0.599849,-0.573401,-0.956232,0.139207,-0.257376,-0.969001,0.245598,0.026825, + -0.558026,0.599849,-0.573401,-0.400345,0.251718,-0.881114,-0.905529,-0.044704,-0.421922,-0.956232,0.139207,-0.257376, + -0.400345,0.251718,-0.881114,-0.215703,-0.393742,-0.893555,-0.792139,-0.441088,-0.421849,-0.905529,-0.044704,-0.421922, + -0.215703,-0.393742,-0.893555,-0.112630,-0.916833,-0.383056,-0.722735,-0.673651,-0.154429,-0.792139,-0.441088,-0.421849, + -0.208898,-0.947779,0.240991,-0.401047,-0.479085,0.780794,-0.826720,-0.404834,0.390696,-0.717270,-0.683578,0.135075, + -0.285062,-0.180019,-0.941453,-0.264961,-0.179416,-0.947421,-0.672058,-0.199686,-0.713067,-0.711559,-0.201077,-0.673240, + -0.813849,-0.244093,0.527322,-0.763802,-0.238735,0.599677,-0.969017,-0.238080,-0.065757,-0.959914,-0.231059,-0.158670, + 0.000000,-0.173661,-0.984805,0.000000,-0.173661,-0.984805,-0.264961,-0.179416,-0.947421,-0.285062,-0.180019,-0.941453, + -0.711559,-0.201077,-0.673240,-0.672058,-0.199686,-0.713067,-0.959914,-0.231059,-0.158670,-0.969017,-0.238080,-0.065757, + -0.377973,0.572808,0.727343,-0.288842,0.632804,0.718421,-0.221464,0.630329,0.744070,-0.407095,0.500333,0.764160, + -0.206295,-0.676418,0.707037,-0.306203,-0.275039,0.911369,-0.215042,0.058771,0.974835,0.081246,-0.555262,0.827698, + -0.505254,0.159707,0.848064,-0.215042,0.058771,0.974835,-0.306203,-0.275039,0.911369,-0.196433,0.108389,0.974508, + -0.112558,0.590927,-0.798834,0.000000,0.491685,-0.870773,-0.000000,0.438307,-0.898825,-0.111378,0.579432,-0.807374, + 0.001077,0.997801,-0.066278,0.001077,0.997801,-0.066278,0.001077,0.997801,-0.066278,0.001077,0.997801,-0.066278, + 0.001077,0.997801,-0.066278,0.001077,0.997801,-0.066278,0.001077,0.997801,-0.066278,-0.000000,0.997801,-0.066278, + -0.000000,0.997801,-0.066278,-0.313502,0.804388,0.504654,-0.287733,0.815522,0.502129,-0.272487,0.728964,0.627982, + 0.255225,0.175082,0.950898,-0.051222,0.775502,0.629264,-0.039723,0.797501,0.602008,0.287603,0.155075,0.945112, + -0.339096,0.628262,-0.700215,-0.330688,-0.052996,-0.942251,-0.528624,-0.199777,-0.825013,-0.624444,0.591425,-0.510184, + 0.081330,0.731173,0.677327,-0.284898,0.621694,0.729610,0.068840,-0.040895,0.996789,0.315903,-0.004058,0.948783, + 0.196547,-0.804259,0.560836,0.315903,-0.004058,0.948783,0.068840,-0.040895,0.996789,0.106027,-0.773649,0.624680, + 0.435985,-0.474684,0.764587,0.346274,-0.459590,0.817845,0.287603,0.155075,0.945112,0.406473,0.169235,0.897853, + -0.354343,0.919738,-0.168889,-0.422227,0.900535,-0.103740,-0.566190,0.595147,-0.570289,-0.521831,0.589161,-0.616913, + 0.441937,0.185956,0.877560,0.090755,0.862655,0.497584,-0.524857,0.532604,0.663972,-0.239747,0.018339,0.970662, + -0.537619,0.041985,-0.842142,-0.318444,-0.696522,-0.643001,-0.767865,-0.611849,-0.189801,-0.934695,-0.087025,-0.344632, + 0.000776,-0.990249,-0.139309,0.279224,-0.889585,0.361485,-0.350716,-0.760849,0.545992,-0.563457,-0.805344,0.184219, + -0.516955,0.574833,-0.634291,-0.537619,0.041985,-0.842142,-0.934695,-0.087025,-0.344632,-0.948315,0.267425,-0.170830, + 0.090755,0.862655,0.497584,-0.336146,0.921662,-0.193768,-0.811729,0.567580,0.137654,-0.524857,0.532604,0.663972, + 0.279224,-0.889585,0.361485,0.461699,-0.492396,0.737821,-0.258018,-0.494768,0.829838,-0.350716,-0.760849,0.545992, + -0.318444,-0.696522,-0.643001,0.000776,-0.990249,-0.139309,-0.563457,-0.805344,0.184219,-0.767865,-0.611849,-0.189801, + 0.327680,-0.408091,0.852108,0.255225,0.175082,0.950898,0.287603,0.155075,0.945112,0.346274,-0.459590,0.817845, + -0.553357,0.636602,-0.537154,-0.543921,0.165594,-0.822635,-0.567002,0.107450,-0.816678,-0.566190,0.595147,-0.570289, + 0.010468,-0.948740,-0.315883,0.237397,-0.900641,0.363988,0.219744,-0.902917,0.369396,-0.009887,-0.976111,-0.217047, + -0.404052,0.914098,-0.034148,-0.553357,0.636602,-0.537154,-0.566190,0.595147,-0.570289,-0.422227,0.900535,-0.103740, + -0.306832,-0.545451,-0.779960,0.010468,-0.948740,-0.315883,-0.009887,-0.976111,-0.217047,-0.326456,-0.631591,-0.703221, + -0.051222,0.775502,0.629264,-0.404052,0.914098,-0.034148,-0.422227,0.900535,-0.103740,-0.039723,0.797501,0.602008, + 0.237397,-0.900641,0.363988,0.327680,-0.408091,0.852108,0.346274,-0.459590,0.817845,0.219744,-0.902917,0.369396, + -0.000000,0.916350,0.400379,-0.000000,0.987197,0.159505,-0.351015,0.923003,0.157651,-0.367363,0.852383,0.372139, + -0.807177,0.458793,0.371450,-0.825800,0.526714,0.201558,-0.925041,0.360548,0.119604,-0.927130,0.287211,0.240705, + -0.619448,0.436793,-0.652301,-0.572802,0.639085,-0.513292,-0.254897,0.708971,-0.657562,-0.312674,0.485905,-0.816168, + 0.000000,0.710632,0.703564,-0.000000,0.916350,0.400379,-0.367363,0.852383,0.372139,-0.376639,0.685291,0.623313, + -0.767502,0.612617,-0.188788,-0.867574,0.396269,-0.300478,-0.932366,0.361388,-0.009575,-0.817891,0.573110,0.050989, + -0.572802,0.639085,-0.513292,-0.619448,0.436793,-0.652301,-0.867574,0.396269,-0.300478,-0.767502,0.612617,-0.188788, + -0.367363,0.852383,0.372139,-0.678702,0.672006,0.296264,-0.638020,0.594604,0.489261,-0.376639,0.685291,0.623313, + -0.925041,0.360548,0.119604,-0.825800,0.526714,0.201558,-0.817891,0.573110,0.050989,-0.932366,0.361388,-0.009575, + -0.825800,0.526714,0.201558,-0.678702,0.672006,0.296264,-0.658980,0.745135,0.102559,-0.817891,0.573110,0.050989, + -0.678702,0.672006,0.296264,-0.825800,0.526714,0.201558,-0.807177,0.458793,0.371450,-0.638020,0.594604,0.489261, + -0.000000,0.999233,-0.039153,-0.288368,0.956468,-0.044872,-0.351015,0.923003,0.157651,-0.000000,0.987197,0.159505, + -0.567054,0.817911,-0.097325,-0.767502,0.612617,-0.188788,-0.817891,0.573110,0.050989,-0.658980,0.745135,0.102559, + -0.288368,0.956468,-0.044872,-0.567054,0.817911,-0.097325,-0.658980,0.745135,0.102559,-0.351015,0.923003,0.157651, + -0.254897,0.708971,-0.657562,-0.000000,0.750738,-0.660600,0.000000,0.513566,-0.858050,-0.312674,0.485905,-0.816168, + -0.458859,0.820141,-0.341785,-0.572802,0.639085,-0.513292,-0.767502,0.612617,-0.188788,-0.567054,0.817911,-0.097325, + -0.000000,0.939879,-0.341507,-0.214398,0.899152,-0.381523,-0.288368,0.956468,-0.044872,-0.000000,0.999233,-0.039153, + -0.288368,0.956468,-0.044872,-0.214398,0.899152,-0.381523,-0.458859,0.820141,-0.341785,-0.567054,0.817911,-0.097325, + -0.214398,0.899152,-0.381523,-0.000000,0.939879,-0.341507,-0.000000,0.750738,-0.660600,-0.254897,0.708971,-0.657562, + -0.214398,0.899152,-0.381523,-0.254897,0.708971,-0.657562,-0.572802,0.639085,-0.513292,-0.458859,0.820141,-0.341785, + -0.351015,0.923003,0.157651,-0.658980,0.745135,0.102559,-0.678702,0.672006,0.296264,-0.367363,0.852383,0.372139, + -0.344026,-0.895093,-0.283646,-0.575309,-0.814870,-0.070762,-0.705060,-0.698930,-0.119950,-0.479021,-0.827531,-0.292798, + -0.883603,-0.163336,0.438825,-0.833721,-0.164607,0.527080,-0.721214,-0.212002,0.659473,-0.731539,0.137612,0.667768, + -0.616036,-0.131005,0.776748,-0.554068,-0.263750,0.789585,-0.602316,0.080560,0.794182,-0.650215,0.066041,0.756875, + -0.616036,-0.131005,0.776748,-0.731539,0.137612,0.667768,-0.811150,0.152486,0.564609,-0.584135,-0.034204,0.810935, + -0.600112,-0.035297,0.799137,-0.490265,0.090820,0.866829,-0.554068,-0.263750,0.789585,-0.446093,-0.260948,0.856100, + -0.447684,0.040532,0.893273,-0.602316,0.080560,0.794182,-0.605656,0.275189,0.746627,-0.400912,0.326894,0.855809, + -0.596284,0.319590,0.736416,-0.682529,0.294894,0.668724,-0.955681,-0.096730,0.278058,-0.962618,0.035231,0.268563, + -0.989229,0.045363,0.139167,-0.995062,-0.085862,0.049786,0.000000,0.451069,0.892489,-0.000000,0.529737,0.848162, + -0.596284,0.319590,0.736416,-0.725163,0.120900,0.677881,-0.490265,0.090820,0.866829,-0.596284,0.319590,0.736416, + -0.400912,0.326894,0.855809,-0.407531,0.191982,0.892783,-0.458858,0.191851,0.867550,-0.395030,0.069231,0.916056, + -0.000001,0.141644,0.989918,-0.000000,0.203207,0.979136,-0.690067,-0.158973,0.706071,-0.833721,-0.164607,0.527080, + -0.836153,-0.431095,0.339123,-0.780360,-0.475210,0.406465,-0.932910,-0.269173,0.239218,-0.880899,-0.210408,0.423963, + -0.805848,-0.142888,0.574623,-0.955681,-0.096730,0.278058,-0.540748,-0.077735,0.837585,-0.607056,-0.166034,0.777120, + -0.398889,-0.248881,0.882579,-0.391370,-0.178436,0.902768,-0.530920,-0.154128,0.833288,-0.721214,-0.212002,0.659473, + -0.690067,-0.158973,0.706071,-0.553659,-0.065390,0.830172,-0.592871,-0.138692,0.793265,-0.602623,0.031442,0.797406, + -0.658985,-0.147635,0.737524,-0.584694,-0.243297,0.773912,0.000000,-0.297446,0.954739,0.000000,-0.258561,0.965995, + -0.391370,-0.178436,0.902768,-0.398889,-0.248881,0.882579,-0.721214,-0.212002,0.659473,-0.530920,-0.154128,0.833288, + -0.584694,-0.243297,0.773912,-0.658985,-0.147635,0.737524,-0.000000,-0.037625,0.999292,-0.000000,0.220807,0.975317, + -0.282064,0.233923,0.930441,-0.338091,-0.115095,0.934049,-0.602623,0.031442,0.797406,-0.592871,-0.138692,0.793265, + -0.395030,0.069231,0.916056,-0.458858,0.191851,0.867550,-0.725163,0.120900,0.677881,-0.805934,-0.158996,0.570254, + 0.000000,0.430805,0.902445,0.000000,0.451069,0.892489,-0.602623,0.031442,0.797406,-0.543385,0.152133,0.825584, + -0.584135,-0.034204,0.810935,-0.658985,-0.147635,0.737524,-0.398889,-0.248881,0.882579,-0.607056,-0.166034,0.777120, + -0.693103,-0.571886,0.438811,-0.453947,-0.719060,0.526199,-0.000000,-0.347626,0.937633,-0.000001,0.141644,0.989918, + -0.395030,0.069231,0.916056,-0.422611,-0.255888,0.869438,-0.000002,-0.033313,0.999445,-0.000001,-0.813587,0.581444, + -0.547085,-0.562987,0.619471,-0.498624,0.063101,0.864519,-0.729972,-0.494670,0.471638,-0.805934,-0.158996,0.570254, + -0.685465,-0.050066,0.726382,-0.393252,-0.195169,0.898477,-0.338091,-0.115095,0.934049,-0.414473,-0.347368,0.841159, + -0.593612,-0.296835,0.748007,-0.596284,0.319590,0.736416,-0.490265,0.090820,0.866829,-0.600112,-0.035297,0.799137, + -0.725163,0.120900,0.677881,-0.547085,-0.562987,0.619471,-0.729972,-0.494670,0.471638,-0.685465,-0.050066,0.726382, + -0.498624,0.063101,0.864519,-0.000000,0.203207,0.979136,-0.000002,-0.033313,0.999445,-0.498624,0.063101,0.864519, + -0.458858,0.191851,0.867550,-0.393252,-0.195169,0.898477,-0.681285,0.009798,0.731953,0.000000,0.119440,0.992841, + 0.000000,-0.059619,0.998221,-0.607056,-0.166034,0.777120,-0.540748,-0.077735,0.837585,-0.553659,-0.065390,0.830172, + -0.690067,-0.158973,0.706071,-0.446093,-0.260948,0.856100,-0.414473,-0.347368,0.841159,-0.338091,-0.115095,0.934049, + -0.447684,0.040532,0.893273,-0.605656,0.275189,0.746627,-0.682529,0.294894,0.668724,-0.681285,0.009798,0.731953, + -0.727583,-0.001919,0.686016,-0.544208,0.071073,0.835934,-0.686759,0.018441,0.726651,-0.830332,-0.047614,0.555232, + -0.679493,-0.041426,0.732512,-0.705060,-0.698930,-0.119950,-0.899811,-0.432609,0.056472,-0.904261,-0.424309,-0.047689, + -0.834478,-0.526444,-0.162797,-0.596284,0.319590,0.736416,-0.000000,0.529737,0.848162,0.000000,0.445118,0.895472, + -0.682529,0.294894,0.668724,-0.929915,-0.188970,0.315513,-0.873233,-0.447113,0.193790,-0.836153,-0.431095,0.339123, + -0.883603,-0.163336,0.438825,-0.282064,0.233923,0.930441,-0.000000,0.220807,0.975317,0.000000,0.517894,0.855445, + -0.349898,0.442411,0.825738,-0.899811,-0.432609,0.056472,-0.873233,-0.447113,0.193790,-0.929915,-0.188970,0.315513, + -0.945205,-0.248639,0.211582,-0.650215,0.066041,0.756875,-0.811150,0.152486,0.564609,-0.897715,0.035089,0.439178, + -0.753599,0.039130,0.656169,-0.490265,0.090820,0.866829,-0.407531,0.191982,0.892783,-0.544208,0.071073,0.835934, + -0.679493,-0.041426,0.732512,-0.753599,0.039130,0.656169,-0.897715,0.035089,0.439178,-0.830332,-0.047614,0.555232, + -0.686759,0.018441,0.726651,-0.252456,-0.270513,0.929026,-0.266370,-0.250155,0.930843,-0.234709,-0.279710,0.930953, + -0.236414,-0.268973,0.933682,-0.426697,0.089625,0.899943,-0.420208,0.083788,0.903551,-0.436872,0.073877,0.896485, + -0.431701,0.052285,0.900500,-0.681285,0.009798,0.731953,-0.393252,-0.195169,0.898477,-0.593612,-0.296835,0.748007, + -0.727583,-0.001919,0.686016,-0.830332,-0.047614,0.555232,-0.897715,0.035089,0.439178,-0.962618,0.035231,0.268563, + -0.955681,-0.096730,0.278058,-0.471278,0.078608,0.878475,-0.530605,-0.006629,0.847593,-0.567597,-0.102007,0.816963, + -0.577158,-0.106836,0.809614,-0.222541,-0.104782,0.969276,-0.223750,-0.113955,0.967962,-0.158432,0.139250,0.977501, + -0.171996,0.106784,0.979293,-0.932910,-0.269173,0.239218,-0.955681,-0.096730,0.278058,-0.995062,-0.085862,0.049786, + -0.977720,-0.209114,0.018317,-0.000000,-0.808836,0.588034,0.000000,-0.297446,0.954739,-0.398889,-0.248881,0.882579, + -0.453947,-0.719060,0.526199,-0.780596,-0.154660,0.605600,-0.883603,-0.163336,0.438825,-0.721214,-0.212002,0.659473, + -0.658985,-0.147635,0.737524,-0.395030,0.069231,0.916056,-0.592871,-0.138692,0.793265,-0.559540,-0.334740,0.758198, + -0.422611,-0.255888,0.869438,-0.607056,-0.166034,0.777120,-0.690067,-0.158973,0.706071,-0.780360,-0.475210,0.406465, + -0.693103,-0.571886,0.438811,-0.553659,-0.065390,0.830172,-0.540748,-0.077735,0.837585,-0.574837,-0.116359,0.809953, + -0.543549,-0.266898,0.795814,0.000000,-0.057349,0.998354,-0.422958,-0.055852,0.904426,-0.391370,-0.178436,0.902768, + 0.000000,-0.258561,0.965995,-0.592871,-0.138692,0.793265,-0.584694,-0.243297,0.773912,-0.543549,-0.266898,0.795814, + -0.559540,-0.334740,0.758198,-0.540748,-0.077735,0.837585,-0.391370,-0.178436,0.902768,-0.422958,-0.055852,0.904426, + -0.574837,-0.116359,0.809953,-0.805934,-0.158996,0.570254,-0.729972,-0.494670,0.471638,0.000000,-0.841050,0.540957, + 0.000000,-0.143470,0.989655,-0.553659,-0.065390,0.830172,-0.543549,-0.266898,0.795814,-0.530920,-0.154128,0.833288, + -0.543549,-0.266898,0.795814,-0.584694,-0.243297,0.773912,-0.530920,-0.154128,0.833288,-0.805934,-0.158996,0.570254, + 0.000000,-0.143470,0.989655,0.000000,0.430805,0.902445,-0.353886,-0.929596,-0.103033,-0.453947,-0.719060,0.526199, + -0.693103,-0.571886,0.438811,-0.483957,-0.870477,-0.089749,-0.805848,-0.142888,0.574623,-0.679493,-0.041426,0.732512, + -0.830332,-0.047614,0.555232,-0.955681,-0.096730,0.278058,-0.932910,-0.269173,0.239218,-0.945205,-0.248639,0.211582, + -0.929915,-0.188970,0.315513,-0.880899,-0.210408,0.423963,-0.638020,0.594604,0.489261,-0.579610,0.455747,0.675535, + -0.349898,0.442411,0.825738,-0.376639,0.685291,0.623313,0.000000,0.710632,0.703564,-0.376639,0.685291,0.623313, + -0.349898,0.442411,0.825738,0.000000,0.517894,0.855445,-0.349898,0.442411,0.825738,-0.579610,0.455747,0.675535, + -0.602316,0.080560,0.794182,-0.447684,0.040532,0.893273,-0.605697,-0.654912,-0.451908,-0.615710,-0.703812,-0.354329, + -0.925204,-0.288029,-0.247057,-0.844485,-0.343468,-0.410944,-0.795554,0.361147,0.486484,-0.579610,0.455747,0.675535, + -0.638020,0.594604,0.489261,-0.807177,0.458793,0.371450,-0.349898,0.442411,0.825738,-0.447684,0.040532,0.893273, + -0.338091,-0.115095,0.934049,-0.282064,0.233923,0.930441,-0.795554,0.361147,0.486484,-0.731539,0.137612,0.667768, + -0.602316,0.080560,0.794182,-0.579610,0.455747,0.675535,-0.950688,-0.309847,0.013727,-0.937919,-0.302932,-0.168938, + -0.834478,-0.526444,-0.162797,-0.904261,-0.424309,-0.047689,-0.962618,0.035231,0.268563,-0.910069,0.186018,0.370367, + -0.927130,0.287211,0.240705,-0.989229,0.045363,0.139167,-0.910069,0.186018,0.370367,-0.962618,0.035231,0.268563, + -0.897715,0.035089,0.439178,-0.811150,0.152486,0.564609,-0.811150,0.152486,0.564609,-0.731539,0.137612,0.667768, + -0.795554,0.361147,0.486484,-0.910069,0.186018,0.370367,-0.807177,0.458793,0.371450,-0.927130,0.287211,0.240705, + -0.910069,0.186018,0.370367,-0.795554,0.361147,0.486484,-0.566220,0.279208,-0.775524,0.000000,0.359565,-0.933120, + 0.000000,0.428648,-0.903472,-0.553277,0.341085,-0.759965,-0.954051,0.081114,0.288458,-0.925247,0.131960,0.355675, + -0.465133,0.173538,0.868065,-0.590166,0.063194,0.804804,-0.925204,-0.288029,-0.247057,-0.937919,-0.302932,-0.168938, + -0.971854,-0.187425,-0.142730,-0.950136,-0.248184,-0.188802,-0.404485,-0.679099,-0.612550,-0.605697,-0.654912,-0.451908, + -0.844485,-0.343468,-0.410944,-0.568388,-0.438856,-0.695945,-0.000000,-0.587552,-0.809187,0.000000,-0.774859,-0.632134, + -0.220513,-0.747078,-0.627096,-0.330807,-0.516139,-0.790043,-0.252285,-0.922392,-0.292482,-0.525853,-0.850328,-0.020488, + -0.575309,-0.814870,-0.070762,-0.344026,-0.895093,-0.283646,-0.590166,0.063194,0.804804,-0.465133,0.173538,0.868065, + 0.000000,0.193897,0.981022,-0.000000,0.090850,0.995865,-0.936423,0.169149,-0.307411,-0.566220,0.279208,-0.775524, + -0.553277,0.341085,-0.759965,-0.940557,0.214523,-0.263309,-0.954051,0.081114,0.288458,-0.936423,0.169149,-0.307411, + -0.940557,0.214523,-0.263309,-0.925247,0.131960,0.355675,-0.000000,-0.808836,0.588034,-0.453947,-0.719060,0.526199, + -0.353886,-0.929596,-0.103033,0.000000,-0.999456,-0.032989,-0.220513,-0.747078,-0.627096,-0.404485,-0.679099,-0.612550, + -0.568388,-0.438856,-0.695945,-0.330807,-0.516139,-0.790043,0.000000,-0.961905,-0.273384,-0.353886,-0.929596,-0.103033, + -0.483957,-0.870477,-0.089749,0.000000,-0.968357,-0.249569,-0.945205,-0.248639,0.211582,-0.950688,-0.309847,0.013727, + -0.904261,-0.424309,-0.047689,-0.899811,-0.432609,0.056472,-0.521401,-0.852516,-0.036837,-0.252285,-0.922392,-0.292482, + -0.227375,-0.928300,-0.294211,-0.483957,-0.870477,-0.089749,-0.836153,-0.431095,0.339123,-0.873233,-0.447113,0.193790, + -0.575309,-0.814870,-0.070762,-0.525853,-0.850328,-0.020488,-0.729972,-0.494670,0.471638,-0.547085,-0.562987,0.619471, + -0.000001,-0.813587,0.581444,0.000000,-0.841050,0.540957,-0.932910,-0.269173,0.239218,-0.977720,-0.209114,0.018317, + -0.950688,-0.309847,0.013727,-0.945205,-0.248639,0.211582,0.000000,-0.999456,-0.032989,-0.353886,-0.929596,-0.103033, + 0.000000,-0.961905,-0.273384,-0.227375,-0.928300,-0.294211,-0.000000,-0.956670,-0.291175,0.000000,-0.968357,-0.249569, + -0.483957,-0.870477,-0.089749,-0.393252,-0.195169,0.898477,0.000000,-0.059619,0.998221,-0.000000,-0.037625,0.999292, + -0.338091,-0.115095,0.934049,-0.543385,0.152133,0.825584,-0.602623,0.031442,0.797406,-0.458858,0.191851,0.867550, + -0.584135,-0.034204,0.810935,-0.543385,0.152133,0.825584,-0.685465,-0.050066,0.726382,-0.600112,-0.035297,0.799137, + -0.600112,-0.035297,0.799137,-0.685465,-0.050066,0.726382,-0.805934,-0.158996,0.570254,-0.725163,0.120900,0.677881, + -0.685465,-0.050066,0.726382,-0.543385,0.152133,0.825584,-0.458858,0.191851,0.867550,-0.498624,0.063101,0.864519, + -0.929915,-0.188970,0.315513,-0.883603,-0.163336,0.438825,-0.780596,-0.154660,0.605600,-0.880899,-0.210408,0.423963, + -0.584135,-0.034204,0.810935,-0.805848,-0.142888,0.574623,-0.880899,-0.210408,0.423963,-0.780596,-0.154660,0.605600, + -0.483957,-0.870477,-0.089749,-0.693103,-0.571886,0.438811,-0.780360,-0.475210,0.406465,-0.521401,-0.852516,-0.036837, + -0.479021,-0.827531,-0.292798,-0.705060,-0.698930,-0.119950,-0.834478,-0.526444,-0.162797,-0.615710,-0.703812,-0.354329, + -0.615710,-0.703812,-0.354329,-0.834478,-0.526444,-0.162797,-0.937919,-0.302932,-0.168938,-0.925204,-0.288029,-0.247057, + -0.681285,0.009798,0.731953,-0.682529,0.294894,0.668724,0.000000,0.445118,0.895472,0.000000,0.119440,0.992841, + -0.873233,-0.447113,0.193790,-0.899811,-0.432609,0.056472,-0.705060,-0.698930,-0.119950,-0.575309,-0.814870,-0.070762, + -0.525853,-0.850328,-0.020488,-0.521401,-0.852516,-0.036837,-0.780360,-0.475210,0.406465,-0.836153,-0.431095,0.339123, + -0.525853,-0.850328,-0.020488,-0.252285,-0.922392,-0.292482,-0.521401,-0.852516,-0.036837,-0.971854,-0.187425,-0.142730, + -0.937919,-0.302932,-0.168938,-0.950688,-0.309847,0.013727,-0.977720,-0.209114,0.018317,-0.584135,-0.034204,0.810935, + -0.780596,-0.154660,0.605600,-0.658985,-0.147635,0.737524,-0.490265,0.090820,0.866829,-0.679493,-0.041426,0.732512, + -0.805848,-0.142888,0.574623,-0.584135,-0.034204,0.810935,-0.971854,-0.187425,-0.142730,-0.989053,-0.129980,-0.069850, + -0.973159,-0.187574,-0.133334,-0.950136,-0.248184,-0.188802,-0.989053,-0.129980,-0.069850,-0.971854,-0.187425,-0.142730, + -0.977720,-0.209114,0.018317,-0.995062,-0.085862,0.049786,-0.995062,-0.085862,0.049786,-0.989229,0.045363,0.139167, + -0.998229,0.056869,0.017434,-0.989053,-0.129980,-0.069850,-0.973159,-0.187574,-0.133334,-0.989053,-0.129980,-0.069850, + -0.998229,0.056869,0.017434,-0.995603,0.051163,-0.078463,-0.431701,0.052285,0.900500,-0.436872,0.073877,0.896485, + -0.411147,0.096618,0.906434,-0.409431,0.105330,0.906240,-0.171996,0.106784,0.979293,-0.158432,0.139250,0.977501, + -0.185393,0.153881,0.970541,-0.157212,0.184054,0.970262,-0.577158,-0.106836,0.809614,-0.567597,-0.102007,0.816963, + -0.434801,-0.148102,0.888265,-0.404568,-0.162987,0.899867,-0.409431,0.105330,0.906240,-0.411147,0.096618,0.906434, + -0.392498,0.179033,0.902160,-0.393363,0.177262,0.902133,-0.393363,0.177262,0.902133,-0.392498,0.179033,0.902160, + -0.530605,-0.006629,0.847593,-0.471278,0.078608,0.878475,-0.297261,0.094627,0.950096,-0.326483,0.087081,0.941183, + -0.420208,0.083788,0.903551,-0.426697,0.089625,0.899943,0.000000,0.513566,-0.858050,0.000000,0.178871,-0.983872, + -0.359965,0.140267,-0.922361,-0.312674,0.485905,-0.816168,-0.653532,-0.206172,-0.728278,-0.617607,-0.344057,-0.707239, + -0.860796,-0.312553,-0.401673,-0.891738,-0.221566,-0.394604,-0.867574,0.396269,-0.300478,-0.919795,0.059042,-0.387932, + -0.995603,0.051163,-0.078463,-0.932366,0.361388,-0.009575,-0.667310,0.083022,-0.740138,-0.653532,-0.206172,-0.728278, + -0.891738,-0.221566,-0.394604,-0.919795,0.059042,-0.387932,-0.653532,-0.206172,-0.728278,-0.667310,0.083022,-0.740138, + -0.359965,0.140267,-0.922361,-0.367387,-0.157448,-0.916644,-0.619448,0.436793,-0.652301,-0.667310,0.083022,-0.740138, + -0.919795,0.059042,-0.387932,-0.867574,0.396269,-0.300478,-0.925041,0.360548,0.119604,-0.932366,0.361388,-0.009575, + -0.995603,0.051163,-0.078463,-0.998229,0.056869,0.017434,-0.653532,-0.206172,-0.728278,-0.367387,-0.157448,-0.916644, + -0.384161,-0.344026,-0.856776,-0.617607,-0.344057,-0.707239,-0.973159,-0.187574,-0.133334,-0.995603,0.051163,-0.078463, + -0.919795,0.059042,-0.387932,-0.891738,-0.221566,-0.394604,-0.367387,-0.157448,-0.916644,0.000000,-0.123774,-0.992310, + -0.000000,-0.400127,-0.916460,-0.384161,-0.344026,-0.856776,-0.925041,0.360548,0.119604,-0.998229,0.056869,0.017434, + -0.989229,0.045363,0.139167,-0.927130,0.287211,0.240705,0.000000,0.178871,-0.983872,0.000000,-0.123774,-0.992310, + -0.367387,-0.157448,-0.916644,-0.359965,0.140267,-0.922361,-0.667310,0.083022,-0.740138,-0.619448,0.436793,-0.652301, + -0.312674,0.485905,-0.816168,-0.359965,0.140267,-0.922361,-0.891738,-0.221566,-0.394604,-0.860796,-0.312553,-0.401673, + -0.950136,-0.248184,-0.188802,-0.973159,-0.187574,-0.133334,-0.617607,-0.344057,-0.707239,-0.568388,-0.438856,-0.695945, + -0.844485,-0.343468,-0.410944,-0.860796,-0.312553,-0.401673,-0.860796,-0.312553,-0.401673,-0.844485,-0.343468,-0.410944, + -0.925204,-0.288029,-0.247057,-0.950136,-0.248184,-0.188802,-0.384161,-0.344026,-0.856776,-0.330807,-0.516139,-0.790043, + -0.568388,-0.438856,-0.695945,-0.617607,-0.344057,-0.707239,-0.000000,-0.400127,-0.916460,-0.000000,-0.587552,-0.809187, + -0.330807,-0.516139,-0.790043,-0.384161,-0.344026,-0.856776,-0.438502,0.156874,-0.884933,-0.432330,0.158784,-0.887625, + -0.831313,0.016388,-0.555563,-0.841993,0.011461,-0.539367,-0.950561,-0.180592,-0.252628,-0.687903,-0.684365,-0.241732, + -0.623065,-0.701835,0.345280,-0.824133,-0.193558,0.532296,0.933836,-0.147844,-0.325719,0.727180,-0.646524,-0.230686, + 0.293658,-0.730891,-0.616087,0.371562,-0.193182,-0.908087,0.519536,-0.156678,0.839961,0.388386,-0.738921,0.550592, + 0.677864,-0.681548,0.275669,0.920399,-0.126984,0.369786,0.920399,-0.126984,0.369786,0.677864,-0.681548,0.275669, + 0.727180,-0.646524,-0.230686,0.933836,-0.147844,-0.325719,-0.422324,-0.194526,-0.885326,-0.295719,-0.744311,-0.598791, + -0.687903,-0.684365,-0.241732,-0.950561,-0.180592,-0.252628,-0.824133,-0.193558,0.532296,-0.623065,-0.701835,0.345280, + -0.134698,-0.744686,0.653681,-0.167321,-0.193468,0.966734,0.371562,-0.193182,-0.908087,0.293658,-0.730891,-0.616087, + -0.295719,-0.744311,-0.598791,-0.422324,-0.194526,-0.885326,-0.167321,-0.193468,0.966734,-0.134698,-0.744686,0.653681, + 0.388386,-0.738921,0.550592,0.519536,-0.156678,0.839961,-0.438502,0.156874,-0.884933,0.000000,0.221570,-0.975145, + 0.000000,0.221570,-0.975145,-0.432330,0.158784,-0.887625,-0.227375,-0.928300,-0.294211,-0.252285,-0.922392,-0.292482, + -0.344026,-0.895093,-0.283646,-0.479021,-0.827531,-0.292798,-0.615710,-0.703812,-0.354329,-0.605697,-0.654912,-0.451908, + -0.404485,-0.679099,-0.612550,-0.220513,-0.747078,-0.627096,0.000000,-0.774859,-0.632134,-0.000000,-0.956670,-0.291175, + 0.125410,0.929995,0.345517,0.125410,0.929995,0.345517,0.125410,0.929995,0.345517,0.000000,0.937396,0.348267, + 0.000000,0.937396,0.348267,0.125410,0.929995,0.345517,-0.951193,-0.277191,0.135634,-0.881564,-0.160170,-0.444061, + -0.932666,-0.033635,-0.359168,-0.970803,-0.128295,0.202685,-0.881564,-0.160170,-0.444061,-0.478506,-0.131584,-0.868169, + -0.554951,0.044180,-0.830709,-0.932666,-0.033635,-0.359168,-0.616085,-0.544161,0.569498,-0.679173,-0.304115,0.668011, + 0.000000,-0.363554,0.931573,0.000000,-0.687814,0.725887,-0.951193,-0.277191,0.135634,-0.970803,-0.128295,0.202685, + -0.679173,-0.304115,0.668011,-0.616085,-0.544161,0.569498,-0.478506,-0.131584,-0.868169,0.000000,-0.146678,-0.989184, + -0.000000,0.064101,-0.997943,-0.554951,0.044180,-0.830709,0.118468,0.896023,0.427910,0.118468,0.896023,0.427910, + 0.118468,0.896023,0.427910,0.118468,0.896023,0.427910,0.000000,0.902378,0.430945,0.000000,0.902378,0.430945, + 0.118468,0.896023,0.427910,0.118468,0.896023,0.427910,-0.987199,0.132994,-0.088041,-0.984762,0.158569,-0.071418, + -0.985499,0.134111,-0.103949,-0.983893,0.119343,-0.133087,-0.982800,0.181233,0.035468,-0.976424,0.204764,0.068324, + -0.973123,0.216292,0.079049,-0.990850,0.128015,-0.042760,-0.985499,0.134111,-0.103949,-0.984762,0.158569,-0.071418, + -0.988169,0.153084,-0.009320,-0.988169,0.153084,-0.009320,-0.984762,0.158569,-0.071418,-0.976424,0.204764,0.068324, + -0.982800,0.181233,0.035468,-0.916293,-0.368342,0.157260,-0.883220,-0.256522,0.392580,-0.949573,-0.131629,0.284579, + -0.953334,-0.281653,0.108748,-0.988290,0.151971,0.013729,-0.976424,0.204764,0.068324,-0.984762,0.158569,-0.071418, + -0.987199,0.132994,-0.088041,-0.846723,-0.506734,-0.162112,-0.916293,-0.368342,0.157260,-0.953334,-0.281653,0.108748, + -0.918620,-0.387455,-0.077564,-0.602164,-0.629860,-0.490586,-0.846723,-0.506734,-0.162112,-0.918620,-0.387455,-0.077564, + -0.783350,-0.500581,-0.368484,-0.331593,-0.291037,-0.897409,-0.445894,-0.534263,-0.718152,-0.783350,-0.500581,-0.368484, + -0.866930,-0.376446,-0.326680,-0.993281,0.114978,0.013111,-0.994182,0.106094,0.018614,-0.988169,0.153084,-0.009320, + -0.994182,0.106094,0.018614,-0.990850,0.128015,-0.042760,-0.988169,0.153084,-0.009320,-0.992868,0.118573,0.012411, + -0.993281,0.114978,0.013111,-0.988169,0.153084,-0.009320,-0.982800,0.181233,0.035468,-0.992868,0.118573,0.012411, + -0.982800,0.181233,0.035468,-0.991926,0.118148,0.046074,-0.991926,0.118148,0.046074,-0.982800,0.181233,0.035468, + -0.981862,0.187651,0.027100,-0.977028,0.212412,-0.017250,-0.981862,0.187651,0.027100,-0.982800,0.181233,0.035468, + 0.003675,0.649568,0.760295,0.572203,0.440541,0.691742,0.634077,0.704462,0.318871,0.089125,0.932594,0.349749, + 0.078199,0.993494,0.082795,0.648792,0.755461,0.091366,0.646019,0.742687,-0.176280,0.099945,0.980540,-0.168974, + -0.196433,0.108389,0.974508,0.479545,-0.087573,0.873137,0.572203,0.440541,0.691742,0.003675,0.649568,0.760295, + 0.099945,0.980540,-0.168974,0.646019,0.742687,-0.176280,0.611749,0.662470,-0.432315,0.158793,0.858554,-0.487515, + -0.046165,-0.961176,-0.272047,0.328417,-0.932592,-0.149716,0.333334,-0.930189,0.153743,-0.054461,-0.977915,0.201782, + -0.109593,-0.599163,-0.793091,0.384835,-0.728697,-0.566482,0.328417,-0.932592,-0.149716,-0.046165,-0.961176,-0.272047, + 0.074485,0.501403,-0.862002,0.693158,0.277150,-0.665372,0.547342,-0.216038,-0.808544,-0.024279,0.015560,-0.999584, + -0.054461,-0.977915,0.201782,0.333334,-0.930189,0.153743,0.320975,-0.795723,0.513614,-0.206295,-0.676418,0.707037, + 0.089125,0.932594,0.349749,0.634077,0.704462,0.318871,0.648792,0.755461,0.091366,0.078199,0.993494,0.082795, + -0.024279,0.015560,-0.999584,0.547342,-0.216038,-0.808544,0.384835,-0.728697,-0.566482,-0.109593,-0.599163,-0.793091, + -0.206295,-0.676418,0.707037,0.320975,-0.795723,0.513614,0.355343,-0.448996,0.819838,-0.306203,-0.275039,0.911369, + 0.158793,0.858554,-0.487515,0.611749,0.662470,-0.432315,0.693158,0.277150,-0.665372,0.074485,0.501403,-0.862002, + -0.306203,-0.275039,0.911369,0.355343,-0.448996,0.819838,0.479545,-0.087573,0.873137,-0.196433,0.108389,0.974508, + 0.648792,0.755461,0.091366,0.992284,0.093507,0.081411,0.994535,0.100420,-0.028574,0.646019,0.742687,-0.176280, + 0.693158,0.277150,-0.665372,0.971198,0.080547,-0.224246,0.956825,-0.256949,-0.135879,0.547342,-0.216038,-0.808544, + 0.328417,-0.932592,-0.149716,0.917363,-0.397715,-0.016354,0.915090,-0.394799,0.082119,0.333334,-0.930189,0.153743, + 0.611749,0.662470,-0.432315,0.989979,0.060138,-0.127771,0.971198,0.080547,-0.224246,0.693158,0.277150,-0.665372, + 0.547342,-0.216038,-0.808544,0.956825,-0.256949,-0.135879,0.929217,-0.349223,-0.120825,0.384835,-0.728697,-0.566482, + 0.646019,0.742687,-0.176280,0.994535,0.100420,-0.028574,0.989979,0.060138,-0.127771,0.611749,0.662470,-0.432315, + 0.320975,-0.795723,0.513614,0.918166,-0.366313,0.150950,0.933025,-0.306108,0.189108,0.355343,-0.448996,0.819838, + 0.634077,0.704462,0.318871,0.992223,0.048128,0.114793,0.992284,0.093507,0.081411,0.648792,0.755461,0.091366, + 0.355343,-0.448996,0.819838,0.933025,-0.306108,0.189108,0.967197,0.031278,0.252096,0.479545,-0.087573,0.873137, + 0.384835,-0.728697,-0.566482,0.929217,-0.349223,-0.120825,0.917363,-0.397715,-0.016354,0.328417,-0.932592,-0.149716, + 0.479545,-0.087573,0.873137,0.967197,0.031278,0.252096,0.572203,0.440541,0.691742,0.333334,-0.930189,0.153743, + 0.915090,-0.394799,0.082119,0.918166,-0.366313,0.150950,0.320975,-0.795723,0.513614,0.572203,0.440541,0.691742, + 0.967197,0.031278,0.252096,0.992223,0.048128,0.114793,0.634077,0.704462,0.318871,0.994535,0.100420,-0.028574, + 0.992284,0.093507,0.081411,0.915090,-0.394799,0.082119,0.917363,-0.397715,-0.016354,0.992284,0.093507,0.081411, + 0.992223,0.048128,0.114793,0.918166,-0.366313,0.150950,0.915090,-0.394799,0.082119,0.967197,0.031278,0.252096, + 0.933025,-0.306108,0.189108,0.918166,-0.366313,0.150950,0.992223,0.048128,0.114793,0.989979,0.060138,-0.127771, + 0.994535,0.100420,-0.028574,0.917363,-0.397715,-0.016354,0.929217,-0.349223,-0.120825,0.956825,-0.256949,-0.135879, + 0.971198,0.080547,-0.224246,0.989979,0.060138,-0.127771,0.929217,-0.349223,-0.120825,-0.969001,0.245598,0.026825, + -0.956232,0.139207,-0.257376,-0.905529,-0.044704,-0.421922,-0.792139,-0.441088,-0.421849,-0.722735,-0.673651,-0.154429, + -0.717270,-0.683578,0.135075,-0.826720,-0.404834,0.390696,-0.909622,-0.078077,0.408033,-0.942958,0.143303,0.300492, + 0.262148,-0.877108,-0.402443,0.664848,-0.666724,-0.336832,0.740568,-0.615615,0.269402,0.410296,-0.857928,0.309219, + 0.014166,-0.430878,-0.902299,0.512222,-0.282949,-0.810906,0.664848,-0.666724,-0.336832,0.262148,-0.877108,-0.402443, + 0.065145,0.761076,0.645383,0.491284,0.693577,0.526870,0.325518,0.942419,-0.076712,-0.121234,0.991568,-0.045773, + -0.167412,0.322495,-0.931649,0.333680,0.372419,-0.866004,0.512222,-0.282949,-0.810906,0.014166,-0.430878,-0.902299, + 0.325518,0.942419,-0.076712,0.794583,0.599774,-0.094391,0.815096,0.495478,-0.300199,0.290560,0.794683,-0.532967, + 0.569621,0.151766,0.807774,0.923229,0.142299,0.356930,0.875279,0.450495,0.175902,0.491284,0.693577,0.526870, + 0.333680,0.372419,-0.866004,0.746053,0.307383,-0.590695,0.881468,-0.082054,-0.465061,0.512222,-0.282949,-0.810906, + 0.644615,-0.262226,0.718129,0.913276,-0.110291,0.392126,0.923229,0.142299,0.356930,0.569621,0.151766,0.807774, + 0.231642,0.127067,0.964467,0.569621,0.151766,0.807774,0.491284,0.693577,0.526870,0.065145,0.761076,0.645383, + 0.340677,-0.360776,0.868205,0.644615,-0.262226,0.718129,0.569621,0.151766,0.807774,0.231642,0.127067,0.964467, + 0.410296,-0.857928,0.309219,0.740568,-0.615615,0.269402,0.644615,-0.262226,0.718129,0.340677,-0.360776,0.868205, + -0.192489,0.799755,-0.568630,0.290560,0.794683,-0.532967,0.333680,0.372419,-0.866004,-0.167412,0.322495,-0.931649, + -0.121234,0.991568,-0.045773,0.325518,0.942419,-0.076712,0.290560,0.794683,-0.532967,-0.192489,0.799755,-0.568630, + 0.290560,0.794683,-0.532967,0.815096,0.495478,-0.300199,0.746053,0.307383,-0.590695,0.333680,0.372419,-0.866004, + 0.491284,0.693577,0.526870,0.875279,0.450495,0.175902,0.794583,0.599774,-0.094391,0.325518,0.942419,-0.076712, + 0.512222,-0.282949,-0.810906,0.881468,-0.082054,-0.465061,0.946788,-0.262719,-0.185935,0.664848,-0.666724,-0.336832, + 0.664848,-0.666724,-0.336832,0.946788,-0.262719,-0.185935,0.970112,-0.234208,0.063472,0.740568,-0.615615,0.269402, + 0.740568,-0.615615,0.269402,0.970112,-0.234208,0.063472,0.913276,-0.110291,0.392126,0.644615,-0.262226,0.718129, + 0.794583,0.599774,-0.094391,0.875279,0.450495,0.175902,0.970112,-0.234208,0.063472,0.946788,-0.262719,-0.185935, + 0.913276,-0.110291,0.392126,0.970112,-0.234208,0.063472,0.875279,0.450495,0.175902,0.923229,0.142299,0.356930, + 0.794583,0.599774,-0.094391,0.946788,-0.262719,-0.185935,0.881468,-0.082054,-0.465061,0.815096,0.495478,-0.300199, + 0.746053,0.307383,-0.590695,0.815096,0.495478,-0.300199,0.881468,-0.082054,-0.465061,-0.543921,0.165594,-0.822635, + -0.306832,-0.545451,-0.779960,-0.326456,-0.631591,-0.703221,-0.567002,0.107450,-0.816678,-0.486150,0.833438,0.262754, + -0.894555,0.233697,0.380995,-0.578853,0.108202,0.808222,-0.284898,0.621694,0.729610,-0.284898,0.621694,0.729610, + -0.578853,0.108202,0.808222,-0.449132,-0.335502,0.828082,0.068840,-0.040895,0.996789,-0.330688,-0.052996,-0.942251, + -0.184665,-0.775600,-0.603609,-0.310185,-0.839574,-0.445983,-0.528624,-0.199777,-0.825013,-0.310185,-0.839574,-0.445983, + -0.485010,-0.846613,-0.219118,-0.809938,-0.368307,-0.456454,-0.528624,-0.199777,-0.825013,0.043006,-0.998308,0.039124, + -0.342361,-0.934715,0.095377,-0.401598,-0.914856,-0.041929,-0.048892,-0.998745,0.010907,0.106027,-0.773649,0.624680, + -0.274168,-0.837102,0.473383,-0.342361,-0.934715,0.095377,0.043006,-0.998308,0.039124,0.068840,-0.040895,0.996789, + -0.449132,-0.335502,0.828082,-0.274168,-0.837102,0.473383,0.106027,-0.773649,0.624680,0.196547,-0.804259,0.560836, + 0.106027,-0.773649,0.624680,0.043006,-0.998308,0.039124,-0.003293,-0.997319,0.073104,-0.003293,-0.997319,0.073104, + 0.043006,-0.998308,0.039124,-0.048892,-0.998745,0.010907,-0.014361,-0.999880,-0.005784,-0.014361,-0.999880,-0.005784, + -0.048892,-0.998745,0.010907,-0.310185,-0.839574,-0.445983,-0.184665,-0.775600,-0.603609,-0.176533,0.970511,0.164148, + -0.486150,0.833438,0.262754,-0.284898,0.621694,0.729610,0.081330,0.731173,0.677327,-0.227371,0.967400,-0.111535, + -0.567198,0.823034,-0.030007,-0.486150,0.833438,0.262754,-0.176533,0.970511,0.164148,-0.078893,0.621512,-0.779422, + -0.137299,0.958184,-0.251064,0.475007,0.779857,-0.407667,0.573576,0.480797,-0.663207,-0.972332,0.233292,0.012058, + -0.922132,0.127589,-0.365231,-0.809938,-0.368307,-0.456454,-0.896630,-0.440854,-0.041253,-0.896630,-0.440854,-0.041253, + -0.809938,-0.368307,-0.456454,-0.485010,-0.846613,-0.219118,-0.401598,-0.914856,-0.041929,-0.449132,-0.335502,0.828082, + -0.869937,-0.442149,0.218434,-0.342361,-0.934715,0.095377,-0.274168,-0.837102,0.473383,-0.869937,-0.442149,0.218434, + -0.896630,-0.440854,-0.041253,-0.401598,-0.914856,-0.041929,-0.342361,-0.934715,0.095377,-0.578853,0.108202,0.808222, + -0.894555,0.233697,0.380995,-0.869937,-0.442149,0.218434,-0.449132,-0.335502,0.828082,-0.894555,0.233697,0.380995, + -0.972332,0.233292,0.012058,-0.896630,-0.440854,-0.041253,-0.869937,-0.442149,0.218434,-0.528624,-0.199777,-0.825013, + -0.809938,-0.368307,-0.456454,-0.922132,0.127589,-0.365231,-0.624444,0.591425,-0.510184,-0.567198,0.823034,-0.030007, + -0.972332,0.233292,0.012058,-0.894555,0.233697,0.380995,-0.486150,0.833438,0.262754,-0.624444,0.591425,-0.510184, + -0.922132,0.127589,-0.365231,-0.972332,0.233292,0.012058,-0.567198,0.823034,-0.030007,-0.048892,-0.998745,0.010907, + -0.401598,-0.914856,-0.041929,-0.485010,-0.846613,-0.219118,-0.310185,-0.839574,-0.445983,-0.339096,0.628262,-0.700215, + -0.227371,0.967400,-0.111535,-0.137299,0.958184,-0.251064,-0.078893,0.621512,-0.779422,0.475007,0.779857,-0.407667, + -0.137299,0.958184,-0.251064,-0.092608,0.988985,0.115465,0.527860,0.830318,-0.178704,0.527860,0.830318,-0.178704, + -0.092608,0.988985,0.115465,0.414312,0.736190,0.535135,0.739803,0.665123,0.101507,0.810437,-0.468136,-0.352195, + 0.253187,-0.952719,-0.167998,0.120290,-0.600288,-0.790686,0.687511,-0.223271,-0.690999,0.867847,-0.440221,-0.230318, + 0.299631,-0.953954,0.013891,0.253187,-0.952719,-0.167998,0.810437,-0.468136,-0.352195,0.926358,-0.362460,-0.102390, + 0.598000,-0.705109,0.381073,0.299631,-0.953954,0.013891,0.867847,-0.440221,-0.230318,0.640140,0.199528,-0.741895, + 0.687511,-0.223271,-0.690999,0.120290,-0.600288,-0.790686,-0.021707,0.070842,-0.997251,0.926358,-0.362460,-0.102390, + 0.994586,0.082603,0.063059,0.731325,0.018938,0.681766,0.598000,-0.705109,0.381073,0.739803,0.665123,0.101507, + 0.414312,0.736190,0.535135,0.731325,0.018938,0.681766,0.994586,0.082603,0.063059,0.573576,0.480797,-0.663207, + 0.640140,0.199528,-0.741895,-0.021707,0.070842,-0.997251,-0.078893,0.621512,-0.779422,-0.624444,0.591425,-0.510184, + -0.567198,0.823034,-0.030007,-0.227371,0.967400,-0.111535,-0.339096,0.628262,-0.700215,-0.137299,0.958184,-0.251064, + -0.227371,0.967400,-0.111535,-0.176533,0.970511,0.164148,-0.092608,0.988985,0.115465,-0.092608,0.988985,0.115465, + -0.176533,0.970511,0.164148,0.081330,0.731173,0.677327,0.414312,0.736190,0.535135,0.253187,-0.952719,-0.167998, + -0.014361,-0.999880,-0.005784,-0.184665,-0.775600,-0.603609,0.120290,-0.600288,-0.790686,0.299631,-0.953954,0.013891, + -0.003293,-0.997319,0.073104,-0.014361,-0.999880,-0.005784,0.253187,-0.952719,-0.167998,0.598000,-0.705109,0.381073, + 0.196547,-0.804259,0.560836,-0.003293,-0.997319,0.073104,0.299631,-0.953954,0.013891,-0.021707,0.070842,-0.997251, + 0.120290,-0.600288,-0.790686,-0.184665,-0.775600,-0.603609,-0.330688,-0.052996,-0.942251,0.598000,-0.705109,0.381073, + 0.731325,0.018938,0.681766,0.315903,-0.004058,0.948783,0.196547,-0.804259,0.560836,0.414312,0.736190,0.535135, + 0.081330,0.731173,0.677327,0.315903,-0.004058,0.948783,0.731325,0.018938,0.681766,-0.078893,0.621512,-0.779422, + -0.021707,0.070842,-0.997251,-0.330688,-0.052996,-0.942251,-0.339096,0.628262,-0.700215,0.739803,0.665123,0.101507, + 0.994586,0.082603,0.063059,0.926358,-0.362460,-0.102390,0.867847,-0.440221,-0.230318,0.810437,-0.468136,-0.352195, + 0.687511,-0.223271,-0.690999,0.640140,0.199528,-0.741895,0.573576,0.480797,-0.663207,0.475007,0.779857,-0.407667, + 0.527860,0.830318,-0.178704,-0.833721,-0.164607,0.527080,-0.690067,-0.158973,0.706071,-0.721214,-0.212002,0.659473, + -0.833721,-0.164607,0.527080,-0.883603,-0.163336,0.438825,-0.836153,-0.431095,0.339123,-0.245873,0.653285,-0.716076, + -0.202918,0.679532,-0.705025,0.024672,0.219762,-0.975241,-0.032752,0.184890,-0.982213,-0.364887,0.679002,0.637036, + -0.410336,0.653622,0.635926,-0.255655,0.155788,0.954133,-0.197168,0.190925,0.961599,-0.110294,-0.221974,0.968795, + -0.038407,-0.189057,0.981215,-0.197168,0.190925,0.961599,-0.255655,0.155788,0.954133,-0.263347,0.145066,0.953732, + -0.430587,0.643120,0.633240,-0.850822,0.278838,0.445366,-0.709026,-0.068770,0.701821,-0.399939,0.660039,0.635922, + -0.231138,0.164470,0.958919,0.605219,0.395870,0.690650,0.528525,0.690182,0.494277,0.727759,0.188430,0.659440, + 0.605219,0.395870,0.690650,-0.231138,0.164470,0.958919,-0.055191,-0.264647,0.962765,0.187521,-0.166298,-0.968081, + 0.109558,-0.206617,-0.972269,-0.032752,0.184890,-0.982213,0.024672,0.219762,-0.975241,0.383447,-0.921572,0.060602, + 0.258697,-0.964902,0.045167,0.253900,-0.744671,-0.617252,0.368805,-0.693276,-0.619153,0.624138,0.693067,-0.360708, + 0.752588,0.414917,-0.511327,-0.008282,0.192575,-0.981247,-0.237020,0.661606,-0.711407,0.727759,0.188430,0.659440, + -0.055191,-0.264647,0.962765,0.754992,-0.321459,0.571534,-0.388096,0.921378,-0.021078,-0.428854,0.903035,-0.024744, + -0.410336,0.653622,0.635926,-0.364887,0.679002,0.637036,-0.598684,-0.012546,0.800887,-0.231138,0.164470,0.958919, + -0.399939,0.660039,0.635922,-0.773110,0.371598,0.514018,-0.449412,0.892910,-0.027205,-0.266627,0.644507,-0.716604, + -0.722447,0.274437,-0.634629,-0.897849,0.430979,-0.090134,-0.420244,0.907093,-0.024040,-0.399939,0.660039,0.635922, + 0.528525,0.690182,0.494277,0.519973,0.850562,0.078567,0.383473,-0.921572,0.060445,0.881967,-0.456507,0.117199, + 0.754992,-0.321459,0.571534,0.147541,-0.759782,0.633217,-0.055191,-0.264647,0.962765,-0.469283,-0.321778,0.822334, + 0.147541,-0.759782,0.633217,0.172089,-0.256962,-0.950976,0.299943,-0.789296,-0.535766,-0.286196,-0.296166,-0.911251, + -0.469283,-0.321778,0.822334,-0.055191,-0.264647,0.962765,-0.231138,0.164470,0.958919,-0.598684,-0.012546,0.800887, + -0.773110,0.371598,0.514018,-0.399939,0.660039,0.635922,-0.420244,0.907093,-0.024040,-0.834993,0.544461,-0.079684, + -0.630358,0.367274,-0.683929,-0.237020,0.661606,-0.711407,-0.008282,0.192575,-0.981247,-0.391126,0.022410,-0.920064, + 0.277196,-0.816328,-0.506726,-0.436577,-0.324841,-0.838975,0.141718,-0.294415,-0.945112,-0.084668,-0.300522,0.950009, + -0.263347,0.145066,0.953732,-0.709026,-0.068770,0.701821,-0.599211,-0.352745,0.718691,-0.430587,0.643120,0.633240, + -0.449412,0.892910,-0.027205,-0.897849,0.430979,-0.090134,-0.850822,0.278838,0.445366,-0.266627,0.644507,-0.716604, + -0.041786,0.173843,-0.983887,-0.518891,-0.036946,-0.854042,-0.722447,0.274437,-0.634629,-0.599211,-0.352745,0.718691, + 0.132249,-0.788436,0.600732,-0.084668,-0.300522,0.950009,-0.834993,0.544461,-0.079684,-0.420244,0.907093,-0.024040, + -0.237020,0.661606,-0.711407,-0.630358,0.367274,-0.683929,0.519973,0.850562,0.078567,0.624138,0.693067,-0.360708, + -0.237020,0.661606,-0.711407,-0.420244,0.907093,-0.024040,-0.428854,0.903035,-0.024744,-0.388096,0.921378,-0.021078, + -0.202918,0.679532,-0.705025,-0.245873,0.653285,-0.716076,0.877056,-0.340738,-0.338630,0.881967,-0.456507,0.117199, + 0.383473,-0.921572,0.060445,0.299943,-0.789296,-0.535766,0.172089,-0.256962,-0.950976,0.877056,-0.340738,-0.338630, + 0.299943,-0.789296,-0.535766,0.087942,-0.714274,0.694319,0.192798,-0.661290,0.724931,-0.038407,-0.189057,0.981215, + -0.110294,-0.221974,0.968795,-0.041786,0.173843,-0.983887,0.141718,-0.294415,-0.945112,-0.436577,-0.324841,-0.838975, + -0.518891,-0.036946,-0.854042,-0.391126,0.022410,-0.920064,-0.008282,0.192575,-0.981247,0.172089,-0.256962,-0.950976, + -0.286196,-0.296166,-0.911251,0.752588,0.414917,-0.511327,0.849119,0.201903,-0.488089,0.172089,-0.256962,-0.950976, + -0.008282,0.192575,-0.981247,0.368805,-0.693276,-0.619153,0.253900,-0.744671,-0.617252,0.109558,-0.206617,-0.972269, + 0.187521,-0.166298,-0.968081,0.378832,0.007619,0.925434,-0.084668,-0.300522,0.950009,0.336426,-0.686136,0.645007, + 0.147541,-0.759782,0.633217,0.754992,-0.321459,0.571534,-0.055191,-0.264647,0.962765,0.172089,-0.256962,-0.950976, + 0.849119,0.201903,-0.488089,0.877056,-0.340738,-0.338630,0.192798,-0.661290,0.724931,0.087942,-0.714274,0.694319, + 0.258697,-0.964902,0.045167,0.383447,-0.921572,0.060602,-0.255655,0.155788,0.954133,-0.554244,0.033652,0.831674, + -0.434553,-0.329777,0.838100,-0.110294,-0.221974,0.968795,-0.245873,0.653285,-0.716076,-0.526837,0.487687,-0.696135, + -0.692455,0.719507,-0.053060,-0.428854,0.903035,-0.024744,0.258697,-0.964902,0.045167,-0.188745,-0.981969,-0.010603, + -0.170997,-0.789077,-0.590014,0.253900,-0.744671,-0.617252,-0.110294,-0.221974,0.968795,-0.434553,-0.329777,0.838100, + -0.307538,-0.762421,0.569328,0.087942,-0.714274,0.694319,0.087942,-0.714274,0.694319,-0.307538,-0.762421,0.569328, + -0.188745,-0.981969,-0.010603,0.258697,-0.964902,0.045167,-0.032752,0.184890,-0.982213,-0.345757,0.042768,-0.937349, + -0.526837,0.487687,-0.696135,-0.245873,0.653285,-0.716076,-0.410336,0.653622,0.635926,-0.680799,0.491296,0.543269, + -0.554244,0.033652,0.831674,-0.255655,0.155788,0.954133,-0.428854,0.903035,-0.024744,-0.692455,0.719507,-0.053060, + -0.680799,0.491296,0.543269,-0.410336,0.653622,0.635926,0.253900,-0.744671,-0.617252,-0.170997,-0.789077,-0.590014, + -0.253543,-0.317899,-0.913595,0.109558,-0.206617,-0.972269,0.109558,-0.206617,-0.972269,-0.253543,-0.317899,-0.913595, + -0.345757,0.042768,-0.937349,-0.032752,0.184890,-0.982213,-0.188745,-0.981969,-0.010603,-0.656656,-0.750777,-0.071667, + -0.647368,-0.639198,-0.415141,-0.170997,-0.789077,-0.590014,-0.526837,0.487687,-0.696135,-0.856865,0.093597,-0.506974, + -0.967393,0.238919,-0.084079,-0.692455,0.719507,-0.053060,-0.170997,-0.789077,-0.590014,-0.647368,-0.639198,-0.415141, + -0.689126,-0.382503,-0.615465,-0.253543,-0.317899,-0.913595,-0.345757,0.042768,-0.937349,-0.746590,-0.186185,-0.638700, + -0.856865,0.093597,-0.506974,-0.526837,0.487687,-0.696135,-0.434553,-0.329777,0.838100,-0.791973,-0.398568,0.462518, + -0.724773,-0.623841,0.292449,-0.307538,-0.762421,0.569328,-0.307538,-0.762421,0.569328,-0.724773,-0.623841,0.292449, + -0.656656,-0.750777,-0.071667,-0.188745,-0.981969,-0.010603,-0.692455,0.719507,-0.053060,-0.967393,0.238919,-0.084079, + -0.959812,0.105097,0.260222,-0.680799,0.491296,0.543269,-0.253543,-0.317899,-0.913595,-0.689126,-0.382503,-0.615465, + -0.746590,-0.186185,-0.638700,-0.345757,0.042768,-0.937349,-0.680799,0.491296,0.543269,-0.959812,0.105097,0.260222, + -0.874628,-0.157138,0.458621,-0.554244,0.033652,0.831674,-0.554244,0.033652,0.831674,-0.874628,-0.157138,0.458621, + -0.791973,-0.398568,0.462518,-0.434553,-0.329777,0.838100,-0.856865,0.093597,-0.506974,-0.929199,-0.357718,-0.092888, + -0.967393,0.238919,-0.084079,-0.647368,-0.639198,-0.415141,-0.929199,-0.357718,-0.092888,-0.689126,-0.382503,-0.615465, + -0.746590,-0.186185,-0.638700,-0.929199,-0.357718,-0.092888,-0.856865,0.093597,-0.506974,-0.791973,-0.398568,0.462518, + -0.929199,-0.357718,-0.092888,-0.724773,-0.623841,0.292449,-0.724773,-0.623841,0.292449,-0.929199,-0.357718,-0.092888, + -0.656656,-0.750777,-0.071667,-0.967393,0.238919,-0.084079,-0.929199,-0.357718,-0.092888,-0.959812,0.105097,0.260222, + -0.689126,-0.382503,-0.615465,-0.929199,-0.357718,-0.092888,-0.746590,-0.186185,-0.638700,-0.959812,0.105097,0.260222, + -0.929199,-0.357718,-0.092888,-0.874628,-0.157138,0.458621,-0.874628,-0.157138,0.458621,-0.929199,-0.357718,-0.092888, + -0.791973,-0.398568,0.462518,-0.656656,-0.750777,-0.071667,-0.929199,-0.357718,-0.092888,-0.647368,-0.639198,-0.415141, + 0.371376,-0.698924,-0.611216,0.384682,-0.921059,0.060581,0.349434,-0.935260,0.056423,0.346979,-0.703380,-0.620372, + 0.026583,0.215528,-0.976136,0.187810,-0.166448,-0.967999,0.185807,-0.171370,-0.967527,0.028484,0.211297,-0.977007, + 0.198006,-0.668576,0.716798,-0.038713,-0.187983,0.981409,-0.040674,-0.190819,0.980782,0.172290,-0.672034,0.720199, + 0.187810,-0.166448,-0.967999,0.371376,-0.698924,-0.611216,0.346979,-0.703380,-0.620372,0.185807,-0.171370,-0.967527, + -0.201136,0.676311,-0.708624,0.026583,0.215528,-0.976136,0.028484,0.211297,-0.977007,-0.199353,0.673114,-0.712162, + -0.364141,0.676227,0.640405,-0.388167,0.921353,-0.020864,-0.388195,0.921346,-0.020644,-0.363382,0.673468,0.643735, + -0.038713,-0.187983,0.981409,-0.194878,0.185047,0.963214,-0.192582,0.179188,0.964782,-0.040674,-0.190819,0.980782, + 0.384682,-0.921059,0.060581,0.198006,-0.668576,0.716798,0.172290,-0.672034,0.720199,0.349434,-0.935260,0.056423, + -0.388167,0.921353,-0.020864,-0.201136,0.676311,-0.708624,-0.199353,0.673114,-0.712162,-0.388195,0.921346,-0.020644, + -0.194878,0.185047,0.963214,-0.364141,0.676227,0.640405,-0.363382,0.673468,0.643735,-0.192582,0.179188,0.964782, + 0.132249,-0.788436,0.600732,0.383489,-0.921565,0.060449,0.383470,-0.921563,0.060599,0.336426,-0.686136,0.645007, + 0.428419,0.353270,-0.831660,0.586546,0.045484,-0.808638,0.141718,-0.294415,-0.945112,-0.041786,0.173843,-0.983887, + 0.383489,-0.921565,0.060449,0.277196,-0.816328,-0.506726,0.488237,-0.715130,-0.500213,0.383470,-0.921563,0.060599, + -0.084668,-0.300522,0.950009,0.132249,-0.788436,0.600732,0.336426,-0.686136,0.645007,0.280295,0.759128,-0.587502, + 0.428419,0.353270,-0.831660,-0.041786,0.173843,-0.983887,-0.266627,0.644507,-0.716604,0.128130,0.758848,0.638539, + 0.156952,0.986761,0.040846,-0.449412,0.892910,-0.027205,-0.430587,0.643120,0.633240,0.378832,0.007619,0.925434, + 0.240788,0.331769,0.912113,-0.263347,0.145066,0.953732,-0.084668,-0.300522,0.950009,0.488237,-0.715130,-0.500213, + 0.141718,-0.294415,-0.945112,0.586546,0.045484,-0.808638,0.156952,0.986761,0.040846,0.280295,0.759128,-0.587502, + -0.266627,0.644507,-0.716604,-0.449412,0.892910,-0.027205,0.240788,0.331769,0.912113,0.128130,0.758848,0.638539, + -0.430587,0.643120,0.633240,-0.263347,0.145066,0.953732,0.141718,-0.294415,-0.945112,0.488237,-0.715130,-0.500213, + 0.277196,-0.816328,-0.506726,-0.154599,0.184762,0.970547,-0.321094,0.687477,0.651363,-0.796042,0.353721,0.491120, + -0.650674,-0.030362,0.758750,-0.341731,0.939697,-0.013783,-0.157107,0.688101,-0.708403,-0.658922,0.350371,-0.665630, + -0.843309,0.531172,-0.081768,0.372288,-0.694276,0.615940,0.514616,0.078116,0.853855,0.037032,-0.278528,0.959714, + 0.037032,-0.278528,0.959714,-0.154599,0.184762,0.970547,-0.650674,-0.030362,0.758750,-0.536152,-0.338098,0.773454, + -0.321094,0.687477,0.651363,-0.341731,0.939697,-0.013783,-0.843309,0.531172,-0.081768,-0.796042,0.353721,0.491120, + -0.157107,0.688101,-0.708403,0.068449,0.214370,-0.974351,-0.449149,0.001632,-0.893456,-0.658922,0.350371,-0.665630, + 0.372288,-0.694276,0.615940,0.037032,-0.278528,0.959714,0.119178,-0.796733,0.592464,0.514343,-0.721861,-0.462999, + 0.262003,-0.271935,-0.925962,0.699947,0.116805,-0.704579,0.068449,0.214370,-0.974351,0.262003,-0.271935,-0.925962, + -0.362041,-0.310709,-0.878855,-0.449149,0.001632,-0.893456,0.383451,-0.921581,0.060449,0.262431,-0.824649,-0.501083, + 0.514343,-0.721861,-0.462999,0.383433,-0.921579,0.060597,0.514343,-0.721861,-0.462999,0.262431,-0.824649,-0.501083, + 0.262003,-0.271935,-0.925962,0.068449,0.214370,-0.974351,0.554160,0.388973,-0.735939,0.699947,0.116805,-0.704579, + 0.262003,-0.271935,-0.925962,0.262003,-0.271935,-0.925962,0.262431,-0.824649,-0.501083,-0.362041,-0.310709,-0.878855, + -0.341731,0.939697,-0.013783,0.310226,0.948985,0.056459,0.419544,0.750043,-0.511291,-0.157107,0.688101,-0.708403, + -0.157107,0.688101,-0.708403,0.419544,0.750043,-0.511291,0.554160,0.388973,-0.735939,0.068449,0.214370,-0.974351, + -0.321094,0.687477,0.651363,0.281065,0.750212,0.598485,0.310226,0.948985,0.056459,-0.341731,0.939697,-0.013783, + 0.037032,-0.278528,0.959714,0.514616,0.078116,0.853855,0.386076,0.370420,0.844828,-0.154599,0.184762,0.970547, + -0.536152,-0.338098,0.773454,0.119178,-0.796733,0.592464,0.037032,-0.278528,0.959714,0.383433,-0.921579,0.060597, + 0.372288,-0.694276,0.615940,0.119178,-0.796733,0.592464,0.383451,-0.921581,0.060449,-0.154599,0.184762,0.970547, + 0.386076,0.370420,0.844828,0.281065,0.750212,0.598485,-0.321094,0.687477,0.651363,0.369230,-0.700588,-0.610611, + 0.400783,-0.665955,-0.629188,0.438479,-0.896216,0.067325,0.381046,-0.922602,0.060088,0.026581,0.215523,-0.976137, + 0.024676,0.219757,-0.975243,0.189921,-0.157743,-0.969044,0.186216,-0.163246,-0.968852,0.196519,-0.670922,0.715013, + 0.220384,-0.633821,0.741419,-0.036824,-0.182009,0.982607,-0.040157,-0.185314,0.981859,-0.388164,0.921354,-0.020859, + -0.388138,0.921360,-0.021078,-0.202942,0.679537,-0.705014,-0.201138,0.676312,-0.708623,-0.201138,0.676312,-0.708623, + -0.202942,0.679537,-0.705014,0.024676,0.219757,-0.975243,0.026581,0.215523,-0.976137,-0.364141,0.676226,0.640406, + -0.364908,0.679005,0.637020,-0.388138,0.921360,-0.021078,-0.388164,0.921354,-0.020859,-0.040157,-0.185314,0.981859, + -0.036824,-0.182009,0.982607,-0.197170,0.190921,0.961599,-0.194882,0.185059,0.963210,0.381046,-0.922602,0.060088, + 0.438479,-0.896216,0.067325,0.220384,-0.633821,0.741419,0.196519,-0.670922,0.715013,0.186216,-0.163246,-0.968852, + 0.189921,-0.157743,-0.969044,0.400783,-0.665955,-0.629188,0.369230,-0.700588,-0.610611,-0.194882,0.185059,0.963210, + -0.197170,0.190921,0.961599,-0.364908,0.679005,0.637020,-0.364141,0.676226,0.640406,-0.197166,0.190905,0.961603, + -0.364901,0.678997,0.637033,-0.364141,0.676227,0.640405,-0.194878,0.185047,0.963214,-0.388137,0.921360,-0.021091, + -0.202933,0.679522,-0.705031,-0.201136,0.676311,-0.708624,-0.388167,0.921353,-0.020864,0.419702,-0.905329,0.065034, + 0.211453,-0.644029,0.735197,0.198006,-0.668576,0.716798,0.384682,-0.921059,0.060581,-0.036972,-0.185229,0.982000, + -0.197166,0.190905,0.961603,-0.194878,0.185047,0.963214,-0.038713,-0.187983,0.981409,-0.364901,0.678997,0.637033, + -0.388137,0.921360,-0.021091,-0.388167,0.921353,-0.020864,-0.364141,0.676227,0.640405,-0.202933,0.679522,-0.705031, + 0.024679,0.219760,-0.975242,0.026583,0.215528,-0.976136,-0.201136,0.676311,-0.708624,0.189541,-0.161631,-0.968478, + 0.390204,-0.676207,-0.624887,0.371376,-0.698924,-0.611216,0.187810,-0.166448,-0.967999,0.211453,-0.644029,0.735197, + -0.036972,-0.185229,0.982000,-0.038713,-0.187983,0.981409,0.198006,-0.668576,0.716798,0.024679,0.219760,-0.975242, + 0.189541,-0.161631,-0.968478,0.187810,-0.166448,-0.967999,0.026583,0.215528,-0.976136,0.390204,-0.676207,-0.624887, + 0.419702,-0.905329,0.065034,0.384682,-0.921059,0.060581,0.371376,-0.698924,-0.611216,-0.192591,0.179202,0.964777, + -0.194882,0.185059,0.963210,-0.364141,0.676226,0.640406,-0.363377,0.673465,0.643741,0.182071,-0.168914,-0.968668, + 0.186216,-0.163246,-0.968852,0.369230,-0.700588,-0.610611,0.328343,-0.704108,-0.629621,0.322572,-0.945047,0.053232, + 0.381046,-0.922602,0.060088,0.196519,-0.670922,0.715013,0.152366,-0.672321,0.724409,-0.043843,-0.188752,0.981046, + -0.040157,-0.185314,0.981859,-0.194882,0.185059,0.963210,-0.192591,0.179202,0.964777,-0.363377,0.673465,0.643741, + -0.364141,0.676226,0.640406,-0.388164,0.921354,-0.020859,-0.388190,0.921349,-0.020637,-0.199350,0.673108,-0.712170, + -0.201138,0.676312,-0.708623,0.026581,0.215523,-0.976137,0.028482,0.211291,-0.977008,-0.388190,0.921349,-0.020637, + -0.388164,0.921354,-0.020859,-0.201138,0.676312,-0.708623,-0.199350,0.673108,-0.712170,0.152366,-0.672321,0.724409, + 0.196519,-0.670922,0.715013,-0.040157,-0.185314,0.981859,-0.043843,-0.188752,0.981046,0.028482,0.211291,-0.977008, + 0.026581,0.215523,-0.976137,0.186216,-0.163246,-0.968852,0.182071,-0.168914,-0.968668,0.328343,-0.704108,-0.629621, + 0.369230,-0.700588,-0.610611,0.381046,-0.922602,0.060088,0.322572,-0.945047,0.053232,0.528525,0.690182,0.494277, + 0.927465,0.356714,0.112090,0.519973,0.850562,0.078567,0.519973,0.850562,0.078567,0.927465,0.356714,0.112090, + 0.624138,0.693067,-0.360708,0.624138,0.693067,-0.360708,0.927465,0.356714,0.112090,0.752588,0.414917,-0.511327, + 0.752588,0.414917,-0.511327,0.927465,0.356714,0.112090,0.849119,0.201903,-0.488089,0.849119,0.201903,-0.488089, + 0.927465,0.356714,0.112090,0.877056,-0.340738,-0.338630,0.877056,-0.340738,-0.338630,0.927465,0.356714,0.112090, + 0.881967,-0.456507,0.117199,0.881967,-0.456507,0.117199,0.927465,0.356714,0.112090,0.754992,-0.321459,0.571534, + 0.754992,-0.321459,0.571534,0.927465,0.356714,0.112090,0.727759,0.188430,0.659440,0.727759,0.188430,0.659440, + 0.927465,0.356714,0.112090,0.605219,0.395870,0.690650,0.605219,0.395870,0.690650,0.927465,0.356714,0.112090, + 0.528525,0.690182,0.494277,-0.300453,0.682922,-0.665842,-0.263822,0.700560,-0.663034,-0.131427,0.225177,-0.965413, + -0.178960,0.201378,-0.963027,-0.179713,0.699962,0.691199,-0.216821,0.683388,0.697115,-0.049931,0.171989,0.983833, + -0.001296,0.195259,0.980751,0.063013,-0.215793,0.974404,0.122234,-0.194724,0.973212,-0.001296,0.195259,0.980751, + -0.049931,0.171989,0.983833,-0.064724,0.160164,0.984966,-0.244085,0.671886,0.699279,-0.651997,0.417296,0.633060, + -0.482975,0.020569,0.875392,-0.212948,0.684999,0.696728,-0.032473,0.175091,0.984017,0.726947,0.334263,0.599847, + 0.634071,0.654232,0.412231,0.829344,0.106694,0.548456,0.726947,0.334263,0.599847,-0.032473,0.175091,0.984017, + 0.105309,-0.271254,0.956729,-0.006453,-0.171744,-0.985120,-0.069831,-0.198372,-0.977636,-0.178960,0.201378,-0.963027, + -0.131427,0.225177,-0.965413,0.302760,-0.953056,-0.004526,0.200629,-0.979666,0.001545,0.093666,-0.750475,-0.654228, + 0.186192,-0.716597,-0.672177,0.569905,0.657883,-0.492341,0.653120,0.354125,-0.669350,-0.162025,0.204122,-0.965444, + -0.297330,0.686612,-0.663444,0.829344,0.106694,0.548456,0.105309,-0.271254,0.956729,0.812927,-0.386523,0.435603, + -0.300191,0.952843,0.044447,-0.333675,0.941472,0.047862,-0.216821,0.683388,0.697115,-0.179713,0.699962,0.691199, + -0.360975,0.060842,0.930589,-0.032473,0.175091,0.984017,-0.212948,0.684999,0.696728,-0.556547,0.488999,0.671666, + -0.363668,0.930211,0.049536,-0.328077,0.673260,-0.662636,-0.727949,0.413826,-0.546661,-0.794616,0.603092,0.069751, + -0.333280,0.941638,0.047343,-0.212948,0.684999,0.696728,0.634071,0.654232,0.412231,0.556119,0.830914,-0.017669, + 0.302724,-0.953067,-0.004635,0.845042,-0.533068,-0.041735,0.812927,-0.386523,0.435603,0.191753,-0.769172,0.609595, + 0.105309,-0.271254,0.956729,-0.253398,-0.274834,0.927500,0.191753,-0.769172,0.609595,-0.017950,-0.261476,-0.965043, + 0.125867,-0.800212,-0.586361,-0.388239,-0.248491,-0.887425,-0.253398,-0.274834,0.927500,0.105309,-0.271254,0.956729, + -0.032473,0.175091,0.984017,-0.360975,0.060842,0.930589,-0.556547,0.488999,0.671666,-0.212948,0.684999,0.696728, + -0.333280,0.941638,0.047343,-0.715628,0.695240,0.067209,-0.637705,0.485856,-0.597726,-0.297330,0.686612,-0.663444, + -0.162025,0.204122,-0.965444,-0.471734,0.095403,-0.876565,0.106288,-0.824803,-0.555341,-0.517860,-0.266292,-0.812964, + -0.046598,-0.296472,-0.953904,0.075169,-0.304571,0.949519,-0.064724,0.160164,0.984966,-0.482975,0.020569,0.875392, + -0.390160,-0.295424,0.872066,-0.244085,0.671886,0.699279,-0.363668,0.930211,0.049536,-0.794616,0.603092,0.069751, + -0.651997,0.417296,0.633060,-0.328077,0.673260,-0.662636,-0.194577,0.189932,-0.962323,-0.583330,0.053075,-0.810500, + -0.727949,0.413826,-0.546661,-0.390160,-0.295424,0.872066,0.168505,-0.795144,0.582539,0.075169,-0.304571,0.949519, + -0.715628,0.695240,0.067209,-0.333280,0.941638,0.047343,-0.297330,0.686612,-0.663444,-0.637705,0.485856,-0.597726, + 0.556119,0.830914,-0.017669,0.569905,0.657883,-0.492341,-0.297330,0.686612,-0.663444,-0.333280,0.941638,0.047343, + -0.333675,0.941472,0.047862,-0.300191,0.952843,0.044447,-0.263822,0.700560,-0.663034,-0.300453,0.682922,-0.665842, + 0.765469,-0.407195,-0.498246,0.845042,-0.533068,-0.041735,0.302724,-0.953067,-0.004635,0.125867,-0.800212,-0.586361, + -0.017950,-0.261476,-0.965043,0.765469,-0.407195,-0.498246,0.125867,-0.800212,-0.586361,0.170295,-0.719147,0.673667, + 0.259653,-0.683668,0.682040,0.122234,-0.194724,0.973212,0.063013,-0.215793,0.974404,-0.194577,0.189932,-0.962323, + -0.046598,-0.296472,-0.953904,-0.517860,-0.266292,-0.812964,-0.583330,0.053075,-0.810500,-0.471734,0.095403,-0.876565, + -0.162025,0.204122,-0.965444,-0.017950,-0.261476,-0.965043,-0.388239,-0.248491,-0.887425,0.653120,0.354125,-0.669350, + 0.737025,0.120234,-0.665085,-0.017950,-0.261476,-0.965043,-0.162025,0.204122,-0.965444,0.186192,-0.716597,-0.672177, + 0.093666,-0.750475,-0.654228,-0.069831,-0.198372,-0.977636,-0.006453,-0.171744,-0.985120,0.464007,-0.065189,0.883429, + 0.075169,-0.304571,0.949519,0.375502,-0.714048,0.590875,0.191753,-0.769172,0.609595,0.812927,-0.386523,0.435603, + 0.105309,-0.271254,0.956729,-0.017950,-0.261476,-0.965043,0.737025,0.120234,-0.665085,0.765469,-0.407195,-0.498246, + 0.259653,-0.683668,0.682040,0.170295,-0.719147,0.673667,0.200629,-0.979666,0.001545,0.302760,-0.953056,-0.004526, + -0.049931,0.171989,0.983833,-0.328517,0.093551,0.939854,-0.233293,-0.286849,0.929135,0.063013,-0.215793,0.974404, + -0.300453,0.682922,-0.665842,-0.548087,0.568457,-0.613561,-0.577159,0.813800,0.067959,-0.333675,0.941472,0.047862, + 0.200629,-0.979666,0.001545,-0.193820,-0.980726,0.024719,-0.272588,-0.774403,-0.570960,0.093666,-0.750475,-0.654228, + 0.063013,-0.215793,0.974404,-0.233293,-0.286849,0.929135,-0.192734,-0.747110,0.636145,0.170295,-0.719147,0.673667, + 0.170295,-0.719147,0.673667,-0.192734,-0.747110,0.636145,-0.193820,-0.980726,0.024719,0.200629,-0.979666,0.001545, + -0.178960,0.201378,-0.963027,-0.444855,0.102347,-0.889735,-0.548087,0.568457,-0.613561,-0.300453,0.682922,-0.665842, + -0.216821,0.683388,0.697115,-0.471770,0.573551,0.669680,-0.328517,0.093551,0.939854,-0.049931,0.171989,0.983833, + -0.333675,0.941472,0.047862,-0.577159,0.813800,0.067959,-0.471770,0.573551,0.669680,-0.216821,0.683388,0.697115, + 0.093666,-0.750475,-0.654228,-0.272588,-0.774403,-0.570960,-0.375448,-0.273240,-0.885652,-0.069831,-0.198372,-0.977636, + -0.069831,-0.198372,-0.977636,-0.375448,-0.273240,-0.885652,-0.444855,0.102347,-0.889735,-0.178960,0.201378,-0.963027, + -0.193820,-0.980726,0.024719,-0.650487,-0.757919,0.049245,-0.701563,-0.623328,-0.345357,-0.272588,-0.774403,-0.570960, + -0.548087,0.568457,-0.613561,-0.886446,0.235318,-0.398545,-0.909416,0.405343,0.093059,-0.577159,0.813800,0.067959, + -0.272588,-0.774403,-0.570960,-0.701563,-0.623328,-0.345357,-0.764813,-0.315921,-0.561475,-0.375448,-0.273240,-0.885652, + -0.444855,0.102347,-0.889735,-0.815747,-0.086655,-0.571881,-0.886446,0.235318,-0.398545,-0.548087,0.568457,-0.613561, + -0.233293,-0.286849,0.929135,-0.657190,-0.334272,0.675547,-0.639881,-0.605884,0.472712,-0.192734,-0.747110,0.636145, + -0.192734,-0.747110,0.636145,-0.639881,-0.605884,0.472712,-0.650487,-0.757919,0.049245,-0.193820,-0.980726,0.024719, + -0.577159,0.813800,0.067959,-0.909416,0.405343,0.093059,-0.841248,0.251872,0.478396,-0.471770,0.573551,0.669680, + -0.375448,-0.273240,-0.885652,-0.764813,-0.315921,-0.561475,-0.815747,-0.086655,-0.571881,-0.444855,0.102347,-0.889735, + -0.471770,0.573551,0.669680,-0.841248,0.251872,0.478396,-0.728975,-0.054041,0.682404,-0.328517,0.093551,0.939854, + -0.328517,0.093551,0.939854,-0.728975,-0.054041,0.682404,-0.657190,-0.334272,0.675547,-0.233293,-0.286849,0.929135, + -0.886446,0.235318,-0.398545,-0.957061,-0.277895,0.082519,-0.909416,0.405343,0.093059,-0.701563,-0.623328,-0.345357, + -0.957061,-0.277895,0.082519,-0.764813,-0.315921,-0.561475,-0.815747,-0.086655,-0.571881,-0.957061,-0.277895,0.082519, + -0.886446,0.235318,-0.398545,-0.657190,-0.334272,0.675547,-0.957061,-0.277895,0.082519,-0.639881,-0.605884,0.472712, + -0.639881,-0.605884,0.472712,-0.957061,-0.277895,0.082519,-0.650487,-0.757919,0.049245,-0.909416,0.405343,0.093059, + -0.957061,-0.277895,0.082519,-0.841248,0.251872,0.478396,-0.764813,-0.315921,-0.561475,-0.957061,-0.277895,0.082519, + -0.815747,-0.086655,-0.571881,-0.841248,0.251872,0.478396,-0.957061,-0.277895,0.082519,-0.728975,-0.054041,0.682404, + -0.728975,-0.054041,0.682404,-0.957061,-0.277895,0.082519,-0.657190,-0.334272,0.675547,-0.650487,-0.757919,0.049245, + -0.957061,-0.277895,0.082519,-0.701563,-0.623328,-0.345357,0.188730,-0.720892,-0.666855,0.303757,-0.952738,-0.004712, + 0.274976,-0.961447,-0.002852,0.168352,-0.722668,-0.670380,-0.130372,0.221688,-0.966363,-0.006466,-0.171186,-0.985218, + -0.008243,-0.174948,-0.984543,-0.129318,0.218195,-0.967299,0.261891,-0.689355,0.675428,0.121916,-0.193264,0.973543, + 0.120155,-0.195364,0.973343,0.242359,-0.690372,0.681651,-0.006466,-0.171186,-0.985218,0.188730,-0.720892,-0.666855, + 0.168352,-0.722668,-0.670380,-0.008243,-0.174948,-0.984543,-0.263159,0.697871,-0.666126,-0.130372,0.221688,-0.966363, + -0.129318,0.218195,-0.967299,-0.262488,0.695200,-0.669177,-0.178808,0.697648,0.693769,-0.300172,0.952840,0.044633, + -0.300145,0.952841,0.044806,-0.177910,0.695350,0.696302,0.121916,-0.193264,0.973543,0.000297,0.190435,0.981700, + 0.001893,0.185604,0.982623,0.120155,-0.195364,0.973343,0.303757,-0.952738,-0.004712,0.261891,-0.689355,0.675428, + 0.242359,-0.690372,0.681651,0.274976,-0.961447,-0.002852,-0.300172,0.952840,0.044633,-0.263159,0.697871,-0.666126, + -0.262488,0.695200,-0.669177,-0.300145,0.952841,0.044806,0.000297,0.190435,0.981700,-0.178808,0.697648,0.693769, + -0.177910,0.695350,0.696302,0.001893,0.185604,0.982623,0.168505,-0.795144,0.582539,0.302727,-0.953066,-0.004640, + 0.302734,-0.953064,-0.004517,0.375502,-0.714048,0.590875,0.218207,0.307150,-0.926307,0.352651,-0.029489,-0.935290, + -0.046598,-0.296472,-0.953904,-0.194577,0.189932,-0.962323,0.302727,-0.953066,-0.004640,0.106288,-0.824803,-0.555341, + 0.313789,-0.744650,-0.589094,0.302734,-0.953064,-0.004517,0.075169,-0.304571,0.949519,0.168505,-0.795144,0.582539, + 0.375502,-0.714048,0.590875,0.142419,0.742652,-0.654358,0.218207,0.307150,-0.926307,-0.194577,0.189932,-0.962323, + -0.328077,0.673260,-0.662636,0.218855,0.742157,0.633487,0.148753,0.988774,0.014058,-0.363668,0.930211,0.049536, + -0.244085,0.671886,0.699279,0.464007,-0.065189,0.883429,0.350647,0.282626,0.892843,-0.064724,0.160164,0.984966, + 0.075169,-0.304571,0.949519,0.313789,-0.744650,-0.589094,-0.046598,-0.296472,-0.953904,0.352651,-0.029489,-0.935290, + 0.148753,0.988774,0.014058,0.142419,0.742652,-0.654358,-0.328077,0.673260,-0.662636,-0.363668,0.930211,0.049536, + 0.350647,0.282626,0.892843,0.218855,0.742157,0.633487,-0.244085,0.671886,0.699279,-0.064724,0.160164,0.984966, + -0.046598,-0.296472,-0.953904,0.313789,-0.744650,-0.589094,0.106288,-0.824803,-0.555341,0.036263,0.187075,0.981676, + -0.140353,0.703193,0.697009,-0.582897,0.476573,0.658111,-0.415397,0.049553,0.908290,-0.259498,0.964766,0.043439, + -0.225576,0.704109,-0.673310,-0.662608,0.474258,-0.579681,-0.725598,0.684856,0.066927,0.405309,-0.724319,0.557752, + 0.583435,-0.012345,0.812066,0.183664,-0.298788,0.936479,0.183664,-0.298788,0.936479,0.036263,0.187075,0.981676, + -0.415397,0.049553,0.908290,-0.321469,-0.285428,0.902878,-0.140353,0.703193,0.697009,-0.259498,0.964766,0.043439, + -0.725598,0.684856,0.066927,-0.582897,0.476573,0.658111,-0.225576,0.704109,-0.673310,-0.094352,0.217271,-0.971541, + -0.521029,0.081771,-0.849613,-0.662608,0.474258,-0.579681,0.405309,-0.724319,0.557752,0.183664,-0.298788,0.936479, + 0.156346,-0.798827,0.580889,0.346133,-0.753616,-0.558798,0.064033,-0.289615,-0.954999,0.479915,0.025858,-0.876934, + -0.094352,0.217271,-0.971541,0.064033,-0.289615,-0.954999,-0.452707,-0.257271,-0.853738,-0.521029,0.081771,-0.849613, + 0.302715,-0.953070,-0.004639,0.094229,-0.828829,-0.551510,0.346133,-0.753616,-0.558798,0.302722,-0.953068,-0.004521, + 0.346133,-0.753616,-0.558798,0.094229,-0.828829,-0.551510,0.064033,-0.289615,-0.954999,-0.094352,0.217271,-0.971541, + 0.347345,0.332979,-0.876628,0.479915,0.025858,-0.876934,0.064033,-0.289615,-0.954999,0.064033,-0.289615,-0.954999, + 0.094229,-0.828829,-0.551510,-0.452707,-0.257271,-0.853738,-0.259498,0.964766,0.043439,0.287514,0.957771,0.003125, + 0.278053,0.734049,-0.619563,-0.225576,0.704109,-0.673310,-0.225576,0.704109,-0.673310,0.278053,0.734049,-0.619563, + 0.347345,0.332979,-0.876628,-0.094352,0.217271,-0.971541,-0.140353,0.703193,0.697009,0.348563,0.733922,0.582977, + 0.287514,0.957771,0.003125,-0.259498,0.964766,0.043439,0.183664,-0.298788,0.936479,0.583435,-0.012345,0.812066, + 0.473815,0.311037,0.823866,0.036263,0.187075,0.981676,-0.321469,-0.285428,0.902878,0.156346,-0.798827,0.580889, + 0.183664,-0.298788,0.936479,0.302722,-0.953068,-0.004521,0.405309,-0.724319,0.557752,0.156346,-0.798827,0.580889, + 0.302715,-0.953070,-0.004639,0.036263,0.187075,0.981676,0.473815,0.311037,0.823866,0.348563,0.733922,0.582977, + -0.140353,0.703193,0.697009,0.186894,-0.721615,-0.666590,0.211136,-0.696398,-0.685894,0.348096,-0.937431,-0.007254, + 0.300811,-0.953673,-0.004572,-0.130374,0.221681,-0.966364,-0.131426,0.225173,-0.965414,-0.004611,-0.163725,-0.986495, + -0.007824,-0.167844,-0.985783,0.260247,-0.690695,0.674694,0.285180,-0.663362,0.691826,0.123782,-0.188099,0.974319, + 0.120872,-0.190487,0.974220,-0.300172,0.952840,0.044632,-0.300198,0.952841,0.044451,-0.263830,0.700549,-0.663042, + -0.263158,0.697865,-0.666132,-0.263158,0.697865,-0.666132,-0.263830,0.700549,-0.663042,-0.131426,0.225173,-0.965414, + -0.130374,0.221681,-0.966364,-0.178806,0.697646,0.693771,-0.179708,0.699955,0.691208,-0.300198,0.952841,0.044451, + -0.300172,0.952840,0.044632,0.120872,-0.190487,0.974220,0.123782,-0.188099,0.974319,-0.001296,0.195259,0.980751, + 0.000301,0.190427,0.981701,0.300811,-0.953673,-0.004572,0.348096,-0.937431,-0.007254,0.285180,-0.663362,0.691826, + 0.260247,-0.690695,0.674694,-0.007824,-0.167844,-0.985783,-0.004611,-0.163725,-0.986495,0.211136,-0.696398,-0.685894, + 0.186894,-0.721615,-0.666590,0.000301,0.190427,0.981701,-0.001296,0.195259,0.980751,-0.179708,0.699955,0.691208, + -0.178806,0.697646,0.693771,-0.001301,0.195264,0.980750,-0.179711,0.699959,0.691203,-0.178808,0.697648,0.693769, + 0.000297,0.190435,0.981700,-0.300200,0.952840,0.044454,-0.263832,0.700554,-0.663037,-0.263159,0.697871,-0.666126, + -0.300172,0.952840,0.044633,0.332529,-0.943072,-0.006308,0.276666,-0.671080,0.687828,0.261891,-0.689355,0.675428, + 0.303757,-0.952738,-0.004712,0.123535,-0.191202,0.973746,-0.001301,0.195264,0.980750,0.000297,0.190435,0.981700, + 0.121916,-0.193264,0.973543,-0.179711,0.699959,0.691203,-0.300200,0.952840,0.044454,-0.300172,0.952840,0.044633, + -0.178808,0.697648,0.693769,-0.263832,0.700554,-0.663037,-0.131425,0.225181,-0.965412,-0.130372,0.221688,-0.966363, + -0.263159,0.697871,-0.666126,-0.004864,-0.167472,-0.985865,0.202941,-0.704174,-0.680407,0.188730,-0.720892,-0.666855, + -0.006466,-0.171186,-0.985218,0.276666,-0.671080,0.687828,0.123535,-0.191202,0.973746,0.121916,-0.193264,0.973543, + 0.261891,-0.689355,0.675428,-0.131425,0.225181,-0.965412,-0.004864,-0.167472,-0.985865,-0.006466,-0.171186,-0.985218, + -0.130372,0.221688,-0.966363,0.202941,-0.704174,-0.680407,0.332529,-0.943072,-0.006308,0.303757,-0.952738,-0.004712, + 0.188730,-0.720892,-0.666855,0.001896,0.185595,0.982624,0.000301,0.190427,0.981701,-0.178806,0.697646,0.693771, + -0.177910,0.695346,0.696306,-0.011319,-0.172041,-0.985025,-0.007824,-0.167844,-0.985783,0.186894,-0.721615,-0.666590, + 0.152424,-0.721491,-0.675439,0.253174,-0.967420,-0.001459,0.300811,-0.953673,-0.004572,0.260247,-0.690695,0.674694, + 0.227451,-0.688927,0.688219,0.117731,-0.192938,0.974122,0.120872,-0.190487,0.974220,0.000301,0.190427,0.981701, + 0.001896,0.185595,0.982624,-0.177910,0.695346,0.696306,-0.178806,0.697646,0.693771,-0.300172,0.952840,0.044632, + -0.300146,0.952840,0.044802,-0.262490,0.695196,-0.669180,-0.263158,0.697865,-0.666132,-0.130374,0.221681,-0.966364, + -0.129320,0.218191,-0.967300,-0.300146,0.952840,0.044802,-0.300172,0.952840,0.044632,-0.263158,0.697865,-0.666132, + -0.262490,0.695196,-0.669180,0.227451,-0.688927,0.688219,0.260247,-0.690695,0.674694,0.120872,-0.190487,0.974220, + 0.117731,-0.192938,0.974122,-0.129320,0.218191,-0.967300,-0.130374,0.221681,-0.966364,-0.007824,-0.167844,-0.985783, + -0.011319,-0.172041,-0.985025,0.152424,-0.721491,-0.675439,0.186894,-0.721615,-0.666590,0.300811,-0.953673,-0.004572, + 0.253174,-0.967420,-0.001459,0.634071,0.654232,0.412231,0.959146,0.276595,-0.059448,0.556119,0.830914,-0.017669, + 0.556119,0.830914,-0.017669,0.959146,0.276595,-0.059448,0.569905,0.657883,-0.492341,0.569905,0.657883,-0.492341, + 0.959146,0.276595,-0.059448,0.653120,0.354125,-0.669350,0.653120,0.354125,-0.669350,0.959146,0.276595,-0.059448, + 0.737025,0.120234,-0.665085,0.737025,0.120234,-0.665085,0.959146,0.276595,-0.059448,0.765469,-0.407195,-0.498246, + 0.765469,-0.407195,-0.498246,0.959146,0.276595,-0.059448,0.845042,-0.533068,-0.041735,0.845042,-0.533068,-0.041735, + 0.959146,0.276595,-0.059448,0.812927,-0.386523,0.435603,0.812927,-0.386523,0.435603,0.959146,0.276595,-0.059448, + 0.829344,0.106694,0.548456,0.829344,0.106694,0.548456,0.959146,0.276595,-0.059448,0.726947,0.334263,0.599847, + 0.726947,0.334263,0.599847,0.959146,0.276595,-0.059448,0.634071,0.654232,0.412231,-0.377105,0.688120,-0.619905, + -0.340762,0.701530,-0.625888,-0.309737,0.218462,-0.925385,-0.354853,0.200440,-0.913183,0.033052,0.699767,0.713606, + -0.002340,0.687324,0.726348,0.175522,0.172697,0.969210,0.221652,0.189727,0.956491,0.249276,-0.204378,0.946621, + 0.304996,-0.189063,0.933398,0.221652,0.189727,0.956491,0.175522,0.172697,0.969210,0.158884,0.163070,0.973737, + -0.032275,0.679936,0.732561,-0.449889,0.462229,0.764163,-0.259744,0.060504,0.963780,-0.001124,0.690050,0.723761, + 0.190779,0.174870,0.965932,0.858341,0.273822,0.433903,0.756075,0.595295,0.271983,0.927422,0.049969,0.370663, + 0.858341,0.273822,0.433903,0.190779,0.174870,0.965932,0.280998,-0.261971,0.923262,-0.227664,-0.167565,-0.959214, + -0.286568,-0.187508,-0.939532,-0.354853,0.200440,-0.913183,-0.309737,0.218462,-0.925385,0.218365,-0.974812,-0.045364, + 0.118807,-0.992756,-0.017904,-0.107708,-0.749056,-0.653692,-0.021020,-0.723240,-0.690277,0.497357,0.599950,-0.626655, + 0.520327,0.292459,-0.802326,-0.340397,0.202274,-0.918267,-0.374871,0.693164,-0.615626,0.927422,0.049969,0.370663, + 0.280998,-0.261971,0.923262,0.854357,-0.438941,0.278218,-0.207152,0.974558,0.085580,-0.239827,0.966048,0.096098, + -0.002340,0.687324,0.726348,0.033052,0.699767,0.713606,-0.130427,0.090316,0.987336,0.190779,0.174870,0.965932, + -0.001124,0.690050,0.723761,-0.344232,0.524307,0.778849,-0.271408,0.956792,0.104335,-0.405736,0.682813,-0.607573, + -0.783084,0.459681,-0.418895,-0.711458,0.667108,0.220896,-0.241129,0.965772,0.095616,-0.001124,0.690050,0.723761, + 0.756075,0.595295,0.271983,0.597790,0.787827,-0.148243,0.218335,-0.974814,-0.045466,0.772629,-0.601282,-0.203728, + 0.854357,-0.438941,0.278218,0.257305,-0.766493,0.588457,0.280998,-0.261971,0.923262,-0.055867,-0.238139,0.969623, + 0.257305,-0.766493,0.588457,-0.240611,-0.253693,-0.936881,-0.067898,-0.798786,-0.597772,-0.567761,-0.211231,-0.795631, + -0.055867,-0.238139,0.969623,0.280998,-0.261971,0.923262,0.190779,0.174870,0.965932,-0.130427,0.090316,0.987336, + -0.344232,0.524307,0.778849,-0.001124,0.690050,0.723761,-0.241129,0.965772,0.095616,-0.627316,0.752678,0.199879, + -0.700156,0.522231,-0.486884,-0.374871,0.693164,-0.615626,-0.340397,0.202274,-0.918267,-0.618034,0.122472,-0.776553, + -0.082313,-0.821739,-0.563888,-0.677668,-0.219554,-0.701828,-0.268050,-0.286150,-0.919928,0.248766,-0.292484,0.923346, + 0.158884,0.163070,0.973737,-0.259744,0.060504,0.963780,-0.196984,-0.249413,0.948151,-0.032275,0.679936,0.732561, + -0.271408,0.956792,0.104335,-0.711458,0.667108,0.220896,-0.449889,0.462229,0.764163,-0.405736,0.682813,-0.607573, + -0.371936,0.191225,-0.908348,-0.714769,0.090808,-0.693440,-0.783084,0.459681,-0.418895,-0.196984,-0.249413,0.948151, + 0.227833,-0.790602,0.568367,0.248766,-0.292484,0.923346,-0.627316,0.752678,0.199879,-0.241129,0.965772,0.095616, + -0.374871,0.693164,-0.615626,-0.700156,0.522231,-0.486884,0.597790,0.787827,-0.148243,0.497357,0.599950,-0.626655, + -0.374871,0.693164,-0.615626,-0.241129,0.965772,0.095616,-0.239827,0.966048,0.096098,-0.207152,0.974558,0.085580, + -0.340762,0.701530,-0.625888,-0.377105,0.688120,-0.619905,0.604726,-0.460966,-0.649474,0.772629,-0.601282,-0.203728, + 0.218335,-0.974814,-0.045466,-0.067898,-0.798786,-0.597772,-0.240611,-0.253693,-0.936881,0.604726,-0.460966,-0.649474, + -0.067898,-0.798786,-0.597772,0.252321,-0.717341,0.649427,0.341446,-0.689713,0.638523,0.304996,-0.189063,0.933398, + 0.249276,-0.204378,0.946621,-0.371936,0.191225,-0.908348,-0.268050,-0.286150,-0.919928,-0.677668,-0.219554,-0.701828, + -0.714769,0.090808,-0.693440,-0.618034,0.122472,-0.776553,-0.340397,0.202274,-0.918267,-0.240611,-0.253693,-0.936881, + -0.567761,-0.211231,-0.795631,0.520327,0.292459,-0.802326,0.582208,0.063934,-0.810522,-0.240611,-0.253693,-0.936881, + -0.340397,0.202274,-0.918267,-0.021020,-0.723240,-0.690277,-0.107708,-0.749056,-0.653692,-0.286568,-0.187508,-0.939532, + -0.227664,-0.167565,-0.959214,0.614050,-0.092381,0.783842,0.248766,-0.292484,0.923346,0.430171,-0.728860,0.532650, + 0.257305,-0.766493,0.588457,0.854357,-0.438941,0.278218,0.280998,-0.261971,0.923262,-0.240611,-0.253693,-0.936881, + 0.582208,0.063934,-0.810522,0.604726,-0.460966,-0.649474,0.341446,-0.689713,0.638523,0.252321,-0.717341,0.649427, + 0.118807,-0.992756,-0.017904,0.218365,-0.974812,-0.045364,0.175522,0.172697,0.969210,-0.099787,0.119324,0.987828, + -0.040617,-0.252332,0.966788,0.249276,-0.204378,0.946621,-0.377105,0.688120,-0.619905,-0.612213,0.598585,-0.516616, + -0.482477,0.859414,0.169183,-0.239827,0.966048,0.096098,0.118807,-0.992756,-0.017904,-0.257178,-0.962573,0.085509, + -0.442540,-0.745677,-0.498121,-0.107708,-0.749056,-0.653692,0.249276,-0.204378,0.946621,-0.040617,-0.252332,0.966788, + -0.104713,-0.718742,0.687346,0.252321,-0.717341,0.649427,0.252321,-0.717341,0.649427,-0.104713,-0.718742,0.687346, + -0.257178,-0.962573,0.085509,0.118807,-0.992756,-0.017904,-0.354853,0.200440,-0.913183,-0.597190,0.126565,-0.792052, + -0.612213,0.598585,-0.516616,-0.377105,0.688120,-0.619905,-0.002340,0.687324,0.726348,-0.260285,0.602010,0.754875, + -0.099787,0.119324,0.987828,0.175522,0.172697,0.969210,-0.239827,0.966048,0.096098,-0.482477,0.859414,0.169183, + -0.260285,0.602010,0.754875,-0.002340,0.687324,0.726348,-0.107708,-0.749056,-0.653692,-0.442540,-0.745677,-0.498121, + -0.560445,-0.238199,-0.793198,-0.286568,-0.187508,-0.939532,-0.286568,-0.187508,-0.939532,-0.560445,-0.238199,-0.793198, + -0.597190,0.126565,-0.792052,-0.354853,0.200440,-0.913183,-0.257178,-0.962573,0.085509,-0.678329,-0.707333,0.198870, + -0.800449,-0.566033,-0.197202,-0.442540,-0.745677,-0.498121,-0.612213,0.598585,-0.516616,-0.925820,0.299118,-0.231055, + -0.833733,0.480260,0.272469,-0.482477,0.859414,0.169183,-0.442540,-0.745677,-0.498121,-0.800449,-0.566033,-0.197202, + -0.877774,-0.254170,-0.406091,-0.560445,-0.238199,-0.793198,-0.597190,0.126565,-0.792052,-0.911324,-0.027253,-0.410788, + -0.925820,0.299118,-0.231055,-0.612213,0.598585,-0.516616,-0.040617,-0.252332,0.966788,-0.504735,-0.273783,0.818710, + -0.558740,-0.548950,0.621662,-0.104713,-0.718742,0.687346,-0.104713,-0.718742,0.687346,-0.558740,-0.548950,0.621662, + -0.678329,-0.707333,0.198870,-0.257178,-0.962573,0.085509,-0.482477,0.859414,0.169183,-0.833733,0.480260,0.272469, + -0.687247,0.315332,0.654414,-0.260285,0.602010,0.754875,-0.560445,-0.238199,-0.793198,-0.877774,-0.254170,-0.406091, + -0.911324,-0.027253,-0.410788,-0.597190,0.126565,-0.792052,-0.260285,0.602010,0.754875,-0.687247,0.315332,0.654414, + -0.552978,0.005143,0.833180,-0.099787,0.119324,0.987828,-0.099787,0.119324,0.987828,-0.552978,0.005143,0.833180, + -0.504735,-0.273783,0.818710,-0.040617,-0.252332,0.966788,-0.925820,0.299118,-0.231055,-0.936364,-0.203499,0.286026, + -0.833733,0.480260,0.272469,-0.800449,-0.566033,-0.197202,-0.936364,-0.203499,0.286026,-0.877774,-0.254170,-0.406091, + -0.911324,-0.027253,-0.410788,-0.936364,-0.203499,0.286026,-0.925820,0.299118,-0.231055,-0.504735,-0.273783,0.818710, + -0.936364,-0.203499,0.286026,-0.558740,-0.548950,0.621662,-0.558740,-0.548950,0.621662,-0.936364,-0.203499,0.286026, + -0.678329,-0.707333,0.198870,-0.833733,0.480260,0.272469,-0.936364,-0.203499,0.286026,-0.687247,0.315332,0.654414, + -0.877774,-0.254170,-0.406091,-0.936364,-0.203499,0.286026,-0.911324,-0.027253,-0.410788,-0.687247,0.315332,0.654414, + -0.936364,-0.203499,0.286026,-0.552978,0.005143,0.833180,-0.552978,0.005143,0.833180,-0.936364,-0.203499,0.286026, + -0.504735,-0.273783,0.818710,-0.678329,-0.707333,0.198870,-0.936364,-0.203499,0.286026,-0.800449,-0.566033,-0.197202, + -0.018081,-0.727155,-0.686235,0.219393,-0.974562,-0.045778,0.191144,-0.980834,-0.037809,-0.039015,-0.726214,-0.686361, + -0.309320,0.215891,-0.926128,-0.227868,-0.166271,-0.959391,-0.229823,-0.168989,-0.958449,-0.308913,0.213329,-0.926857, + 0.341892,-0.694904,0.632627,0.304804,-0.187276,0.933821,0.302954,-0.188787,0.934119,0.324395,-0.693113,0.643709, + -0.227868,-0.166271,-0.959391,-0.018081,-0.727155,-0.686235,-0.039015,-0.726214,-0.686361,-0.229823,-0.168989,-0.958449, + -0.340872,0.699379,-0.628231,-0.309320,0.215891,-0.926128,-0.308913,0.213329,-0.926857,-0.341007,0.697226,-0.630547, + 0.034005,0.697903,0.715385,-0.207081,0.974561,0.085719,-0.207045,0.974557,0.085860,0.034934,0.696039,0.717153, + 0.304804,-0.187276,0.933821,0.222624,0.186176,0.956962,0.223591,0.182634,0.957420,0.302954,-0.188787,0.934119, + 0.219393,-0.974562,-0.045778,0.341892,-0.694904,0.632627,0.324395,-0.693113,0.643709,0.191144,-0.980834,-0.037809, + -0.207081,0.974561,0.085719,-0.340872,0.699379,-0.628231,-0.341007,0.697226,-0.630547,-0.207045,0.974557,0.085860, + 0.222624,0.186176,0.956962,0.034005,0.697903,0.715385,0.034934,0.696039,0.717153,0.223591,0.182634,0.957420, + 0.227833,-0.790602,0.568367,0.218356,-0.974809,-0.045468,0.218383,-0.974808,-0.045371,0.430171,-0.728860,0.532650, + 0.026145,0.271173,-0.962175,0.123786,-0.058902,-0.990559,-0.268050,-0.286150,-0.919928,-0.371936,0.191225,-0.908348, + 0.218356,-0.974809,-0.045468,-0.082313,-0.821739,-0.563888,0.113493,-0.760593,-0.639232,0.218383,-0.974808,-0.045371, + 0.248766,-0.292484,0.923346,0.227833,-0.790602,0.568367,0.430171,-0.728860,0.532650,0.047791,0.709959,-0.702619, + 0.026145,0.271173,-0.962175,-0.371936,0.191225,-0.908348,-0.405736,0.682813,-0.607573,0.401802,0.708967,0.579588, + 0.223898,0.973909,-0.037024,-0.271408,0.956792,0.104335,-0.032275,0.679936,0.732561,0.614050,-0.092381,0.783842, + 0.536563,0.246447,0.807071,0.158884,0.163070,0.973737,0.248766,-0.292484,0.923346,0.113493,-0.760593,-0.639232, + -0.268050,-0.286150,-0.919928,0.123786,-0.058902,-0.990559,0.223898,0.973909,-0.037024,0.047791,0.709959,-0.702619, + -0.405736,0.682813,-0.607573,-0.271408,0.956792,0.104335,0.536563,0.246447,0.807071,0.401802,0.708967,0.579588, + -0.032275,0.679936,0.732561,0.158884,0.163070,0.973737,-0.268050,-0.286150,-0.919928,0.113493,-0.760593,-0.639232, + -0.082313,-0.821739,-0.563888,0.255537,0.181473,0.949615,0.069140,0.702617,0.708202,-0.373339,0.514405,0.772014, + -0.186817,0.083406,0.978848,-0.169340,0.982605,0.076232,-0.307068,0.705128,-0.639143,-0.721604,0.513157,-0.464712, + -0.637994,0.743098,0.201915,0.451623,-0.741716,0.495878,0.718040,-0.051300,0.694108,0.348951,-0.295941,0.889186, + 0.348951,-0.295941,0.889186,0.255537,0.181473,0.949615,-0.186817,0.083406,0.978848,-0.125232,-0.244003,0.961655, + 0.069140,0.702617,0.708202,-0.169340,0.982605,0.076232,-0.637994,0.743098,0.201915,-0.373339,0.514405,0.772014, + -0.307068,0.705128,-0.639143,-0.277353,0.210066,-0.937522,-0.660586,0.113306,-0.742151,-0.721604,0.513157,-0.464712, + 0.451623,-0.741716,0.495878,0.348951,-0.295941,0.889186,0.215815,-0.793104,0.569569,0.150281,-0.772218,-0.617329, + -0.162937,-0.288841,-0.943410,0.259761,-0.014951,-0.965557,-0.277353,0.210066,-0.937522,-0.162937,-0.288841,-0.943410, + -0.622774,-0.215257,-0.752208,-0.660586,0.113306,-0.742151,0.218368,-0.974807,-0.045468,-0.093387,-0.824581,-0.557982, + 0.150281,-0.772218,-0.617329,0.218394,-0.974805,-0.045374,0.150281,-0.772218,-0.617329,-0.093387,-0.824581,-0.557982, + -0.162937,-0.288841,-0.943410,-0.277353,0.210066,-0.937522,0.159094,0.287900,-0.944353,0.259761,-0.014951,-0.965557, + -0.162937,-0.288841,-0.943410,-0.162937,-0.288841,-0.943410,-0.093387,-0.824581,-0.557982,-0.622774,-0.215257,-0.752208, + -0.169340,0.982605,0.076232,0.353495,0.932383,-0.075525,0.183348,0.692621,-0.697610,-0.307068,0.705128,-0.639143, + -0.307068,0.705128,-0.639143,0.183348,0.692621,-0.697610,0.159094,0.287900,-0.944353,-0.277353,0.210066,-0.937522, + 0.069140,0.702617,0.708202,0.514730,0.692217,0.505854,0.353495,0.932383,-0.075525,-0.169340,0.982605,0.076232, + 0.348951,-0.295941,0.889186,0.718040,-0.051300,0.694108,0.641984,0.265389,0.719323,0.255537,0.181473,0.949615, + -0.125232,-0.244003,0.961655,0.215815,-0.793104,0.569569,0.348951,-0.295941,0.889186,0.218394,-0.974805,-0.045374, + 0.451623,-0.741716,0.495878,0.215815,-0.793104,0.569569,0.218368,-0.974807,-0.045468,0.255537,0.181473,0.949615, + 0.641984,0.265389,0.719323,0.514730,0.692217,0.505854,0.069140,0.702617,0.708202,-0.019768,-0.727857,-0.685444, + 0.001745,-0.705160,-0.709046,0.263087,-0.963042,-0.057746,0.216520,-0.975239,-0.045025,-0.309319,0.215899,-0.926126, + -0.309729,0.218461,-0.925388,-0.225645,-0.160005,-0.960980,-0.228986,-0.162974,-0.959690,0.340056,-0.696239,0.632150, + 0.369563,-0.671517,0.642253,0.307113,-0.182845,0.933943,0.304163,-0.184558,0.934571,-0.207086,0.974560,0.085718, + -0.207132,0.974563,0.085578,-0.340738,0.701527,-0.625905,-0.340873,0.699372,-0.628240,-0.340873,0.699372,-0.628240, + -0.340738,0.701527,-0.625905,-0.309729,0.218461,-0.925388,-0.309319,0.215899,-0.926126,0.034005,0.697892,0.715395, + 0.033064,0.699759,0.713613,-0.207132,0.974563,0.085578,-0.207086,0.974560,0.085718,0.304163,-0.184558,0.934571, + 0.307113,-0.182845,0.933943,0.221654,0.189718,0.956492,0.222622,0.186175,0.956963,0.216520,-0.975239,-0.045025, + 0.263087,-0.963042,-0.057746,0.369563,-0.671517,0.642253,0.340056,-0.696239,0.632150,-0.228986,-0.162974,-0.959690, + -0.225645,-0.160005,-0.960980,0.001745,-0.705160,-0.709046,-0.019768,-0.727857,-0.685444,0.222622,0.186175,0.956963, + 0.221654,0.189718,0.956492,0.033064,0.699759,0.713613,0.034005,0.697892,0.715395,0.221652,0.189725,0.956491, + 0.033072,0.699766,0.713606,0.034005,0.697903,0.715385,0.222624,0.186176,0.956962,-0.207118,0.974566,0.085576, + -0.340734,0.701531,-0.625903,-0.340872,0.699379,-0.628231,-0.207081,0.974561,0.085719,0.247720,-0.967354,-0.053483, + 0.359974,-0.678496,0.640360,0.341892,-0.694904,0.632627,0.219393,-0.974562,-0.045778,0.306554,-0.185786,0.933546, + 0.221652,0.189725,0.956491,0.222624,0.186176,0.956962,0.304804,-0.187276,0.933821,0.033072,0.699766,0.713606, + -0.207118,0.974566,0.085576,-0.207081,0.974561,0.085719,0.034005,0.697903,0.715385,-0.340734,0.701531,-0.625903, + -0.309725,0.218456,-0.925390,-0.309320,0.215891,-0.926128,-0.340872,0.699379,-0.628231,-0.226031,-0.163582,-0.960287, + -0.005628,-0.712200,-0.701954,-0.018081,-0.727155,-0.686235,-0.227868,-0.166271,-0.959391,0.359974,-0.678496,0.640360, + 0.306554,-0.185786,0.933546,0.304804,-0.187276,0.933821,0.341892,-0.694904,0.632627,-0.309725,0.218456,-0.925390, + -0.226031,-0.163582,-0.960287,-0.227868,-0.166271,-0.959391,-0.309320,0.215891,-0.926128,-0.005628,-0.712200,-0.701954, + 0.247720,-0.967354,-0.053483,0.219393,-0.974562,-0.045778,-0.018081,-0.727155,-0.686235,0.223585,0.182630,0.957421, + 0.222622,0.186175,0.956963,0.034005,0.697892,0.715395,0.034938,0.696034,0.717158,-0.232518,-0.165984,-0.958324, + -0.228986,-0.162974,-0.959690,-0.019768,-0.727857,-0.685444,-0.055239,-0.723676,-0.687926,0.169829,-0.984960,-0.031804, + 0.216520,-0.975239,-0.045025,0.340056,-0.696239,0.632150,0.311534,-0.690352,0.652963,0.301050,-0.186304,0.935233, + 0.304163,-0.184558,0.934571,0.222622,0.186175,0.956963,0.223585,0.182630,0.957421,0.034938,0.696034,0.717158, + 0.034005,0.697892,0.715395,-0.207086,0.974560,0.085718,-0.207040,0.974558,0.085859,-0.341003,0.697224,-0.630552, + -0.340873,0.699372,-0.628240,-0.309319,0.215899,-0.926126,-0.308908,0.213335,-0.926857,-0.207040,0.974558,0.085859, + -0.207086,0.974560,0.085718,-0.340873,0.699372,-0.628240,-0.341003,0.697224,-0.630552,0.311534,-0.690352,0.652963, + 0.340056,-0.696239,0.632150,0.304163,-0.184558,0.934571,0.301050,-0.186304,0.935233,-0.308908,0.213335,-0.926857, + -0.309319,0.215899,-0.926126,-0.228986,-0.162974,-0.959690,-0.232518,-0.165984,-0.958324,-0.055239,-0.723676,-0.687926, + -0.019768,-0.727857,-0.685444,0.216520,-0.975239,-0.045025,0.169829,-0.984960,-0.031804,0.756075,0.595295,0.271983, + 0.943268,0.202769,-0.262928,0.597790,0.787827,-0.148243,0.597790,0.787827,-0.148243,0.943268,0.202769,-0.262928, + 0.497357,0.599950,-0.626655,0.497357,0.599950,-0.626655,0.943268,0.202769,-0.262928,0.520327,0.292459,-0.802326, + 0.520327,0.292459,-0.802326,0.943268,0.202769,-0.262928,0.582208,0.063934,-0.810522,0.582208,0.063934,-0.810522, + 0.943268,0.202769,-0.262928,0.604726,-0.460966,-0.649474,0.604726,-0.460966,-0.649474,0.943268,0.202769,-0.262928, + 0.772629,-0.601282,-0.203728,0.772629,-0.601282,-0.203728,0.943268,0.202769,-0.262928,0.854357,-0.438941,0.278218, + 0.854357,-0.438941,0.278218,0.943268,0.202769,-0.262928,0.927422,0.049969,0.370663,0.927422,0.049969,0.370663, + 0.943268,0.202769,-0.262928,0.858341,0.273822,0.433903,0.858341,0.273822,0.433903,0.943268,0.202769,-0.262928, + 0.756075,0.595295,0.271983,-0.291750,0.857261,0.424246,-0.282309,0.898381,0.336471,-0.782252,0.550853,0.290933, + -0.765305,0.497925,0.407896,0.907096,0.420486,0.019201,0.908577,0.413902,0.056326,0.977006,-0.167781,-0.131561, + 0.973611,-0.146981,-0.174580,0.810085,-0.545388,-0.215209,0.806699,-0.523295,-0.274588,0.973611,-0.146981,-0.174580, + 0.977006,-0.167781,-0.131561,0.971170,-0.171328,-0.165759,0.912431,0.406251,0.049293,0.743381,0.037048,0.667841, + 0.794689,-0.308300,0.522897,0.903804,0.427910,0.005633,0.965748,-0.146831,-0.213942,0.396225,0.179544,-0.900427, + 0.344378,0.498108,-0.795796,0.257362,-0.002025,-0.966313,0.396225,0.179544,-0.900427,0.965748,-0.146831,-0.213942, + 0.761334,-0.566672,-0.315045,-0.968741,0.160392,0.189247,-0.938088,0.105501,0.329941,-0.765305,0.497925,0.407896, + -0.782252,0.550853,0.290933,-0.418640,-0.880317,-0.223121,-0.372607,-0.925029,-0.074062,-0.850545,-0.504265,0.149297, + -0.888680,-0.458252,-0.015935,-0.354550,0.759053,-0.546016,-0.619777,0.556515,-0.553323,-0.767103,0.500111,0.401799, + -0.282802,0.861703,0.421297,0.257362,-0.002025,-0.966313,0.761334,-0.566672,-0.315045,0.032303,-0.491283,-0.870401, + 0.452535,0.862846,0.225188,0.437692,0.853706,0.282154,0.908577,0.413902,0.056326,0.907096,0.420486,0.019201, + 0.912579,-0.278718,0.299193,0.965748,-0.146831,-0.213942,0.903804,0.427910,0.005633,0.851278,0.151783,0.502282, + 0.448185,0.843073,0.297250,-0.278296,0.841932,0.462279,-0.044686,0.308766,0.950088,0.427073,0.282370,0.858997, + 0.440761,0.859533,0.258713,0.903804,0.427910,0.005633,0.344378,0.498108,-0.795796,0.072834,0.752125,-0.654984, + -0.402341,-0.885052,-0.234103,-0.435107,-0.458004,-0.775186,0.032303,-0.491283,-0.870401,0.221194,-0.932978,-0.283946, + 0.761334,-0.566672,-0.315045,0.786354,-0.576760,0.221346,0.221194,-0.932978,-0.283946,-0.956822,0.050559,0.286243, + -0.806582,-0.587507,0.065278,-0.662897,-0.036824,0.747804,0.786354,-0.576760,0.221346,0.761334,-0.566672,-0.315045, + 0.965748,-0.146831,-0.213942,0.912579,-0.278718,0.299193,0.851278,0.151783,0.502282,0.903804,0.427910,0.005633, + 0.440761,0.859533,0.258713,0.464691,0.462584,0.755035,-0.132971,0.495385,0.858436,-0.282802,0.861703,0.421297, + -0.767103,0.500111,0.401799,-0.535494,0.261557,0.803016,-0.772153,-0.623603,0.122057,-0.456593,-0.116777,0.881978, + -0.944893,0.013789,0.327089,0.757536,-0.598073,-0.261625,0.971170,-0.171328,-0.165759,0.794689,-0.308300,0.522897, + 0.691431,-0.550516,0.467819,0.912431,0.406251,0.049293,0.448185,0.843073,0.297250,0.427073,0.282370,0.858997, + 0.743381,0.037048,0.667841,-0.278296,0.841932,0.462279,-0.756737,0.476094,0.447977,-0.366472,0.123183,0.922239, + -0.044686,0.308766,0.950088,0.691431,-0.550516,0.467819,0.177141,-0.963336,-0.201505,0.757536,-0.598073,-0.261625, + 0.464691,0.462584,0.755035,0.440761,0.859533,0.258713,-0.282802,0.861703,0.421297,-0.132971,0.495385,0.858436, + 0.072834,0.752125,-0.654984,-0.354550,0.759053,-0.546016,-0.282802,0.861703,0.421297,0.440761,0.859533,0.258713, + 0.437692,0.853706,0.282154,0.452535,0.862846,0.225188,-0.282309,0.898381,0.336471,-0.291750,0.857261,0.424246, + -0.766527,-0.217053,-0.604421,-0.435107,-0.458004,-0.775186,-0.402341,-0.885052,-0.234103,-0.806582,-0.587507,0.065278, + -0.956822,0.050559,0.286243,-0.766527,-0.217053,-0.604421,-0.806582,-0.587507,0.065278,0.316567,-0.924834,-0.210874, + 0.334890,-0.881985,-0.331588,0.806699,-0.523295,-0.274588,0.810085,-0.545388,-0.215209,-0.756737,0.476094,0.447977, + -0.944893,0.013789,0.327089,-0.456593,-0.116777,0.881978,-0.366472,0.123183,0.922239,-0.535494,0.261557,0.803016, + -0.767103,0.500111,0.401799,-0.956822,0.050559,0.286243,-0.662897,-0.036824,0.747804,-0.619777,0.556515,-0.553323, + -0.702271,0.349955,-0.619957,-0.956822,0.050559,0.286243,-0.767103,0.500111,0.401799,-0.888680,-0.458252,-0.015935, + -0.850545,-0.504265,0.149297,-0.938088,0.105501,0.329941,-0.968741,0.160392,0.189247,0.526148,-0.205811,-0.825112, + 0.757536,-0.598073,-0.261625,0.144886,-0.885884,-0.440701,0.221194,-0.932978,-0.283946,0.032303,-0.491283,-0.870401, + 0.761334,-0.566672,-0.315045,-0.956822,0.050559,0.286243,-0.702271,0.349955,-0.619957,-0.766527,-0.217053,-0.604421, + 0.334890,-0.881985,-0.331588,0.316567,-0.924834,-0.210874,-0.372607,-0.925029,-0.074062,-0.418640,-0.880317,-0.223121, + 0.977006,-0.167781,-0.131561,0.983159,-0.179750,-0.032998,0.816266,-0.569475,-0.096996,0.810085,-0.545388,-0.215209, + -0.291750,0.857261,0.424246,-0.229750,0.733921,0.639198,0.461981,0.778707,0.424487,0.437692,0.853706,0.282154, + -0.372607,-0.925029,-0.074062,-0.268830,-0.934628,0.232812,-0.688404,-0.554011,0.468157,-0.850545,-0.504265,0.149297, + 0.810085,-0.545388,-0.215209,0.816266,-0.569475,-0.096996,0.362893,-0.931192,0.034496,0.316567,-0.924834,-0.210874, + 0.316567,-0.924834,-0.210874,0.362893,-0.931192,0.034496,-0.268830,-0.934628,0.232812,-0.372607,-0.925029,-0.074062, + -0.765305,0.497925,0.407896,-0.651234,0.363709,0.666041,-0.229750,0.733921,0.639198,-0.291750,0.857261,0.424246, + 0.908577,0.413902,0.056326,0.909461,0.387738,0.150133,0.983159,-0.179750,-0.032998,0.977006,-0.167781,-0.131561, + 0.437692,0.853706,0.282154,0.461981,0.778707,0.424487,0.909461,0.387738,0.150133,0.908577,0.413902,0.056326, + -0.850545,-0.504265,0.149297,-0.688404,-0.554011,0.468157,-0.784373,-0.003238,0.620281,-0.938088,0.105501,0.329941, + -0.938088,0.105501,0.329941,-0.784373,-0.003238,0.620281,-0.651234,0.363709,0.666041,-0.765305,0.497925,0.407896, + -0.268830,-0.934628,0.232812,-0.052952,-0.774803,0.629982,-0.336464,-0.524687,0.781982,-0.688404,-0.554011,0.468157, + -0.229750,0.733921,0.639198,-0.028495,0.365404,0.930413,0.495247,0.396801,0.772838,0.461981,0.778707,0.424487, + -0.688404,-0.554011,0.468157,-0.336464,-0.524687,0.781982,-0.386989,-0.162436,0.907664,-0.784373,-0.003238,0.620281, + -0.651234,0.363709,0.666041,-0.307785,0.063636,0.949326,-0.028495,0.365404,0.930413,-0.229750,0.733921,0.639198, + 0.816266,-0.569475,-0.096996,0.713295,-0.567944,0.410669,0.423326,-0.791758,0.440358,0.362893,-0.931192,0.034496, + 0.362893,-0.931192,0.034496,0.423326,-0.791758,0.440358,-0.052952,-0.774803,0.629982,-0.268830,-0.934628,0.232812, + 0.461981,0.778707,0.424487,0.495247,0.396801,0.772838,0.788053,0.126830,0.602401,0.909461,0.387738,0.150133, + -0.784373,-0.003238,0.620281,-0.386989,-0.162436,0.907664,-0.307785,0.063636,0.949326,-0.651234,0.363709,0.666041, + 0.909461,0.387738,0.150133,0.788053,0.126830,0.602401,0.861603,-0.262296,0.434558,0.983159,-0.179750,-0.032998, + 0.983159,-0.179750,-0.032998,0.861603,-0.262296,0.434558,0.713295,-0.567944,0.410669,0.816266,-0.569475,-0.096996, + -0.028495,0.365404,0.930413,0.221025,-0.313640,0.923460,0.495247,0.396801,0.772838,-0.336464,-0.524687,0.781982, + 0.221025,-0.313640,0.923460,-0.386989,-0.162436,0.907664,-0.307785,0.063636,0.949326,0.221025,-0.313640,0.923460, + -0.028495,0.365404,0.930413,0.713295,-0.567944,0.410669,0.221025,-0.313640,0.923460,0.423326,-0.791758,0.440358, + 0.423326,-0.791758,0.440358,0.221025,-0.313640,0.923460,-0.052952,-0.774803,0.629982,0.495247,0.396801,0.772838, + 0.221025,-0.313640,0.923460,0.788053,0.126830,0.602401,-0.386989,-0.162436,0.907664,0.221025,-0.313640,0.923460, + -0.307785,0.063636,0.949326,0.788053,0.126830,0.602401,0.221025,-0.313640,0.923460,0.861603,-0.262296,0.434558, + 0.861603,-0.262296,0.434558,0.221025,-0.313640,0.923460,0.713295,-0.567944,0.410669,-0.052952,-0.774803,0.629982, + 0.221025,-0.313640,0.923460,-0.336464,-0.524687,0.781982,-0.853980,-0.489483,0.176423,-0.385538,-0.914253,-0.124509, + -0.391807,-0.911947,-0.121819,-0.817096,-0.542312,0.195584,-0.732373,0.466885,0.495630,-0.910148,0.096022,0.403002, + -0.881944,0.056861,0.467912,-0.701160,0.438100,0.562533,0.301917,-0.892417,-0.335317,0.786571,-0.487092,-0.379536, + 0.759517,-0.454532,-0.465333,0.346423,-0.844033,-0.409389,-0.910148,0.096022,0.403002,-0.853980,-0.489483,0.176423, + -0.817096,-0.542312,0.195584,-0.881944,0.056861,0.467912,-0.270125,0.821303,0.502488,-0.732373,0.466885,0.495630, + -0.701160,0.438100,0.562533,-0.219165,0.813612,0.538519,0.891340,0.452940,-0.018942,0.430949,0.851680,0.298202, + 0.485869,0.836395,0.253722,0.891951,0.439626,-0.105608,0.786571,-0.487092,-0.379536,0.954389,-0.111203,-0.277084, + 0.923493,-0.098441,-0.370770,0.759517,-0.454532,-0.465333,-0.385538,-0.914253,-0.124509,0.301917,-0.892417,-0.335317, + 0.346423,-0.844033,-0.409389,-0.391807,-0.911947,-0.121819,0.430949,0.851680,0.298202,-0.270125,0.821303,0.502488, + -0.219165,0.813612,0.538519,0.485869,0.836395,0.253722,0.954389,-0.111203,-0.277084,0.891340,0.452940,-0.018942, + 0.891951,0.439626,-0.105608,0.923493,-0.098441,-0.370770,0.177141,-0.963336,-0.201505,-0.422351,-0.887942,-0.182153, + -0.424306,-0.887156,-0.181435,0.144886,-0.885884,-0.440701,-0.756657,0.613098,-0.227115,-0.884621,0.326751,-0.332685, + -0.944893,0.013789,0.327089,-0.756737,0.476094,0.447977,-0.422351,-0.887942,-0.182153,-0.772153,-0.623603,0.122057, + -0.838856,-0.537146,-0.088289,-0.424306,-0.887156,-0.181435,0.757536,-0.598073,-0.261625,0.177141,-0.963336,-0.201505, + 0.144886,-0.885884,-0.440701,-0.377434,0.889136,-0.258805,-0.756657,0.613098,-0.227115,-0.756737,0.476094,0.447977, + -0.278296,0.841932,0.462279,0.609198,0.531043,-0.588958,0.208626,0.881583,-0.423423,0.448185,0.843073,0.297250, + 0.912431,0.406251,0.049293,0.526148,-0.205811,-0.825112,0.666457,0.088939,-0.740219,0.971170,-0.171328,-0.165759, + 0.757536,-0.598073,-0.261625,-0.838856,-0.537146,-0.088289,-0.944893,0.013789,0.327089,-0.884621,0.326751,-0.332685, + 0.208626,0.881583,-0.423423,-0.377434,0.889136,-0.258805,-0.278296,0.841932,0.462279,0.448185,0.843073,0.297250, + 0.666457,0.088939,-0.740219,0.609198,0.531043,-0.588958,0.912431,0.406251,0.049293,0.971170,-0.171328,-0.165759, + -0.944893,0.013789,0.327089,-0.838856,-0.537146,-0.088289,-0.772153,-0.623603,0.122057,-0.875685,-0.479878,0.053792, + -0.901805,-0.432143,0.000565,-0.417198,-0.860035,-0.293745,-0.398625,-0.892328,-0.211774,-0.761881,0.509572,0.399843, + -0.767716,0.523218,0.369941,-0.953068,0.145740,0.265369,-0.944990,0.132139,0.299220,0.312455,-0.880845,-0.355645, + 0.325248,-0.845419,-0.423651,0.793758,-0.493285,-0.355835,0.800829,-0.504199,-0.323197,0.443544,0.856563,0.263760, + 0.434417,0.870633,0.230822,-0.283726,0.875166,0.391899,-0.277807,0.861607,0.424801,-0.277807,0.861607,0.424801, + -0.283726,0.875166,0.391899,-0.767716,0.523218,0.369941,-0.761881,0.509572,0.399843,0.901375,0.433019,0.004242, + 0.893532,0.448223,-0.026389,0.434417,0.870633,0.230822,0.443544,0.856563,0.263760,0.800829,-0.504199,-0.323197, + 0.793758,-0.493285,-0.355835,0.961150,-0.118583,-0.249258,0.966299,-0.134039,-0.219772,-0.398625,-0.892328,-0.211774, + -0.417198,-0.860035,-0.293745,0.325248,-0.845419,-0.423651,0.312455,-0.880845,-0.355645,-0.944990,0.132139,0.299220, + -0.953068,0.145740,0.265369,-0.901805,-0.432143,0.000565,-0.875685,-0.479878,0.053792,0.966299,-0.134039,-0.219772, + 0.961150,-0.118583,-0.249258,0.893532,0.448223,-0.026389,0.901375,0.433019,0.004242,0.901375,0.433019,0.004242, + 0.443544,0.856563,0.263760,0.430949,0.851680,0.298202,0.891340,0.452940,-0.018942,-0.944990,0.132139,0.299220, + -0.875685,-0.479878,0.053792,-0.853980,-0.489483,0.176423,-0.910148,0.096022,0.403002,-0.277807,0.861607,0.424801, + -0.761881,0.509572,0.399843,-0.732373,0.466885,0.495630,-0.270125,0.821303,0.502488,0.443544,0.856563,0.263760, + -0.277807,0.861607,0.424801,-0.270125,0.821303,0.502488,0.430949,0.851680,0.298202,0.800829,-0.504199,-0.323197, + 0.966299,-0.134039,-0.219772,0.954389,-0.111203,-0.277084,0.786571,-0.487092,-0.379536,-0.398625,-0.892328,-0.211774, + 0.312455,-0.880845,-0.355645,0.301917,-0.892417,-0.335317,-0.385538,-0.914253,-0.124509,0.966299,-0.134039,-0.219772, + 0.901375,0.433019,0.004242,0.891340,0.452940,-0.018942,0.954389,-0.111203,-0.277084,-0.761881,0.509572,0.399843, + -0.944990,0.132139,0.299220,-0.910148,0.096022,0.403002,-0.732373,0.466885,0.495630,0.312455,-0.880845,-0.355645, + 0.800829,-0.504199,-0.323197,0.786571,-0.487092,-0.379536,0.301917,-0.892417,-0.335317,-0.875685,-0.479878,0.053792, + -0.398625,-0.892328,-0.211774,-0.385538,-0.914253,-0.124509,-0.853980,-0.489483,0.176423,0.344378,0.498108,-0.795796, + -0.206424,0.308280,-0.928629,0.072834,0.752125,-0.654984,0.072834,0.752125,-0.654984,-0.206424,0.308280,-0.928629, + -0.354550,0.759053,-0.546016,-0.354550,0.759053,-0.546016,-0.206424,0.308280,-0.928629,-0.619777,0.556515,-0.553323, + -0.619777,0.556515,-0.553323,-0.206424,0.308280,-0.928629,-0.702271,0.349955,-0.619957,-0.702271,0.349955,-0.619957, + -0.206424,0.308280,-0.928629,-0.766527,-0.217053,-0.604421,-0.766527,-0.217053,-0.604421,-0.206424,0.308280,-0.928629, + -0.435107,-0.458004,-0.775186,-0.435107,-0.458004,-0.775186,-0.206424,0.308280,-0.928629,0.032303,-0.491283,-0.870401, + 0.032303,-0.491283,-0.870401,-0.206424,0.308280,-0.928629,0.257362,-0.002025,-0.966313,0.257362,-0.002025,-0.966313, + -0.206424,0.308280,-0.928629,0.396225,0.179544,-0.900427,0.396225,0.179544,-0.900427,-0.206424,0.308280,-0.928629, + 0.344378,0.498108,-0.795796,-0.500933,0.690953,-0.521201,-0.465616,0.706123,-0.533471,-0.480205,0.224344,-0.847982, + -0.523621,0.203840,-0.827206,0.136634,0.705163,0.695756,0.103849,0.691015,0.715342,0.341153,0.174808,0.923611, + 0.385439,0.194514,0.901999,0.421976,-0.212036,0.881463,0.476234,-0.194377,0.857566,0.385439,0.194514,0.901999, + 0.341153,0.174808,0.923611,0.326801,0.164087,0.930740,0.077559,0.681466,0.727728,-0.332183,0.448203,0.829921, + -0.100665,0.046554,0.993831,0.106179,0.692868,0.713204,0.356810,0.177243,0.917209,0.915856,0.297631,0.269486, + 0.774523,0.619585,0.127391,0.979436,0.069255,0.189496,0.915856,0.297631,0.269486,0.356810,0.177243,0.917209, + 0.451368,-0.269103,0.850794,-0.392695,-0.171836,-0.903473,-0.448733,-0.194536,-0.872235,-0.523621,0.203840,-0.827206, + -0.480205,0.224344,-0.847982,0.232289,-0.967732,-0.097653,0.139129,-0.988890,-0.052338,-0.202087,-0.753259,-0.625909, + -0.122396,-0.724584,-0.678231,0.364766,0.623736,-0.691303,0.360792,0.317012,-0.877116,-0.509320,0.205910,-0.835580, + -0.497508,0.694985,-0.519116,0.979436,0.069255,0.189496,0.451368,-0.269103,0.850794,0.900143,-0.422997,0.104004, + -0.214339,0.967511,0.134098,-0.244562,0.957904,0.150364,0.103849,0.691015,0.715342,0.136634,0.705163,0.695756, + 0.033513,0.080664,0.996178,0.356810,0.177243,0.917209,0.106179,0.692868,0.713204,-0.226178,0.514753,0.826966, + -0.273236,0.947852,0.164070,-0.526296,0.683331,-0.506034,-0.861574,0.445123,-0.244041,-0.678640,0.642646,0.355603, + -0.245278,0.957770,0.150053,0.106179,0.692868,0.713204,0.774523,0.619585,0.127391,0.543251,0.802404,-0.247036, + 0.232203,-0.967745,-0.097732,0.738633,-0.576327,-0.349670,0.900143,-0.422997,0.104004,0.376316,-0.771909,0.512389, + 0.451368,-0.269103,0.850794,0.114568,-0.255135,0.960094,0.376316,-0.771909,0.512389,-0.399664,-0.259781,-0.879081, + -0.149537,-0.803600,-0.576078,-0.706596,-0.227945,-0.669898,0.114568,-0.255135,0.960094,0.451368,-0.269103,0.850794, + 0.356810,0.177243,0.917209,0.033513,0.080664,0.996178,-0.226178,0.514753,0.826966,0.106179,0.692868,0.713204, + -0.245278,0.957770,0.150053,-0.602196,0.731064,0.320788,-0.794326,0.512028,-0.326914,-0.497508,0.694985,-0.519116, + -0.509320,0.205910,-0.835580,-0.762684,0.114277,-0.636596,-0.156838,-0.827160,-0.539637,-0.798042,-0.239440,-0.552990, + -0.423207,-0.293223,-0.857273,0.419648,-0.300746,0.856415,0.326801,0.164087,0.930740,-0.100665,0.046554,0.993831, + -0.032027,-0.269457,0.962480,0.077559,0.681466,0.727728,-0.273236,0.947852,0.164070,-0.678640,0.642646,0.355603, + -0.332183,0.448203,0.829921,-0.526296,0.683331,-0.506034,-0.538699,0.193503,-0.819975,-0.842170,0.078131,-0.533522, + -0.861574,0.445123,-0.244041,-0.032027,-0.269457,0.962480,0.343589,-0.796765,0.497104,0.419648,-0.300746,0.856415, + -0.602196,0.731064,0.320788,-0.245278,0.957770,0.150053,-0.497508,0.694985,-0.519116,-0.794326,0.512028,-0.326914, + 0.543251,0.802404,-0.247036,0.364766,0.623736,-0.691303,-0.497508,0.694985,-0.519116,-0.245278,0.957770,0.150053, + -0.244562,0.957904,0.150364,-0.214339,0.967511,0.134098,-0.465616,0.706123,-0.533471,-0.500933,0.690953,-0.521201, + 0.493399,-0.444376,-0.747722,0.738633,-0.576327,-0.349670,0.232203,-0.967745,-0.097732,-0.149537,-0.803600,-0.576078, + -0.399664,-0.259781,-0.879081,0.493399,-0.444376,-0.747722,-0.149537,-0.803600,-0.576078,0.382509,-0.721680,0.576944, + 0.469208,-0.691236,0.549578,0.476234,-0.194377,0.857566,0.421976,-0.212036,0.881463,-0.538699,0.193503,-0.819975, + -0.423207,-0.293223,-0.857273,-0.798042,-0.239440,-0.552990,-0.842170,0.078131,-0.533522,-0.762684,0.114277,-0.636596, + -0.509320,0.205910,-0.835580,-0.399664,-0.259781,-0.879081,-0.706596,-0.227945,-0.669898,0.360792,0.317012,-0.877116, + 0.427951,0.083283,-0.899957,-0.399664,-0.259781,-0.879081,-0.509320,0.205910,-0.835580,-0.122396,-0.724584,-0.678231, + -0.202087,-0.753259,-0.625909,-0.448733,-0.194536,-0.872235,-0.392695,-0.171836,-0.903473,0.759476,-0.083760,0.645120, + 0.419648,-0.300746,0.856415,0.539184,-0.727602,0.424119,0.376316,-0.771909,0.512389,0.900143,-0.422997,0.104004, + 0.451368,-0.269103,0.850794,-0.399664,-0.259781,-0.879081,0.427951,0.083283,-0.899957,0.493399,-0.444376,-0.747722, + 0.469208,-0.691236,0.549578,0.382509,-0.721680,0.576944,0.139129,-0.988890,-0.052338,0.232289,-0.967732,-0.097653, + 0.341153,0.174808,0.923611,0.066904,0.111206,0.991543,0.132016,-0.268461,0.954202,0.421976,-0.212036,0.881463, + -0.500933,0.690953,-0.521201,-0.714099,0.590579,-0.375870,-0.468118,0.842837,0.265503,-0.244562,0.957904,0.150364, + 0.139129,-0.988890,-0.052338,-0.214974,-0.969266,0.119623,-0.507119,-0.758648,-0.409002,-0.202087,-0.753259,-0.625909, + 0.421976,-0.212036,0.881463,0.132016,-0.268461,0.954202,0.033747,-0.731624,0.680873,0.382509,-0.721680,0.576944, + 0.382509,-0.721680,0.576944,0.033747,-0.731624,0.680873,-0.214974,-0.969266,0.119623,0.139129,-0.988890,-0.052338, + -0.523621,0.203840,-0.827206,-0.743348,0.119510,-0.658142,-0.714099,0.590579,-0.375870,-0.500933,0.690953,-0.521201, + 0.103849,0.691015,0.715342,-0.146170,0.595178,0.790188,0.066904,0.111206,0.991543,0.341153,0.174808,0.923611, + -0.244562,0.957904,0.150364,-0.468118,0.842837,0.265503,-0.146170,0.595178,0.790188,0.103849,0.691015,0.715342, + -0.202087,-0.753259,-0.625909,-0.507119,-0.758648,-0.409002,-0.696156,-0.253952,-0.671472,-0.448733,-0.194536,-0.872235, + -0.448733,-0.194536,-0.872235,-0.696156,-0.253952,-0.671472,-0.743348,0.119510,-0.658142,-0.523621,0.203840,-0.827206, + -0.214974,-0.969266,0.119623,-0.615341,-0.724128,0.311439,-0.808438,-0.587114,-0.041527,-0.507119,-0.758648,-0.409002, + -0.714099,0.590579,-0.375870,-0.960230,0.276311,-0.040134,-0.784429,0.451107,0.425645,-0.468118,0.842837,0.265503, + -0.507119,-0.758648,-0.409002,-0.808438,-0.587114,-0.041527,-0.933802,-0.277997,-0.225238,-0.696156,-0.253952,-0.671472, + -0.743348,0.119510,-0.658142,-0.974087,-0.048797,-0.220849,-0.960230,0.276311,-0.040134,-0.714099,0.590579,-0.375870, + 0.132016,-0.268461,0.954202,-0.356060,-0.297533,0.885830,-0.432684,-0.570103,0.698403,0.033747,-0.731624,0.680873, + 0.033747,-0.731624,0.680873,-0.432684,-0.570103,0.698403,-0.615341,-0.724128,0.311439,-0.214974,-0.969266,0.119623, + -0.468118,0.842837,0.265503,-0.784429,0.451107,0.425645,-0.576205,0.292885,0.763024,-0.146170,0.595178,0.790188, + -0.696156,-0.253952,-0.671472,-0.933802,-0.277997,-0.225238,-0.974087,-0.048797,-0.220849,-0.743348,0.119510,-0.658142, + -0.146170,0.595178,0.790188,-0.576205,0.292885,0.763024,-0.407028,-0.016417,0.913268,0.066904,0.111206,0.991543, + 0.066904,0.111206,0.991543,-0.407028,-0.016417,0.913268,-0.356060,-0.297533,0.885830,0.132016,-0.268461,0.954202, + -0.960230,0.276311,-0.040134,-0.863381,-0.230364,0.448895,-0.784429,0.451107,0.425645,-0.808438,-0.587114,-0.041527, + -0.863381,-0.230364,0.448895,-0.933802,-0.277997,-0.225238,-0.974087,-0.048797,-0.220849,-0.863381,-0.230364,0.448895, + -0.960230,0.276311,-0.040134,-0.356060,-0.297533,0.885830,-0.863381,-0.230364,0.448895,-0.432684,-0.570103,0.698403, + -0.432684,-0.570103,0.698403,-0.863381,-0.230364,0.448895,-0.615341,-0.724128,0.311439,-0.784429,0.451107,0.425645, + -0.863381,-0.230364,0.448895,-0.576205,0.292885,0.763024,-0.933802,-0.277997,-0.225238,-0.863381,-0.230364,0.448895, + -0.974087,-0.048797,-0.220849,-0.576205,0.292885,0.763024,-0.863381,-0.230364,0.448895,-0.407028,-0.016417,0.913268, + -0.407028,-0.016417,0.913268,-0.863381,-0.230364,0.448895,-0.356060,-0.297533,0.885830,-0.615341,-0.724128,0.311439, + -0.863381,-0.230364,0.448895,-0.808438,-0.587114,-0.041527,-0.118546,-0.728614,-0.674588,0.233174,-0.967461,-0.098227, + 0.206850,-0.974653,-0.085232,-0.139174,-0.728715,-0.670526,-0.479833,0.221394,-0.848967,-0.392898,-0.170812,-0.903579, + -0.394570,-0.173960,-0.902249,-0.479462,0.218438,-0.849942,0.468607,-0.696589,0.543297,0.476096,-0.192680,0.858025, + 0.474305,-0.194429,0.858622,0.453104,-0.695857,0.557207,-0.392898,-0.170812,-0.903579,-0.118546,-0.728614,-0.674588, + -0.139174,-0.728715,-0.670526,-0.394570,-0.173960,-0.902249,-0.466195,0.703794,-0.536038,-0.479833,0.221394,-0.848967, + -0.479462,0.218438,-0.849942,-0.466773,0.701464,-0.538583,0.138085,0.703151,0.697503,-0.214264,0.967508,0.134234, + -0.214198,0.967504,0.134371,0.139510,0.701143,0.699239,0.476096,-0.192680,0.858025,0.386761,0.190438,0.902302, + 0.388077,0.186356,0.902589,0.474305,-0.194429,0.858622,0.233174,-0.967461,-0.098227,0.468607,-0.696589,0.543297, + 0.453104,-0.695857,0.557207,0.206850,-0.974653,-0.085232,-0.214264,0.967508,0.134234,-0.466195,0.703794,-0.536038, + -0.466773,0.701464,-0.538583,-0.214198,0.967504,0.134371,0.386761,0.190438,0.902302,0.138085,0.703151,0.697503, + 0.139510,0.701143,0.699239,0.388077,0.186356,0.902589,0.343589,-0.796765,0.497104,0.232218,-0.967740,-0.097741, + 0.232264,-0.967739,-0.097647,0.539184,-0.727602,0.424119,-0.144420,0.288387,-0.946560,-0.041524,-0.048890,-0.997941, + -0.423207,-0.293223,-0.857273,-0.538699,0.193503,-0.819975,0.232218,-0.967740,-0.097741,-0.156838,-0.827160,-0.539637, + 0.023932,-0.758823,-0.650857,0.232264,-0.967739,-0.097647,0.419648,-0.300746,0.856415,0.343589,-0.796765,0.497104, + 0.539184,-0.727602,0.424119,-0.088619,0.726869,-0.681035,-0.144420,0.288387,-0.946560,-0.538699,0.193503,-0.819975, + -0.526296,0.683331,-0.506034,0.481411,0.726339,0.490586,0.189755,0.979568,-0.066635,-0.273236,0.947852,0.164070, + 0.077559,0.681466,0.727728,0.759476,-0.083760,0.645120,0.676180,0.263255,0.688097,0.326801,0.164087,0.930740, + 0.419648,-0.300746,0.856415,0.023932,-0.758823,-0.650857,-0.423207,-0.293223,-0.857273,-0.041524,-0.048890,-0.997941, + 0.189755,0.979568,-0.066635,-0.088619,0.726869,-0.681035,-0.526296,0.683331,-0.506034,-0.273236,0.947852,0.164070, + 0.676180,0.263255,0.688097,0.481411,0.726339,0.490586,0.077559,0.681466,0.727728,0.326801,0.164087,0.930740, + -0.423207,-0.293223,-0.857273,0.023932,-0.758823,-0.650857,-0.156838,-0.827160,-0.539637,0.419075,0.185769,0.888744, + 0.173402,0.707395,0.685219,-0.256191,0.503736,0.824994,-0.025063,0.072063,0.997085,-0.178036,0.976942,0.117847, + -0.434682,0.708837,-0.555520,-0.811020,0.501852,-0.300652,-0.612038,0.721146,0.324589,0.553638,-0.739517,0.382883, + 0.844626,-0.037638,0.534032,0.514223,-0.300624,0.803244,0.514223,-0.300624,0.803244,0.419075,0.185769,0.888744, + -0.025063,0.072063,0.997085,0.042768,-0.262574,0.963964,0.173402,0.707395,0.685219,-0.178036,0.976942,0.117847, + -0.612038,0.721146,0.324589,-0.256191,0.503736,0.824994,-0.434682,0.708837,-0.555520,-0.449372,0.215623,-0.866932, + -0.798344,0.103307,-0.593274,-0.811020,0.501852,-0.300652,0.553638,-0.739517,0.382883,0.514223,-0.300624,0.803244, + 0.331626,-0.799832,0.500292,0.064765,-0.769426,-0.635444,-0.321998,-0.292160,-0.900533,0.099314,-0.000130,-0.995056, + -0.449372,0.215623,-0.866932,-0.321998,-0.292160,-0.900533,-0.753248,-0.233581,-0.614863,-0.798344,0.103307,-0.593274, + 0.232210,-0.967742,-0.097743,-0.166659,-0.830537,-0.531444,0.064765,-0.769426,-0.635444,0.232255,-0.967741,-0.097649, + 0.064765,-0.769426,-0.635444,-0.166659,-0.830537,-0.531444,-0.321998,-0.292160,-0.900533,-0.449372,0.215623,-0.866932, + -0.006755,0.308211,-0.951294,0.099314,-0.000130,-0.995056,-0.321998,-0.292160,-0.900533,-0.321998,-0.292160,-0.900533, + -0.166659,-0.830537,-0.531444,-0.753248,-0.233581,-0.614863,-0.178036,0.976942,0.117847,0.311812,0.941349,-0.128978, + 0.048484,0.711977,-0.700527,-0.434682,0.708837,-0.555520,-0.434682,0.708837,-0.555520,0.048484,0.711977,-0.700527, + -0.006755,0.308211,-0.951294,-0.449372,0.215623,-0.866932,0.173402,0.707395,0.685219,0.580592,0.711905,0.395101, + 0.311812,0.941349,-0.128978,-0.178036,0.976942,0.117847,0.514223,-0.300624,0.803244,0.844626,-0.037638,0.534032, + 0.764202,0.285537,0.578329,0.419075,0.185769,0.888744,0.042768,-0.262574,0.963964,0.331626,-0.799832,0.500292, + 0.514223,-0.300624,0.803244,0.232255,-0.967741,-0.097649,0.553638,-0.739517,0.382883,0.331626,-0.799832,0.500292, + 0.232210,-0.967742,-0.097743,0.419075,0.185769,0.888744,0.764202,0.285537,0.578329,0.580592,0.711905,0.395101, + 0.173402,0.707395,0.685219,-0.120126,-0.729292,-0.673575,-0.103703,-0.705693,-0.700888,0.273903,-0.954497,-0.117954, + 0.230470,-0.968237,-0.096957,-0.479833,0.221396,-0.848966,-0.480209,0.224343,-0.847980,-0.391181,-0.164012,-0.905581, + -0.394185,-0.167456,-0.903646,0.466737,-0.697901,0.543222,0.497451,-0.672214,0.548335,0.478359,-0.187906,0.857825, + 0.475527,-0.189894,0.858961,-0.214278,0.967504,0.134240,-0.214352,0.967507,0.134105,-0.465623,0.706114,-0.533477, + -0.466201,0.703781,-0.536049,-0.466201,0.703781,-0.536049,-0.465623,0.706114,-0.533477,-0.480209,0.224343,-0.847980, + -0.479833,0.221396,-0.848966,0.138081,0.703138,0.697518,0.136635,0.705145,0.695774,-0.214352,0.967507,0.134105, + -0.214278,0.967504,0.134240,0.475527,-0.189894,0.858961,0.478359,-0.187906,0.857825,0.385423,0.194512,0.902006, + 0.386758,0.190437,0.902304,0.230470,-0.968237,-0.096957,0.273903,-0.954497,-0.117954,0.497451,-0.672214,0.548335, + 0.466737,-0.697901,0.543222,-0.394185,-0.167456,-0.903646,-0.391181,-0.164012,-0.905581,-0.103703,-0.705693,-0.700888, + -0.120126,-0.729292,-0.673575,0.386758,0.190437,0.902304,0.385423,0.194512,0.902006,0.136635,0.705145,0.695774, + 0.138081,0.703138,0.697518,0.385439,0.194512,0.901999,0.136655,0.705158,0.695757,0.138085,0.703151,0.697503, + 0.386761,0.190438,0.902302,-0.214333,0.967513,0.134092,-0.465609,0.706122,-0.533479,-0.466195,0.703794,-0.536038, + -0.214264,0.967508,0.134234,0.259608,-0.959317,-0.110973,0.487708,-0.679520,0.548082,0.468607,-0.696589,0.543297, + 0.233174,-0.967461,-0.098227,0.477777,-0.190960,0.857475,0.385439,0.194512,0.901999,0.386761,0.190438,0.902302, + 0.476096,-0.192680,0.858025,0.136655,0.705158,0.695757,-0.214333,0.967513,0.134092,-0.214264,0.967508,0.134234, + 0.138085,0.703151,0.697503,-0.465609,0.706122,-0.533479,-0.480199,0.224346,-0.847985,-0.479833,0.221394,-0.848967, + -0.466195,0.703794,-0.536038,-0.391350,-0.167705,-0.904832,-0.109525,-0.713048,-0.692508,-0.118546,-0.728614,-0.674588, + -0.392898,-0.170812,-0.903579,0.487708,-0.679520,0.548082,0.477777,-0.190960,0.857475,0.476096,-0.192680,0.858025, + 0.468607,-0.696589,0.543297,-0.480199,0.224346,-0.847985,-0.391350,-0.167705,-0.904832,-0.392898,-0.170812,-0.903579, + -0.479833,0.221394,-0.848967,-0.109525,-0.713048,-0.692508,0.259608,-0.959317,-0.110973,0.233174,-0.967461,-0.098227, + -0.118546,-0.728614,-0.674588,0.388083,0.186367,0.902585,0.386758,0.190437,0.902304,0.138081,0.703138,0.697518, + 0.139514,0.701141,0.699241,-0.397392,-0.170954,-0.901584,-0.394185,-0.167456,-0.903646,-0.120126,-0.729292,-0.673575, + -0.155697,-0.726690,-0.669089,0.186949,-0.979468,-0.075447,0.230470,-0.968237,-0.096957,0.466737,-0.697901,0.543222, + 0.441946,-0.693592,0.568871,0.472514,-0.191925,0.860172,0.475527,-0.189894,0.858961,0.386758,0.190437,0.902304, + 0.388083,0.186367,0.902585,0.139514,0.701141,0.699241,0.138081,0.703138,0.697518,-0.214278,0.967504,0.134240, + -0.214203,0.967502,0.134378,-0.466768,0.701466,-0.538585,-0.466201,0.703781,-0.536049,-0.479833,0.221396,-0.848966, + -0.479454,0.218449,-0.849944,-0.214203,0.967502,0.134378,-0.214278,0.967504,0.134240,-0.466201,0.703781,-0.536049, + -0.466768,0.701466,-0.538585,0.441946,-0.693592,0.568871,0.466737,-0.697901,0.543222,0.475527,-0.189894,0.858961, + 0.472514,-0.191925,0.860172,-0.479454,0.218449,-0.849944,-0.479833,0.221396,-0.848966,-0.394185,-0.167456,-0.903646, + -0.397392,-0.170954,-0.901584,-0.155697,-0.726690,-0.669089,-0.120126,-0.729292,-0.673575,0.230470,-0.968237,-0.096957, + 0.186949,-0.979468,-0.075447,0.774523,0.619585,0.127391,0.874125,0.229471,-0.428076,0.543251,0.802404,-0.247036, + 0.543251,0.802404,-0.247036,0.874125,0.229471,-0.428076,0.364766,0.623736,-0.691303,0.364766,0.623736,-0.691303, + 0.874125,0.229471,-0.428076,0.360792,0.317012,-0.877116,0.360792,0.317012,-0.877116,0.874125,0.229471,-0.428076, + 0.427951,0.083283,-0.899957,0.427951,0.083283,-0.899957,0.874125,0.229471,-0.428076,0.493399,-0.444376,-0.747722, + 0.493399,-0.444376,-0.747722,0.874125,0.229471,-0.428076,0.738633,-0.576327,-0.349670,0.738633,-0.576327,-0.349670, + 0.874125,0.229471,-0.428076,0.900143,-0.422997,0.104004,0.900143,-0.422997,0.104004,0.874125,0.229471,-0.428076, + 0.979436,0.069255,0.189496,0.979436,0.069255,0.189496,0.874125,0.229471,-0.428076,0.915856,0.297631,0.269486, + 0.915856,0.297631,0.269486,0.874125,0.229471,-0.428076,0.774523,0.619585,0.127391,-0.030063,-0.999547,0.001420, + -0.030063,-0.999547,0.001420,-0.030063,-0.999547,0.001420,-0.030063,-0.999547,0.001420,-0.030063,-0.999547,0.001420, + -0.030063,-0.999547,0.001420,-0.030063,-0.999547,0.001420,-0.030063,-0.999547,0.001420,-0.030063,-0.999547,0.001420, + -0.811729,0.567580,0.137654,-0.948315,0.267425,-0.170830,-0.934695,-0.087025,-0.344632,-0.767865,-0.611849,-0.189801, + -0.563457,-0.805344,0.184219,-0.350716,-0.760849,0.545992,-0.258018,-0.494768,0.829838,-0.239747,0.018339,0.970662, + -0.524857,0.532604,0.663972,-0.987581,-0.074429,0.138362,-0.841993,0.011461,-0.539367,-0.831313,0.016388,-0.555563, + -0.986025,-0.074605,0.148960,-0.687743,-0.049092,0.724293,-0.987581,-0.074429,0.138362,-0.986025,-0.074605,0.148960, + -0.664130,-0.045606,0.746225,-0.501950,-0.024982,0.864536,-0.687743,-0.049092,0.724293,-0.664130,-0.045606,0.746225, + -0.504689,-0.025481,0.862925,-0.126681,-0.030186,0.991484,-0.344936,-0.032960,0.938047,-0.340773,-0.032938,0.939568, + -0.126603,-0.030148,0.991495,-0.763802,-0.238735,0.599677,-0.813849,-0.244093,0.527322,-0.377451,-0.153556,0.913209, + -0.369014,-0.150711,0.917123,-0.174439,-0.083384,0.981131,-0.175375,-0.083730,0.980935,-0.000000,-0.069291,0.997597, + -0.000000,-0.069291,0.997597,0.000000,-0.997482,0.070913,-0.003029,-0.997478,0.070912,-0.003029,-0.997478,0.070912, + -0.003029,-0.997478,0.070912,-0.003029,-0.997478,0.070912,-0.003029,-0.997478,0.070912,-0.003029,-0.997478,0.070912, + 0.000000,-0.997482,0.070913,-0.027722,0.992939,-0.115345,-0.027722,0.992939,-0.115345,-0.027722,0.992939,-0.115345, + -0.027722,0.992939,-0.115345,-0.027722,0.992939,-0.115345,-0.027722,0.992939,-0.115345,-0.000000,0.993320,-0.115389, + -0.000000,0.993320,-0.115389,-0.842221,-0.520691,-0.139799,-0.801495,-0.580028,-0.145510,-0.871552,-0.455355,0.181793, + -0.898175,-0.401081,0.180041,-0.158716,-0.116584,0.980417,-0.167321,-0.193468,0.966734,0.519536,-0.156678,0.839961, + 0.533032,-0.107454,0.839244,0.379240,-0.166013,-0.910284,0.371562,-0.193182,-0.908087,-0.422324,-0.194526,-0.885326, + -0.435374,-0.155965,-0.886636,-0.834765,-0.109726,0.539562,-0.824133,-0.193558,0.532296,-0.167321,-0.193468,0.966734, + -0.158716,-0.116584,0.980417,-0.435374,-0.155965,-0.886636,-0.422324,-0.194526,-0.885326,-0.950561,-0.180592,-0.252628, + -0.956690,-0.118813,-0.265759,0.927434,-0.102349,0.359708,0.920399,-0.126984,0.369786,0.933836,-0.147844,-0.325719, + 0.931355,-0.131242,-0.339637,0.533032,-0.107454,0.839244,0.519536,-0.156678,0.839961,0.920399,-0.126984,0.369786, + 0.927434,-0.102349,0.359708,0.931355,-0.131242,-0.339637,0.933836,-0.147844,-0.325719,0.371562,-0.193182,-0.908087, + 0.379240,-0.166013,-0.910284,-0.956690,-0.118813,-0.265759,-0.950561,-0.180592,-0.252628,-0.824133,-0.193558,0.532296, + -0.834765,-0.109726,0.539562,-0.937470,0.186323,-0.293996,-0.427444,0.874384,-0.229664,0.044054,0.717560,-0.695102, + -0.423286,0.086038,-0.901901,-0.141226,0.104625,0.984433,0.235270,0.637252,0.733865,-0.347558,0.836669,0.423306, + -0.825964,0.194169,0.529227,0.924720,0.143396,0.352605,0.797836,0.553681,0.238526,0.679208,0.456006,0.575096, + 0.534260,0.060722,0.843136,0.386608,0.058626,-0.920379,0.530888,0.511803,-0.675437,0.775343,0.583590,-0.241382, + 0.920638,0.140573,-0.364232,0.920638,0.140573,-0.364232,0.775343,0.583590,-0.241382,0.797836,0.553681,0.238526, + 0.924720,0.143396,0.352605,0.534260,0.060722,0.843136,0.679208,0.456006,0.575096,0.235270,0.637252,0.733865, + -0.141226,0.104625,0.984433,-0.825964,0.194169,0.529227,-0.347558,0.836669,0.423306,-0.427444,0.874384,-0.229664, + -0.937470,0.186323,-0.293996,-0.423286,0.086038,-0.901901,0.044054,0.717560,-0.695102,0.530888,0.511803,-0.675437, + 0.386608,0.058626,-0.920379,-0.937470,0.186323,-0.293996,-0.962287,0.033900,-0.269915,-0.843706,0.059552,0.533491, + -0.825964,0.194169,0.529227,0.920638,0.140573,-0.364232,0.937570,-0.045862,-0.344760,0.375509,-0.064430,-0.924577, + 0.386608,0.058626,-0.920379,0.534260,0.060722,0.843136,0.532841,0.015486,0.846074,0.929045,-0.010893,0.369807, + 0.924720,0.143396,0.352605,0.924720,0.143396,0.352605,0.929045,-0.010893,0.369807,0.937570,-0.045862,-0.344760, + 0.920638,0.140573,-0.364232,-0.423286,0.086038,-0.901901,-0.452797,-0.031051,-0.891073,-0.962287,0.033900,-0.269915, + -0.937470,0.186323,-0.293996,-0.825964,0.194169,0.529227,-0.843706,0.059552,0.533491,-0.152674,0.039341,0.987493, + -0.141226,0.104625,0.984433,0.386608,0.058626,-0.920379,0.375509,-0.064430,-0.924577,-0.452797,-0.031051,-0.891073, + -0.423286,0.086038,-0.901901,-0.141226,0.104625,0.984433,-0.152674,0.039341,0.987493,0.532841,0.015486,0.846074, + 0.534260,0.060722,0.843136,0.679208,0.456006,0.575096,0.797836,0.553681,0.238526,0.775343,0.583590,-0.241382, + 0.530888,0.511803,-0.675437,-0.687903,-0.684365,-0.241732,-0.295719,-0.744311,-0.598791,0.293658,-0.730891,-0.616087, + 0.727180,-0.646524,-0.230686,0.235270,0.637252,0.733865,0.679208,0.456006,0.575096,0.530888,0.511803,-0.675437, + 0.044054,0.717560,-0.695102,0.044054,0.717560,-0.695102,-0.427444,0.874384,-0.229664,-0.347558,0.836669,0.423306, + 0.235270,0.637252,0.733865,0.934052,-0.155544,-0.321485,0.397944,-0.141484,-0.906434,0.422650,0.133924,-0.896344, + 0.948462,0.126944,-0.290352,-0.185222,0.141035,0.972524,-0.839945,0.148038,0.522089,-0.819081,-0.138292,0.556759, + -0.172203,-0.109769,0.978926,0.948462,0.126944,-0.290352,0.628183,0.738035,-0.246352,0.631795,0.734238,0.248454, + 0.930702,0.131870,0.341181,0.930702,0.131870,0.341181,0.919464,-0.125364,0.372652,0.934052,-0.155544,-0.321485, + 0.948462,0.126944,-0.290352,-0.819081,-0.138292,0.556759,-0.567003,-0.760901,0.315495,-0.120852,-0.766123,0.631229, + -0.172203,-0.109769,0.978926,0.508073,-0.104449,0.854957,0.528656,0.131124,0.838647,-0.185222,0.141035,0.972524, + -0.172203,-0.109769,0.978926,-0.397817,-0.147413,-0.905545,-0.426214,0.154773,-0.891284,0.422650,0.133924,-0.896344, + 0.397944,-0.141484,-0.906434,0.930702,0.131870,0.341181,0.528656,0.131124,0.838647,0.508073,-0.104449,0.854957, + 0.919464,-0.125364,0.372652,-0.397817,-0.147413,-0.905545,-0.939490,-0.170399,-0.297190,-0.950559,0.153411,-0.270005, + -0.426214,0.154773,-0.891284,-0.635278,0.750175,-0.183466,-0.576992,0.721705,0.382390,-0.127232,0.698359,0.704348, + 0.371247,0.706917,0.602033,0.631795,0.734238,0.248454,0.628183,0.738035,-0.246352,0.300107,0.672717,-0.676304, + -0.300702,0.691553,-0.656759,-0.185222,0.141035,0.972524,-0.127232,0.698359,0.704348,-0.576992,0.721705,0.382390, + -0.839945,0.148038,0.522089,0.930702,0.131870,0.341181,0.631795,0.734238,0.248454,0.371247,0.706917,0.602033, + 0.528656,0.131124,0.838647,-0.426214,0.154773,-0.891284,-0.300702,0.691553,-0.656759,0.300107,0.672717,-0.676304, + 0.422650,0.133924,-0.896344,0.528656,0.131124,0.838647,0.371247,0.706917,0.602033,-0.127232,0.698359,0.704348, + -0.185222,0.141035,0.972524,-0.950559,0.153411,-0.270005,-0.635278,0.750175,-0.183466,-0.300702,0.691553,-0.656759, + -0.426214,0.154773,-0.891284,-0.839945,0.148038,0.522089,-0.576992,0.721705,0.382390,-0.635278,0.750175,-0.183466, + -0.950559,0.153411,-0.270005,0.422650,0.133924,-0.896344,0.300107,0.672717,-0.676304,0.628183,0.738035,-0.246352, + 0.948462,0.126944,-0.290352,-0.614354,-0.762166,-0.204135,-0.275522,-0.730377,-0.625010,0.287682,-0.718968,-0.632712, + 0.607203,-0.759138,-0.234550,0.622943,-0.758418,0.191690,0.365552,-0.760768,0.536287,-0.120852,-0.766123,0.631229, + -0.567003,-0.760901,0.315495,-0.939490,-0.170399,-0.297190,-0.614354,-0.762166,-0.204135,-0.567003,-0.760901,0.315495, + -0.819081,-0.138292,0.556759,-0.397817,-0.147413,-0.905545,-0.275522,-0.730377,-0.625010,-0.614354,-0.762166,-0.204135, + -0.939490,-0.170399,-0.297190,0.919464,-0.125364,0.372652,0.622943,-0.758418,0.191690,0.607203,-0.759138,-0.234550, + 0.934052,-0.155544,-0.321485,0.508073,-0.104449,0.854957,0.365552,-0.760768,0.536287,0.622943,-0.758418,0.191690, + 0.919464,-0.125364,0.372652,-0.172203,-0.109769,0.978926,-0.120852,-0.766123,0.631229,0.365552,-0.760768,0.536287, + 0.508073,-0.104449,0.854957,0.397944,-0.141484,-0.906434,0.287682,-0.718968,-0.632712,-0.275522,-0.730377,-0.625010, + -0.397817,-0.147413,-0.905545,0.934052,-0.155544,-0.321485,0.607203,-0.759138,-0.234550,0.287682,-0.718968,-0.632712, + 0.397944,-0.141484,-0.906434,-0.839945,0.148038,0.522089,-0.950559,0.153411,-0.270005,-0.939490,-0.170399,-0.297190, + -0.819081,-0.138292,0.556759,0.677864,-0.681548,0.275669,0.388386,-0.738921,0.550592,-0.134698,-0.744686,0.653681, + -0.623065,-0.701835,0.345280,0.727180,-0.646524,-0.230686,0.677864,-0.681548,0.275669,-0.623065,-0.701835,0.345280, + -0.687903,-0.684365,-0.241732,-0.064915,0.969015,0.238318,-0.014828,0.999887,0.002659,0.049301,0.998780,0.002891, + -0.087035,0.979172,0.183433,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + 0.000000,-1.000000,0.000000,-0.004736,0.117877,-0.993017,0.734929,0.088016,-0.672408,0.779366,-0.081936,-0.621188, + 0.002223,-0.134406,-0.990924,-0.122001,-0.000000,0.992530,-0.242180,-0.000000,0.970231,-0.242180,-0.000000,0.970231, + -0.122001,-0.000000,0.992530,-0.995754,0.042588,-0.081606,-0.741526,0.088284,-0.665090,-0.778587,-0.084184,-0.621865, + -0.995965,0.010252,-0.089158,0.998418,0.022088,-0.051711,0.998340,0.033290,-0.046999,0.998909,0.026256,-0.038612, + 0.998155,0.008450,-0.060127,0.734929,0.088016,-0.672408,0.998418,0.022088,-0.051711,0.998155,0.008450,-0.060127, + 0.779366,-0.081936,-0.621188,-0.993148,0.048904,-0.106138,-0.995754,0.042588,-0.081606,-0.995965,0.010252,-0.089158, + -0.994753,0.030409,-0.097687,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + 0.000000,-1.000000,0.000000,-0.094596,0.915452,0.391152,-0.064915,0.969015,0.238318,-0.087035,0.979172,0.183433, + -0.257622,0.877714,0.404042,0.114585,0.000000,-0.993413,0.122001,0.000000,-0.992530,0.242180,0.000000,-0.970231, + 0.242180,0.000000,-0.970231,-0.125335,-0.000000,0.992115,-0.460402,-0.000000,0.887711,-0.460402,-0.000000,0.887711, + -0.125862,-0.000000,0.992048,0.992376,-0.000000,0.123246,0.992376,-0.000000,0.123246,0.992376,-0.000000,0.123246, + 0.992376,-0.000000,0.123246,-0.000000,-1.000000,0.000000,-0.000000,-1.000000,0.000000,-0.000000,-1.000000,0.000000, + -0.000000,-1.000000,0.000000,-0.993584,0.000000,0.113095,-0.993584,0.000000,0.113095,-0.993584,0.000000,0.113095, + -0.993584,0.000000,0.113095,-0.101494,0.981977,0.159436,-0.037603,0.986592,0.158814,0.138879,0.978305,0.153728, + 0.138879,0.978305,0.153728,0.062161,0.927425,0.368807,-0.019447,0.986982,0.159652,-0.064915,0.969015,0.238318, + -0.094596,0.915452,0.391152,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + 0.000000,-1.000000,0.000000,0.000000,-0.000000,1.000000,-0.122001,-0.000000,0.992530,-0.122001,-0.000000,0.992530, + 0.000000,-0.000000,1.000000,-0.741526,0.088284,-0.665090,-0.004736,0.117877,-0.993017,0.002223,-0.134406,-0.990924, + -0.778587,-0.084184,-0.621865,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000, + 0.000000,-1.000000,0.000000,-0.019447,0.986982,0.159652,-0.078040,0.996947,0.002421,-0.014828,0.999887,0.002659, + -0.064915,0.969015,0.238318,-0.286001,0.945201,0.157475,-0.286001,0.945201,0.157475,-0.037603,0.986592,0.158814, + -0.101494,0.981977,0.159436,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,-0.000000,-1.000000,0.000000, + -0.000000,-1.000000,0.000000,0.224133,-0.000000,0.974558,-0.125335,-0.000000,0.992115,-0.125862,-0.000000,0.992048, + 0.224133,-0.000000,0.974558,0.000000,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.122001,0.000000,-0.992530, + 0.114585,0.000000,-0.993413,-0.843435,0.230114,-0.485453,-0.010653,0.362451,-0.931942,-0.004736,0.117877,-0.993017, + -0.741526,0.088284,-0.665090,0.000000,0.000000,1.000000,-0.112529,0.000000,0.993648,-0.122001,-0.000000,0.992530, + 0.000000,-0.000000,1.000000,-0.990305,0.074004,-0.117552,-0.995454,0.070729,-0.063789,-0.995754,0.042588,-0.081606, + -0.993148,0.048904,-0.106138,0.853101,0.198957,-0.482323,0.998592,0.033566,-0.041074,0.998418,0.022088,-0.051711, + 0.734929,0.088016,-0.672408,0.998592,0.033566,-0.041074,0.997456,0.042117,-0.057521,0.998340,0.033290,-0.046999, + 0.998418,0.022088,-0.051711,-0.995454,0.070729,-0.063789,-0.843435,0.230114,-0.485453,-0.741526,0.088284,-0.665090, + -0.995754,0.042588,-0.081606,-0.112529,0.000000,0.993648,-0.242180,0.000000,0.970231,-0.242180,-0.000000,0.970231, + -0.122001,-0.000000,0.992530,-0.010653,0.362451,-0.931942,0.853101,0.198957,-0.482323,0.734929,0.088016,-0.672408, + -0.004736,0.117877,-0.993017,-0.690381,0.715588,-0.106338,0.694035,0.706431,-0.138817,0.270919,0.842788,-0.465092, + -0.292953,0.840602,-0.455596,-0.838210,-0.041031,0.543802,-0.834604,-0.117196,0.538240,-0.176294,-0.114634,0.977640, + -0.177972,-0.041755,0.983149,-0.690381,0.715588,-0.106338,-0.935064,0.162555,-0.315010,-0.855263,0.061491,0.514533, + -0.606056,0.651397,0.456486,-0.134215,0.648751,0.749072,-0.192773,-0.041251,0.980376,0.532856,-0.052277,0.844590, + 0.397459,0.655298,0.642348,0.397459,0.655298,0.642348,0.532856,-0.052277,0.844590,0.941252,0.021525,0.337019, + 0.694584,0.648934,0.310544,-0.606056,0.651397,0.456486,-0.855263,0.061491,0.514533,-0.192773,-0.041251,0.980376, + -0.134215,0.648751,0.749072,0.270919,0.842788,-0.465092,0.385569,0.213194,-0.897711,-0.392831,0.215480,-0.894009, + -0.292953,0.840602,-0.455596,-0.292953,0.840602,-0.455596,-0.392831,0.215480,-0.894009,-0.935064,0.162555,-0.315010, + -0.690381,0.715588,-0.106338,0.694584,0.648934,0.310544,0.941252,0.021525,0.337019,0.922042,0.138798,-0.361350, + 0.694035,0.706431,-0.138817,0.694035,0.706431,-0.138817,0.922042,0.138798,-0.361350,0.385569,0.213194,-0.897711, + 0.270919,0.842788,-0.465092,-0.156898,0.003652,0.987608,-0.143618,0.093422,0.985214,0.515879,0.086181,0.852315, + 0.539893,0.003107,0.841728,0.360116,-0.006321,-0.932886,0.339670,-0.148233,-0.928790,-0.372395,-0.143599,-0.916898, + -0.378873,-0.002614,-0.925445,-0.378873,-0.002614,-0.925445,-0.372395,-0.143599,-0.916898,-0.932108,-0.125805,-0.339629, + -0.948493,-0.022931,-0.315967,0.926565,-0.051638,0.372572,0.918129,-0.112825,0.379882,0.918500,-0.130114,-0.373401, + 0.936197,-0.031585,-0.350052,0.936197,-0.031585,-0.350052,0.918500,-0.130114,-0.373401,0.339670,-0.148233,-0.928790, + 0.360116,-0.006321,-0.932886,-0.948493,-0.022931,-0.315967,-0.932108,-0.125805,-0.339629,-0.834604,-0.117196,0.538240, + -0.838210,-0.041031,0.543802,-0.177972,-0.041755,0.983149,-0.176294,-0.114634,0.977640,0.524033,-0.112477,0.844238, + 0.522508,-0.049354,0.851205,0.522508,-0.049354,0.851205,0.524033,-0.112477,0.844238,0.918129,-0.112825,0.379882, + 0.926565,-0.051638,0.372572,0.024040,-0.999703,0.004085,0.024040,-0.999703,0.004085,0.024040,-0.999703,0.004085, + 0.024040,-0.999703,0.004085,0.024040,-0.999703,0.004085,0.024040,-0.999703,0.004085,0.024040,-0.999703,0.004085, + 0.024040,-0.999703,0.004085,0.539893,0.003107,0.841728,0.515879,0.086181,0.852315,0.921284,0.081906,0.380166, + 0.927538,-0.008332,0.373637,-0.835068,-0.003500,0.550136,-0.822461,0.086281,0.562240,-0.143618,0.093422,0.985214, + -0.156898,0.003652,0.987608,0.374295,0.041566,-0.926378,0.352316,0.140290,-0.925307,-0.409037,0.134918,-0.902489, + -0.425858,0.055495,-0.903087,-0.425858,0.055495,-0.903087,-0.409037,0.134918,-0.902489,-0.951232,0.101137,-0.291427, + -0.962346,0.017123,-0.271288,0.927538,-0.008332,0.373637,0.921284,0.081906,0.380166,0.918378,0.110322,-0.380014, + 0.942867,-0.003770,-0.333147,0.942867,-0.003770,-0.333147,0.918378,0.110322,-0.380014,0.352316,0.140290,-0.925307, + 0.374295,0.041566,-0.926378,-0.962346,0.017123,-0.271288,-0.951232,0.101137,-0.291427,-0.822461,0.086281,0.562240, + -0.835068,-0.003500,0.550136,-0.918069,-0.197572,-0.343677,-0.948022,-0.142705,-0.284409,-0.826452,-0.133004,0.547072, + -0.827594,-0.169870,0.535007,0.906939,-0.192015,-0.374956,0.936377,-0.156586,-0.314131,0.362657,-0.145518,-0.920491, + 0.318455,-0.199180,-0.926776,0.911022,-0.145169,0.385960,0.914360,-0.116867,0.387671,0.936377,-0.156586,-0.314131, + 0.906939,-0.192015,-0.374956,-0.353605,-0.197515,-0.914304,-0.382653,-0.126932,-0.915131,-0.948022,-0.142705,-0.284409, + -0.918069,-0.197572,-0.343677,0.318455,-0.199180,-0.926776,0.362657,-0.145518,-0.920491,-0.382653,-0.126932,-0.915131, + -0.353605,-0.197515,-0.914304,-0.827594,-0.169870,0.535007,-0.826452,-0.133004,0.547072,-0.155311,-0.122011,0.980302, + -0.164290,-0.159391,0.973449,0.525717,-0.145892,0.838055,0.535010,-0.109045,0.837779,0.914360,-0.116867,0.387671, + 0.911022,-0.145169,0.385960,-0.164290,-0.159391,0.973449,-0.155311,-0.122011,0.980302,0.535010,-0.109045,0.837779, + 0.525717,-0.145892,0.838055,-0.948022,-0.142705,-0.284409,-0.962346,0.017123,-0.271288,-0.835068,-0.003500,0.550136, + -0.826452,-0.133004,0.547072,0.936377,-0.156586,-0.314131,0.942867,-0.003770,-0.333147,0.374295,0.041566,-0.926378, + 0.362657,-0.145518,-0.920491,0.914360,-0.116867,0.387671,0.927538,-0.008332,0.373637,0.942867,-0.003770,-0.333147, + 0.936377,-0.156586,-0.314131,-0.382653,-0.126932,-0.915131,-0.425858,0.055495,-0.903087,-0.962346,0.017123,-0.271288, + -0.948022,-0.142705,-0.284409,0.362657,-0.145518,-0.920491,0.374295,0.041566,-0.926378,-0.425858,0.055495,-0.903087, + -0.382653,-0.126932,-0.915131,-0.826452,-0.133004,0.547072,-0.835068,-0.003500,0.550136,-0.156898,0.003652,0.987608, + -0.155311,-0.122011,0.980302,0.535010,-0.109045,0.837779,0.539893,0.003107,0.841728,0.927538,-0.008332,0.373637, + 0.914360,-0.116867,0.387671,-0.155311,-0.122011,0.980302,-0.156898,0.003652,0.987608,0.539893,0.003107,0.841728, + 0.535010,-0.109045,0.837779,-0.606056,0.651397,0.456486,-0.134215,0.648751,0.749072,0.397459,0.655298,0.642348, + 0.694584,0.648934,0.310544,0.694035,0.706431,-0.138817,-0.690381,0.715588,-0.106338,-0.606056,0.651397,0.456486, + 0.694584,0.648934,0.310544,-0.970789,0.239472,-0.014908,-0.948810,-0.315838,0.002369,-0.885322,-0.261370,0.384565, + -0.842049,0.224109,0.490641,-0.464982,0.061377,0.883190,-0.607144,-0.425338,0.671166,-0.214766,-0.318546,0.923258, + -0.198990,-0.066706,0.977729,-0.913691,0.255488,-0.316061,-0.921659,-0.290067,-0.257693,-0.948810,-0.315838,0.002369, + -0.970789,0.239472,-0.014908,-0.842049,0.224109,0.490641,-0.885322,-0.261370,0.384565,-0.607144,-0.425338,0.671166, + -0.464982,0.061377,0.883190,-0.198990,-0.066706,0.977729,-0.214766,-0.318546,0.923258,-0.000000,-0.320175,0.947359, + -0.000000,-0.106819,0.994278,-0.913691,0.255488,-0.316061,-0.678827,0.209853,-0.703673,-0.760892,-0.159767,-0.628902, + -0.921659,-0.290067,-0.257693,0.000000,-0.683530,0.729922,-0.000000,-0.320175,0.947359,-0.214766,-0.318546,0.923258, + -0.399844,-0.728545,0.556190,-0.000000,-0.957710,-0.287735,-0.000000,-0.999631,-0.027175,-0.328833,-0.944166,0.020468, + -0.370084,-0.912035,-0.176721,-0.000000,-0.999631,-0.027175,0.000000,-0.938425,0.345482,-0.377769,-0.894625,0.238614, + -0.328833,-0.944166,0.020468,-0.924978,0.256048,-0.280812,-0.714071,0.370787,-0.593818,-0.675126,0.373324,-0.636266, + -0.910455,0.277050,-0.307106,0.000000,-0.938425,0.345482,0.000000,-0.683530,0.729922,-0.399844,-0.728545,0.556190, + -0.377769,-0.894625,0.238614,0.034291,0.998256,-0.048053,0.029940,0.991558,-0.126162,0.004334,0.995920,-0.090140, + 0.051059,0.998520,0.018738,-0.214766,-0.318546,0.923258,-0.607144,-0.425338,0.671166,-0.399844,-0.728545,0.556190, + -0.607144,-0.425338,0.671166,-0.885322,-0.261370,0.384565,-0.583898,-0.809260,0.064508,-0.612493,-0.789788,0.032972, + -0.885322,-0.261370,0.384565,-0.948810,-0.315838,0.002369,-0.609654,-0.790784,0.054619,-0.583898,-0.809260,0.064508, + -0.948810,-0.315838,0.002369,-0.921659,-0.290067,-0.257693,-0.654949,-0.742767,-0.139067,-0.609654,-0.790784,0.054619, + -0.000000,0.998119,-0.061308,0.000000,0.989793,-0.142513,0.029940,0.991558,-0.126162,0.034291,0.998256,-0.048053, + -0.612493,-0.789788,0.032972,-0.377769,-0.894625,0.238614,-0.399844,-0.728545,0.556190,-0.583898,-0.809260,0.064508, + -0.328833,-0.944166,0.020468,-0.377769,-0.894625,0.238614,-0.612493,-0.789788,0.032972,-0.609654,-0.790784,0.054619, + -0.370084,-0.912035,-0.176721,-0.328833,-0.944166,0.020468,-0.583898,-0.809260,0.064508,-0.370084,-0.912035,-0.176721, + -0.609654,-0.790784,0.054619,-0.654949,-0.742767,-0.139067,-0.370084,-0.912035,-0.176721,-0.356165,-0.779816,-0.514815, + -0.000000,-0.775660,-0.631151,-0.000000,-0.957710,-0.287735,0.059203,0.997528,0.037860,-0.000000,0.999281,0.037926, + -0.000000,0.998119,-0.061308,0.034291,0.998256,-0.048053,0.051059,0.998520,0.018738,0.059203,0.997528,0.037860, + 0.059203,0.997528,0.037860,0.059203,0.997528,0.037860,-0.295704,0.637600,0.711355,-0.197968,0.933851,0.297877, + -0.526759,0.686069,0.501831,-0.607144,-0.425338,0.671166,-0.612493,-0.789788,0.032972,-0.399844,-0.728545,0.556190, + -0.972535,0.211835,0.096445,-0.976424,0.204764,0.068324,-0.988290,0.151971,0.013729,-0.000000,0.282745,0.959195, + -0.000000,0.415288,0.909690,0.400744,0.430037,0.808995,0.505171,0.228887,0.832114,-0.937131,0.022399,0.348259, + -0.883220,-0.256522,0.392580,-0.758291,-0.305242,0.576040,-0.898118,-0.026310,0.438966,-0.111321,0.731120,0.673106, + -0.156735,0.639889,0.752314,-0.377973,0.572808,0.727343,-0.476771,0.600934,0.641535,-0.716246,0.326691,0.616656, + -0.945795,0.065498,0.318090,-0.920665,0.066831,0.384591,-0.960890,-0.042185,-0.273697,-0.956690,-0.118813,-0.265759, + -0.834765,-0.109726,0.539562,-0.842858,-0.031906,0.537190,0.938493,-0.048916,-0.341815,0.931355,-0.131242,-0.339637, + 0.379240,-0.166013,-0.910284,0.385016,-0.078469,-0.919568,0.538380,-0.031762,0.842104,0.533032,-0.107454,0.839244, + 0.927434,-0.102349,0.359708,0.932769,-0.028426,0.359353,0.932769,-0.028426,0.359353,0.927434,-0.102349,0.359708, + 0.931355,-0.131242,-0.339637,0.938493,-0.048916,-0.341815,-0.441367,-0.072891,-0.894361,-0.435374,-0.155965,-0.886636, + -0.956690,-0.118813,-0.265759,-0.960890,-0.042185,-0.273697,-0.842858,-0.031906,0.537190,-0.834765,-0.109726,0.539562, + -0.158716,-0.116584,0.980417,-0.155371,-0.035939,0.987202,0.385016,-0.078469,-0.919568,0.379240,-0.166013,-0.910284, + -0.435374,-0.155965,-0.886636,-0.441367,-0.072891,-0.894361,-0.155371,-0.035939,0.987202,-0.158716,-0.116584,0.980417, + 0.533032,-0.107454,0.839244,0.538380,-0.031762,0.842104,-0.176294,-0.114634,0.977640,-0.164290,-0.159391,0.973449, + 0.525717,-0.145892,0.838055,0.524033,-0.112477,0.844238,0.524033,-0.112477,0.844238,0.525717,-0.145892,0.838055, + 0.911022,-0.145169,0.385960,0.918129,-0.112825,0.379882,-0.834604,-0.117196,0.538240,-0.827594,-0.169870,0.535007, + -0.164290,-0.159391,0.973449,-0.176294,-0.114634,0.977640,0.339670,-0.148233,-0.928790,0.318455,-0.199180,-0.926776, + -0.353605,-0.197515,-0.914304,-0.372395,-0.143599,-0.916898,-0.372395,-0.143599,-0.916898,-0.353605,-0.197515,-0.914304, + -0.918069,-0.197572,-0.343677,-0.932108,-0.125805,-0.339629,0.918129,-0.112825,0.379882,0.911022,-0.145169,0.385960, + 0.906939,-0.192015,-0.374956,0.918500,-0.130114,-0.373401,0.918500,-0.130114,-0.373401,0.906939,-0.192015,-0.374956, + 0.318455,-0.199180,-0.926776,0.339670,-0.148233,-0.928790,-0.932108,-0.125805,-0.339629,-0.918069,-0.197572,-0.343677, + -0.827594,-0.169870,0.535007,-0.834604,-0.117196,0.538240,-0.654949,-0.742767,-0.139067,-0.620117,-0.591980,-0.514795, + -0.356165,-0.779816,-0.514815,-0.370084,-0.912035,-0.176721,-0.227375,0.135453,0.964341,-0.223166,0.085100,0.971059, + -0.000000,0.055354,0.998467,-0.000000,0.110233,0.993906,-0.839976,0.143679,0.523256,-0.847810,0.158915,0.505929, + -0.486585,0.132642,0.863505,-0.479389,0.160558,0.862791,-0.924978,0.256048,-0.280812,-0.910455,0.277050,-0.307106, + -0.977685,0.209906,0.008450,-0.982266,0.178993,0.055812,-0.479389,0.160558,0.862791,-0.486585,0.132642,0.863505, + -0.223166,0.085100,0.971059,-0.227375,0.135453,0.964341,-0.982266,0.178993,0.055812,-0.977685,0.209906,0.008450, + -0.847810,0.158915,0.505929,-0.839976,0.143679,0.523256,-0.921659,-0.290067,-0.257693,-0.760892,-0.159767,-0.628902, + -0.620117,-0.591980,-0.514795,-0.654949,-0.742767,-0.139067,-0.716246,0.326691,0.616656,-0.817801,0.288669,0.497867, + -0.476771,0.600934,0.641535,0.000000,-0.302044,0.953294,-0.000000,-0.076414,0.997076,0.479978,-0.070671,0.874430, + 0.220339,-0.456768,0.861866,-0.445894,-0.534263,-0.718152,-0.602164,-0.629860,-0.490586,-0.783350,-0.500581,-0.368484, + -0.000000,-0.214388,-0.976749,0.000000,-0.485317,-0.874338,-0.218435,-0.589913,-0.777360,-0.094628,-0.352936,-0.930850, + -0.953334,-0.281653,0.108748,-0.986629,-0.162380,-0.013986,-0.918620,-0.387455,-0.077564,-0.445894,-0.534263,-0.718152, + -0.331593,-0.291037,-0.897409,0.024782,-0.134726,-0.990573,-0.094628,-0.352936,-0.930850,-0.949573,-0.131629,0.284579, + -0.883220,-0.256522,0.392580,-0.937131,0.022399,0.348259,-0.918620,-0.387455,-0.077564,-0.986629,-0.162380,-0.013986, + -0.866930,-0.376446,-0.326680,-0.783350,-0.500581,-0.368484,-0.949573,-0.131629,0.284579,-0.979044,0.022196,0.202434, + -0.986629,-0.162380,-0.013986,-0.953334,-0.281653,0.108748,0.505171,0.228887,0.832114,0.400744,0.430037,0.808995, + 0.609792,0.408392,0.679242,-0.272487,0.728964,0.627982,-0.196085,0.733317,0.650997,-0.205199,0.796178,0.569204, + -0.313502,0.804388,0.504654,-0.272487,0.728964,0.627982,-0.288842,0.632804,0.718421,-0.199520,0.615149,0.762747, + -0.196085,0.733317,0.650997,0.166557,0.588286,0.791314,0.121194,0.549358,0.826751,-0.156735,0.639889,0.752314, + -0.111321,0.731120,0.673106,0.000000,0.552186,0.833721,0.000000,0.514771,0.857328,0.121194,0.549358,0.826751, + 0.166557,0.588286,0.791314,-0.000000,0.502388,0.864642,0.000000,0.552186,0.833721,0.166557,0.588286,0.791314, + 0.272126,0.515458,0.812558,0.008079,-0.990810,0.135019,0.008079,-0.990810,0.135019,0.008079,-0.990810,0.135019, + 0.008079,-0.990810,0.135019,0.008079,-0.990810,0.135019,0.000000,-0.990843,0.135023,0.000000,-0.990842,0.135023, + 0.008079,-0.990810,0.135019,0.008079,-0.990810,0.135019,0.008079,-0.990810,0.135019,0.008079,-0.990810,0.135019, + 0.008079,-0.990810,0.135019,0.000000,-0.713750,-0.700401,0.000000,-0.761424,-0.648254,-0.245886,-0.725253,-0.643077, + -0.243488,-0.695228,-0.676293,-0.608999,-0.621843,-0.492373,-0.561297,-0.650282,-0.511937,-0.801495,-0.580028,-0.145510, + -0.842221,-0.520691,-0.139799,-0.037003,-0.435578,0.899390,-0.074712,-0.462077,0.883687,0.000000,-0.462248,0.886751, + 0.000000,-0.404705,0.914447,-0.243488,-0.695228,-0.676293,-0.245886,-0.725253,-0.643077,-0.561297,-0.650282,-0.511937, + -0.608999,-0.621843,-0.492373,-0.898175,-0.401081,0.180041,-0.871552,-0.455355,0.181793,-0.790070,-0.393833,0.469770, + -0.775599,-0.388107,0.497815,-0.775599,-0.388107,0.497815,-0.790070,-0.393833,0.469770,-0.526962,-0.367340,0.766402, + -0.514964,-0.341341,0.786320,-0.203814,-0.521623,0.828474,-0.220933,-0.473830,0.852451,-0.102504,-0.477319,0.872731, + -0.079461,-0.520937,0.849888,-0.378576,-0.399706,0.834815,-0.371776,-0.395083,0.840055,-0.220933,-0.473830,0.852451, + -0.203814,-0.521623,0.828474,-0.973123,0.216292,0.079049,-0.976424,0.204764,0.068324,-0.972535,0.211835,0.096445, + -0.981860,0.188471,0.020728,0.000000,0.476069,0.879408,0.000000,0.627604,0.778533,-0.021853,0.676131,0.736457, + 0.022867,0.519213,0.854339,-0.288842,0.632804,0.718421,-0.377973,0.572808,0.727343,-0.156735,0.639889,0.752314, + -0.199520,0.615149,0.762747,-0.288842,0.632804,0.718421,-0.272487,0.728964,0.627982,-0.221464,0.630329,0.744070, + -0.199520,0.615149,0.762747,-0.156735,0.639889,0.752314,0.121194,0.549358,0.826751,0.022867,0.519213,0.854339, + -0.945795,0.065498,0.318090,-0.979044,0.022196,0.202434,-0.937131,0.022399,0.348259,-0.920665,0.066831,0.384591, + -0.920665,0.066831,0.384591,-0.937131,0.022399,0.348259,-0.898118,-0.026310,0.438966,-0.817801,0.288669,0.497867, + -0.827554,0.294213,0.478113,-0.510799,0.631426,0.583425,-0.476771,0.600934,0.641535,-0.817801,0.288669,0.497867, + -0.981860,0.188471,0.020728,-0.987296,0.158533,-0.010718,-0.977028,0.212412,-0.017250,-0.982800,0.181233,0.035468, + -0.973123,0.216292,0.079049,-0.979044,0.022196,0.202434,-0.949573,-0.131629,0.284579,-0.937131,0.022399,0.348259, + -0.307494,0.047801,-0.950349,-0.360341,-0.180755,-0.915141,-0.760892,-0.159767,-0.628902,-0.678827,0.209853,-0.703673, + 0.000000,-0.041979,-0.999119,0.000000,-0.209179,-0.977877,-0.360341,-0.180755,-0.915141,-0.307494,0.047801,-0.950349, + -0.000000,-0.409774,-0.912187,-0.000000,-0.775660,-0.631151,-0.356165,-0.779816,-0.514815,-0.311421,-0.441295,-0.841591, + 0.000000,-0.209179,-0.977877,-0.000000,-0.409774,-0.912187,-0.311421,-0.441295,-0.841591,-0.360341,-0.180755,-0.915141, + -0.311421,-0.441295,-0.841591,-0.356165,-0.779816,-0.514815,-0.620117,-0.591980,-0.514795,-0.311421,-0.441295,-0.841591, + -0.620117,-0.591980,-0.514795,-0.760892,-0.159767,-0.628902,-0.360341,-0.180755,-0.915141,-0.000000,0.408150,-0.912915, + -0.000000,0.340567,-0.940220,-0.276337,0.369659,-0.887125,-0.286455,0.421288,-0.860500,-0.286455,0.421288,-0.860500, + -0.276337,0.369659,-0.887125,-0.675126,0.373324,-0.636266,-0.714071,0.370787,-0.593818,0.000000,0.210739,-0.977542, + 0.000000,-0.041979,-0.999119,-0.307494,0.047801,-0.950349,-0.297358,0.269129,-0.916050,-0.297358,0.269129,-0.916050, + -0.307494,0.047801,-0.950349,-0.678827,0.209853,-0.703673,-0.698374,0.319524,-0.640452,-0.909708,0.279506,-0.307095, + -0.698374,0.319524,-0.640452,-0.678827,0.209853,-0.703673,-0.913691,0.255488,-0.316061,-0.211938,0.032481,0.976743, + -0.198990,-0.066706,0.977729,-0.000000,-0.106819,0.994278,-0.000000,0.002966,0.999996,-0.854342,0.174550,0.489523, + -0.842049,0.224109,0.490641,-0.464982,0.061377,0.883190,-0.504507,0.110296,0.856334,-0.909708,0.279506,-0.307095, + -0.913691,0.255488,-0.316061,-0.970789,0.239472,-0.014908,-0.973645,0.227878,0.009342,-0.504507,0.110296,0.856334, + -0.464982,0.061377,0.883190,-0.198990,-0.066706,0.977729,-0.211938,0.032481,0.976743,-0.973645,0.227878,0.009342, + -0.970789,0.239472,-0.014908,-0.842049,0.224109,0.490641,-0.854342,0.174550,0.489523,-0.970803,-0.128295,0.202685, + -0.932666,-0.033635,-0.359168,-0.936423,0.169149,-0.307411,-0.954051,0.081114,0.288458,-0.932666,-0.033635,-0.359168, + -0.554951,0.044180,-0.830709,-0.566220,0.279208,-0.775524,-0.936423,0.169149,-0.307411,-0.679173,-0.304115,0.668011, + -0.590166,0.063194,0.804804,-0.000000,0.090850,0.995865,0.000000,-0.363554,0.931573,-0.970803,-0.128295,0.202685, + -0.954051,0.081114,0.288458,-0.590166,0.063194,0.804804,-0.679173,-0.304115,0.668011,-0.554951,0.044180,-0.830709, + -0.000000,0.064101,-0.997943,0.000000,0.359565,-0.933120,-0.566220,0.279208,-0.775524,-0.543549,-0.266898,0.795814, + -0.601679,-0.547584,0.581493,-0.535705,-0.389810,0.749045,-0.559540,-0.334740,0.758198,0.000000,-0.057349,0.998354, + 0.000001,-0.075770,0.997125,-0.496514,-0.231833,0.836497,-0.422958,-0.055852,0.904426,-0.422611,-0.255888,0.869438, + -0.414101,-0.379477,0.827356,0.000002,-0.488486,0.872572,-0.000000,-0.347626,0.937633,-0.422958,-0.055852,0.904426, + -0.496514,-0.231833,0.836497,-0.643133,-0.269299,0.716839,-0.574837,-0.116359,0.809953,-0.559540,-0.334740,0.758198, + -0.535705,-0.389810,0.749045,-0.414101,-0.379477,0.827356,-0.422611,-0.255888,0.869438,-0.574837,-0.116359,0.809953, + -0.643133,-0.269299,0.716839,-0.642601,-0.209224,0.737082,-0.543549,-0.266898,0.795814,0.532856,-0.052277,0.844590, + 0.522508,-0.049354,0.851205,0.926565,-0.051638,0.372572,0.941252,0.021525,0.337019,-0.192773,-0.041251,0.980376, + -0.177972,-0.041755,0.983149,0.522508,-0.049354,0.851205,0.532856,-0.052277,0.844590,-0.935064,0.162555,-0.315010, + -0.948493,-0.022931,-0.315967,-0.838210,-0.041031,0.543802,-0.855263,0.061491,0.514533,0.922042,0.138798,-0.361350, + 0.936197,-0.031585,-0.350052,0.360116,-0.006321,-0.932886,0.385569,0.213194,-0.897711,0.941252,0.021525,0.337019, + 0.926565,-0.051638,0.372572,0.936197,-0.031585,-0.350052,0.922042,0.138798,-0.361350,-0.392831,0.215480,-0.894009, + -0.378873,-0.002614,-0.925445,-0.948493,-0.022931,-0.315967,-0.935064,0.162555,-0.315010,0.385569,0.213194,-0.897711, + 0.360116,-0.006321,-0.932886,-0.378873,-0.002614,-0.925445,-0.392831,0.215480,-0.894009,-0.855263,0.061491,0.514533, + -0.838210,-0.041031,0.543802,-0.177972,-0.041755,0.983149,-0.192773,-0.041251,0.980376,-0.152674,0.039341,0.987493, + -0.155371,-0.035939,0.987202,0.538380,-0.031762,0.842104,0.532841,0.015486,0.846074,0.375509,-0.064430,-0.924577, + 0.385016,-0.078469,-0.919568,-0.441367,-0.072891,-0.894361,-0.452797,-0.031051,-0.891073,-0.843706,0.059552,0.533491, + -0.842858,-0.031906,0.537190,-0.155371,-0.035939,0.987202,-0.152674,0.039341,0.987493,-0.452797,-0.031051,-0.891073, + -0.441367,-0.072891,-0.894361,-0.960890,-0.042185,-0.273697,-0.962287,0.033900,-0.269915,0.929045,-0.010893,0.369807, + 0.932769,-0.028426,0.359353,0.938493,-0.048916,-0.341815,0.937570,-0.045862,-0.344760,0.532841,0.015486,0.846074, + 0.538380,-0.031762,0.842104,0.932769,-0.028426,0.359353,0.929045,-0.010893,0.369807,0.937570,-0.045862,-0.344760, + 0.938493,-0.048916,-0.341815,0.385016,-0.078469,-0.919568,0.375509,-0.064430,-0.924577,-0.962287,0.033900,-0.269915, + -0.960890,-0.042185,-0.273697,-0.842858,-0.031906,0.537190,-0.843706,0.059552,0.533491,-0.326456,-0.631591,-0.703221, + -0.009887,-0.976111,-0.217047,0.015157,-0.985835,-0.167032,-0.308667,-0.669815,-0.675331,0.219744,-0.902917,0.369396, + 0.346274,-0.459590,0.817845,0.435985,-0.474684,0.764587,0.275739,-0.887214,0.369890,-0.039723,0.797501,0.602008, + -0.422227,0.900535,-0.103740,-0.354343,0.919738,-0.168889,0.060578,0.846481,0.528961,-0.566190,0.595147,-0.570289, + -0.567002,0.107450,-0.816678,-0.536896,0.091271,-0.838697,-0.521831,0.589161,-0.616913,-0.009887,-0.976111,-0.217047, + 0.219744,-0.902917,0.369396,0.275739,-0.887214,0.369890,0.015157,-0.985835,-0.167032,-0.567002,0.107450,-0.816678, + -0.326456,-0.631591,-0.703221,-0.308667,-0.669815,-0.675331,-0.536896,0.091271,-0.838697,0.287603,0.155075,0.945112, + -0.039723,0.797501,0.602008,0.060578,0.846481,0.528961,0.406473,0.169235,0.897853,-0.336146,0.921662,-0.193768, + -0.354343,0.919738,-0.168889,-0.521831,0.589161,-0.616913,-0.516955,0.574833,-0.634291,0.461699,-0.492396,0.737821, + 0.435985,-0.474684,0.764587,0.406473,0.169235,0.897853,0.441937,0.185956,0.877560,-0.258018,-0.494768,0.829838, + 0.461699,-0.492396,0.737821,0.441937,0.185956,0.877560,-0.239747,0.018339,0.970662,-0.811729,0.567580,0.137654, + -0.336146,0.921662,-0.193768,-0.516955,0.574833,-0.634291,-0.948315,0.267425,-0.170830,-0.308667,-0.669815,-0.675331, + 0.015157,-0.985835,-0.167032,0.000776,-0.990249,-0.139309,-0.318444,-0.696522,-0.643001,0.275739,-0.887214,0.369890, + 0.435985,-0.474684,0.764587,0.461699,-0.492396,0.737821,0.279224,-0.889585,0.361485,0.060578,0.846481,0.528961, + -0.354343,0.919738,-0.168889,-0.336146,0.921662,-0.193768,0.090755,0.862655,0.497584,-0.521831,0.589161,-0.616913, + -0.536896,0.091271,-0.838697,-0.537619,0.041985,-0.842142,-0.516955,0.574833,-0.634291,0.015157,-0.985835,-0.167032, + 0.275739,-0.887214,0.369890,0.279224,-0.889585,0.361485,0.000776,-0.990249,-0.139309,-0.536896,0.091271,-0.838697, + -0.308667,-0.669815,-0.675331,-0.318444,-0.696522,-0.643001,-0.537619,0.041985,-0.842142,0.406473,0.169235,0.897853, + 0.060578,0.846481,0.528961,0.090755,0.862655,0.497584,0.441937,0.185956,0.877560,-0.499750,0.221442,-0.837385, + -0.310570,-0.470815,-0.825760,-0.306832,-0.545451,-0.779960,-0.543921,0.165594,-0.822635,0.195186,-0.920731,0.337872, + 0.249657,-0.380013,0.890652,0.327680,-0.408091,0.852108,0.237397,-0.900641,0.363988,-0.093343,0.758687,0.644734, + -0.369124,0.929380,0.000085,-0.404052,0.914098,-0.034148,-0.051222,0.775502,0.629264,-0.310570,-0.470815,-0.825760, + -0.013831,-0.924304,-0.381406,0.010468,-0.948740,-0.315883,-0.306832,-0.545451,-0.779960,-0.369124,0.929380,0.000085, + -0.502497,0.690591,-0.520173,-0.553357,0.636602,-0.537154,-0.404052,0.914098,-0.034148,-0.013831,-0.924304,-0.381406, + 0.195186,-0.920731,0.337872,0.237397,-0.900641,0.363988,0.010468,-0.948740,-0.315883,-0.502497,0.690591,-0.520173, + -0.499750,0.221442,-0.837385,-0.543921,0.165594,-0.822635,-0.553357,0.636602,-0.537154,0.249657,-0.380013,0.890652, + 0.169282,0.175294,0.969853,0.255225,0.175082,0.950898,0.327680,-0.408091,0.852108,0.169282,0.175294,0.969853, + -0.093343,0.758687,0.644734,-0.051222,0.775502,0.629264,0.255225,0.175082,0.950898,-0.369014,-0.150711,0.917123, + -0.377451,-0.153556,0.913209,-0.175375,-0.083730,0.980935,-0.174439,-0.083384,0.981131,-0.000000,-0.029537,0.999564, + -0.126681,-0.030186,0.991484,-0.126603,-0.030148,0.991495,-0.000000,-0.029537,0.999564,-0.344936,-0.032960,0.938047, + -0.501950,-0.024982,0.864536,-0.504689,-0.025481,0.862925,-0.340773,-0.032938,0.939568,-0.977685,0.209906,0.008450, + -0.973645,0.227878,0.009342,-0.854342,0.174550,0.489523,-0.847810,0.158915,0.505929,-0.486585,0.132642,0.863505, + -0.504507,0.110296,0.856334,-0.211938,0.032481,0.976743,-0.223166,0.085100,0.971059,-0.910455,0.277050,-0.307106, + -0.909708,0.279506,-0.307095,-0.973645,0.227878,0.009342,-0.977685,0.209906,0.008450,-0.847810,0.158915,0.505929, + -0.854342,0.174550,0.489523,-0.504507,0.110296,0.856334,-0.486585,0.132642,0.863505,-0.223166,0.085100,0.971059, + -0.211938,0.032481,0.976743,-0.000000,0.002966,0.999996,-0.000000,0.055354,0.998467,-0.910455,0.277050,-0.307106, + -0.675126,0.373324,-0.636266,-0.698374,0.319524,-0.640452,-0.909708,0.279506,-0.307095,-0.276337,0.369659,-0.887125, + -0.297358,0.269129,-0.916050,-0.698374,0.319524,-0.640452,-0.675126,0.373324,-0.636266,-0.000000,0.340567,-0.940220, + 0.000000,0.210739,-0.977542,-0.297358,0.269129,-0.916050,-0.276337,0.369659,-0.887125,-0.111321,0.731120,0.673106, + -0.102525,0.782073,0.614695,0.174205,0.729672,0.661235,0.198149,0.660098,0.724574,0.220339,-0.456768,0.861866, + 0.370332,-0.549905,0.748638,0.093429,-0.757209,0.646457,0.055217,-0.707114,0.704940,-0.898118,-0.026310,0.438966, + -0.886024,-0.046930,0.461257,-0.827554,0.294213,0.478113,-0.817801,0.288669,0.497867,0.505171,0.228887,0.832114, + 0.593673,0.164063,0.787804,0.563955,-0.122925,0.816605,0.479978,-0.070671,0.874430,-0.386991,-0.608774,0.692554, + -0.356947,-0.778176,0.516751,-0.637146,-0.526601,0.562793,-0.426181,-0.540579,0.725358,0.479978,-0.070671,0.874430, + 0.563955,-0.122925,0.816605,0.370332,-0.549905,0.748638,0.220339,-0.456768,0.861866,-0.758291,-0.305242,0.576040, + -0.637146,-0.526601,0.562793,-0.886024,-0.046930,0.461257,-0.898118,-0.026310,0.438966,-0.476771,0.600934,0.641535, + -0.510799,0.631426,0.583425,-0.102525,0.782073,0.614695,-0.111321,0.731120,0.673106,0.198149,0.660098,0.724574, + 0.174205,0.729672,0.661235,0.364766,0.610052,0.703407,0.428262,0.577821,0.694777,-0.817801,0.288669,0.497867, + -0.716246,0.326691,0.616656,-0.920665,0.066831,0.384591,-0.079461,-0.520937,0.849888,-0.037003,-0.435578,0.899390, + 0.220339,-0.456768,0.861866,0.055217,-0.707114,0.704940,0.093429,-0.757209,0.646457,-0.192730,-0.785728,0.587782, + -0.149623,-0.748956,0.645506,0.055217,-0.707114,0.704940,0.093429,-0.757209,0.646457,0.019004,-0.625360,0.780105, + -0.227147,-0.686807,0.690435,-0.192730,-0.785728,0.587782,-0.102525,0.782073,0.614695,-0.140309,0.738676,0.659296, + 0.142949,0.667629,0.730642,0.174205,0.729672,0.661235,-0.510799,0.631426,0.583425,-0.540996,0.594045,0.595343, + -0.140309,0.738676,0.659296,-0.102525,0.782073,0.614695,-0.356947,-0.778176,0.516751,-0.372260,-0.704825,0.603858, + -0.587423,-0.564479,0.579912,-0.637146,-0.526601,0.562793,0.370332,-0.549905,0.748638,0.233033,-0.462258,0.855578, + 0.019004,-0.625360,0.780105,0.093429,-0.757209,0.646457,0.174205,0.729672,0.661235,0.142949,0.667629,0.730642, + 0.239488,0.573995,0.783055,0.364766,0.610052,0.703407,0.563955,-0.122925,0.816605,0.417993,-0.127202,0.899500, + 0.233033,-0.462258,0.855578,0.370332,-0.549905,0.748638,-0.886024,-0.046930,0.461257,-0.855372,-0.084728,0.511038, + -0.799298,0.286595,0.528191,-0.827554,0.294213,0.478113,-0.827554,0.294213,0.478113,-0.799298,0.286595,0.528191, + -0.540996,0.594045,0.595343,-0.510799,0.631426,0.583425,-0.637146,-0.526601,0.562793,-0.587423,-0.564479,0.579912, + -0.855372,-0.084728,0.511038,-0.886024,-0.046930,0.461257,0.593673,0.164063,0.787804,0.435967,0.145291,0.888157, + 0.417993,-0.127202,0.899500,0.563955,-0.122925,0.816605,-0.799298,0.286595,0.528191,-0.855372,-0.084728,0.511038, + -0.754359,-0.057696,0.653921,-0.708297,0.260928,0.655921,-0.227147,-0.686807,0.690435,0.019004,-0.625360,0.780105, + -0.043593,-0.511750,0.858028,-0.239398,-0.534024,0.810868,0.142949,0.667629,0.730642,-0.140309,0.738676,0.659296, + -0.200913,0.583980,0.786512,0.025951,0.537100,0.843119,0.233033,-0.462258,0.855578,0.417993,-0.127202,0.899500, + 0.199737,-0.078658,0.976687,0.114485,-0.376675,0.919244,-0.855372,-0.084728,0.511038,-0.587423,-0.564479,0.579912, + -0.536789,-0.416885,0.733529,-0.754359,-0.057696,0.653921,0.019004,-0.625360,0.780105,0.233033,-0.462258,0.855578, + 0.114485,-0.376675,0.919244,-0.043593,-0.511750,0.858028,0.417993,-0.127202,0.899500,0.435967,0.145291,0.888157, + 0.186809,0.110700,0.976139,0.199737,-0.078658,0.976687,-0.372260,-0.704825,0.603858,-0.227147,-0.686807,0.690435, + -0.239398,-0.534024,0.810868,-0.342291,-0.514936,0.785924,-0.540996,0.594045,0.595343,-0.799298,0.286595,0.528191, + -0.708297,0.260928,0.655921,-0.522838,0.482373,0.702820,-0.140309,0.738676,0.659296,-0.540996,0.594045,0.595343, + -0.522838,0.482373,0.702820,-0.200913,0.583980,0.786512,0.025951,0.537100,0.843119,-0.189790,0.224123,0.955902, + -0.163650,0.210214,0.963861,0.103186,0.482809,0.869626,-0.096676,0.072785,0.992651,-0.128275,0.133137,0.982762, + -0.163650,0.210214,0.963861,-0.189790,0.224123,0.955902,-0.263480,0.264314,0.927748,-0.378914,0.228628,0.896746, + -0.439275,0.143659,0.886792,-0.461905,0.022521,0.886643,-0.359414,-0.110259,0.926642,-0.300009,-0.176085,0.937544, + -0.264065,-0.146546,0.953307,-0.192833,-0.158830,0.968291,-0.146230,-0.113236,0.982748,-0.092821,0.002920,0.995678, + -0.200913,0.583980,0.786512,-0.263480,0.264314,0.927748,-0.189790,0.224123,0.955902,0.025951,0.537100,0.843119, + 0.199737,-0.078658,0.976687,-0.092821,0.002920,0.995678,-0.146230,-0.113236,0.982748,0.114485,-0.376675,0.919244, + -0.536789,-0.416885,0.733529,-0.359414,-0.110259,0.926642,-0.461905,0.022521,0.886643,-0.754359,-0.057696,0.653921, + 0.114485,-0.376675,0.919244,-0.146230,-0.113236,0.982748,-0.192833,-0.158830,0.968291,-0.043593,-0.511750,0.858028, + 0.186809,0.110700,0.976139,-0.096676,0.072785,0.992651,-0.092821,0.002920,0.995678,0.199737,-0.078658,0.976687, + -0.342291,-0.514936,0.785924,-0.300009,-0.176085,0.937544,-0.359414,-0.110259,0.926642,-0.536789,-0.416885,0.733529, + -0.708297,0.260928,0.655921,-0.439275,0.143659,0.886792,-0.378914,0.228628,0.896746,-0.522838,0.482373,0.702820, + -0.522838,0.482373,0.702820,-0.378914,0.228628,0.896746,-0.263480,0.264314,0.927748,-0.200913,0.583980,0.786512, + -0.754359,-0.057696,0.653921,-0.461905,0.022521,0.886643,-0.439275,0.143659,0.886792,-0.708297,0.260928,0.655921, + -0.043593,-0.511750,0.858028,-0.192833,-0.158830,0.968291,-0.264065,-0.146546,0.953307,-0.239398,-0.534024,0.810868, + 0.166557,0.588286,0.791314,-0.111321,0.731120,0.673106,0.198149,0.660098,0.724574,-0.102504,-0.477319,0.872731, + -0.074712,-0.462077,0.883687,-0.037003,-0.435578,0.899390,-0.079461,-0.520937,0.849888,-0.386991,-0.608774,0.692554, + -0.378576,-0.399706,0.834815,-0.203814,-0.521623,0.828474,-0.149623,-0.748956,0.645506,-0.149623,-0.748956,0.645506, + -0.203814,-0.521623,0.828474,-0.079461,-0.520937,0.849888,0.055217,-0.707114,0.704940,-0.883220,-0.256522,0.392580, + -0.775599,-0.388107,0.497815,-0.514964,-0.341341,0.786320,-0.758291,-0.305242,0.576040,-0.916293,-0.368342,0.157260, + -0.898175,-0.401081,0.180041,-0.775599,-0.388107,0.497815,-0.883220,-0.256522,0.392580,-0.218435,-0.589913,-0.777360, + -0.243488,-0.695228,-0.676293,-0.608999,-0.621843,-0.492373,-0.602164,-0.629860,-0.490586,0.220339,-0.456768,0.861866, + -0.037003,-0.435578,0.899390,0.000000,-0.404705,0.914447,0.000000,-0.302044,0.953294,-0.602164,-0.629860,-0.490586, + -0.608999,-0.621843,-0.492373,-0.842221,-0.520691,-0.139799,-0.846723,-0.506734,-0.162112,0.000000,-0.485317,-0.874338, + 0.000000,-0.713750,-0.700401,-0.243488,-0.695228,-0.676293,-0.218435,-0.589913,-0.777360,-0.846723,-0.506734,-0.162112, + -0.842221,-0.520691,-0.139799,-0.898175,-0.401081,0.180041,-0.916293,-0.368342,0.157260,0.435967,0.145291,0.888157, + 0.364989,0.374564,0.852341,0.130333,0.281701,0.950609,0.186809,0.110700,0.976139,0.198149,0.660098,0.724574, + 0.428262,0.577821,0.694777,0.272126,0.515458,0.812558,0.166557,0.588286,0.791314,0.239488,0.573995,0.783055, + 0.364989,0.374564,0.852341,0.508027,0.406786,0.759232,0.364766,0.610052,0.703407,0.364766,0.610052,0.703407, + 0.508027,0.406786,0.759232,0.609792,0.408392,0.679242,0.428262,0.577821,0.694777,0.239488,0.573995,0.783055, + 0.142949,0.667629,0.730642,0.025951,0.537100,0.843119,0.103186,0.482809,0.869626,-0.163650,0.210214,0.963861, + -0.128275,0.133137,0.982762,0.130333,0.281701,0.950609,0.103186,0.482809,0.869626,-0.128275,0.133137,0.982762, + -0.096676,0.072785,0.992651,0.186809,0.110700,0.976139,0.130333,0.281701,0.950609,0.364989,0.374564,0.852341, + 0.435967,0.145291,0.888157,0.593673,0.164063,0.787804,0.508027,0.406786,0.759232,-0.000000,0.415288,0.909690, + -0.000000,0.502388,0.864642,0.272126,0.515458,0.812558,0.400744,0.430037,0.808995,0.508027,0.406786,0.759232, + 0.593673,0.164063,0.787804,0.505171,0.228887,0.832114,0.609792,0.408392,0.679242,0.364989,0.374564,0.852341, + 0.239488,0.573995,0.783055,0.103186,0.482809,0.869626,0.130333,0.281701,0.950609,0.400744,0.430037,0.808995, + 0.272126,0.515458,0.812558,0.428262,0.577821,0.694777,0.609792,0.408392,0.679242,-0.758291,-0.305242,0.576040, + -0.514964,-0.341341,0.786320,-0.426181,-0.540579,0.725358,-0.239398,-0.534024,0.810868,-0.264065,-0.146546,0.953307, + -0.300009,-0.176085,0.937544,-0.342291,-0.514936,0.785924,-0.587423,-0.564479,0.579912,-0.372260,-0.704825,0.603858, + -0.342291,-0.514936,0.785924,-0.536789,-0.416885,0.733529,-0.192730,-0.785728,0.587782,-0.227147,-0.686807,0.690435, + -0.372260,-0.704825,0.603858,-0.356947,-0.778176,0.516751,-0.149623,-0.748956,0.645506,-0.192730,-0.785728,0.587782, + -0.356947,-0.778176,0.516751,-0.386991,-0.608774,0.692554,-0.514964,-0.341341,0.786320,-0.526962,-0.367340,0.766402, + -0.371776,-0.395083,0.840055,-0.378576,-0.399706,0.834815,-0.514964,-0.341341,0.786320,-0.378576,-0.399706,0.834815, + -0.386991,-0.608774,0.692554,-0.426181,-0.540579,0.725358,-0.637146,-0.526601,0.562793,-0.758291,-0.305242,0.576040, + -0.426181,-0.540579,0.725358,-0.259460,-0.103583,0.960183,-0.092785,-0.049877,0.994436,-0.062694,-0.100671,0.992943, + -0.263899,-0.051342,0.963183,-0.574300,0.236602,0.783709,-0.599817,0.055136,0.798235,-0.492602,0.005698,0.870236, + -0.521271,0.156631,0.838894,-0.457597,0.265394,0.848629,-0.516590,0.136994,0.845203,-0.599817,0.055136,0.798235, + -0.574300,0.236602,0.783709,-0.259460,-0.103583,0.960183,-0.263899,-0.051342,0.963183,-0.492602,0.005698,0.870236, + -0.483650,-0.131287,0.865359,-0.062694,-0.100671,0.992943,-0.092785,-0.049877,0.994436,0.066716,-0.055704,0.996216, + 0.026168,-0.102199,0.994420,-0.599817,0.055136,0.798235,-0.610243,-0.104166,0.785336,-0.483650,-0.131287,0.865359, + -0.492602,0.005698,0.870236,-0.599817,0.055136,0.798235,-0.516590,0.136994,0.845203,-0.610243,-0.104166,0.785336, + 0.026168,-0.102199,0.994420,-0.031791,-0.167791,0.985310,-0.141814,-0.114315,0.983270,-0.062694,-0.100671,0.992943, + -0.062694,-0.100671,0.992943,-0.141814,-0.114315,0.983270,-0.302871,0.010556,0.952973,-0.263899,-0.051342,0.963183, + -0.263899,-0.051342,0.963183,-0.302871,0.010556,0.952973,-0.521271,0.156631,0.838894,-0.492602,0.005698,0.870236, + -0.404568,-0.162987,0.899867,-0.434801,-0.148102,0.888265,-0.266370,-0.250155,0.930843,-0.252456,-0.270513,0.929026, + -0.157212,0.184054,0.970262,-0.185393,0.153881,0.970541,-0.326483,0.087081,0.941183,-0.297261,0.094627,0.950096, + -0.236414,-0.268973,0.933682,-0.234709,-0.279710,0.930953,-0.223750,-0.113955,0.967962,-0.222541,-0.104782,0.969276, + -0.643133,-0.269299,0.716839,-0.531688,0.071572,0.843911,-0.606735,-0.113671,0.786735,-0.642601,-0.209224,0.737082, + -0.531688,0.071572,0.843911,-0.428920,0.086586,0.899183,-0.284979,0.638127,0.715248,0.001351,0.697222,0.716854, + -0.428920,0.086586,0.899183,-0.496514,-0.231833,0.836497,0.000001,-0.075770,0.997125,0.000000,0.066438,0.997791, + 0.000003,-0.506139,0.862452,0.000002,-0.488486,0.872572,-0.414101,-0.379477,0.827356,-0.402545,-0.448843,0.797808, + -0.402545,-0.448843,0.797808,-0.414101,-0.379477,0.827356,-0.535705,-0.389810,0.749045,-0.475839,-0.547140,0.688633, + -0.230961,-0.847970,0.477079,-0.475839,-0.547140,0.688633,-0.589343,-0.536475,0.604043,-0.326883,-0.744923,0.581581, + -0.402545,-0.448843,0.797808,-0.475839,-0.547140,0.688633,-0.230961,-0.847970,0.477079,0.000001,-0.750632,0.660721, + 0.000003,-0.506139,0.862452,-0.402545,-0.448843,0.797808,-0.326883,-0.744923,0.581581,-0.284979,0.638127,0.715248, + -0.428920,0.086586,0.899183,0.000000,0.066438,0.997791,-0.000000,0.554428,0.832231,-0.643133,-0.269299,0.716839, + -0.496514,-0.231833,0.836497,-0.428920,0.086586,0.899183,-0.531688,0.071572,0.843911,-0.475839,-0.547140,0.688633, + -0.535705,-0.389810,0.749045,-0.601679,-0.547584,0.581493,-0.589343,-0.536475,0.604043,-0.531688,0.071572,0.843911, + 0.001351,0.697222,0.716854,-0.606735,-0.113671,0.786735 + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: 0.702436,0.101309,0.703156,0.101309,0.706037,0.101309,0.696675,0.101309,0.708917,0.101309,0.717559,0.101309, + 0.704597,0.097709,0.714678,0.101309,0.706757,0.101309,0.700996,0.097709,0.244952,0.091400,0.215422,0.097552, + 0.215422,0.097552,0.722600,0.101309,0.215422,0.097551,0.801360,0.097552,0.721880,0.101309,0.262297,0.097552, + 0.262297,0.097552,0.698835,0.101309,0.215422,0.097552,0.212195,0.101309,0.710040,0.097552,0.598444,0.114604, + 0.615373,0.097552,0.726921,0.101309,0.700350,0.101243,0.699120,0.097552,0.700276,0.101309,0.709637,0.101309, + 0.215422,0.097551,0.215422,0.097552,0.262297,0.097551,0.262297,0.097552,0.262297,0.097552 + UVIndex: 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,14,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15, + 15,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13, + 13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,18,17,16,16,16,16,17,17,17,17,17,17,17,17,17,17,17,17, + 16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,19,19,19,19,19,19,19,19,19,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,0,0,0,0,0,0,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2, + 2,2,2,2,2,2,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12, + 2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2, + 2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2, + 2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2, + 2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,12,12,12,12,12,12,12,12,12,4, + 4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,10,10,10,10,10,10,10,5,5,5,5,5,5,5,5,10,10,10,10,10,10,10,10,17,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,25,25,25,25,12,12,12,12,12,12,12,12,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9, + 9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,6,6,6,6,6,6,6,6,9,9,9,9,9,9,9,9,9,9,9,9, + 9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,25,25,25,25,25,25,25,25,4,4,4,4,7,7,7,7,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,7,7,7,7, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,7,7,7,7,12,12,12,12,12,12,12,12,12,12,12,12,7,7,7,7,12,12,12,12,12,12,12,12,7,7,7,7,4,4,4,4,12,12,12,12,7,7,7,7,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,8,8,8,8,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,8,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27, + 27,27,27,27,28,28,28,28,27,27,27,29,29,29,29,29,29,29,29,29,29,29,29,28,28,28,28,29,29,29,29,29,29,29,29,29,29,29,29,29,29,27,27,27,27,28,28,28,28,28,28,28,28,12,12,12,29,29,29,16,16,16,12,14, + 30,12,11,12,12,31,11,12,12,12,32,33,32,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,14,12,12,12,12,11,12,17,17,17,12,12,12,12,17,17,17,12,12,12,12,18,18, + 34,17,17,17,17,18,17,17,32,14,14,30,12,12,12,12,12,12,12,12,11,11,12,12,12,11,12,12,12,20,11,12,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,17,17,17,17,12,12,12,12,12,12,12,12,17,17,17,17, + 12,12,12,12,21,21,21,21,21,21,21,21,16,16,16,16,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,32,33,18,32,20,12,12,11,12,12,12,12,16,16,16,16,16,32,18,18,27,27,27,27,27,27,27,27,27,27,27,27,27, + 27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,13,13,13,13,13,13,13,13,13,13,13,13,13,13, + 13,13,13,13,13,13,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,10,10,10,10,12,12,12,12,12,12,12,12,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,11,20,20,11,21,21,21,21,12,12, + 12,12,14,11,11,14,21,21,21,21,11,12,12,11,12,12,12,12,12,11,11,12,20,30,30,20,12,20,14,21,21,21,21,21,21,21,21,21,21,21,21,11,20,20,11,12,11,11,12,21,21,21,21,21,21,21,21,20,30,20,20,11,12,12, + 11,12,12,12,12,12,12,12,12,12,12,12,12,14,11,11,14,12,12,12,12,21,21,21,21,20,20,11,11,12,12,11,11,12,12,12,12,21,21,21,21,11,11,14,14,21,21,21,21,12,12,12,12,11,11,12,12,20,30,30,20,14,11,12, + 21,21,21,21,12,12,12,11,20,30,14,11,20,20,11,11,12,12,11,12,12,12,12,21,21,21,21,14,11,11,14,21,21,21,21,12,12,12,12,12,11,11,12,12,12,12,12,21,21,21,21,11,20,11,21,21,21,21,21,21,21,21,21,21, + 21,21,12,12,12,12,17,17,17,17,12,12,12,12,12,12,12,12,17,17,17,17,12,12,12,12,17,17,17,17,14,14,14,30,20,11,20,30,20,30,14,30,30,30,14,14,20,30,20,20,30,30,14,14,14,14,14,14,30,14,14,14,12,30, + 20,12,14,14,14,14,30,14,30,20,30,14,30,20,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23, + 23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,15,15,15,15,15,15,15,15,15,15,15,15,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24, + 24,24,24,24,24,24,24,24,24,24,24,24,24,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14, + 11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,15,15,15,15,15,15,15,15,15,15, + 15,15,15,15,15,15,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,18,17,16,16,16, + 16,17,17,17,17,17,17,17,17,17,17,17,17,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,19,19,19,19,19,19,19,19,19,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,26,26,26,26,26,26,26,26,26,26,26,26, + 26,26,26,26,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,0,0,0,0,0,0,0,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12, + 12,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2, + 2,2,2,2,2,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,2, + 2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2, + 2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2, + 2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,10,10,10,10,10,10,10,5,5,5,5,5,5,5,5,10,10,10,10,10,10,10,10,17,17,17, + 17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,25,25,25,25,12,12,12,12,12,12,12,12,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9, + 9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,6,6,6,6,6,6,6, + 6,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,25,25,25,25,25,25,25,25,4,4,4,4,7,7,7,7,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,7,7,7,7,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,7,7,7,7,12,12,12,12,12,12,12,12,12,12,12,12,7,7,7,7,12,12,12,12,12,12,12,12,7,7,7,7,4,4,4, + 4,12,12,12,12,7,7,7,7,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,8,8,8,8,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16, + 16,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,8,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27, + 27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,28,28,28,28,27,27,27,29,29,29,29,29,29,29,29,29,29,29,29,28,28,28,28,29,29,29,29,29,29,29,29,29,29,29,29,29,29,27,27,27,27,28,28,28,28,28,28, + 28,28,12,12,12,29,29,29,16,16,16,12,12,30,14,11,31,12,12,11,12,12,12,32,32,33,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,14,12,12,12,12,11,12,17,17,17, + 12,12,12,12,17,17,17,12,12,12,12,18,34,18,17,17,17,17,18,32,17,17,14,30,14,12,12,12,12,12,12,12,12,11,12,12,11,12,12,12,11,12,12,11,20,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,17,17,17, + 17,12,12,12,12,12,12,12,12,17,17,17,17,12,12,12,12,21,21,21,21,21,21,21,21,16,16,16,16,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,32,32,18,33,20,11,12,12,12,12,12,12,16,16,16,16,16,32,18,18, + 27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,13, + 13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,10,10,10,12,12,12,12,12,12,12,12,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27, + 27,27,27,11,11,20,20,21,21,21,21,12,12,12,12,14,14,11,11,21,21,21,21,11,11,12,12,12,12,12,12,12,12,11,11,20,20,30,30,12,14,20,21,21,21,21,21,21,21,21,21,21,21,21,11,11,20,20,12,12,11,11,21,21, + 21,21,21,21,21,21,20,20,20,30,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,11,11,12,12,12,12,21,21,21,21,20,11,11,20,12,11,11,12,12,12,12,12,21,21,21,21,11,14,14,11,21,21,21,21,12,12, + 12,12,11,12,12,11,20,20,30,30,14,14,30,20,11,12,12,12,21,21,21,21,12,11,11,11,20,20,11,11,12,12,12,12,12,12,21,21,21,21,14,14,11,11,21,21,21,21,12,12,12,12,12,12,11,11,12,12,12,12,21,21,21,21, + 11,11,20,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,17,17,17,17,12,12,12,12,12,12,12,12,17,17,17,17,12,12,12,12,17,17,17,17,14,30,14,14,20,30,20,11,20,30,14,30,30,14,14,30,20,20,20,30,30, + 14,14,30,14,14,14,14,30,14,14,14,12,12,20,30,14,14,14,14,30,20,30,14,30,20,30,14,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,23,23,23,23,23,23,23, + 23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,15,15,15,15,15,15,15,15,15,15,15,15,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24, + 24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24 + } + LayerElementTexture: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "IndexToDirect" + BlendMode: "Translucent" + TextureAlpha: 1 + TextureId: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 + } + LayerElementUV: 1 { + Version: 101 + Name: "UVMap" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: 0.000000,0.000000 + UVIndex: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + LayerElementTexture: 1 { + Version: 101 + Name: "UVMap" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "IndexToDirect" + BlendMode: "Translucent" + TextureAlpha: 1 + TextureId: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "IndexToDirect" + Materials: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementTexture" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + } + Layer: 1 { + Version: 100 + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 1 + } + LayerElement: { + Type: "LayerElementTexture" + TypedIndex: 1 + } + } + } + Model: "Model::B-hips", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,88.761772155761719,-4.373991489410400 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000137314100,-1.466618345944404,89.999995674159678 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",17.991413 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-spine", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",17.991411209106445,0.000001358313739,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000318559141,-4.211841701211012,-0.000000011713996 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",15.047420 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-chest", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",15.047423362731934,0.000001136049036,0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.000000858875765,11.230100556896803,-0.000000084441081 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",14.252813 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-upperChest", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",14.252818107604980,0.000001076058425,-0.000000715255737 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000280983406,-3.716515955715576,-0.000000009116456 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",20.827699 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-neck", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",20.827699661254883,0.000001572447104,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000928971322,-12.120502800118604,-0.000000098626622 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.813282 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-head", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.813275814056396,0.000000514388375,-0.000000238418579 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.000000542845267,7.152811874787557,-0.000000033928309 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",23.973245 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-shoulder_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",20.827699661254883,0.000001572447104,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.529607524408935,10.997979993048839,-98.654398597876181 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",15.951475 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-upper_arm_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",18.017663955688477,-6.888279914855957,-0.014649376273155 + Property: "Lcl Rotation", "Lcl Rotation", "A+",88.922970464698594,-4.461925235689261,-5.664204161697151 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",25.348923 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-forearm_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",25.348926544189453,0.000001430511475,0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.179562404927138,-1.077972257878186,25.604357462346691 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",28.138610 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-hand_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",28.138603210449219,0.000006020069122,0.000016812235117 + Property: "Lcl Rotation", "Lcl Rotation", "A+",88.283480343278740,3.811115356380586,4.692161521099951 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999761581421,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",11.994553 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",7.265076637268066,0.756654858589172,-3.438893556594849 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-2.998737138812079,1.688726279355968,4.753508572677625 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.905620 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.905625343322754,0.000001192092896,0.000003814697266 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.120770270985868,-1.294598110707176,1.645221816324457 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.279968 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.279974937438965,0.000011086463928,-0.000002861022949 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.294100715264760,-0.000167217605586,0.000796471646226 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.728172 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.728179454803467,-0.000004172325134,-0.000000953674316 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.081458322397532,1.791500349240414,-3.177464833257662 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.037953 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",-3.406556844711304,0.604700684547424,1.061834573745728 + Property: "Lcl Rotation", "Lcl Rotation", "A+",24.626520260012391,48.475064898088519,41.031651099118967 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",5.735394 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",5.735394954681396,-0.000010251998901,0.000004261732101 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-66.193610378735400,11.844219940644692,8.374355776236262 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.715906 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.715909957885742,0.000001192092896,-0.000010013580322 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.880941790891112,3.740840393784072,1.773698421664153 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,1.000000238418579 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.229172 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",7.584181308746338,-0.248462617397308,-1.287496566772461 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.502631799003714,-6.839804795693832,5.154258396283323 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.446428 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.446431159973145,-0.000005006790161,0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.792697553335868,-2.456235276719433,-2.256432820146395 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.479960 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.479953289031982,0.000000834465027,-0.000001072883606 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.037782051837624,0.000272916036242,-0.000086621424187 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,0.999999880790710 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.902372 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.902382135391235,-0.000007092952728,0.000002026557922 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.657867972681374,1.240545914606477,-3.388804119669070 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.179749 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.954074859619141,-1.212558031082153,1.113663911819458 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-9.184804678807655,-11.583073634145153,7.931864532178561 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.374777 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.374775886535645,-0.000002324581146,0.000000953674316 + Property: "Lcl Rotation", "Lcl Rotation", "A+",10.161461965962838,-9.377988895518371,-3.725369588427192 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.200719 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.200707435607910,0.000004246830940,0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.221778670268802,-0.000156563934131,-0.000053797468038 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.659142 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.659150123596191,-0.000011965632439,-0.000000238418579 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.793155602897082,1.195807108325900,-3.451065776265289 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999821186066,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.981712 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_04_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.182454586029053,-1.503905296325684,3.012989521026611 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.929265485990588,-19.994823842313536,6.809783126083907 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",5.985128 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",5.985130310058594,-0.000011321157217,0.000000268220901 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-7.853797177512720,-11.588793917575032,3.376728558659916 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.277808 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.277798175811768,-0.000007376074791,0.000002622604370 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.002475517104185,-0.000092301567124,0.000588252022454 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.855224 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",2.855215787887573,0.000008359551430,-0.000001907348633 + Property: "Lcl Rotation", "Lcl Rotation", "A+",3.503836458122966,1.839779541388580,-4.283919833748406 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.329595 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-shoulder_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",20.827699661254883,0.000001572447104,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.529606350470172,10.997979993048839,98.654398597876181 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",15.951475 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-upper_arm_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",18.017660140991211,6.888282299041748,-0.014649137854576 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-88.922970464698594,-4.461933346538901,5.664213126320436 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,0.999999880790710 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",25.348923 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-forearm_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",25.348926544189453,0.000001907348633,-0.000001549720764 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.179562044741381,-1.077972151156481,-25.604354047252105 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",28.138610 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-hand_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",28.138603210449219,-0.000000774860382,0.000001545995474 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-88.283459852711232,3.811105537983654,-4.692154264023959 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",11.994553 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",7.265080451965332,-0.756669044494629,-3.438889980316162 + Property: "Lcl Rotation", "Lcl Rotation", "A+",2.998723691877151,1.688720196218739,-4.753507292017156 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.905620 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.905617237091064,0.000016450881958,0.000001430511475 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.120770937996529,-1.294596723325001,-1.645220962550811 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.279968 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.279973030090332,-0.000001192092896,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.294098767593629,-0.000173301276945,-0.000796273783767 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.728172 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.728166580200195,0.000007033348083,-0.000003814697266 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.081458429119238,1.791505898769114,3.177466754248366 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.037953 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",-3.406562328338623,-0.604685306549072,1.061831712722778 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-24.626521967559682,48.475064898088519,-41.031647684024378 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",5.735394 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",5.735394954681396,0.000007152557373,-0.000002652406693 + Property: "Lcl Rotation", "Lcl Rotation", "A+",66.193624039113729,11.844229332154802,-8.374355776236262 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.715906 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.715911865234375,0.000001668930054,-0.000006198883057 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.880937788827145,3.740836124915841,-1.773699061994388 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.229172 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",7.584187030792236,0.248433470726013,-1.287491083145142 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.502629130961070,-6.839813333430294,-5.154253273641446 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999821186066,0.999999880790710 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.446428 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.446434497833252,-0.000003844499588,-0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.792702462534334,-2.456231221294613,2.256423428636286 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.479960 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.479962348937988,0.000019580125809,0.000001668930054 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.037779167016515,0.000273507825818,0.000101375504598 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999880790710 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.902372 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.902383565902710,-0.000011533498764,0.000001430511475 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.657865197917024,1.240546768380123,3.388802839008600 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.179749 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.954081058502197,1.212544441223145,1.113667130470276 + Property: "Lcl Rotation", "Lcl Rotation", "A+",9.184790164655668,-11.583080464334323,-7.931859409536684 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.374777 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.374773979187012,0.000011861324310,-0.000004291534424 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-10.161447451810851,-9.377989749292018,3.725370442200838 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.200719 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.200715065002441,-0.000002965331078,-0.000000715255737 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.221807271685951,-0.000155814107322,0.000055223467134 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.659142 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.659138441085815,-0.000015825033188,-0.000001192092896 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.793124867045817,1.195805294056902,3.451063001500939 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.981712 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_04_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.182450771331787,1.503892064094543,3.012992858886719 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.929262924669649,-19.994827257408122,-6.809771600139682 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",5.985128 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",5.985134124755859,0.000020943582058,-0.000000238418579 + Property: "Lcl Rotation", "Lcl Rotation", "A+",7.853769002982394,-11.588796478895970,-3.376725997338977 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000119209290 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.277808 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.277809619903564,-0.000006258487701,0.000002026557922 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.002491312125081,-0.000095823161946,-0.000595135676698 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.855224 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",2.855217695236206,-0.000016033649445,-0.000001549720764 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-3.503824718735331,1.839783169926576,4.283927517711223 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.329595 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thigh_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.463121414184570,-7.962748050689697,0.513411998748779 + Property: "Lcl Rotation", "Lcl Rotation", "A+",10.746713555183709,-178.546294866510948,2.741086608507113 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",46.786695 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-shin_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",46.786693572998047,0.000003039836884,-0.000000059604645 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-7.509487341452872,-1.675449245383129,2.435970318895446 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",37.308764 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-foot_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",37.308761596679688,0.000001937150955,-0.000000059604645 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.029377817558946,58.870465965765838,-8.427124110216413 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",17.486919 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-toe_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",17.486915588378906,-0.000000029802322,0.000000596046448 + Property: "Lcl Rotation", "Lcl Rotation", "A+",164.548272955075163,27.954200376468869,-1.588490265078413 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",12.117565 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thigh_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.463120460510254,7.962749004364014,0.513411998748779 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-10.745613894727338,-178.546171923105902,-2.741306028334199 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",46.786695 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-shin_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",46.786689758300781,0.000004529953003,-0.000000089406967 + Property: "Lcl Rotation", "Lcl Rotation", "A+",7.508355237597944,-1.675495669325143,-2.435938942713946 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",37.308764 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-foot_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",37.308761596679688,0.000001676380634,-0.000000089406967 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.029365491201928,58.870459135576667,8.427118133800889 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",17.486919 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-toe_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",17.486913681030273,0.000000596046448,-0.000000119209290 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-164.548245634318477,27.954198668921578,1.588524202580851 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999761581421,1.000000119209290,1.000000119209290 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",12.117565 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Material: "Material::DummyMaterial", "" { + Version: 102 + ShadingModel: "lambert" + MultiLayer: 0 + Properties60: { + Property: "ShadingModel", "KString", "", "Lambert" + Property: "MultiLayer", "bool", "",0 + Property: "EmissiveColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "EmissiveFactor", "double", "",0.0000 + Property: "AmbientColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "AmbientFactor", "double", "",1.0000 + Property: "DiffuseColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "DiffuseFactor", "double", "",0.8000 + Property: "Bump", "Vector3D", "",0,0,0 + Property: "TransparentColor", "ColorRGB", "",1,1,1 + Property: "TransparencyFactor", "double", "",0.0000 + Property: "Emissive", "ColorRGB", "",0,0,0 + Property: "Ambient", "ColorRGB", "",1.0,1.0,1.0 + Property: "Diffuse", "ColorRGB", "",1.0,1.0,1.0 + Property: "Opacity", "double", "",1.0 + } + } + Material: "Material::DummyMaterial__DummyTexture", "" { + Version: 102 + ShadingModel: "lambert" + MultiLayer: 0 + Properties60: { + Property: "ShadingModel", "KString", "", "Lambert" + Property: "MultiLayer", "bool", "",0 + Property: "EmissiveColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "EmissiveFactor", "double", "",0.0000 + Property: "AmbientColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "AmbientFactor", "double", "",1.0000 + Property: "DiffuseColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "DiffuseFactor", "double", "",0.8000 + Property: "Bump", "Vector3D", "",0,0,0 + Property: "TransparentColor", "ColorRGB", "",1,1,1 + Property: "TransparencyFactor", "double", "",0.0000 + Property: "Emissive", "ColorRGB", "",0,0,0 + Property: "Ambient", "ColorRGB", "",1.0,1.0,1.0 + Property: "Diffuse", "ColorRGB", "",1.0,1.0,1.0 + Property: "Opacity", "double", "",1.0 + } + } + Video: "Video::DummyTexture", "Clip" { + Type: "Clip" + Properties60: { + Property: "FrameRate", "double", "",0 + Property: "LastFrame", "int", "",0 + Property: "Width", "int", "",0 + Property: "Height", "int", "",0 + Property: "Path", "charptr", "", "DummyTexture.png" + Property: "StartFrame", "int", "",0 + Property: "StopFrame", "int", "",0 + Property: "PlaySpeed", "double", "",1 + Property: "Offset", "KTime", "",0 + Property: "InterlaceMode", "enum", "",0 + Property: "FreeRunning", "bool", "",0 + Property: "Loop", "bool", "",0 + Property: "AccessMode", "enum", "",0 + } + UseMipMap: 0 + Filename: "DummyTexture.png" + RelativeFilename: "C:\3D Projects\00 - Editable Character\DummyTexture.png" + } + Texture: "Texture::DummyTexture", "TextureVideoClip" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::DummyTexture" + Properties60: { + Property: "Translation", "Vector", "A+",0,0,0 + Property: "Rotation", "Vector", "A+",0,0,0 + Property: "Scaling", "Vector", "A+",1,1,1 + Property: "Texture alpha", "Number", "A+",0 + Property: "TextureTypeUse", "enum", "",0 + Property: "CurrentTextureBlendMode", "enum", "",1 + Property: "UseMaterial", "bool", "",0 + Property: "UseMipMap", "bool", "",0 + Property: "CurrentMappingType", "enum", "",0 + Property: "UVSwap", "bool", "",0 + Property: "WrapModeU", "enum", "",0 + Property: "WrapModeV", "enum", "",0 + Property: "TextureRotationPivot", "Vector3D", "",0,0,0 + Property: "TextureScalingPivot", "Vector3D", "",0,0,0 + Property: "VideoProperty", "object", "" + } + Media: "Video::DummyTexture" + FileName: "DummyTexture.png" + RelativeFilename: "C:\3D Projects\00 - Editable Character\DummyTexture.png" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "None" + Cropping: 0,0,0,0 + } + Deformer: "Deformer::Skin FemaleDummy_Mesh", "Skin" { + Version: 100 + MultiLayer: 0 + Type: "Skin" + Properties60: { + } + Link_DeformAcuracy: 50 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-hips", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 127,128,331,332,333,334,335,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217 + ,1218,1219,1220,1241,1242,1243,1244,1245,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292 + ,1293,1344,1346,1347,1348,1349,1350,1351,1352,1353,1596,1597,1598,1846,1847,1848,1849,1850,1852,2719,2720,2721,2722 + ,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2766 + ,2767,2768,2769,2770,2771,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828 + ,2829,2830,2831,2832,2833,2886,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897 + Weights: 0.02090592,0.04322323,0.00595372,0.03287850,0.08124778,0.13982078,0.29122839,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.90909091,1.00000000,1.00000000,0.90909091,1.00000000,1.00000000,1.00000000,1.00000000,0.80372567,0.92221043,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.90909091,0.90909091,0.92221043,0.92725748,0.90909091 + ,0.90909091,0.80372567,0.91392961,1.00000000,1.00000000,1.00000000,1.00000000,0.91392961,0.91607715,0.00298032,0.01950762,1.00000000,1.00000000,0.92093781,0.91744485,1.00000000,1.00000000,0.91744485,0.02090592,0.04322323,0.03678203,0.00595372,0.03287850,0.08124778,0.13982078,0.16069681,0.29122839,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,0.90909091,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.90909091,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.80372567,0.92221043,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.90909091,0.90909091,0.92221043,0.92725748,0.90909091,1.00000000,1.00000000,1.00000000,1.00000000,0.90909091,1.00000000,0.80372567,0.91392961,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.91392961,0.91607715,1.00000000,0.00298032,0.01950762,1.00000000,1.00000000,0.92093781,1.00000000,0.91744485,1.00000000,1.00000000,1.00000000,0.91744485 + Transform: 0.000000075497894,-1.000000000000000,0.000000000000000,0.000000000000000,0.999672293663025,0.000000075473160,-0.025594402104616,0.000000000000000,0.025594402104616,0.000000001932324,0.999672353267670,0.000000000000000,-88.620735168457031,-0.000006690679129,6.644373416900635,1.000000000000000 + TransformLink: 0.000000075497901,0.999672472476959,0.025594567880034,0.000000000000000,-1.000000000000000,0.000000075473174,0.000000001932336,0.000000000000000,0.000000000000000,-0.025594567880034,0.999672412872314,0.000000000000000,0.000000000000000,88.761772155761719,-4.373987674713135,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-spine", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 9,31,87,88,100,113,114,115,116,117,124,125,126,127,128,331,332,333,334,335,1341,1342,1343 + ,1344,1345,1346,1466,1488,1544,1545,1557,1571,1574,1579,1580,1581,1582,1583,1584,1585,1593,1594,1595,1596,1597,1598 + ,1599,1846,1847,1848,1849,1850,1851,1852,2883,2884,2885,2886,2887,2888 + Weights: 0.08430748,0.12363072,0.07584697,0.06728271,0.17974168,0.38507966,0.20747725,0.13865592,0.07920376,0.06641592,0.57311134,0.65437252,0.83977433,0.89477960,0.90858927,0.92062967,0.89521772,0.85638371,0.83843179,0.70877161,0.19574195,0.40730747,0.56907601,0.92092488,0.61362979,0.90783733,0.08430748,0.12363072,0.07584697,0.06728271,0.17974168,0.05507461,0.21174221,0.42953527,0.38507966,0.20747725,0.13865592,0.07920376 + ,0.06641592,0.06965470,0.57311134,0.65437252,0.83977433,0.89477960,0.90858927,0.91978290,0.56504305,0.92062967,0.89521772,0.85638371,0.83843179,0.83930319,0.92122079,0.70877161,0.19574195,0.40730747,0.56907601,0.92092488,0.61362979,0.90783733 + Transform: 0.000000075497901,-1.000000000000000,0.000000000000000,0.000000000000000,0.995092749595642,0.000000075127417,-0.098945498466492,0.000000000000000,0.098945498466492,0.000000007470177,0.995092809200287,0.000000000000000,-105.836227416992188,-0.000007990412996,14.456482887268066,1.000000000000000 + TransformLink: 0.000000075497901,0.995092928409576,0.098945677280426,0.000000000000000,-1.000000000000000,0.000000075127424,0.000000007470191,0.000000000000000,0.000000000000000,-0.098945677280426,0.995092868804932,0.000000000000000,0.000000000000000,106.747291564941406,-3.913505077362061,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-chest", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 9,31,87,88,100,113,114,115,116,117,124,125,126,127,128,331,332,333,334,1341,1342,1343,1344 + ,1345,1346,1466,1488,1544,1545,1557,1571,1574,1579,1580,1581,1582,1583,1584,1585,1593,1594,1595,1596,1597,1598,1599 + ,1846,1847,1848,1849,1851,2883,2884,2885,2886,2887,2888 + Weights: 0.91569252,0.87636928,0.92415303,0.93271729,0.82025832,0.61492034,0.79252275,0.86134408,0.92079624,0.93358408,0.42688866,0.34562748,0.16022567,0.08431448,0.04818750,0.07341661,0.07190378,0.06236851,0.02174742,0.80425805,0.59269253,0.43092399,0.07609480,0.38637021,0.07265505,0.91569252,0.87636928,0.92415303,0.93271729,0.82025832,0.94492539,0.78825779,0.57046473,0.61492034,0.79252275,0.86134408,0.92079624,0.93358408 + ,0.93034530,0.42688866,0.34562748,0.16022567,0.08431448,0.04818750,0.04343506,0.43495695,0.07341661,0.07190378,0.06236851,0.02174742,0.07877921,0.80425805,0.59269253,0.43092399,0.07609480,0.38637021,0.07265505 + Transform: 0.000000075497901,-1.000000000000000,0.000000000000000,0.000000000000000,0.995309412479401,0.000000075143774,0.096743017435074,0.000000000000000,-0.096743017435074,-0.000000007303895,0.995309472084045,0.000000000000000,-121.384490966796875,-0.000009164274161,-9.362368583679199,1.000000000000000 + TransformLink: 0.000000075497901,0.995309472084045,-0.096742853522301,0.000000000000000,-1.000000000000000,0.000000075143774,-0.000000007303882,0.000000000000000,0.000000000000000,0.096742853522301,0.995309412479401,0.000000000000000,0.000000000000000,121.720870971679688,-2.424628257751465,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-upperChest", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 0,10,11,12,30,32,33,77,78,79,84,85,97,98,99,104,105,108,109,110,111,112,118 + ,119,120,121,186,187,188,189,190,191,277,278,329,330,336,337,338,339,340,341,1221,1222,1223,1224 + ,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268 + ,1269,1270,1271,1272,1273,1274,1275,1276,1277,1295,1296,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365 + ,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388 + ,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411 + ,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1457,1467,1468,1469,1487,1489,1490 + ,1534,1535,1536,1541,1542,1554,1555,1556,1561,1562,1565,1566,1567,1568,1569,1570,1572,1573,1575,1576,1577,1578,1586 + ,1587,1588,1589,1590,1664,1665,1666,1667,1668,1669,1670,1671,1771,1772,1787,1794,1843,1844,1845,1853,1854,1855,1856 + ,1857,1858,2745,2746,2747,2748,2749,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787 + ,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810 + ,2835,2836,2839,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917 + ,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940 + ,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963 + ,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974 + Weights: 0.07214776,1.00000000,0.16537366,0.63616824,1.00000000,0.42713911,0.22059265,1.00000000,1.00000000,1.00000000,0.64087835,1.00000000,0.60514806,0.43404693,0.32683404,0.05611746,0.06921416,0.09263562,0.08587552,0.00307719,0.02158447,1.00000000,0.47563095,0.75977495,1.00000000,0.67450938,0.02821268,0.08106867,0.05620523,0.36144796,0.43537962,0.08200091,0.09793328,0.01084062,0.00703408,0.12118285,0.64087835,0.64087835 + ,0.52759702,0.53742405,0.16075492,0.45457334,0.64087835,0.64087835,1.00000000,0.86514952,1.00000000,0.78114060,0.92957290,0.78114058,0.78114091,0.78114116,0.78114005,0.78113988,1.00000000,0.46783315,1.00000000,0.71820961,0.22086299,0.92427142,0.81231138,0.89299585,0.83869271,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.59157612,0.68201673,0.49761946,0.70409189,0.64087835 + ,1.00000000,0.54515006,0.04493656,0.27827852,0.86514952,0.92427142,1.00000000,1.00000000,1.00000000,1.00000000,0.92957290,1.00000000,0.89299585,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.89299585,1.00000000,0.92957290,1.00000000,1.00000000,1.00000000,1.00000000,0.92427142,0.86514952,1.00000000,1.00000000,0.89299585,1.00000000,0.92957290,1.00000000,1.00000000,1.00000000,1.00000000,0.92427142,0.86514952 + ,1.00000000,0.86514952,0.89299585,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.92957290,0.92427142,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.87868027,0.87868027,0.87868029,0.87868009,0.87868037,0.87182068,0.87182088,0.87182097,0.87182088,0.87182074,0.85191163,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,0.07214776,1.00000000,0.16537366,0.63616824,1.00000000,0.42713911,0.22059265,1.00000000,1.00000000,1.00000000,0.64087835,1.00000000,0.60514806,0.43404693,0.32683404,0.05611746,0.06921416,0.09263562,0.08587552,0.17702312,0.00307719,0.02158447,0.72076152,1.00000000,0.68005079,0.49796256,0.64632792,0.98527762,0.91120597,0.47563095,0.79513690,0.75977495,1.00000000,0.67450938,0.02821268,0.08106867 + ,0.05620523,0.36144796,0.49523905,0.07192647,0.43537962,0.08200091,0.09793328,0.01084062,0.47731340,0.14044822,0.00703408,0.12118285,0.18973901,0.64087835,0.64087835,0.52759702,0.53742405,0.16075492,0.45457334,0.64087835,0.87611076,0.64087835,1.00000000,0.86514952,0.89356189,1.00000000,0.78114060,0.92957290,0.82932849,0.78114058,0.78114091,0.78114116,0.78114005,0.78113988,1.00000000,0.46783315,1.00000000,0.71820961 + ,0.22086299,0.92427142,0.83544901,0.81231138,0.89299585,0.83869271,0.85573599,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.98527762,1.00000000,0.91120597,1.00000000,1.00000000,0.59157612,0.68201673,0.49761946,0.73734088,0.70409189,0.64087835,1.00000000,0.54515006,0.04493656,0.27827852,0.33350001,0.86514952,0.92427142,1.00000000,1.00000000,1.00000000,1.00000000,0.92957290,1.00000000,0.89299585,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,0.89299585,1.00000000,0.92957290,1.00000000,1.00000000,1.00000000,1.00000000,0.92427142,0.86514952,1.00000000,1.00000000,0.89299585,1.00000000,0.92957290,1.00000000,1.00000000,1.00000000,1.00000000,0.92427142,0.86514952,1.00000000,0.86514952,0.89299585,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.92957290,0.92427142,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,0.98527762,1.00000000,0.91120597,1.00000000,1.00000000,1.00000000,1.00000000,0.87868027,0.87868027,0.87868029,0.87868009,0.87868037,0.87182068,0.87182088,0.86591234,0.87182097,0.87182088,0.87182074,0.85191163,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.000000075497901,-1.000000000000000,0.000000000000000,0.000000000000000,0.999487102031708,0.000000075459177,0.032023638486862,0.000000000000000,-0.032023638486862,-0.000000002417717,0.999487161636353,0.000000000000000,-135.958923339843750,-0.000010264613593,-0.550673723220825,1.000000000000000 + TransformLink: 0.000000075497901,0.999487161636353,-0.032023474574089,0.000000000000000,-1.000000000000000,0.000000075459184,-0.000000002417705,0.000000000000000,0.000000000000000,0.032023474574089,0.999487102031708,0.000000000000000,0.000000000000000,135.906829833984375,-3.803485870361328,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-neck", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 190,191,277,278,280,282,283,284,327,328,329,330,1294,1295,1296,1297,1670,1671,1771,1772,1774,1776,1777 + ,1778,1779,1780,1787,1794,1840,1841,1842,1843,1844,1845,2834,2835,2836,2837,2838,2839 + Weights: 0.28584635,0.15255694,0.80217087,0.90562472,0.90896961,0.27737309,0.92220903,0.10106497,0.83782008,0.81260663,0.80700850,0.76440779,0.45704585,0.47612435,0.52513120,0.55427393,0.28584635,0.15255694,0.80217087,0.90562472,0.90896961,0.27737309,0.92220903,0.10106497,0.35072190,0.91236935,0.33733720,0.75615246,0.83782008,0.81260663,0.79014324,0.80700850,0.76440779,0.70156714,0.45704585,0.47612435,0.52513120,0.55427393 + ,0.57076361,0.51948535 + Transform: 0.000000075497908,-1.000000000000000,0.000000000000000,0.000000000000000,0.983930647373199,0.000000074284699,-0.178550988435745,0.000000000000000,0.178550988435745,0.000000013480225,0.983930647373199,0.000000000000000,-153.407196044921875,-0.000011581921171,32.381847381591797,1.000000000000000 + TransformLink: 0.000000075497901,0.983930647373199,0.178551152348518,0.000000000000000,-1.000000000000000,0.000000074284699,0.000000013480237,0.000000000000000,0.000000000000000,-0.178551152348518,0.983930647373199,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-head", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 129,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185 + ,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,279,281,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,421,1428 + ,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451 + ,1452,1453,1454,1455,1456,1600,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651 + ,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682 + ,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705 + ,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728 + ,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751 + ,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1773,1775,1781,1782 + ,1783,1784,1785,1786,1788,1789,1790,1791,1792,1793,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807 + ,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1938,2975,2976,2977,2978,2979,2980 + ,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003 + ,3004,3005,3006,3007,3008 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.000000075497908,-1.000000000000000,0.000000000000000,0.000000000000000,0.998505830764771,0.000000075385095,-0.054646234959364,0.000000000000000,0.054646234959364,0.000000004125676,0.998505771160126,0.000000000000000,-163.005645751953125,-0.000012306583812,12.179812431335449,1.000000000000000 + TransformLink: 0.000000075497901,0.998505711555481,0.054646395146847,0.000000000000000,-1.000000000000000,0.000000075385088,0.000000004125688,0.000000000000000,0.000000000000000,-0.054646395146847,0.998505771160126,0.000000000000000,0.000000000000000,163.427642822265625,-3.253942012786865,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-shoulder_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 0,11,12,32,33,84,97,98,99,104,105,106,107,108,109,110,111,118,119,121,186,187,188 + ,189,190,191,277,278,280,282,283,284,327,328,329,330,336,337,338,339,340,341,1221,1222,1224,1247 + ,1248,1249,1250,1251,1252,1253,1255,1257,1258,1259,1260,1261,1262,1271,1272,1273,1274,1275,1277,1294,1295,1296,1297 + ,1354,1355,1360,1362,1368,1370,1375,1376,1379,1381,1386,1387,1389,1390,1396,1397,1409,1410,1411,1412,1413,1414,1415 + ,1416,1417,1418,1419,1457,1489,1490,1565,1567,1568,1570,1573,1575,1576,1577,1578,1587,1664,1666,1668,1669,1776,1779 + ,1780,1787,1794,1840,1842,1845,2746,2772,2776,2788,2792,2798,2800,2806,2837,2838,2839,2948,2950,2962 + Weights: 0.59532905,0.61306207,0.19898444,0.53463506,0.72557898,0.19305383,0.39485194,0.43727870,0.67316596,0.94388254,0.72843046,0.81145165,1.00000000,0.81030343,0.70801864,0.97389587,0.78242215,0.40112101,0.24022505,0.32549062,0.89259276,0.91893133,0.74850766,0.63855204,0.27877404,0.76544215,0.09989585,0.08353465,0.09103039,0.64313333,0.07779097,0.89893503,0.16177006,0.18739337,0.18595742,0.11440936,0.19305383,0.19305383 + ,0.33568922,0.32331575,0.58363904,0.38829516,0.19305383,0.19305383,0.13485048,0.11765274,0.07042710,0.11765275,0.11765257,0.11765243,0.11765303,0.11765313,0.53216685,0.28179039,0.77913701,0.07572858,0.18768862,0.10700415,0.16130729,0.40842388,0.31798327,0.50238054,0.15907199,0.19305383,0.29337384,0.54295415,0.47893909,0.19659028,0.40530549,0.13485048,0.07572858,0.07042710,0.10700415,0.10700415,0.07042710,0.07572858 + ,0.13485048,0.10700415,0.07042710,0.07572858,0.13485048,0.13485048,0.10700415,0.07042710,0.07572858,0.12131973,0.12131973,0.12131971,0.12131991,0.12131963,0.12817932,0.12817912,0.12817903,0.12817912,0.12817926,0.14808837,0.33252319,0.03822584,0.05382838,0.09706095,0.41148844,0.02302695,0.13961924,0.15997460,0.25101872,0.17683604,0.00736119,0.04439702,0.10243155,0.07919456,0.19528711,0.25238047,0.46403676,0.07949358 + ,0.32463905,0.04381532,0.09267470,0.05169966,0.00040986,0.10492838,0.05434693,0.06194462,0.05321906,0.08533576,0.08227549,0.07213201,0.00736119,0.04439702,0.13132956,0.04042058,0.21461820,0.07350732,0.00736119,0.04439702,0.06704383 + Transform: 0.970456957817078,0.145385771989822,0.192551672458649,0.000000000000000,-0.153743922710419,0.987681508064270,0.029118675738573,0.000000000000000,-0.185946315526962,-0.057862076908350,0.980854749679565,0.000000000000000,23.264068603515625,-155.051910400390625,-0.178692325949669,1.000000000000000 + TransformLink: 0.970457077026367,-0.153743743896484,-0.185946345329285,0.000000000000000,0.145385965704918,0.987681686878204,-0.057861916720867,0.000000000000000,0.192551702260971,0.029118552803993,0.980854690074921,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-upper_arm_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 7,8,11,12,13,14,15,16,18,21,22,24,25,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,80,81,82,83,84,86,93,94,95,96,98,101,102 + ,103,105,106,109,111,118,122,123,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,1221,1222,1247,1249,1250,1251,1252 + ,1253,1274,1275,1277 + Weights: 0.86910419,0.95952429,0.22156427,0.16484732,1.00000000,0.96939774,0.98492820,1.00000000,0.89318395,0.63923252,0.61532576,1.00000000,0.67097256,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.79318705,0.81015428,0.93887024,0.94346007,0.16606783,0.96514125,0.81871633,1.00000000,0.90191610,0.95902975,0.12867437,0.65588311,0.87117851,0.96441243,0.20235538,0.18854835,0.20610584,0.19599337,0.12324804,1.00000000 + ,1.00000000,0.16606783,0.16606783,0.13671376,0.13926020,0.25560604,0.15713150,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.16606783,0.16606783,0.10120667,0.10120668,0.10120653,0.10120641 + ,0.10120692,0.10120700,0.13683613,0.16606783,0.16147610 + Transform: 0.963465690612793,0.122453816235065,-0.238198474049568,0.000000000000000,-0.247451037168503,0.066697262227535,-0.966601967811584,0.000000000000000,-0.102476909756660,0.990230560302734,0.094561867415905,0.000000000000000,19.771352767944336,-4.468714237213135,146.864364624023438,1.000000000000000 + TransformLink: 0.963466048240662,-0.247450917959213,-0.102476976811886,0.000000000000000,0.122453846037388,0.066697128117085,0.990230560302734,0.000000000000000,-0.238198712468147,-0.966602087020874,0.094561710953712,0.000000000000000,16.481088638305664,147.149887084960938,-7.436580181121826,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-forearm_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1,2,3,4,5,6,7,8,14,15,17,18,19,20,21,22,23,25,26,27,28,29,80 + ,81,82,83,86,89,90,91,92,93,95,96,101,102,103,130,131,134,135,136,137,138,139,140 + ,141,142,143,144,145,146,153,155,156,157,158,159,160,161,162,163,367,368,369,370,371,372,373 + ,374,375,376,377,378,379,380,381,382,383,384,402,403,406,408,1314,1315,1316,1317,1318,1319,1320,1321 + ,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.13089581,0.04047571,0.03060226,0.01507180,1.00000000,0.10681605,1.00000000,1.00000000,0.36076748,0.38467424,1.00000000,0.32902744,1.00000000,1.00000000,1.00000000,1.00000000,0.20681295,0.18984572,0.06112976,0.05653993,0.03485875,1.00000000,1.00000000,1.00000000,1.00000000,0.18128367,0.09808390,0.04097025,0.34411689,0.12882149,0.03558757,1.00000000 + ,1.00000000,0.07981860,0.99018782,0.98820258,1.00000000,1.00000000,1.00000000,1.00000000,0.00226979,0.17325517,0.19713300,0.21226036,0.06485106,0.00320299,1.00000000,1.00000000,0.78528534,0.67253733,0.64669959,0.87921557,0.96786639,1.00000000,1.00000000,0.91992599,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,0.05452354,0.01312341,0.06475466,0.05824454,0.89131434,0.81579471,0.98396897,1.00000000,1.00000000,0.82974263,0.93918577,1.00000000,0.95974538,1.00000000,0.75074116,0.90909627,1.00000000,0.93978172,0.83797388,0.73083906,0.97592665,1.00000000,0.99415210,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.99513913 + Transform: 0.917127609252930,-0.306736230850220,-0.254537671804428,0.000000000000000,-0.212478101253510,0.164066478610039,-0.963294029235840,0.000000000000000,0.337238371372223,0.937547445297241,0.085295222699642,0.000000000000000,-4.196830272674561,-1.158909559249878,146.973709106445312,1.000000000000000 + TransformLink: 0.917127966880798,-0.212478071451187,0.337238281965256,0.000000000000000,-0.306736350059509,0.164066329598427,0.937547326087952,0.000000000000000,-0.254537850618362,-0.963293969631195,0.085295021533966,0.000000000000000,40.903915405273438,140.877273559570312,-10.034259796142578,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-hand_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 132,133,134,135,136,141,142,143,144,145,146,147,148,149,150,151,152,154,156,157,158,159,160 + ,163,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,1314,1315,1316,1319,1320,1322,1324,1325,1327 + ,1328,1329,1330,1332,1340 + Weights: 0.67422010,0.33496223,0.87585124,0.00981218,0.01179742,0.88549267,0.77815658,0.73515591,0.64954859,0.60867239,0.30029306,0.97161375,0.98804574,0.89316104,0.90054437,0.92308422,1.00000000,0.15698308,0.21471466,0.32746267,0.35330041,0.12078443,0.03213361,0.08007401,0.99414875,0.91469878,0.92923899,1.00000000,0.92980361,0.92610471,0.82986886,0.82983763,0.86336598,0.93495936,0.46091075,0.71048233,0.93438930,0.85678583 + ,0.90906979,0.80903538,0.06221736,0.92645906,0.96869888,0.12430245,0.00298828,0.88101062,0.28766796,0.80034332,0.36400125,0.91671058,0.97466767,0.98855568,0.20243703,0.96263021,0.78494672,0.91637778,0.79410017,0.96794429,0.10992834,0.05099128,0.10868566,0.18420529,0.01603103,0.17025737,0.06081423,0.04025462,0.24925884,0.09090373,0.06021828,0.16202612,0.26916094,0.02407335,0.00584790,0.00486087 + Transform: 0.903915047645569,-0.206204876303673,0.374722629785538,0.000000000000000,-0.133878722786903,-0.968491315841675,-0.210002809762955,0.000000000000000,0.406219393014908,0.139657363295555,-0.903040289878845,0.000000000000000,-42.019367218017578,144.480102539062500,2.839035272598267,1.000000000000000 + TransformLink: 0.903915047645569,-0.133878588676453,0.406219154596329,0.000000000000000,-0.206205055117607,-0.968491256237030,0.139657124876976,0.000000000000000,0.374722748994827,-0.210002630949020,-0.903040230274200,0.000000000000000,66.710617065429688,134.898437500000000,-0.544842541217804,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 927,928,929,930,939,940,941,944,945,946,947,948,950,952,953,956,957,958,960,962,963,965,967 + ,970,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030 + ,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053 + ,1054,1055,1056,1057,1058,1059 + Weights: 0.55553157,0.68589739,0.69039274,0.66646250,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66477608,1.00000000,1.00000000,0.68509247,1.00000000,1.00000000,0.67097714,1.00000000,1.00000000,1.00000000,0.20411286,0.23184625,0.23418472,0.20779167,0.21018096,0.18851249,0.20604995,0.22614876,0.22188966,0.22157966,0.88554139,0.85260635,0.85608520,0.88556025 + ,0.84070000,0.86963662,0.86894615,0.89039276,0.88439318,0.84785247,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.03618848,0.03332088,0.04396551,0.03249955,0.03683832,0.04103770,0.04180955,0.02489706,0.02899218,0.03319899,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.871777057647705,-0.325123727321625,0.366468548774719,0.000000000000000,-0.240284860134125,-0.935652971267700,-0.258489519357681,0.000000000000000,0.426928520202637,0.137288421392441,-0.893803179264069,0.000000000000000,-39.743824005126953,148.080108642578125,13.467598915100098,1.000000000000000 + TransformLink: 0.871777117252350,-0.240284770727158,0.426928371191025,0.000000000000000,-0.325123876333237,-0.935652852058411,0.137288197875023,0.000000000000000,0.366468578577042,-0.258489310741425,-0.893803000450134,0.000000000000000,77.856681823730469,132.482971191406250,8.675494194030762,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 927,928,929,930,931,932,933,934,935,936,937,938,942,943,949,951,953,954,955,958,959,961,963 + ,964,966,968,969,971,975,980,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007 + ,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1039,1040 + ,1041,1042,1043,1044,1045,1046,1047,1048 + Weights: 0.44446843,0.31410261,0.30960726,0.33353750,0.08481234,0.06494558,0.05743064,0.14273668,0.15829112,0.19168933,0.23314264,0.16876020,0.06751399,0.10064556,0.15702113,0.06370853,0.33522392,0.06123962,0.15159909,0.31490753,0.23585104,0.08469177,0.32902286,0.14971314,0.06325126,0.20703347,0.09222411,0.00287238,0.00907141,0.00574850,0.80219903,0.83569900,0.80088751,0.75787725,0.78150958,0.77213065,0.76467713,0.85936375 + ,0.79001009,0.82430117,0.35043866,0.32523550,0.30875565,0.32495361,0.31769282,0.59465225,0.32535857,0.79588714,0.76815375,0.76581528,0.79220833,0.78981904,0.81148751,0.79395005,0.77385124,0.77811034,0.77842034,0.11445861,0.14739365,0.14391480,0.11443975,0.15930000,0.13036338,0.13105385,0.10960724,0.11560682,0.15214753,0.94874072,0.94899414,0.91486221,0.94165079,0.93602876,0.92681209,0.92218071,0.97309288,0.94881177 + ,0.94681012 + Transform: 0.871773600578308,-0.327012658119202,0.364792257547379,0.000000000000000,-0.240298643708229,-0.934310555458069,-0.263288110494614,0.000000000000000,0.426927804946899,0.141868591308594,-0.893088042736053,0.000000000000000,-44.021686553955078,148.009628295898438,14.227651596069336,1.000000000000000 + TransformLink: 0.871773660182953,-0.240298524498940,0.426927655935287,0.000000000000000,-0.327012777328491,-0.934310376644135,0.141868367791176,0.000000000000000,0.364792257547379,-0.263287901878357,-0.893087804317474,0.000000000000000,81.587860107421875,131.454559326171875,10.502734184265137,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 931,932,933,934,935,936,937,938,942,943,949,951,954,955,959,961,964,966,968,969,971,972,973 + ,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996 + ,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048 + Weights: 0.91518766,0.93505442,0.94256936,0.85726332,0.84170888,0.80831067,0.76685736,0.83123980,0.93248601,0.89935444,0.84297887,0.93629147,0.93876038,0.84840091,0.76414896,0.91530823,0.85028686,0.93674874,0.79296653,0.90777589,0.99712762,1.00000000,1.00000000,1.00000000,0.99092859,1.00000000,1.00000000,1.00000000,1.00000000,0.99425150,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19780097,0.16430100,0.19911249,0.24212275,0.21849042,0.22786935,0.23532287,0.14063625,0.20998991,0.17569883,0.64956134,0.67476450,0.69124435,0.67504639,0.68230718,0.40534775,0.67464143,0.01507079,0.01768498,0.04117228,0.02584966,0.02713292,0.03215021,0.03600973,0.00201005,0.02219605,0.01999088 + Transform: 0.876720726490021,-0.270733028650284,0.397573113441467,0.000000000000000,-0.179818511009216,-0.951102912425995,-0.251134932041168,0.000000000000000,0.446123540401459,0.148684218525887,-0.882534444332123,0.000000000000000,-56.297935485839844,145.344955444335938,9.732245445251465,1.000000000000000 + TransformLink: 0.876720666885376,-0.179818391799927,0.446123301982880,0.000000000000000,-0.270733147859573,-0.951102793216705,0.148683995008469,0.000000000000000,0.397573113441467,-0.251134693622589,-0.882534265518188,0.000000000000000,84.837982177734375,130.558685302734375,12.094393730163574,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 132,133,134,141,142,143,144,145,146,154,401,402,403,404,405,406,407,408,409,410,411,413,414 + ,415,416,417,418,419,420,829,830,831,834,835,836,837,838,840,842,845,846,848,850,852,854,857 + ,896,897,898,899,900,901,902,903,904,905,916,919,920,921,922,926 + Weights: 0.32577990,0.66503777,0.04433016,0.11223753,0.04858825,0.06771108,0.13819104,0.32647655,0.69650394,0.84301692,0.93778264,0.01901740,0.01817772,0.87569755,0.97803993,0.05423472,0.71233204,0.14141214,0.63599875,0.08328942,0.00246327,0.72091778,0.02866163,0.21505328,0.08362222,0.20589983,0.03205571,0.82795271,0.57519062,0.24717244,0.24320149,0.21265871,0.15927222,0.15109722,0.06372184,0.13374836,0.05784341,0.25329622 + ,0.15929428,0.24222914,0.15306959,0.22610473,0.12085376,0.19584415,0.11593511,0.03225036,0.03668489,0.04870030,0.13089940,0.13476485,0.13741093,0.13118615,0.10640691,0.09890779,0.00116997,0.11504134,0.00757288,0.00948179,0.02082300,0.01730346,0.01745216,0.11695827 + Transform: 0.016713107004762,-0.476839333772659,0.878831446170807,0.000000000000000,-0.314429044723511,-0.836868405342102,-0.448091387748718,0.000000000000000,0.949133932590485,-0.268841147422791,-0.163918703794479,0.000000000000000,37.809902191162109,145.769287109375000,-0.241263419389725,1.000000000000000 + TransformLink: 0.016712998971343,-0.314429074525833,0.949133753776550,0.000000000000000,-0.476839482784271,-0.836868166923523,-0.268841236829758,0.000000000000000,0.878831565380096,-0.448091149330139,-0.163918867707253,0.000000000000000,69.088668823242188,133.770111083984375,3.262594461441040,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 405,413,419,420,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,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 + Weights: 0.01897179,0.07664520,0.06211894,0.37381810,0.09316965,0.12009251,0.13530018,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.75282756,0.75679851,0.78734129,0.09802152,0.07611805,0.84072778,0.84890278,0.93627816,0.86625164,0.94215659,0.25000000,0.74670378,0.10547605,0.84070572,0.13469779,0.25000000,0.75777086,0.84693041,0.25000000,0.77389527,0.08849600,0.87914624,0.25000000,0.80415585,0.12527166,0.88406489 + ,0.25000000,0.06985141,0.96774964,0.04525989,0.04281504,0.05670828,0.01586654,0.01963321,0.02414035,0.05570557,0.00998922,0.05433475,0.01891661,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.96331511,0.95129970,0.86910060,0.86523515,0.86258907,0.86881385,0.89359309,0.90109221 + ,0.99883003,0.88495866,0.89235369,0.86300878,0.88571235,0.96760119,0.91731545,0.86478136,0.94641552,0.87203256,0.94518102,0.90347031,0.99242712,1.00000000,1.00000000,0.98683564,0.97917700,0.97791017,0.98254784,1.00000000,1.00000000,1.00000000,0.88304173 + Transform: -0.232167050242424,-0.968405783176422,-0.091041013598442,0.000000000000000,-0.331768721342087,0.166827514767647,-0.928492486476898,0.000000000000000,0.914345502853394,-0.185360893607140,-0.360018610954285,0.000000000000000,51.884300231933594,46.596813201904297,131.963150024414062,1.000000000000000 + TransformLink: -0.232167229056358,-0.331768840551376,0.914345681667328,0.000000000000000,-0.968405961990356,0.166827455163002,-0.185360789299011,0.000000000000000,-0.091041058301926,-0.928492248058319,-0.360018789768219,0.000000000000000,69.184524536132812,131.966735839843750,8.706250190734863,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 821,822,823,824,825,826,827,828,832,833,839,841,843,844,847,849,851,853,855,856,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,906,907,908,909,910,911,912,913,914,915,919 + ,921 + Weights: 0.90683035,0.87990749,0.86469982,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.90197848,0.92388195,0.75000000,0.89452395,0.86530221,0.75000000,0.75000000,0.91150400,0.75000000,0.87472834,0.75000000,0.93014859,0.95474011,0.95718496,0.94329172,0.98413346,0.98036679,0.97585965,0.94429443,0.99001078,0.94566525,0.98108339,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.10764631,0.13699122,0.11428765,0.03239881,0.08268455,0.13521864,0.05358448,0.12796744,0.05481898,0.09652969,0.00368258,0.00478636 + Transform: -0.255531698465347,-0.958982706069946,-0.122701436281204,0.000000000000000,-0.265172392129898,0.191567912697792,-0.944979131221771,0.000000000000000,0.929724097251892,-0.208935216069221,-0.303247392177582,0.000000000000000,39.874782562255859,43.035892486572266,135.529739379882812,1.000000000000000 + TransformLink: -0.255531907081604,-0.265172541141510,0.929724335670471,0.000000000000000,-0.958982765674591,0.191567853093147,-0.208935067057610,0.000000000000000,-0.122701466083527,-0.944978952407837,-0.303247600793839,0.000000000000000,68.089645385742188,130.402145385742188,13.018218994140625,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 688,689,690,691,700,701,702,705,706,707,708,709,711,713,714,717,718,719,721,723,724,726,728 + ,731,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 + Weights: 0.55842562,0.69141321,0.69571807,0.66863568,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66736224,1.00000000,1.00000000,0.69019266,1.00000000,1.00000000,0.67597483,1.00000000,1.00000000,1.00000000,0.20075277,0.22833661,0.23113810,0.20146216,0.20366175,0.18679425,0.20305151,0.21939741,0.22153911,0.21529614,0.89112657,0.85732657,0.86032770,0.89116729 + ,0.84374142,0.87303963,0.87242729,0.89588017,0.89023651,0.85101814,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.03247804,0.02750140,0.04144693,0.02679214,0.03297682,0.03714199,0.03791358,0.01919514,0.02316805,0.03064799,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.941285073757172,-0.235582828521729,0.241833090782166,0.000000000000000,-0.212466925382614,-0.970021367073059,-0.117968246340752,0.000000000000000,0.262374788522720,0.059660252183676,-0.963119983673096,0.000000000000000,-47.683288574218750,147.130798339843750,1.980477690696716,1.000000000000000 + TransformLink: 0.941284835338593,-0.212466716766357,0.262374490499496,0.000000000000000,-0.235582992434502,-0.970021247863770,0.059660047292709,0.000000000000000,0.241833269596100,-0.117968127131462,-0.963120043277740,0.000000000000000,79.066123962402344,132.822525024414062,5.640485763549805,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 688,689,690,691,692,693,694,695,696,697,698,699,703,704,710,712,714,715,716,719,720,722,724 + ,725,727,729,730,736,741,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,800,801,802 + ,803,804,805,806,807,808,809 + Weights: 0.44157438,0.30858679,0.30428193,0.33136432,0.08157100,0.06315961,0.05333834,0.13684518,0.15649934,0.18772597,0.23094239,0.16241637,0.06302301,0.09773548,0.15371371,0.06100160,0.33263776,0.05852231,0.14817530,0.30980734,0.23175135,0.08032090,0.32402517,0.14383593,0.05898009,0.20508882,0.09018466,0.00575879,0.00334737,0.80590940,0.84020656,0.80712321,0.75948298,0.78841763,0.77548487,0.76857136,0.86587182,0.79680772 + ,0.82695892,0.34478865,0.32315493,0.30281712,0.32192068,0.31443517,0.59951783,0.31997128,0.79924723,0.77166339,0.76886190,0.79853784,0.79633825,0.81320575,0.79694849,0.78060259,0.77846089,0.78470386,0.10887343,0.14267343,0.13967230,0.10883271,0.15625858,0.12696037,0.12757271,0.10411983,0.10976349,0.14898186,0.95590375,0.95973712,0.92024286,0.95287802,0.94368905,0.93427561,0.93003120,0.98080486,0.96017921,0.95203242 + Transform: 0.941284298896790,-0.235421910881996,0.241992890834808,0.000000000000000,-0.212464898824692,-0.970099389553070,-0.117329597473145,0.000000000000000,0.262379318475723,0.059025548398495,-0.963157951831818,0.000000000000000,-52.163475036621094,147.132003784179688,1.883208870887756,1.000000000000000 + TransformLink: 0.941284060478210,-0.212464690208435,0.262378990650177,0.000000000000000,-0.235422044992447,-0.970099091529846,0.059025328606367,0.000000000000000,0.241993054747581,-0.117329463362694,-0.963157892227173,0.000000000000000,83.283042907714844,131.870681762695312,6.815913200378418,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 692,693,694,695,696,697,698,699,703,704,710,712,715,716,720,722,725,727,729,730,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,800,801,802,803,804,805,806,808,809 + Weights: 0.91842900,0.93684039,0.94666166,0.86315482,0.84350066,0.81227403,0.76905761,0.83758363,0.93697699,0.90226452,0.84628629,0.93899840,0.94147769,0.85182470,0.76824865,0.91967910,0.85616407,0.94101991,0.79491118,0.90981534,1.00000000,1.00000000,1.00000000,1.00000000,0.99424121,1.00000000,1.00000000,1.00000000,1.00000000,0.99665263,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19409060,0.15979344,0.19287679,0.24051702,0.21158237,0.22451513,0.23142864,0.13412818,0.20319228,0.17304108,0.65521135,0.67684507,0.69718288,0.67807932,0.68556483,0.40048217,0.68002872,0.01161821,0.01276148,0.03831021,0.02032984,0.02333413,0.02858240,0.03205522,0.01665274,0.01731959 + Transform: 0.948091804981232,-0.176343023777008,0.264622747898102,0.000000000000000,-0.152173087000847,-0.982282817363739,-0.109381325542927,0.000000000000000,0.279223144054413,0.063435152173042,-0.958128750324249,0.000000000000000,-64.690597534179688,143.556686401367188,-1.165579199790955,1.000000000000000 + TransformLink: 0.948091626167297,-0.152172923088074,0.279222875833511,0.000000000000000,-0.176343142986298,-0.982282459735870,0.063434906303883,0.000000000000000,0.264622867107391,-0.109381206333637,-0.958128631114960,0.000000000000000,86.956283569335938,131.041564941406250,7.839813709259033,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 147,148,149,150,151,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,411,412,414 + ,555,556,557,558,567,568,569,572,573,574,575,576,578,580,581,584,585,586,588,590,591,593,595 + ,598,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 + Weights: 0.02838625,0.01195426,0.10683896,0.09945563,0.07691578,0.00585125,0.08530122,0.07076101,0.07019639,0.07389529,0.17013114,0.17016237,0.13663402,0.06504064,0.53908925,0.28951767,0.06561070,0.14321417,0.09093021,0.19096462,0.02286906,0.01144432,0.00870816,0.55428607,0.68372984,0.68830303,0.66576818,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66386571 + ,1.00000000,1.00000000,0.68305015,1.00000000,1.00000000,0.66902059,1.00000000,1.00000000,1.00000000,0.20518547,0.23298530,0.23506746,0.21026876,0.21278154,0.18870022,0.20693642,0.22882885,0.22146118,0.22404317,0.88329062,0.85092411,0.85464133,0.88329683,0.83979101,0.86846369,0.86774307,0.88817605,0.88201889,0.84698844,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,0.03740945,0.03562727,0.04452568,0.03475928,0.03814109,0.04235138,0.04311413,0.02716406,0.03132811,0.03380638,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.955407321453094,-0.293278157711029,0.034422043710947,0.000000000000000,-0.289293587207794,-0.952995359897614,-0.090051583945751,0.000000000000000,0.059214439243078,0.076077878475189,-0.995342075824738,0.000000000000000,-37.692729949951172,149.861724853515625,11.806225776672363,1.000000000000000 + TransformLink: 0.955407142639160,-0.289293318986893,0.059214156121016,0.000000000000000,-0.293278396129608,-0.952995300292969,0.076077707111835,0.000000000000000,0.034422233700752,-0.090051487088203,-0.995342075824738,0.000000000000000,79.556701660156250,132.976425170898438,2.582040309906006,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 555,556,557,558,559,560,561,562,563,564,565,566,570,571,577,579,581,582,583,586,587,589,591 + ,592,594,596,597,599,603,608,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,667,668 + ,669,670,671,672,673,674,675,676 + Weights: 0.44571393,0.31627016,0.31169697,0.33423182,0.08581998,0.06545567,0.05906925,0.14508294,0.15865449,0.19295833,0.23368369,0.17136622,0.06935931,0.10150628,0.15816307,0.06469208,0.33613429,0.06229922,0.15278788,0.31694985,0.23729763,0.08636536,0.33097941,0.15202456,0.06482421,0.20732401,0.09261210,0.00358364,0.01002771,0.00606734,0.80097844,0.83410668,0.79846157,0.75775691,0.77876138,0.77112043,0.76338636,0.85665210 + ,0.78732419,0.82367891,0.35279437,0.32575999,0.31108213,0.32600714,0.31882719,0.59248238,0.32745529,0.79481453,0.76701470,0.76493254,0.78973124,0.78721846,0.81129978,0.79306358,0.77117115,0.77853882,0.77595683,0.11670938,0.14907589,0.14535867,0.11670317,0.16020899,0.13153631,0.13225693,0.11182395,0.11798111,0.15301156,0.94632389,0.94474284,0.91356473,0.93719091,0.93341371,0.92431679,0.91951170,0.96891058,0.94424933 + ,0.94547340 + Transform: 0.955407738685608,-0.293141841888428,0.035554386675358,0.000000000000000,-0.289292931556702,-0.953337073326111,-0.086361311376095,0.000000000000000,0.059211649000645,0.072224639356136,-0.995629251003265,0.000000000000000,-41.893550872802734,149.906250000000000,11.226173400878906,1.000000000000000 + TransformLink: 0.955407500267029,-0.289292633533478,0.059211365878582,0.000000000000000,-0.293142050504684,-0.953336954116821,0.072224460542202,0.000000000000000,0.035554572939873,-0.086361207067966,-0.995629251003265,0.000000000000000,83.570098876953125,131.761184692382812,2.830782413482666,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 559,560,561,562,563,564,565,566,570,571,577,579,582,583,587,589,592,594,596,597,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,667,668,669,670,671,672,673,674,675,676 + Weights: 0.91418002,0.93454433,0.94093075,0.85491706,0.84134551,0.80704167,0.76631631,0.82863378,0.93064069,0.89849372,0.84183693,0.93530792,0.93770078,0.84721212,0.76270237,0.91363464,0.84797544,0.93517579,0.79267599,0.90738790,0.99641636,1.00000000,1.00000000,1.00000000,0.98997229,1.00000000,1.00000000,1.00000000,1.00000000,0.99393266,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19902156,0.16589332,0.20153843,0.24224309,0.22123862,0.22887957,0.23661364,0.14334790,0.21267581,0.17632109,0.64720563,0.67424001,0.68891787,0.67399286,0.68117281,0.40751762,0.67254471,0.01626667,0.01962989,0.04190959,0.02804981,0.02844520,0.03333183,0.03737417,0.00392537,0.02442256,0.02072022 + Transform: 0.970367729663849,-0.233236744999886,0.063146606087685,0.000000000000000,-0.229528531432152,-0.971400916576385,-0.060804575681686,0.000000000000000,0.075522750616074,0.044508870691061,-0.996150135993958,0.000000000000000,-54.716270446777344,147.136001586914062,5.485082149505615,1.000000000000000 + TransformLink: 0.970367252826691,-0.229528188705444,0.075522474944592,0.000000000000000,-0.233236953616142,-0.971400737762451,0.044508676975965,0.000000000000000,0.063146799802780,-0.060804475098848,-0.996150314807892,0.000000000000000,87.066070556640625,130.702621459960938,3.047445297241211,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 422,423,424,425,434,435,436,439,440,441,442,443,445,447,448,451,452,453,455,457,458,460,462 + ,465,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 + Weights: 0.41945042,0.51240211,0.51123387,0.50189348,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.50377306,1.00000000,1.00000000,0.51392385,1.00000000,1.00000000,0.51554835,1.00000000,1.00000000,1.00000000,0.22930413,0.21402838,0.21711311,0.20172950,0.20636136,0.22409389,0.22719407,0.21188410,0.20077337,0.20947909,0.78913898,0.78299719,0.78287381,0.78513331 + ,0.74181314,0.77035110,0.77029656,0.80060007,0.79818802,0.79001293,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.06306747,0.05404492,0.05754869,0.05394494,0.06433073,0.05707865,0.05789203,0.05126282,0.05415907,0.06334618,0.96233499,0.94996393,0.95145921,0.96161965,0.94457680,0.95057852,0.95041996,0.96953389,0.96497952,0.95180062,1.00000000 + Transform: 0.921476900577545,-0.345276445150375,-0.177945449948311,0.000000000000000,-0.372126042842865,-0.916053473949432,-0.149560362100601,0.000000000000000,-0.111367754638195,0.204034551978111,-0.972608506679535,0.000000000000000,-23.710603713989258,149.412612915039062,33.595500946044922,1.000000000000000 + TransformLink: 0.921476781368256,-0.372125774621964,-0.111367926001549,0.000000000000000,-0.345276683568954,-0.916053593158722,0.204034358263016,0.000000000000000,-0.177945360541344,-0.149560287594795,-0.972608387470245,0.000000000000000,79.415618896484375,133.071182250976562,-0.450643688440323,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 422,423,424,425,426,427,428,429,430,431,432,433,437,438,444,446,448,449,450,453,454,456,458 + ,459,461,463,464,466,467,468,469,470,471,472,473,474,475,477,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,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550 + ,551,552,553 + Weights: 0.58054958,0.48759789,0.48876613,0.49810652,0.12735913,0.09841113,0.08995051,0.18101944,0.19349716,0.23795356,0.27294827,0.20529319,0.10199090,0.14490670,0.19268168,0.09676300,0.49622694,0.09460819,0.18869235,0.48607615,0.27156515,0.12420534,0.48445165,0.18667037,0.09681053,0.25041736,0.13423585,0.05083306,0.02926042,0.01691564,0.02280597,0.05581929,0.02417552,0.02460108,0.03021634,0.02249770,0.05197639,0.00313269 + ,0.75499163,0.78682165,0.75492967,0.71685738,0.73519455,0.72834042,0.72104038,0.82014940,0.74336047,0.77656427,0.37599572,0.35548971,0.34312846,0.35499596,0.34983758,0.58105731,0.35627440,0.77069587,0.78597162,0.78288689,0.79827050,0.79363864,0.77590611,0.77280593,0.78811590,0.79922663,0.79052091,0.21086102,0.21700281,0.21712619,0.21486669,0.25818686,0.22964890,0.22970344,0.19939993,0.20181198,0.20998707,0.88064982 + ,0.88856430,0.86958066,0.88281242,0.87106816,0.87590504,0.87234523,0.90745112,0.88491385,0.87735612,0.03766501,0.05003607,0.04854079,0.03838035,0.05542320,0.04942148,0.04958004,0.03046611,0.03502048,0.04819938 + Transform: 0.921473026275635,-0.345278203487396,-0.177961856126785,0.000000000000000,-0.372135668992996,-0.916043102741241,-0.149599328637123,0.000000000000000,-0.111367225646973,0.204077690839767,-0.972599506378174,0.000000000000000,-26.986824035644531,149.411437988281250,33.601997375488281,1.000000000000000 + TransformLink: 0.921472966670990,-0.372135430574417,-0.111367404460907,0.000000000000000,-0.345278471708298,-0.916043341159821,0.204077526926994,0.000000000000000,-0.177961766719818,-0.149599254131317,-0.972599387168884,0.000000000000000,82.436042785644531,131.851425170898438,-0.815686285495758,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 426,427,428,429,430,431,432,433,437,438,444,446,449,450,454,456,459,461,463,464,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,534,535,536,537,538,539,540,541,542,543 + Weights: 0.87264087,0.90158887,0.91004949,0.81898056,0.80650284,0.76204644,0.72705173,0.79470681,0.89800910,0.85509330,0.80731832,0.90323700,0.90539181,0.81130765,0.72843485,0.87579466,0.81332963,0.90318947,0.74958264,0.86576415,0.94916694,0.97073958,0.98308436,0.97719403,0.94418071,0.97582448,0.97539892,0.96978366,0.97750230,0.94802361,1.00000000,0.99686731,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.24500837,0.21317835,0.24507033,0.28314262,0.26480545,0.27165958,0.27895962,0.17985060,0.25663953,0.22343573,0.62400428,0.64451029,0.65687154,0.64500404,0.65016242,0.41894269,0.64372560,0.05628271,0.05739078,0.07287065,0.06324264,0.06460111,0.06701630,0.06976275,0.04128606,0.06092708,0.05929770 + Transform: 0.949916899204254,-0.283982604742050,-0.130429238080978,0.000000000000000,-0.297709763050079,-0.949254393577576,-0.101414851844311,0.000000000000000,-0.095010340213776,0.135165691375732,-0.986257314682007,0.000000000000000,-41.977218627929688,148.462722778320312,23.241060256958008,1.000000000000000 + TransformLink: 0.949916779994965,-0.297709465026855,-0.095010511577129,0.000000000000000,-0.283982932567596,-0.949254631996155,0.135165572166443,0.000000000000000,-0.130429118871689,-0.101414747536182,-0.986257135868073,0.000000000000000,85.067054748535156,130.788894653320312,-1.133665204048157,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-shoulder_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 0,32,33,108,110,186,188,282,327,1297,1457,1468,1469,1489,1490,1541,1554,1555,1556,1561,1562,1563,1564 + ,1565,1566,1567,1568,1569,1570,1573,1575,1576,1577,1578,1586,1587,1588,1590,1664,1665,1666,1667,1668,1669,1670,1671 + ,1771,1772,1774,1776,1777,1778,1779,1780,1787,1794,1840,1841,1842,1843,1844,1845,1853,1854,1855,1856,1857,1858,2745 + ,2746,2747,2749,2772,2774,2775,2776,2777,2778,2779,2780,2781,2783,2785,2786,2787,2788,2789,2790,2791,2792,2798,2800 + ,2803,2804,2805,2806,2807,2808,2810,2834,2835,2836,2837,2838,2839,2898,2899,2904,2906,2912,2914,2919,2920,2923,2925 + ,2930,2931,2933,2934,2940,2941,2948,2950,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966 + Weights: 0.33252319,0.03822584,0.05382838,0.09706095,0.02302695,0.07919456,0.19528711,0.07949358,0.00040986,0.04042058,0.59532905,0.61306207,0.19898444,0.53463506,0.72557898,0.19305383,0.39485194,0.43727870,0.67316596,0.94388254,0.72843046,0.81145165,1.00000000,0.81030343,0.70801864,0.41148844,0.97389587,0.78242215,0.13961924,0.15997460,0.25101872,0.17683604,0.00736119,0.04439702,0.40112101,0.10243155,0.24022505,0.32549062 + ,0.89259276,0.91893133,0.74850766,0.63855204,0.25238047,0.46403676,0.27877404,0.76544215,0.09989585,0.08353465,0.09103039,0.64313333,0.07779097,0.89893503,0.32463905,0.04381532,0.09267470,0.05169966,0.16177006,0.18739337,0.10492838,0.18595742,0.11440936,0.05434693,0.19305383,0.19305383,0.33568922,0.32331575,0.58363904,0.38829516,0.19305383,0.06194462,0.19305383,0.13485048,0.05321906,0.11765274,0.07042710,0.08533576 + ,0.11765275,0.11765257,0.11765243,0.11765303,0.11765313,0.53216685,0.28179039,0.77913701,0.07572858,0.08227549,0.18768862,0.10700415,0.16130729,0.07213201,0.00736119,0.04439702,0.40842388,0.31798327,0.50238054,0.13132956,0.15907199,0.19305383,0.29337384,0.54295415,0.47893909,0.19659028,0.40530549,0.21461820,0.07350732,0.13485048,0.07572858,0.07042710,0.10700415,0.10700415,0.07042710,0.07572858,0.13485048,0.10700415 + ,0.07042710,0.07572858,0.13485048,0.13485048,0.10700415,0.07042710,0.07572858,0.00736119,0.04439702,0.12131973,0.12131973,0.12131971,0.12131991,0.12131963,0.12817932,0.12817912,0.06704383,0.12817903,0.12817912,0.12817926,0.14808837 + Transform: -0.970456957817078,0.145385622978210,-0.192551657557487,0.000000000000000,-0.153743773698807,-0.987681508064270,0.029118673875928,0.000000000000000,-0.185946330428123,0.057862047106028,0.980854749679565,0.000000000000000,23.264045715332031,155.051910400390625,-0.178691849112511,1.000000000000000 + TransformLink: -0.970457077026367,-0.153743594884872,-0.185946345329285,0.000000000000000,0.145385816693306,-0.987681686878204,0.057861886918545,0.000000000000000,-0.192551702260971,0.029118552803993,0.980854690074921,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-upper_arm_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1464,1465,1468,1469,1470,1471,1472,1473,1475,1478,1479,1481,1482,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500 + ,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523 + ,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1537,1538,1539,1540,1541,1543,1550,1551,1552,1553,1555,1558,1559 + ,1560,1562,1563,1566,1569,1586,1591,1592,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867 + ,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,2745,2747,2774,2777,2778,2779,2780 + ,2781,2807,2808,2810 + Weights: 0.86910419,0.95952429,0.22156427,0.16484732,1.00000000,0.96939774,0.98492820,1.00000000,0.89318395,0.63923252,0.61532576,1.00000000,0.67097256,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.79318705,0.81015428,0.93887024,0.94346007,0.16606783,0.96514125,0.81871633,1.00000000,0.90191610,0.95902975,0.12867437,0.65588311,0.87117851,0.96441243,0.20235538,0.18854835,0.20610584,0.19599337,0.12324804,1.00000000 + ,1.00000000,0.16606783,0.16606783,0.13671376,0.13926020,0.25560604,0.15713150,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.16606783,0.16606783,0.10120667,0.10120668,0.10120653,0.10120641 + ,0.10120692,0.10120700,0.13683613,0.16606783,0.16147610 + Transform: -0.963465809822083,0.122453682124615,0.238198518753052,0.000000000000000,-0.247451052069664,-0.066697306931019,-0.966602087020874,0.000000000000000,-0.102476768195629,-0.990230679512024,0.094561882317066,0.000000000000000,19.771352767944336,4.468717575073242,146.864379882812500,1.000000000000000 + TransformLink: -0.963466048240662,-0.247450917959213,-0.102476827800274,0.000000000000000,0.122453697025776,-0.066697172820568,-0.990230560302734,0.000000000000000,0.238198712468147,-0.966602087020874,0.094561710953712,0.000000000000000,-16.481088638305664,147.149887084960938,-7.436580181121826,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-forearm_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1458,1459,1460,1461,1462,1463,1464,1465,1471,1472,1474,1475,1476,1477,1478,1479,1480,1482,1483,1484,1485,1486,1537 + ,1538,1539,1540,1543,1546,1547,1548,1549,1550,1552,1553,1558,1559,1560,1601,1602,1605,1606,1607,1608,1609,1610,1611 + ,1612,1613,1614,1615,1616,1617,1624,1626,1627,1628,1629,1630,1631,1632,1633,1634,1884,1885,1886,1887,1888,1889,1890 + ,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1919,1920,1923,1925,2856,2857,2858,2859,2860,2861,2862,2863 + ,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.13089581,0.04047571,0.03060226,0.01507180,1.00000000,0.10681605,1.00000000,1.00000000,0.36076748,0.38467424,1.00000000,0.32902744,1.00000000,1.00000000,1.00000000,1.00000000,0.20681295,0.18984572,0.06112976,0.05653993,0.03485875,1.00000000,1.00000000,1.00000000,1.00000000,0.18128367,0.09808390,0.04097025,0.34411689,0.12882149,0.03558757,1.00000000 + ,1.00000000,0.07981860,0.99018782,0.98820258,1.00000000,1.00000000,1.00000000,1.00000000,0.00226979,0.17325517,0.19713300,0.21226036,0.06485106,0.00320299,1.00000000,1.00000000,0.78528534,0.67253733,0.64669959,0.87921557,0.96786639,1.00000000,1.00000000,0.91992599,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,0.05452354,0.01312341,0.06475466,0.05824454,0.89131434,0.81579471,0.98396897,1.00000000,1.00000000,0.82974263,0.93918577,1.00000000,0.95974538,1.00000000,0.75074116,0.90909627,1.00000000,0.93978172,0.83797388,0.73083906,0.97592665,1.00000000,0.99415210,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.99513913 + Transform: -0.917127609252930,-0.306736350059509,0.254537671804428,0.000000000000000,-0.212478101253510,-0.164066508412361,-0.963294088840485,0.000000000000000,0.337238490581512,-0.937547445297241,0.085295222699642,0.000000000000000,-4.196830749511719,1.158909082412720,146.973709106445312,1.000000000000000 + TransformLink: -0.917127966880798,-0.212478041648865,0.337238401174545,0.000000000000000,-0.306736469268799,-0.164066359400749,-0.937547326087952,0.000000000000000,0.254537850618362,-0.963293969631195,0.085295021533966,0.000000000000000,-40.903915405273438,140.877273559570312,-10.034259796142578,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-hand_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1603,1604,1605,1606,1607,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1625,1627,1628,1629,1630,1631 + ,1634,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923 + ,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,2856,2857,2858,2861,2862,2864,2866,2867,2869 + ,2870,2871,2872,2874,2882 + Weights: 0.67422010,0.33496223,0.87585124,0.00981218,0.01179742,0.88549267,0.77815658,0.73515591,0.64954859,0.60867239,0.30029306,0.97161375,0.98804574,0.89316104,0.90054437,0.92308422,1.00000000,0.15698308,0.21471466,0.32746267,0.35330041,0.12078443,0.03213361,0.08007401,0.99414875,0.91469878,0.92923899,1.00000000,0.92980361,0.92610471,0.82986886,0.82983763,0.86336598,0.93495936,0.46091075,0.71048233,0.93438930,0.85678583 + ,0.90906979,0.80903538,0.06221736,0.92645906,0.96869888,0.12430245,0.00298828,0.88101062,0.28766796,0.80034332,0.36400125,0.91671058,0.97466767,0.98855568,0.20243703,0.96263021,0.78494672,0.91637778,0.79410017,0.96794429,0.10992834,0.05099128,0.10868566,0.18420529,0.01603103,0.17025737,0.06081423,0.04025462,0.24925884,0.09090373,0.06021828,0.16202612,0.26916094,0.02407335,0.00584790,0.00486087 + Transform: -0.903914988040924,-0.206205129623413,-0.374722629785538,0.000000000000000,-0.133878871798515,0.968491256237030,-0.210003048181534,0.000000000000000,0.406219393014908,-0.139657527208328,-0.903040230274200,0.000000000000000,-42.019340515136719,-144.480133056640625,2.839073419570923,1.000000000000000 + TransformLink: -0.903915047645569,-0.133878767490387,0.406219214200974,0.000000000000000,-0.206205293536186,0.968491196632385,-0.139657288789749,0.000000000000000,-0.374722689390182,-0.210002869367599,-0.903040230274200,0.000000000000000,-66.710617065429688,134.898437500000000,-0.544842541217804,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2444,2445,2446,2447,2456,2457,2458,2461,2462,2463,2464,2465,2467,2469,2470,2473,2474,2475,2477,2479,2480,2482,2484 + ,2487,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547 + ,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570 + ,2571,2572,2573,2574,2575,2576 + Weights: 0.55553157,0.68589739,0.69039274,0.66646250,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66477608,1.00000000,1.00000000,0.68509247,1.00000000,1.00000000,0.67097714,1.00000000,1.00000000,1.00000000,0.20411286,0.23184625,0.23418472,0.20779167,0.21018096,0.18851249,0.20604995,0.22614876,0.22188966,0.22157966,0.88554139,0.85260635,0.85608520,0.88556025 + ,0.84070000,0.86963662,0.86894615,0.89039276,0.88439318,0.84785247,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.03618848,0.03332088,0.04396551,0.03249955,0.03683832,0.04103770,0.04180955,0.02489706,0.02899218,0.03319899,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: -0.871777057647705,-0.325123846530914,-0.366468548774719,0.000000000000000,-0.240284949541092,0.935652971267700,-0.258489519357681,0.000000000000000,0.426928490400314,-0.137288361787796,-0.893803238868713,0.000000000000000,-39.743808746337891,-148.080108642578125,13.467598915100098,1.000000000000000 + TransformLink: -0.871777117252350,-0.240284919738770,0.426928400993347,0.000000000000000,-0.325123965740204,0.935652911663055,-0.137288168072701,0.000000000000000,-0.366468518972397,-0.258489310741425,-0.893803060054779,0.000000000000000,-77.856681823730469,132.482971191406250,8.675495147705078,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2459,2460,2466,2468,2470,2471,2472,2475,2476,2478,2480 + ,2481,2483,2485,2486,2488,2492,2497,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524 + ,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2556,2557 + ,2558,2559,2560,2561,2562,2563,2564,2565 + Weights: 0.44446843,0.31410261,0.30960726,0.33353750,0.08481234,0.06494558,0.05743064,0.14273668,0.15829112,0.19168933,0.23314264,0.16876020,0.06751399,0.10064556,0.15702113,0.06370853,0.33522392,0.06123962,0.15159909,0.31490753,0.23585104,0.08469177,0.32902286,0.14971314,0.06325126,0.20703347,0.09222411,0.00287238,0.00907141,0.00574850,0.80219903,0.83569900,0.80088751,0.75787725,0.78150958,0.77213065,0.76467713,0.85936375 + ,0.79001009,0.82430117,0.35043866,0.32523550,0.30875565,0.32495361,0.31769282,0.59465225,0.32535857,0.79588714,0.76815375,0.76581528,0.79220833,0.78981904,0.81148751,0.79395005,0.77385124,0.77811034,0.77842034,0.11445861,0.14739365,0.14391480,0.11443975,0.15930000,0.13036338,0.13105385,0.10960724,0.11560682,0.15214753,0.94874072,0.94899414,0.91486221,0.94165079,0.93602876,0.92681209,0.92218071,0.97309288,0.94881177 + ,0.94681012 + Transform: -0.871773600578308,-0.327012747526169,-0.364792168140411,0.000000000000000,-0.240298703312874,0.934310436248779,-0.263288021087646,0.000000000000000,0.426927685737610,-0.141868516802788,-0.893088102340698,0.000000000000000,-44.021678924560547,-148.009643554687500,14.227649688720703,1.000000000000000 + TransformLink: -0.871773719787598,-0.240298718214035,0.426927596330643,0.000000000000000,-0.327012836933136,0.934310436248779,-0.141868293285370,0.000000000000000,-0.364792138338089,-0.263287842273712,-0.893087863922119,0.000000000000000,-81.587860107421875,131.454559326171875,10.502735137939453,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2448,2449,2450,2451,2452,2453,2454,2455,2459,2460,2466,2468,2471,2472,2476,2478,2481,2483,2485,2486,2488,2489,2490 + ,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513 + ,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565 + Weights: 0.91518766,0.93505442,0.94256936,0.85726332,0.84170888,0.80831067,0.76685736,0.83123980,0.93248601,0.89935444,0.84297887,0.93629147,0.93876038,0.84840091,0.76414896,0.91530823,0.85028686,0.93674874,0.79296653,0.90777589,0.99712762,1.00000000,1.00000000,1.00000000,0.99092859,1.00000000,1.00000000,1.00000000,1.00000000,0.99425150,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19780097,0.16430100,0.19911249,0.24212275,0.21849042,0.22786935,0.23532287,0.14063625,0.20998991,0.17569883,0.64956134,0.67476450,0.69124435,0.67504639,0.68230718,0.40534775,0.67464143,0.01507079,0.01768498,0.04117228,0.02584966,0.02713292,0.03215021,0.03600973,0.00201005,0.02219605,0.01999088 + Transform: -0.876720666885376,-0.270733118057251,-0.397573083639145,0.000000000000000,-0.179818540811539,0.951102852821350,-0.251134872436523,0.000000000000000,0.446123450994492,-0.148684114217758,-0.882534444332123,0.000000000000000,-56.297924041748047,-145.344955444335938,9.732239723205566,1.000000000000000 + TransformLink: -0.876720726490021,-0.179818540811539,0.446123361587524,0.000000000000000,-0.270733177661896,0.951102852821350,-0.148683935403824,0.000000000000000,-0.397573113441467,-0.251134663820267,-0.882534325122833,0.000000000000000,-84.837982177734375,130.558685302734375,12.094394683837891,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1603,1604,1605,1612,1613,1614,1615,1616,1617,1625,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1930,1931 + ,1932,1933,1934,1935,1936,1937,2346,2347,2348,2351,2352,2353,2354,2355,2357,2359,2362,2363,2365,2367,2369,2371,2374 + ,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2433,2436,2437,2438,2439,2443 + Weights: 0.32577990,0.66503777,0.04433016,0.11223753,0.04858825,0.06771108,0.13819104,0.32647655,0.69650394,0.84301692,0.93778264,0.01901740,0.01817772,0.87569755,0.97803993,0.05423472,0.71233204,0.14141214,0.63599875,0.08328942,0.00246327,0.72091778,0.02866163,0.21505328,0.08362222,0.20589983,0.03205571,0.82795271,0.57519062,0.24717244,0.24320149,0.21265871,0.15927222,0.15109722,0.06372184,0.13374836,0.05784341,0.25329622 + ,0.15929428,0.24222914,0.15306959,0.22610473,0.12085376,0.19584415,0.11593511,0.03225036,0.03668489,0.04870030,0.13089940,0.13476485,0.13741093,0.13118615,0.10640691,0.09890779,0.00116997,0.11504134,0.00757288,0.00948179,0.02082300,0.01730346,0.01745216,0.11695827 + Transform: -0.016712972894311,-0.476839363574982,-0.878831565380096,0.000000000000000,-0.314429014921188,0.836868345737457,-0.448091417551041,0.000000000000000,0.949133932590485,0.268841207027435,-0.163918659090996,0.000000000000000,37.809906005859375,-145.769271850585938,-0.241265803575516,1.000000000000000 + TransformLink: -0.016712898388505,-0.314429134130478,0.949133753776550,0.000000000000000,-0.476839482784271,0.836868226528168,0.268841296434402,0.000000000000000,-0.878831505775452,-0.448091208934784,-0.163918748497963,0.000000000000000,-69.088668823242188,133.770111083984375,3.262595653533936,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1922,1930,1936,1937,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356 + ,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379 + ,2380,2381,2382,2383,2384,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413 + ,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436 + ,2437,2438,2439,2440,2441,2442,2443 + Weights: 0.01897179,0.07664520,0.06211894,0.37381810,0.09316965,0.12009251,0.13530018,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.75282756,0.75679851,0.78734129,0.09802152,0.07611805,0.84072778,0.84890278,0.93627816,0.86625164,0.94215659,0.25000000,0.74670378,0.10547605,0.84070572,0.13469779,0.25000000,0.75777086,0.84693041,0.25000000,0.77389527,0.08849600,0.87914624,0.25000000,0.80415585,0.12527166,0.88406489 + ,0.25000000,0.06985141,0.96774964,0.04525989,0.04281504,0.05670828,0.01586654,0.01963321,0.02414035,0.05570557,0.00998922,0.05433475,0.01891661,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.96331511,0.95129970,0.86910060,0.86523515,0.86258907,0.86881385,0.89359309,0.90109221 + ,0.99883003,0.88495866,0.89235369,0.86300878,0.88571235,0.96760119,0.91731545,0.86478136,0.94641552,0.87203256,0.94518102,0.90347031,0.99242712,1.00000000,1.00000000,0.98683564,0.97917700,0.97791017,0.98254784,1.00000000,1.00000000,1.00000000,0.88304173 + Transform: 0.232167273759842,-0.968405842781067,0.091041192412376,0.000000000000000,-0.331768631935120,-0.166827797889709,-0.928492367267609,0.000000000000000,0.914345681667328,0.185360983014107,-0.360018640756607,0.000000000000000,51.884307861328125,-46.596771240234375,131.963150024414062,1.000000000000000 + TransformLink: 0.232167378067970,-0.331768810749054,0.914345562458038,0.000000000000000,-0.968405842781067,-0.166827693581581,0.185360908508301,0.000000000000000,0.091041296720505,-0.928492307662964,-0.360018789768219,0.000000000000000,-69.184524536132812,131.966735839843750,8.706251144409180,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2338,2339,2340,2341,2342,2343,2344,2345,2349,2350,2356,2358,2360,2361,2364,2366,2368,2370,2372,2373,2375,2376,2377 + ,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400 + ,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2436 + ,2438 + Weights: 0.90683035,0.87990749,0.86469982,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.90197848,0.92388195,0.75000000,0.89452395,0.86530221,0.75000000,0.75000000,0.91150400,0.75000000,0.87472834,0.75000000,0.93014859,0.95474011,0.95718496,0.94329172,0.98413346,0.98036679,0.97585965,0.94429443,0.99001078,0.94566525,0.98108339,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.10764631,0.13699122,0.11428765,0.03239881,0.08268455,0.13521864,0.05358448,0.12796744,0.05481898,0.09652969,0.00368258,0.00478636 + Transform: 0.255531907081604,-0.958982706069946,0.122701533138752,0.000000000000000,-0.265172362327576,-0.191568121314049,-0.944978892803192,0.000000000000000,0.929724097251892,0.208935290575027,-0.303247451782227,0.000000000000000,39.874790191650391,-43.035858154296875,135.529724121093750,1.000000000000000 + TransformLink: 0.255532026290894,-0.265172541141510,0.929724156856537,0.000000000000000,-0.958982646465302,-0.191568031907082,0.208935216069221,0.000000000000000,0.122701652348042,-0.944979012012482,-0.303247660398483,0.000000000000000,-68.089645385742188,130.402145385742188,13.018218994140625,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2205,2206,2207,2208,2217,2218,2219,2222,2223,2224,2225,2226,2228,2230,2231,2234,2235,2236,2238,2240,2241,2243,2245 + ,2248,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308 + ,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331 + ,2332,2333,2334,2335,2336,2337 + Weights: 0.55842562,0.69141321,0.69571807,0.66863568,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66736224,1.00000000,1.00000000,0.69019266,1.00000000,1.00000000,0.67597483,1.00000000,1.00000000,1.00000000,0.20075277,0.22833661,0.23113810,0.20146216,0.20366175,0.18679425,0.20305151,0.21939741,0.22153911,0.21529614,0.89112657,0.85732657,0.86032770,0.89116729 + ,0.84374142,0.87303963,0.87242729,0.89588017,0.89023651,0.85101814,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.03247804,0.02750140,0.04144693,0.02679214,0.03297682,0.03714199,0.03791358,0.01919514,0.02316805,0.03064799,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: -0.941284954547882,-0.235583156347275,-0.241833075881004,0.000000000000000,-0.212467193603516,0.970021307468414,-0.117968402802944,0.000000000000000,0.262374728918076,-0.059660334140062,-0.963119983673096,0.000000000000000,-47.683242797851562,-147.130813598632812,1.980502367019653,1.000000000000000 + TransformLink: -0.941284835338593,-0.212467029690742,0.262374520301819,0.000000000000000,-0.235583305358887,0.970021188259125,-0.059660125523806,0.000000000000000,-0.241833180189133,-0.117968276143074,-0.963120043277740,0.000000000000000,-79.066123962402344,132.822525024414062,5.640485763549805,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2220,2221,2227,2229,2231,2232,2233,2236,2237,2239,2241 + ,2242,2244,2246,2247,2253,2258,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286 + ,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2317,2318,2319 + ,2320,2321,2322,2323,2324,2325,2326 + Weights: 0.44157438,0.30858679,0.30428193,0.33136432,0.08157100,0.06315961,0.05333834,0.13684518,0.15649934,0.18772597,0.23094239,0.16241637,0.06302301,0.09773548,0.15371371,0.06100160,0.33263776,0.05852231,0.14817530,0.30980734,0.23175135,0.08032090,0.32402517,0.14383593,0.05898009,0.20508882,0.09018466,0.00575879,0.00334737,0.80590940,0.84020656,0.80712321,0.75948298,0.78841763,0.77548487,0.76857136,0.86587182,0.79680772 + ,0.82695892,0.34478865,0.32315493,0.30281712,0.32192068,0.31443517,0.59951783,0.31997128,0.79924723,0.77166339,0.76886190,0.79853784,0.79633825,0.81320575,0.79694849,0.78060259,0.77846089,0.78470386,0.10887343,0.14267343,0.13967230,0.10883271,0.15625858,0.12696037,0.12757271,0.10411983,0.10976349,0.14898186,0.95590375,0.95973712,0.92024286,0.95287802,0.94368905,0.93427561,0.93003120,0.98080486,0.96017921,0.95203242 + Transform: -0.941284298896790,-0.235422000288963,-0.241992861032486,0.000000000000000,-0.212464913725853,0.970099329948425,-0.117329798638821,0.000000000000000,0.262379229068756,-0.059025742113590,-0.963158011436462,0.000000000000000,-52.163471221923828,-147.132019042968750,1.883238315582275,1.000000000000000 + TransformLink: -0.941284120082855,-0.212464749813080,0.262379020452499,0.000000000000000,-0.235422119498253,0.970099091529846,-0.059025518596172,0.000000000000000,-0.241992965340614,-0.117329657077789,-0.963157892227173,0.000000000000000,-83.283042907714844,131.870681762695312,6.815913200378418,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2209,2210,2211,2212,2213,2214,2215,2216,2220,2221,2227,2229,2232,2233,2237,2239,2242,2244,2246,2247,2249,2250,2251 + ,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274 + ,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2317,2318,2319,2320,2321,2322,2323,2325,2326 + Weights: 0.91842900,0.93684039,0.94666166,0.86315482,0.84350066,0.81227403,0.76905761,0.83758363,0.93697699,0.90226452,0.84628629,0.93899840,0.94147769,0.85182470,0.76824865,0.91967910,0.85616407,0.94101991,0.79491118,0.90981534,1.00000000,1.00000000,1.00000000,1.00000000,0.99424121,1.00000000,1.00000000,1.00000000,1.00000000,0.99665263,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19409060,0.15979344,0.19287679,0.24051702,0.21158237,0.22451513,0.23142864,0.13412818,0.20319228,0.17304108,0.65521135,0.67684507,0.69718288,0.67807932,0.68556483,0.40048217,0.68002872,0.01161821,0.01276148,0.03831021,0.02032984,0.02333413,0.02858240,0.03205522,0.01665274,0.01731959 + Transform: -0.948091745376587,-0.176343113183975,-0.264622658491135,0.000000000000000,-0.152173116803169,0.982282698154449,-0.109381571412086,0.000000000000000,0.279223114252090,-0.063435383141041,-0.958128690719604,0.000000000000000,-64.690582275390625,-143.556701660156250,-1.165544748306274,1.000000000000000 + TransformLink: -0.948091685771942,-0.152172967791557,0.279222875833511,0.000000000000000,-0.176343247294426,0.982282459735870,-0.063435129821301,0.000000000000000,-0.264622807502747,-0.109381452202797,-0.958128631114960,0.000000000000000,-86.956283569335938,131.041564941406250,7.839813709259033,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1618,1619,1620,1621,1622,1902,1903,1904,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1928,1929,1931 + ,2072,2073,2074,2075,2084,2085,2086,2089,2090,2091,2092,2093,2095,2097,2098,2101,2102,2103,2105,2107,2108,2110,2112 + ,2115,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175 + ,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198 + ,2199,2200,2201,2202,2203,2204 + Weights: 0.02838625,0.01195426,0.10683896,0.09945563,0.07691578,0.00585125,0.08530122,0.07076101,0.07019639,0.07389529,0.17013114,0.17016237,0.13663402,0.06504064,0.53908925,0.28951767,0.06561070,0.14321417,0.09093021,0.19096462,0.02286906,0.01144432,0.00870816,0.55428607,0.68372984,0.68830303,0.66576818,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66386571 + ,1.00000000,1.00000000,0.68305015,1.00000000,1.00000000,0.66902059,1.00000000,1.00000000,1.00000000,0.20518547,0.23298530,0.23506746,0.21026876,0.21278154,0.18870022,0.20693642,0.22882885,0.22146118,0.22404317,0.88329062,0.85092411,0.85464133,0.88329683,0.83979101,0.86846369,0.86774307,0.88817605,0.88201889,0.84698844,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,0.03740945,0.03562727,0.04452568,0.03475928,0.03814109,0.04235138,0.04311413,0.02716406,0.03132811,0.03380638,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: -0.955407202243805,-0.293278247117996,-0.034421976655722,0.000000000000000,-0.289293587207794,0.952995181083679,-0.090051800012589,0.000000000000000,0.059214312583208,-0.076078087091446,-0.995342016220093,0.000000000000000,-37.692718505859375,-149.861709594726562,11.806259155273438,1.000000000000000 + TransformLink: -0.955407202243805,-0.289293467998505,0.059214171022177,0.000000000000000,-0.293278455734253,0.952995359897614,-0.076077930629253,0.000000000000000,-0.034422054886818,-0.090051665902138,-0.995342075824738,0.000000000000000,-79.556701660156250,132.976425170898438,2.582040786743164,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2087,2088,2094,2096,2098,2099,2100,2103,2104,2106,2108 + ,2109,2111,2113,2114,2116,2120,2125,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152 + ,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2184,2185 + ,2186,2187,2188,2189,2190,2191,2192,2193 + Weights: 0.44571393,0.31627016,0.31169697,0.33423182,0.08581998,0.06545567,0.05906925,0.14508294,0.15865449,0.19295833,0.23368369,0.17136622,0.06935931,0.10150628,0.15816307,0.06469208,0.33613429,0.06229922,0.15278788,0.31694985,0.23729763,0.08636536,0.33097941,0.15202456,0.06482421,0.20732401,0.09261210,0.00358364,0.01002771,0.00606734,0.80097844,0.83410668,0.79846157,0.75775691,0.77876138,0.77112043,0.76338636,0.85665210 + ,0.78732419,0.82367891,0.35279437,0.32575999,0.31108213,0.32600714,0.31882719,0.59248238,0.32745529,0.79481453,0.76701470,0.76493254,0.78973124,0.78721846,0.81129978,0.79306358,0.77117115,0.77853882,0.77595683,0.11670938,0.14907589,0.14535867,0.11670317,0.16020899,0.13153631,0.13225693,0.11182395,0.11798111,0.15301156,0.94632389,0.94474284,0.91356473,0.93719091,0.93341371,0.92431679,0.91951170,0.96891058,0.94424933 + ,0.94547340 + Transform: -0.955407619476318,-0.293141871690750,-0.035554479807615,0.000000000000000,-0.289292961359024,0.953336954116821,-0.086361058056355,0.000000000000000,0.059211540967226,-0.072224356234074,-0.995629310607910,0.000000000000000,-41.893543243408203,-149.906250000000000,11.226132392883301,1.000000000000000 + TransformLink: -0.955407619476318,-0.289292782545090,0.059211391955614,0.000000000000000,-0.293142110109329,0.953337132930756,-0.072224192321301,0.000000000000000,-0.035554550588131,-0.086360923945904,-0.995629310607910,0.000000000000000,-83.570098876953125,131.761184692382812,2.830782890319824,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2076,2077,2078,2079,2080,2081,2082,2083,2087,2088,2094,2096,2099,2100,2104,2106,2109,2111,2113,2114,2116,2117,2118 + ,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141 + ,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193 + Weights: 0.91418002,0.93454433,0.94093075,0.85491706,0.84134551,0.80704167,0.76631631,0.82863378,0.93064069,0.89849372,0.84183693,0.93530792,0.93770078,0.84721212,0.76270237,0.91363464,0.84797544,0.93517579,0.79267599,0.90738790,0.99641636,1.00000000,1.00000000,1.00000000,0.98997229,1.00000000,1.00000000,1.00000000,1.00000000,0.99393266,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19902156,0.16589332,0.20153843,0.24224309,0.22123862,0.22887957,0.23661364,0.14334790,0.21267581,0.17632109,0.64720563,0.67424001,0.68891787,0.67399286,0.68117281,0.40751762,0.67254471,0.01626667,0.01962989,0.04190959,0.02804981,0.02844520,0.03333183,0.03737417,0.00392537,0.02442256,0.02072022 + Transform: -0.970367550849915,-0.233236864209175,-0.063146546483040,0.000000000000000,-0.229528591036797,0.971400618553162,-0.060804829001427,0.000000000000000,0.075522638857365,-0.044509109109640,-0.996150135993958,0.000000000000000,-54.716247558593750,-147.135986328125000,5.485122203826904,1.000000000000000 + TransformLink: -0.970367372035980,-0.229528382420540,0.075522489845753,0.000000000000000,-0.233237102627754,0.971400916576385,-0.044508945196867,0.000000000000000,-0.063146628439426,-0.060804702341557,-0.996150314807892,0.000000000000000,-87.066070556640625,130.702621459960938,3.047445774078369,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1939,1940,1941,1942,1951,1952,1953,1956,1957,1958,1959,1960,1962,1964,1965,1968,1969,1970,1972,1974,1975,1977,1979 + ,1982,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042 + ,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065 + ,2066,2067,2068,2069,2070,2071 + Weights: 0.41945042,0.51240211,0.51123387,0.50189348,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.50377306,1.00000000,1.00000000,0.51392385,1.00000000,1.00000000,0.51554835,1.00000000,1.00000000,1.00000000,0.22930413,0.21402838,0.21711311,0.20172950,0.20636136,0.22409389,0.22719407,0.21188410,0.20077337,0.20947909,0.78913898,0.78299719,0.78287381,0.78513331 + ,0.74181314,0.77035110,0.77029656,0.80060007,0.79818802,0.79001293,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.06306747,0.05404492,0.05754869,0.05394494,0.06433073,0.05707865,0.05789203,0.05126282,0.05415907,0.06334618,0.96233499,0.94996393,0.95145921,0.96161965,0.94457680,0.95057852,0.95041996,0.96953389,0.96497952,0.95180062,1.00000000 + Transform: -0.921476662158966,-0.345276564359665,0.177945315837860,0.000000000000000,-0.372126013040543,0.916053414344788,-0.149560138583183,0.000000000000000,-0.111367732286453,-0.204034298658371,-0.972608327865601,0.000000000000000,-23.710580825805664,-149.412628173828125,33.595458984375000,1.000000000000000 + TransformLink: -0.921476900577545,-0.372125893831253,-0.111367911100388,0.000000000000000,-0.345276772975922,0.916053533554077,-0.204034149646759,0.000000000000000,0.177945315837860,-0.149560049176216,-0.972608566284180,0.000000000000000,-79.415618896484375,133.071182250976562,-0.450643211603165,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1954,1955,1961,1963,1965,1966,1967,1970,1971,1973,1975 + ,1976,1978,1980,1981,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1994,2004,2005,2006,2007,2008,2009,2010,2011 + ,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034 + ,2035,2036,2037,2038,2039,2040,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067 + ,2068,2069,2070 + Weights: 0.58054958,0.48759789,0.48876613,0.49810652,0.12735913,0.09841113,0.08995051,0.18101944,0.19349716,0.23795356,0.27294827,0.20529319,0.10199090,0.14490670,0.19268168,0.09676300,0.49622694,0.09460819,0.18869235,0.48607615,0.27156515,0.12420534,0.48445165,0.18667037,0.09681053,0.25041736,0.13423585,0.05083306,0.02926042,0.01691564,0.02280597,0.05581929,0.02417552,0.02460108,0.03021634,0.02249770,0.05197639,0.00313269 + ,0.75499163,0.78682165,0.75492967,0.71685738,0.73519455,0.72834042,0.72104038,0.82014940,0.74336047,0.77656427,0.37599572,0.35548971,0.34312846,0.35499596,0.34983758,0.58105731,0.35627440,0.77069587,0.78597162,0.78288689,0.79827050,0.79363864,0.77590611,0.77280593,0.78811590,0.79922663,0.79052091,0.21086102,0.21700281,0.21712619,0.21486669,0.25818686,0.22964890,0.22970344,0.19939993,0.20181198,0.20998707,0.88064982 + ,0.88856430,0.86958066,0.88281242,0.87106816,0.87590504,0.87234523,0.90745112,0.88491385,0.87735612,0.03766501,0.05003607,0.04854079,0.03838035,0.05542320,0.04942148,0.04958004,0.03046611,0.03502048,0.04819938 + Transform: -0.921472728252411,-0.345278382301331,0.177961871027946,0.000000000000000,-0.372135788202286,0.916043043136597,-0.149599358439445,0.000000000000000,-0.111367240548134,-0.204077750444412,-0.972599327564240,0.000000000000000,-26.986783981323242,-149.411453247070312,33.602005004882812,1.000000000000000 + TransformLink: -0.921473026275635,-0.372135668992996,-0.111367411911488,0.000000000000000,-0.345278620719910,0.916043162345886,-0.204077616333961,0.000000000000000,0.177961871027946,-0.149599269032478,-0.972599506378174,0.000000000000000,-82.436042785644531,131.851425170898438,-0.815685808658600,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1943,1944,1945,1946,1947,1948,1949,1950,1954,1955,1961,1963,1966,1967,1971,1973,1976,1978,1980,1981,1983,1984,1985 + ,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 + ,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060 + Weights: 0.87264087,0.90158887,0.91004949,0.81898056,0.80650284,0.76204644,0.72705173,0.79470681,0.89800910,0.85509330,0.80731832,0.90323700,0.90539181,0.81130765,0.72843485,0.87579466,0.81332963,0.90318947,0.74958264,0.86576415,0.94916694,0.97073958,0.98308436,0.97719403,0.94418071,0.97582448,0.97539892,0.96978366,0.97750230,0.94802361,1.00000000,0.99686731,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.24500837,0.21317835,0.24507033,0.28314262,0.26480545,0.27165958,0.27895962,0.17985060,0.25663953,0.22343573,0.62400428,0.64451029,0.65687154,0.64500404,0.65016242,0.41894269,0.64372560,0.05628271,0.05739078,0.07287065,0.06324264,0.06460111,0.06701630,0.06976275,0.04128606,0.06092708,0.05929770 + Transform: -0.949916779994965,-0.283982694149017,0.130429282784462,0.000000000000000,-0.297709763050079,0.949254453182220,-0.101415082812309,0.000000000000000,-0.095010332763195,-0.135165974497795,-0.986257135868073,0.000000000000000,-41.977210998535156,-148.462753295898438,23.241096496582031,1.000000000000000 + TransformLink: -0.949916899204254,-0.297709554433823,-0.095010496675968,0.000000000000000,-0.283982902765274,0.949254453182220,-0.135165810585022,0.000000000000000,0.130429223179817,-0.101414993405342,-0.986257255077362,0.000000000000000,-85.067054748535156,130.788894653320312,-1.133664727210999,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thigh_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,1060,1061,1062,1063,1064,1065,1066 + ,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089 + ,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1212,1215,1220,1225,1226 + ,1227,1228,1229,1230,1231,1232,1241,1280,1281,1282,1283,1284,1285,1286,1287,1292,1293,1306,1307,1308,1309,1310,1311 + ,1312,1313,1349,1350,1353 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,0.54455159,0.46106000,0.48141867,0.52280769,0.45528245,0.49959056,0.45924866,0.69907292,0.61349142,0.63200239,0.62868923,0.78781981,0.78312587,0.77115573,0.70139722,0.77531855,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.09090909,0.09090909,0.19627433,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.07778957 + ,0.09090909,0.09090909,0.07778957,0.07274252,0.09090909,0.09090909,0.19627433,0.08607039,0.08607039,0.08392285,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.07906219,0.08255515,0.08255515 + Transform: 0.047806117683649,-0.981110692024231,0.187447234988213,0.000000000000000,-0.998856544494629,-0.046921119093895,0.009158041328192,0.000000000000000,-0.000189818689250,-0.187670677900314,-0.982232034206390,0.000000000000000,94.719398498535156,11.586173057556152,-5.994208812713623,1.000000000000000 + TransformLink: 0.047806121408939,-0.998856723308563,-0.000189982034499,0.000000000000000,-0.981110632419586,-0.046921089291573,-0.187670707702637,0.000000000000000,0.187447190284729,0.009158199653029,-0.982231914997101,0.000000000000000,7.962748527526855,95.209640502929688,-3.695322990417480,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-shin_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1108,1109,1110,1111,1112,1113,1114 + ,1115,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175 + ,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198 + ,1199,1200,1201,1233,1234,1235,1236,1237,1238,1239,1240,1298,1299,1300,1301,1302,1303,1304,1305 + Weights: 0.45544841,0.53894000,0.51858133,0.47719231,0.54471755,0.50040944,0.54075134,0.30092708,0.38650858,0.36799761,0.37131077,0.21218019,0.21687413,0.22884427,0.29860278,0.22468145,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.67824221,0.91256857,1.00000000,0.94986987,1.00000000,1.00000000,1.00000000,0.83824880,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.96763651,1.00000000,1.00000000,1.00000000,1.00000000,0.99626942,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.011540855281055,-0.998295366764069,0.057212971150875,0.000000000000000,-0.999252915382385,-0.009403754025698,0.037483055144548,0.000000000000000,-0.036881145089865,-0.057602778077126,-0.997658193111420,0.000000000000000,48.185890197753906,10.424536705017090,-6.096130847930908,1.000000000000000 + TransformLink: 0.011540859937668,-0.999253153800964,-0.036881305277348,0.000000000000000,-0.998295247554779,-0.009403739124537,-0.057602811604738,0.000000000000000,0.057212918996811,0.037483222782612,-0.997658073902130,0.000000000000000,10.199435234069824,48.476436614990234,-3.704212188720703,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-foot_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1136,1137,1138,1139,1140,1141,1146,1147,1148,1149,1150 + ,1151,1152,1153,1178,1179,1181,1185,1196,1201 + Weights: 1.00000000,0.98404321,1.00000000,1.00000000,1.00000000,0.76505144,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.91039097,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.32175779,0.08743143,0.05013013,0.16175120,0.03236349,0.00373058 + Transform: 0.032561752945185,-0.985909819602966,0.164078697562218,0.000000000000000,-0.542383968830109,-0.155320733785629,-0.825648069381714,0.000000000000000,0.839499413967133,-0.062109064310789,-0.539799153804779,0.000000000000000,9.990980148315430,11.903600692749023,4.757122993469238,1.000000000000000 + TransformLink: 0.032561764121056,-0.542384207248688,0.839499354362488,0.000000000000000,-0.985909521579742,-0.155320763587952,-0.062109123915434,0.000000000000000,0.164078623056412,-0.825648307800293,-0.539799332618713,0.000000000000000,10.630007743835449,11.195537567138672,-5.080208301544189,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-toe_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1117,1121,1128,1129,1130,1131,1132,1133,1134,1135,1142,1143,1144,1145,1148 + Weights: 0.01595679,0.23494856,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.08960903 + Transform: -0.024021634832025,0.995131850242615,0.095580123364925,0.000000000000000,-0.088077150285244,-0.097342558205128,0.991345643997192,0.000000000000000,0.995823740959167,0.015395305119455,0.089986726641655,0.000000000000000,-9.140233993530273,-11.126141548156738,-3.630423069000244,1.000000000000000 + TransformLink: -0.024021618068218,-0.088077373802662,0.995824098587036,0.000000000000000,0.995131731033325,-0.097342632710934,0.015395309776068,0.000000000000000,0.095580101013184,0.991346180438995,0.089986905455589,0.000000000000000,11.199411392211914,1.710910320281982,9.600047111511230,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thigh_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,2577,2578,2579,2580,2581,2582,2583 + ,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606 + ,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2731,2738,2744,2750,2751 + ,2752,2753,2754,2755,2756,2757,2766,2813,2814,2815,2816,2817,2822,2824,2825,2831,2832,2848,2849,2850,2851,2852,2853 + ,2854,2855,2891,2893,2897 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,0.54455159,0.46106000,0.48141867,0.52280769,0.45528245,0.49959056,0.45924866,0.69907292,0.61349142,0.63200239,0.62868923,0.78781981,0.78312587,0.77115573,0.70139722,0.77531855,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.09090909,0.09090909,0.19627433,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.07778957 + ,0.09090909,0.09090909,0.07778957,0.07274252,0.09090909,0.09090909,0.19627433,0.08607039,0.08607039,0.08392285,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.07906219,0.08255515,0.08255515 + Transform: -0.047805979847908,-0.981114387512207,-0.187427759170532,0.000000000000000,-0.998856604099274,0.046921141445637,0.009157105349004,0.000000000000000,-0.000189844766282,0.187651276588440,-0.982235729694366,0.000000000000000,94.719406127929688,-11.586277008056641,-5.993978023529053,1.000000000000000 + TransformLink: -0.047805964946747,-0.998856663703918,-0.000190006656339,0.000000000000000,-0.981114387512207,0.046921130269766,0.187651216983795,0.000000000000000,-0.187427818775177,0.009157273918390,-0.982235670089722,0.000000000000000,-7.962748527526855,95.209640502929688,-3.695322990417480,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-shin_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2625,2626,2627,2628,2629,2630,2631 + ,2632,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692 + ,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715 + ,2716,2717,2718,2758,2759,2760,2761,2762,2763,2764,2765,2840,2841,2842,2843,2844,2845,2846,2847 + Weights: 0.45544841,0.53894000,0.51858133,0.47719231,0.54471755,0.50040944,0.54075134,0.30092708,0.38650858,0.36799761,0.37131077,0.21218019,0.21687413,0.22884427,0.29860278,0.22468145,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.67824221,0.91256857,1.00000000,0.94986987,1.00000000,1.00000000,1.00000000,0.83824880,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.96763651,1.00000000,1.00000000,1.00000000,1.00000000,0.99626942,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: -0.011540683917701,-0.998295247554779,-0.057212896645069,0.000000000000000,-0.999252915382385,0.009403563104570,0.037483036518097,0.000000000000000,-0.036881141364574,0.057602789252996,-0.997658073902130,0.000000000000000,48.185897827148438,-10.424526214599609,-6.096127986907959,1.000000000000000 + TransformLink: -0.011540669947863,-0.999253094196320,-0.036881301552057,0.000000000000000,-0.998295307159424,0.009403570555151,0.057602744549513,0.000000000000000,-0.057212948799133,0.037483211606741,-0.997658133506775,0.000000000000000,-10.199435234069824,48.476440429687500,-3.704211950302124,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-foot_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2653,2654,2655,2656,2657,2658,2663,2664,2665,2666,2667 + ,2668,2669,2670,2695,2696,2698,2702,2713,2718 + Weights: 1.00000000,0.98404321,1.00000000,1.00000000,1.00000000,0.76505144,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.91039097,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.32175779,0.08743143,0.05013013,0.16175120,0.03236349,0.00373058 + Transform: -0.032561704516411,-0.985909759998322,-0.164078623056412,0.000000000000000,-0.542384088039398,0.155320659279823,-0.825648069381714,0.000000000000000,0.839499235153198,0.062109168618917,-0.539799213409424,0.000000000000000,9.990983963012695,-11.903597831726074,4.757127285003662,1.000000000000000 + TransformLink: -0.032561637461185,-0.542384266853333,0.839499354362488,0.000000000000000,-0.985909640789032,0.155320674180984,0.062109153717756,0.000000000000000,-0.164078623056412,-0.825648188591003,-0.539799451828003,0.000000000000000,-10.630005836486816,11.195541381835938,-5.080207347869873,1.000000000000000 + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-toe_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2634,2638,2645,2646,2647,2648,2649,2650,2651,2652,2659,2660,2661,2662,2665 + Weights: 0.01595679,0.23494856,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.08960903 + Transform: 0.024021400138736,0.995131790637970,-0.095580622553825,0.000000000000000,-0.088077180087566,0.097343109548092,0.991345763206482,0.000000000000000,0.995824098587036,-0.015395079739392,0.089986771345139,0.000000000000000,-9.140239715576172,11.126136779785156,-3.630433082580566,1.000000000000000 + TransformLink: 0.024021439254284,-0.088077388703823,0.995823800563812,0.000000000000000,0.995131790637970,0.097343094646931,-0.015395024791360,0.000000000000000,-0.095580652356148,0.991346001625061,0.089986875653267,0.000000000000000,-11.199409484863281,1.710914134979248,9.600046157836914,1.000000000000000 + } + Pose: "Pose::BIND_POSES", "BindPose" { + Type: "BindPose" + Version: 100 + Properties60: { + } + NbPoseNodes: 62 + PoseNode: { + Node: "Model::Dummy" + Matrix: 1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000,0.000000043711388,0.000000000000000,0.000000000000000,-0.000000043711388,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000 + } + PoseNode: { + Node: "Model::FemaleDummy_Mesh" + Matrix: 0.000000075497901,1.000000000000000,0.000000162920685,0.000000000000000,-1.000000000000000,0.000000075497901,0.000000000000012,0.000000000000000,0.000000000000000,-0.000000162920685,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000 + } + PoseNode: { + Node: "Model::B-hips" + Matrix: 0.000000075497901,0.999672472476959,0.025594567880034,0.000000000000000,-1.000000000000000,0.000000075473174,0.000000001932336,0.000000000000000,0.000000000000000,-0.025594567880034,0.999672412872314,0.000000000000000,0.000000000000000,88.761772155761719,-4.373987674713135,1.000000000000000 + } + PoseNode: { + Node: "Model::B-spine" + Matrix: 0.000000075497901,0.995092928409576,0.098945677280426,0.000000000000000,-1.000000000000000,0.000000075127424,0.000000007470191,0.000000000000000,0.000000000000000,-0.098945677280426,0.995092868804932,0.000000000000000,0.000000000000000,106.747291564941406,-3.913505077362061,1.000000000000000 + } + PoseNode: { + Node: "Model::B-chest" + Matrix: 0.000000075497901,0.995309472084045,-0.096742853522301,0.000000000000000,-1.000000000000000,0.000000075143774,-0.000000007303882,0.000000000000000,0.000000000000000,0.096742853522301,0.995309412479401,0.000000000000000,0.000000000000000,121.720870971679688,-2.424628257751465,1.000000000000000 + } + PoseNode: { + Node: "Model::B-upperChest" + Matrix: 0.000000075497901,0.999487161636353,-0.032023474574089,0.000000000000000,-1.000000000000000,0.000000075459184,-0.000000002417705,0.000000000000000,0.000000000000000,0.032023474574089,0.999487102031708,0.000000000000000,0.000000000000000,135.906829833984375,-3.803485870361328,1.000000000000000 + } + PoseNode: { + Node: "Model::B-neck" + Matrix: 0.000000075497901,0.983930647373199,0.178551152348518,0.000000000000000,-1.000000000000000,0.000000074284699,0.000000013480237,0.000000000000000,0.000000000000000,-0.178551152348518,0.983930647373199,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + PoseNode: { + Node: "Model::B-head" + Matrix: 0.000000075497901,0.998505711555481,0.054646395146847,0.000000000000000,-1.000000000000000,0.000000075385088,0.000000004125688,0.000000000000000,0.000000000000000,-0.054646395146847,0.998505771160126,0.000000000000000,0.000000000000000,163.427642822265625,-3.253942012786865,1.000000000000000 + } + PoseNode: { + Node: "Model::B-shoulder_L" + Matrix: 0.970457077026367,-0.153743743896484,-0.185946345329285,0.000000000000000,0.145385965704918,0.987681686878204,-0.057861916720867,0.000000000000000,0.192551702260971,0.029118552803993,0.980854690074921,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + PoseNode: { + Node: "Model::B-upper_arm_L" + Matrix: 0.963466048240662,-0.247450917959213,-0.102476976811886,0.000000000000000,0.122453846037388,0.066697128117085,0.990230560302734,0.000000000000000,-0.238198712468147,-0.966602087020874,0.094561710953712,0.000000000000000,16.481088638305664,147.149887084960938,-7.436580181121826,1.000000000000000 + } + PoseNode: { + Node: "Model::B-forearm_L" + Matrix: 0.917127966880798,-0.212478071451187,0.337238281965256,0.000000000000000,-0.306736350059509,0.164066329598427,0.937547326087952,0.000000000000000,-0.254537850618362,-0.963293969631195,0.085295021533966,0.000000000000000,40.903915405273438,140.877273559570312,-10.034259796142578,1.000000000000000 + } + PoseNode: { + Node: "Model::B-hand_L" + Matrix: 0.903915047645569,-0.133878588676453,0.406219154596329,0.000000000000000,-0.206205055117607,-0.968491256237030,0.139657124876976,0.000000000000000,0.374722748994827,-0.210002630949020,-0.903040230274200,0.000000000000000,66.710617065429688,134.898437500000000,-0.544842541217804,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_01_L" + Matrix: 0.872291147708893,-0.207394763827324,0.442826539278030,0.000000000000000,-0.300975680351257,-0.941448450088501,0.151948347687721,0.000000000000000,0.385385215282440,-0.265823245048523,-0.883637964725494,0.000000000000000,71.832969665527344,133.915161132812500,5.617502212524414,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_01_L" + Matrix: 0.871777117252350,-0.240284770727158,0.426928371191025,0.000000000000000,-0.325123876333237,-0.935652852058411,0.137288197875023,0.000000000000000,0.366468578577042,-0.258489310741425,-0.893803000450134,0.000000000000000,77.856681823730469,132.482971191406250,8.675494194030762,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_02_L" + Matrix: 0.871773660182953,-0.240298524498940,0.426927655935287,0.000000000000000,-0.327012777328491,-0.934310376644135,0.141868367791176,0.000000000000000,0.364792257547379,-0.263287901878357,-0.893087804317474,0.000000000000000,81.587860107421875,131.454559326171875,10.502734184265137,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_03_L" + Matrix: 0.876720666885376,-0.179818391799927,0.446123301982880,0.000000000000000,-0.270733147859573,-0.951102793216705,0.148683995008469,0.000000000000000,0.397573113441467,-0.251134693622589,-0.882534265518188,0.000000000000000,84.837982177734375,130.558685302734375,12.094393730163574,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_01_L" + Matrix: 0.016712998971343,-0.314429074525833,0.949133753776550,0.000000000000000,-0.476839482784271,-0.836868166923523,-0.268841236829758,0.000000000000000,0.878831565380096,-0.448091149330139,-0.163918867707253,0.000000000000000,69.088668823242188,133.770111083984375,3.262594461441040,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_02_L" + Matrix: -0.232167229056358,-0.331768840551376,0.914345681667328,0.000000000000000,-0.968405961990356,0.166827455163002,-0.185360789299011,0.000000000000000,-0.091041058301926,-0.928492248058319,-0.360018789768219,0.000000000000000,69.184524536132812,131.966735839843750,8.706250190734863,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_03_L" + Matrix: -0.255531907081604,-0.265172541141510,0.929724335670471,0.000000000000000,-0.958982765674591,0.191567853093147,-0.208935067057610,0.000000000000000,-0.122701466083527,-0.944978952407837,-0.303247600793839,0.000000000000000,68.089645385742188,130.402145385742188,13.018218994140625,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_02_L" + Matrix: 0.920086801052094,-0.243785858154297,0.306607842445374,0.000000000000000,-0.279475420713425,-0.956999719142914,0.077748998999596,0.000000000000000,0.274469733238220,-0.157225236296654,-0.948655128479004,0.000000000000000,73.134849548339844,134.394073486328125,3.663960695266724,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_01_L" + Matrix: 0.941284835338593,-0.212466716766357,0.262374490499496,0.000000000000000,-0.235582992434502,-0.970021247863770,0.059660047292709,0.000000000000000,0.241833269596100,-0.117968127131462,-0.963120043277740,0.000000000000000,79.066123962402344,132.822525024414062,5.640485763549805,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_02_L" + Matrix: 0.941284060478210,-0.212464690208435,0.262378990650177,0.000000000000000,-0.235422044992447,-0.970099091529846,0.059025328606367,0.000000000000000,0.241993054747581,-0.117329463362694,-0.963157892227173,0.000000000000000,83.283042907714844,131.870681762695312,6.815913200378418,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_03_L" + Matrix: 0.948091626167297,-0.152172923088074,0.279222875833511,0.000000000000000,-0.176343142986298,-0.982282459735870,0.063434906303883,0.000000000000000,0.264622867107391,-0.109381206333637,-0.958128631114960,0.000000000000000,86.956283569335938,131.041564941406250,7.839813709259033,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_03_L" + Matrix: 0.924398779869080,-0.302989006042480,0.231698542833328,0.000000000000000,-0.355564355850220,-0.904384493827820,0.235929429531097,0.000000000000000,0.138060688972473,-0.300476729869843,-0.943744122982025,0.000000000000000,73.663864135742188,134.907913208007812,1.105013608932495,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_01_L" + Matrix: 0.955407142639160,-0.289293318986893,0.059214156121016,0.000000000000000,-0.293278396129608,-0.952995300292969,0.076077707111835,0.000000000000000,0.034422233700752,-0.090051487088203,-0.995342075824738,0.000000000000000,79.556701660156250,132.976425170898438,2.582040309906006,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_02_L" + Matrix: 0.955407500267029,-0.289292633533478,0.059211365878582,0.000000000000000,-0.293142050504684,-0.953336954116821,0.072224460542202,0.000000000000000,0.035554572939873,-0.086361207067966,-0.995629251003265,0.000000000000000,83.570098876953125,131.761184692382812,2.830782413482666,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_03_L" + Matrix: 0.970367252826691,-0.229528188705444,0.075522474944592,0.000000000000000,-0.233236953616142,-0.971400737762451,0.044508676975965,0.000000000000000,0.063146799802780,-0.060804475098848,-0.996150314807892,0.000000000000000,87.066070556640625,130.702621459960938,3.047445297241211,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_04_L" + Matrix: 0.948591947555542,-0.304644018411636,0.085820831358433,0.000000000000000,-0.311020493507385,-0.947486579418182,0.074401780962944,0.000000000000000,0.058648139238358,-0.097269028425217,-0.993528604507446,0.000000000000000,73.738174438476562,134.894515991210938,-0.964292347431183,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_01_L" + Matrix: 0.921476781368256,-0.372125774621964,-0.111367926001549,0.000000000000000,-0.345276683568954,-0.916053593158722,0.204034358263016,0.000000000000000,-0.177945360541344,-0.149560287594795,-0.972608387470245,0.000000000000000,79.415618896484375,133.071182250976562,-0.450643688440323,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_02_L" + Matrix: 0.921472966670990,-0.372135430574417,-0.111367404460907,0.000000000000000,-0.345278471708298,-0.916043341159821,0.204077526926994,0.000000000000000,-0.177961766719818,-0.149599254131317,-0.972599387168884,0.000000000000000,82.436042785644531,131.851425170898438,-0.815686285495758,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_03_L" + Matrix: 0.949916779994965,-0.297709465026855,-0.095010511577129,0.000000000000000,-0.283982932567596,-0.949254631996155,0.135165572166443,0.000000000000000,-0.130429118871689,-0.101414747536182,-0.986257135868073,0.000000000000000,85.067054748535156,130.788894653320312,-1.133665204048157,1.000000000000000 + } + PoseNode: { + Node: "Model::B-shoulder_R" + Matrix: -0.970457077026367,-0.153743594884872,-0.185946345329285,0.000000000000000,0.145385816693306,-0.987681686878204,0.057861886918545,0.000000000000000,-0.192551702260971,0.029118552803993,0.980854690074921,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + PoseNode: { + Node: "Model::B-upper_arm_R" + Matrix: -0.963466048240662,-0.247450917959213,-0.102476827800274,0.000000000000000,0.122453697025776,-0.066697172820568,-0.990230560302734,0.000000000000000,0.238198712468147,-0.966602087020874,0.094561710953712,0.000000000000000,-16.481088638305664,147.149887084960938,-7.436580181121826,1.000000000000000 + } + PoseNode: { + Node: "Model::B-forearm_R" + Matrix: -0.917127966880798,-0.212478041648865,0.337238401174545,0.000000000000000,-0.306736469268799,-0.164066359400749,-0.937547326087952,0.000000000000000,0.254537850618362,-0.963293969631195,0.085295021533966,0.000000000000000,-40.903915405273438,140.877273559570312,-10.034259796142578,1.000000000000000 + } + PoseNode: { + Node: "Model::B-hand_R" + Matrix: -0.903915047645569,-0.133878767490387,0.406219214200974,0.000000000000000,-0.206205293536186,0.968491196632385,-0.139657288789749,0.000000000000000,-0.374722689390182,-0.210002869367599,-0.903040230274200,0.000000000000000,-66.710617065429688,134.898437500000000,-0.544842541217804,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_01_R" + Matrix: -0.872291147708893,-0.207394912838936,0.442826569080353,0.000000000000000,-0.300975799560547,0.941448509693146,-0.151948317885399,0.000000000000000,-0.385385155677795,-0.265823245048523,-0.883638024330139,0.000000000000000,-71.832969665527344,133.915161132812500,5.617502689361572,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_01_R" + Matrix: -0.871777117252350,-0.240284919738770,0.426928400993347,0.000000000000000,-0.325123965740204,0.935652911663055,-0.137288168072701,0.000000000000000,-0.366468518972397,-0.258489310741425,-0.893803060054779,0.000000000000000,-77.856681823730469,132.482971191406250,8.675495147705078,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_02_R" + Matrix: -0.871773719787598,-0.240298718214035,0.426927596330643,0.000000000000000,-0.327012836933136,0.934310436248779,-0.141868293285370,0.000000000000000,-0.364792138338089,-0.263287842273712,-0.893087863922119,0.000000000000000,-81.587860107421875,131.454559326171875,10.502735137939453,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_03_R" + Matrix: -0.876720726490021,-0.179818540811539,0.446123361587524,0.000000000000000,-0.270733177661896,0.951102852821350,-0.148683935403824,0.000000000000000,-0.397573113441467,-0.251134663820267,-0.882534325122833,0.000000000000000,-84.837982177734375,130.558685302734375,12.094394683837891,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_01_R" + Matrix: -0.016712898388505,-0.314429134130478,0.949133753776550,0.000000000000000,-0.476839482784271,0.836868226528168,0.268841296434402,0.000000000000000,-0.878831505775452,-0.448091208934784,-0.163918748497963,0.000000000000000,-69.088668823242188,133.770111083984375,3.262595653533936,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_02_R" + Matrix: 0.232167378067970,-0.331768810749054,0.914345562458038,0.000000000000000,-0.968405842781067,-0.166827693581581,0.185360908508301,0.000000000000000,0.091041296720505,-0.928492307662964,-0.360018789768219,0.000000000000000,-69.184524536132812,131.966735839843750,8.706251144409180,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_03_R" + Matrix: 0.255532026290894,-0.265172541141510,0.929724156856537,0.000000000000000,-0.958982646465302,-0.191568031907082,0.208935216069221,0.000000000000000,0.122701652348042,-0.944979012012482,-0.303247660398483,0.000000000000000,-68.089645385742188,130.402145385742188,13.018218994140625,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_02_R" + Matrix: -0.920086860656738,-0.243786022067070,0.306607812643051,0.000000000000000,-0.279475569725037,0.956999659538269,-0.077749215066433,0.000000000000000,-0.274469554424286,-0.157225474715233,-0.948655128479004,0.000000000000000,-73.134849548339844,134.394073486328125,3.663961172103882,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_01_R" + Matrix: -0.941284835338593,-0.212467029690742,0.262374520301819,0.000000000000000,-0.235583305358887,0.970021188259125,-0.059660125523806,0.000000000000000,-0.241833180189133,-0.117968276143074,-0.963120043277740,0.000000000000000,-79.066123962402344,132.822525024414062,5.640485763549805,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_02_R" + Matrix: -0.941284120082855,-0.212464749813080,0.262379020452499,0.000000000000000,-0.235422119498253,0.970099091529846,-0.059025518596172,0.000000000000000,-0.241992965340614,-0.117329657077789,-0.963157892227173,0.000000000000000,-83.283042907714844,131.870681762695312,6.815913200378418,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_03_R" + Matrix: -0.948091685771942,-0.152172967791557,0.279222875833511,0.000000000000000,-0.176343247294426,0.982282459735870,-0.063435129821301,0.000000000000000,-0.264622807502747,-0.109381452202797,-0.958128631114960,0.000000000000000,-86.956283569335938,131.041564941406250,7.839813709259033,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_03_R" + Matrix: -0.924398899078369,-0.302989155054092,0.231698557734489,0.000000000000000,-0.355564445257187,0.904384553432465,-0.235929399728775,0.000000000000000,-0.138060599565506,-0.300476700067520,-0.943744182586670,0.000000000000000,-73.663864135742188,134.907913208007812,1.105014204978943,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_01_R" + Matrix: -0.955407202243805,-0.289293467998505,0.059214171022177,0.000000000000000,-0.293278455734253,0.952995359897614,-0.076077930629253,0.000000000000000,-0.034422054886818,-0.090051665902138,-0.995342075824738,0.000000000000000,-79.556701660156250,132.976425170898438,2.582040786743164,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_02_R" + Matrix: -0.955407619476318,-0.289292782545090,0.059211391955614,0.000000000000000,-0.293142110109329,0.953337132930756,-0.072224192321301,0.000000000000000,-0.035554550588131,-0.086360923945904,-0.995629310607910,0.000000000000000,-83.570098876953125,131.761184692382812,2.830782890319824,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_03_R" + Matrix: -0.970367372035980,-0.229528382420540,0.075522489845753,0.000000000000000,-0.233237102627754,0.971400916576385,-0.044508945196867,0.000000000000000,-0.063146628439426,-0.060804702341557,-0.996150314807892,0.000000000000000,-87.066070556640625,130.702621459960938,3.047445774078369,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_04_R" + Matrix: -0.948592007160187,-0.304644107818604,0.085820876061916,0.000000000000000,-0.311020553112030,0.947486519813538,-0.074402049183846,0.000000000000000,-0.058648049831390,-0.097269289195538,-0.993528664112091,0.000000000000000,-73.738174438476562,134.894515991210938,-0.964292109012604,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_01_R" + Matrix: -0.921476900577545,-0.372125893831253,-0.111367911100388,0.000000000000000,-0.345276772975922,0.916053533554077,-0.204034149646759,0.000000000000000,0.177945315837860,-0.149560049176216,-0.972608566284180,0.000000000000000,-79.415618896484375,133.071182250976562,-0.450643211603165,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_02_R" + Matrix: -0.921473026275635,-0.372135668992996,-0.111367411911488,0.000000000000000,-0.345278620719910,0.916043162345886,-0.204077616333961,0.000000000000000,0.177961871027946,-0.149599269032478,-0.972599506378174,0.000000000000000,-82.436042785644531,131.851425170898438,-0.815685808658600,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_03_R" + Matrix: -0.949916899204254,-0.297709554433823,-0.095010496675968,0.000000000000000,-0.283982902765274,0.949254453182220,-0.135165810585022,0.000000000000000,0.130429223179817,-0.101414993405342,-0.986257255077362,0.000000000000000,-85.067054748535156,130.788894653320312,-1.133664727210999,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thigh_L" + Matrix: 0.047806121408939,-0.998856723308563,-0.000189982034499,0.000000000000000,-0.981110632419586,-0.046921089291573,-0.187670707702637,0.000000000000000,0.187447190284729,0.009158199653029,-0.982231914997101,0.000000000000000,7.962748527526855,95.209640502929688,-3.695322990417480,1.000000000000000 + } + PoseNode: { + Node: "Model::B-shin_L" + Matrix: 0.011540859937668,-0.999253153800964,-0.036881305277348,0.000000000000000,-0.998295247554779,-0.009403739124537,-0.057602811604738,0.000000000000000,0.057212918996811,0.037483222782612,-0.997658073902130,0.000000000000000,10.199435234069824,48.476436614990234,-3.704212188720703,1.000000000000000 + } + PoseNode: { + Node: "Model::B-foot_L" + Matrix: 0.032561764121056,-0.542384207248688,0.839499354362488,0.000000000000000,-0.985909521579742,-0.155320763587952,-0.062109123915434,0.000000000000000,0.164078623056412,-0.825648307800293,-0.539799332618713,0.000000000000000,10.630007743835449,11.195537567138672,-5.080208301544189,1.000000000000000 + } + PoseNode: { + Node: "Model::B-toe_L" + Matrix: -0.024021618068218,-0.088077373802662,0.995824098587036,0.000000000000000,0.995131731033325,-0.097342632710934,0.015395309776068,0.000000000000000,0.095580101013184,0.991346180438995,0.089986905455589,0.000000000000000,11.199411392211914,1.710910320281982,9.600047111511230,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thigh_R" + Matrix: -0.047805964946747,-0.998856663703918,-0.000190006656339,0.000000000000000,-0.981114387512207,0.046921130269766,0.187651216983795,0.000000000000000,-0.187427818775177,0.009157273918390,-0.982235670089722,0.000000000000000,-7.962748527526855,95.209640502929688,-3.695322990417480,1.000000000000000 + } + PoseNode: { + Node: "Model::B-shin_R" + Matrix: -0.011540669947863,-0.999253094196320,-0.036881301552057,0.000000000000000,-0.998295307159424,0.009403570555151,0.057602744549513,0.000000000000000,-0.057212948799133,0.037483211606741,-0.997658133506775,0.000000000000000,-10.199435234069824,48.476440429687500,-3.704211950302124,1.000000000000000 + } + PoseNode: { + Node: "Model::B-foot_R" + Matrix: -0.032561637461185,-0.542384266853333,0.839499354362488,0.000000000000000,-0.985909640789032,0.155320674180984,0.062109153717756,0.000000000000000,-0.164078623056412,-0.825648188591003,-0.539799451828003,0.000000000000000,-10.630005836486816,11.195541381835938,-5.080207347869873,1.000000000000000 + } + PoseNode: { + Node: "Model::B-toe_R" + Matrix: 0.024021439254284,-0.088077388703823,0.995823800563812,0.000000000000000,0.995131790637970,0.097343094646931,-0.015395024791360,0.000000000000000,-0.095580652356148,0.991346001625061,0.089986875653267,0.000000000000000,-11.199409484863281,1.710914134979248,9.600046157836914,1.000000000000000 + } + } + GlobalSettings: { + Version: 1000 + Properties60: { + Property: "UpAxis", "int", "",1 + Property: "UpAxisSign", "int", "",1 + Property: "FrontAxis", "int", "",2 + Property: "FrontAxisSign", "int", "",1 + Property: "CoordAxis", "int", "",0 + Property: "CoordAxisSign", "int", "",1 + Property: "UnitScaleFactor", "double", "",1 + } + } +} + +; Object relations +;------------------------------------------------------------------ + +Relations: { + Model: "Model::Dummy", "Limb" { + } + Model: "Model::FemaleDummy_Mesh", "Mesh" { + } + Model: "Model::B-hips", "Limb" { + } + Model: "Model::B-spine", "Limb" { + } + Model: "Model::B-chest", "Limb" { + } + Model: "Model::B-upperChest", "Limb" { + } + Model: "Model::B-neck", "Limb" { + } + Model: "Model::B-head", "Limb" { + } + Model: "Model::B-shoulder_L", "Limb" { + } + Model: "Model::B-upper_arm_L", "Limb" { + } + Model: "Model::B-forearm_L", "Limb" { + } + Model: "Model::B-hand_L", "Limb" { + } + Model: "Model::B-palm_01_L", "Limb" { + } + Model: "Model::B-f_index_01_L", "Limb" { + } + Model: "Model::B-f_index_02_L", "Limb" { + } + Model: "Model::B-f_index_03_L", "Limb" { + } + Model: "Model::B-thumb_01_L", "Limb" { + } + Model: "Model::B-thumb_02_L", "Limb" { + } + Model: "Model::B-thumb_03_L", "Limb" { + } + Model: "Model::B-palm_02_L", "Limb" { + } + Model: "Model::B-f_middle_01_L", "Limb" { + } + Model: "Model::B-f_middle_02_L", "Limb" { + } + Model: "Model::B-f_middle_03_L", "Limb" { + } + Model: "Model::B-palm_03_L", "Limb" { + } + Model: "Model::B-f_ring_01_L", "Limb" { + } + Model: "Model::B-f_ring_02_L", "Limb" { + } + Model: "Model::B-f_ring_03_L", "Limb" { + } + Model: "Model::B-palm_04_L", "Limb" { + } + Model: "Model::B-f_pinky_01_L", "Limb" { + } + Model: "Model::B-f_pinky_02_L", "Limb" { + } + Model: "Model::B-f_pinky_03_L", "Limb" { + } + Model: "Model::B-shoulder_R", "Limb" { + } + Model: "Model::B-upper_arm_R", "Limb" { + } + Model: "Model::B-forearm_R", "Limb" { + } + Model: "Model::B-hand_R", "Limb" { + } + Model: "Model::B-palm_01_R", "Limb" { + } + Model: "Model::B-f_index_01_R", "Limb" { + } + Model: "Model::B-f_index_02_R", "Limb" { + } + Model: "Model::B-f_index_03_R", "Limb" { + } + Model: "Model::B-thumb_01_R", "Limb" { + } + Model: "Model::B-thumb_02_R", "Limb" { + } + Model: "Model::B-thumb_03_R", "Limb" { + } + Model: "Model::B-palm_02_R", "Limb" { + } + Model: "Model::B-f_middle_01_R", "Limb" { + } + Model: "Model::B-f_middle_02_R", "Limb" { + } + Model: "Model::B-f_middle_03_R", "Limb" { + } + Model: "Model::B-palm_03_R", "Limb" { + } + Model: "Model::B-f_ring_01_R", "Limb" { + } + Model: "Model::B-f_ring_02_R", "Limb" { + } + Model: "Model::B-f_ring_03_R", "Limb" { + } + Model: "Model::B-palm_04_R", "Limb" { + } + Model: "Model::B-f_pinky_01_R", "Limb" { + } + Model: "Model::B-f_pinky_02_R", "Limb" { + } + Model: "Model::B-f_pinky_03_R", "Limb" { + } + Model: "Model::B-thigh_L", "Limb" { + } + Model: "Model::B-shin_L", "Limb" { + } + Model: "Model::B-foot_L", "Limb" { + } + Model: "Model::B-toe_L", "Limb" { + } + Model: "Model::B-thigh_R", "Limb" { + } + Model: "Model::B-shin_R", "Limb" { + } + Model: "Model::B-foot_R", "Limb" { + } + Model: "Model::B-toe_R", "Limb" { + } + Model: "Model::Producer Perspective", "Camera" { + } + Model: "Model::Producer Top", "Camera" { + } + Model: "Model::Producer Bottom", "Camera" { + } + Model: "Model::Producer Front", "Camera" { + } + Model: "Model::Producer Back", "Camera" { + } + Model: "Model::Producer Right", "Camera" { + } + Model: "Model::Producer Left", "Camera" { + } + Model: "Model::Camera Switcher", "CameraSwitcher" { + } + Material: "Material::DummyMaterial", "" { + } + Material: "Material::DummyMaterial__DummyTexture", "" { + } + Texture: "Texture::DummyTexture", "TextureVideoClip" { + } + Video: "Video::DummyTexture", "Clip" { + } + Deformer: "Deformer::Skin FemaleDummy_Mesh", "Skin" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-hips", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-spine", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-chest", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-upperChest", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-neck", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-head", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-shoulder_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-upper_arm_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-forearm_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-hand_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-shoulder_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-upper_arm_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-forearm_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-hand_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thigh_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-shin_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-foot_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-toe_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-thigh_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-shin_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-foot_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster FemaleDummy_Mesh B-toe_R", "Cluster" { + } +} + +; Object connections +;------------------------------------------------------------------ + +Connections: { + Connect: "OO", "Model::FemaleDummy_Mesh", "Model::Scene" + Connect: "OO", "Model::Dummy", "Model::Scene" + Connect: "OO", "Material::DummyMaterial", "Model::FemaleDummy_Mesh" + Connect: "OO", "Material::DummyMaterial__DummyTexture", "Model::FemaleDummy_Mesh" + Connect: "OO", "Texture::DummyTexture", "Model::FemaleDummy_Mesh" + Connect: "OO", "Video::DummyTexture", "Texture::DummyTexture" + Connect: "OO", "Deformer::Skin FemaleDummy_Mesh", "Model::FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-hips", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-spine", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-chest", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-upperChest", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-neck", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-head", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-shoulder_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-upper_arm_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-forearm_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-hand_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_01_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_02_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_03_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_01_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_02_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_03_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_01_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_02_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_03_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_01_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_02_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_03_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_01_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_02_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_03_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-shoulder_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-upper_arm_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-forearm_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-hand_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_01_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_02_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_03_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_01_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_02_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_03_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_01_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_02_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_03_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_01_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_02_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_03_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_01_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_02_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_03_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-thigh_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-shin_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-foot_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-toe_L", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-thigh_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-shin_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-foot_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster FemaleDummy_Mesh B-toe_R", "Deformer::Skin FemaleDummy_Mesh" + Connect: "OO", "Model::B-hips", "SubDeformer::Cluster FemaleDummy_Mesh B-hips" + Connect: "OO", "Model::B-spine", "SubDeformer::Cluster FemaleDummy_Mesh B-spine" + Connect: "OO", "Model::B-chest", "SubDeformer::Cluster FemaleDummy_Mesh B-chest" + Connect: "OO", "Model::B-upperChest", "SubDeformer::Cluster FemaleDummy_Mesh B-upperChest" + Connect: "OO", "Model::B-neck", "SubDeformer::Cluster FemaleDummy_Mesh B-neck" + Connect: "OO", "Model::B-head", "SubDeformer::Cluster FemaleDummy_Mesh B-head" + Connect: "OO", "Model::B-shoulder_L", "SubDeformer::Cluster FemaleDummy_Mesh B-shoulder_L" + Connect: "OO", "Model::B-upper_arm_L", "SubDeformer::Cluster FemaleDummy_Mesh B-upper_arm_L" + Connect: "OO", "Model::B-forearm_L", "SubDeformer::Cluster FemaleDummy_Mesh B-forearm_L" + Connect: "OO", "Model::B-hand_L", "SubDeformer::Cluster FemaleDummy_Mesh B-hand_L" + Connect: "OO", "Model::B-f_index_01_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_01_L" + Connect: "OO", "Model::B-f_index_02_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_02_L" + Connect: "OO", "Model::B-f_index_03_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_03_L" + Connect: "OO", "Model::B-thumb_01_L", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_01_L" + Connect: "OO", "Model::B-thumb_02_L", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_02_L" + Connect: "OO", "Model::B-thumb_03_L", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_03_L" + Connect: "OO", "Model::B-f_middle_01_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_01_L" + Connect: "OO", "Model::B-f_middle_02_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_02_L" + Connect: "OO", "Model::B-f_middle_03_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_03_L" + Connect: "OO", "Model::B-f_ring_01_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_01_L" + Connect: "OO", "Model::B-f_ring_02_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_02_L" + Connect: "OO", "Model::B-f_ring_03_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_03_L" + Connect: "OO", "Model::B-f_pinky_01_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_01_L" + Connect: "OO", "Model::B-f_pinky_02_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_02_L" + Connect: "OO", "Model::B-f_pinky_03_L", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_03_L" + Connect: "OO", "Model::B-shoulder_R", "SubDeformer::Cluster FemaleDummy_Mesh B-shoulder_R" + Connect: "OO", "Model::B-upper_arm_R", "SubDeformer::Cluster FemaleDummy_Mesh B-upper_arm_R" + Connect: "OO", "Model::B-forearm_R", "SubDeformer::Cluster FemaleDummy_Mesh B-forearm_R" + Connect: "OO", "Model::B-hand_R", "SubDeformer::Cluster FemaleDummy_Mesh B-hand_R" + Connect: "OO", "Model::B-f_index_01_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_01_R" + Connect: "OO", "Model::B-f_index_02_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_02_R" + Connect: "OO", "Model::B-f_index_03_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_index_03_R" + Connect: "OO", "Model::B-thumb_01_R", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_01_R" + Connect: "OO", "Model::B-thumb_02_R", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_02_R" + Connect: "OO", "Model::B-thumb_03_R", "SubDeformer::Cluster FemaleDummy_Mesh B-thumb_03_R" + Connect: "OO", "Model::B-f_middle_01_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_01_R" + Connect: "OO", "Model::B-f_middle_02_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_02_R" + Connect: "OO", "Model::B-f_middle_03_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_middle_03_R" + Connect: "OO", "Model::B-f_ring_01_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_01_R" + Connect: "OO", "Model::B-f_ring_02_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_02_R" + Connect: "OO", "Model::B-f_ring_03_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_ring_03_R" + Connect: "OO", "Model::B-f_pinky_01_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_01_R" + Connect: "OO", "Model::B-f_pinky_02_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_02_R" + Connect: "OO", "Model::B-f_pinky_03_R", "SubDeformer::Cluster FemaleDummy_Mesh B-f_pinky_03_R" + Connect: "OO", "Model::B-thigh_L", "SubDeformer::Cluster FemaleDummy_Mesh B-thigh_L" + Connect: "OO", "Model::B-shin_L", "SubDeformer::Cluster FemaleDummy_Mesh B-shin_L" + Connect: "OO", "Model::B-foot_L", "SubDeformer::Cluster FemaleDummy_Mesh B-foot_L" + Connect: "OO", "Model::B-toe_L", "SubDeformer::Cluster FemaleDummy_Mesh B-toe_L" + Connect: "OO", "Model::B-thigh_R", "SubDeformer::Cluster FemaleDummy_Mesh B-thigh_R" + Connect: "OO", "Model::B-shin_R", "SubDeformer::Cluster FemaleDummy_Mesh B-shin_R" + Connect: "OO", "Model::B-foot_R", "SubDeformer::Cluster FemaleDummy_Mesh B-foot_R" + Connect: "OO", "Model::B-toe_R", "SubDeformer::Cluster FemaleDummy_Mesh B-toe_R" + Connect: "OO", "Model::B-hips", "Model::Dummy" + Connect: "OO", "Model::B-spine", "Model::B-hips" + Connect: "OO", "Model::B-chest", "Model::B-spine" + Connect: "OO", "Model::B-upperChest", "Model::B-chest" + Connect: "OO", "Model::B-neck", "Model::B-upperChest" + Connect: "OO", "Model::B-head", "Model::B-neck" + Connect: "OO", "Model::B-shoulder_L", "Model::B-upperChest" + Connect: "OO", "Model::B-upper_arm_L", "Model::B-shoulder_L" + Connect: "OO", "Model::B-forearm_L", "Model::B-upper_arm_L" + Connect: "OO", "Model::B-hand_L", "Model::B-forearm_L" + Connect: "OO", "Model::B-palm_01_L", "Model::B-hand_L" + Connect: "OO", "Model::B-f_index_01_L", "Model::B-palm_01_L" + Connect: "OO", "Model::B-f_index_02_L", "Model::B-f_index_01_L" + Connect: "OO", "Model::B-f_index_03_L", "Model::B-f_index_02_L" + Connect: "OO", "Model::B-thumb_01_L", "Model::B-palm_01_L" + Connect: "OO", "Model::B-thumb_02_L", "Model::B-thumb_01_L" + Connect: "OO", "Model::B-thumb_03_L", "Model::B-thumb_02_L" + Connect: "OO", "Model::B-palm_02_L", "Model::B-hand_L" + Connect: "OO", "Model::B-f_middle_01_L", "Model::B-palm_02_L" + Connect: "OO", "Model::B-f_middle_02_L", "Model::B-f_middle_01_L" + Connect: "OO", "Model::B-f_middle_03_L", "Model::B-f_middle_02_L" + Connect: "OO", "Model::B-palm_03_L", "Model::B-hand_L" + Connect: "OO", "Model::B-f_ring_01_L", "Model::B-palm_03_L" + Connect: "OO", "Model::B-f_ring_02_L", "Model::B-f_ring_01_L" + Connect: "OO", "Model::B-f_ring_03_L", "Model::B-f_ring_02_L" + Connect: "OO", "Model::B-palm_04_L", "Model::B-hand_L" + Connect: "OO", "Model::B-f_pinky_01_L", "Model::B-palm_04_L" + Connect: "OO", "Model::B-f_pinky_02_L", "Model::B-f_pinky_01_L" + Connect: "OO", "Model::B-f_pinky_03_L", "Model::B-f_pinky_02_L" + Connect: "OO", "Model::B-shoulder_R", "Model::B-upperChest" + Connect: "OO", "Model::B-upper_arm_R", "Model::B-shoulder_R" + Connect: "OO", "Model::B-forearm_R", "Model::B-upper_arm_R" + Connect: "OO", "Model::B-hand_R", "Model::B-forearm_R" + Connect: "OO", "Model::B-palm_01_R", "Model::B-hand_R" + Connect: "OO", "Model::B-f_index_01_R", "Model::B-palm_01_R" + Connect: "OO", "Model::B-f_index_02_R", "Model::B-f_index_01_R" + Connect: "OO", "Model::B-f_index_03_R", "Model::B-f_index_02_R" + Connect: "OO", "Model::B-thumb_01_R", "Model::B-palm_01_R" + Connect: "OO", "Model::B-thumb_02_R", "Model::B-thumb_01_R" + Connect: "OO", "Model::B-thumb_03_R", "Model::B-thumb_02_R" + Connect: "OO", "Model::B-palm_02_R", "Model::B-hand_R" + Connect: "OO", "Model::B-f_middle_01_R", "Model::B-palm_02_R" + Connect: "OO", "Model::B-f_middle_02_R", "Model::B-f_middle_01_R" + Connect: "OO", "Model::B-f_middle_03_R", "Model::B-f_middle_02_R" + Connect: "OO", "Model::B-palm_03_R", "Model::B-hand_R" + Connect: "OO", "Model::B-f_ring_01_R", "Model::B-palm_03_R" + Connect: "OO", "Model::B-f_ring_02_R", "Model::B-f_ring_01_R" + Connect: "OO", "Model::B-f_ring_03_R", "Model::B-f_ring_02_R" + Connect: "OO", "Model::B-palm_04_R", "Model::B-hand_R" + Connect: "OO", "Model::B-f_pinky_01_R", "Model::B-palm_04_R" + Connect: "OO", "Model::B-f_pinky_02_R", "Model::B-f_pinky_01_R" + Connect: "OO", "Model::B-f_pinky_03_R", "Model::B-f_pinky_02_R" + Connect: "OO", "Model::B-thigh_L", "Model::B-hips" + Connect: "OO", "Model::B-shin_L", "Model::B-thigh_L" + Connect: "OO", "Model::B-foot_L", "Model::B-shin_L" + Connect: "OO", "Model::B-toe_L", "Model::B-foot_L" + Connect: "OO", "Model::B-thigh_R", "Model::B-hips" + Connect: "OO", "Model::B-shin_R", "Model::B-thigh_R" + Connect: "OO", "Model::B-foot_R", "Model::B-shin_R" + Connect: "OO", "Model::B-toe_R", "Model::B-foot_R" +} +;Takes and animation section +;---------------------------------------------------- + +Takes: { + Current: "" +} +;Version 5 settings +;------------------------------------------------------------------ + +Version5: { + AmbientRenderSettings: { + Version: 101 + AmbientLightColor: 0.0,0.0,0.0,0 + } + FogOptions: { + FogEnable: 0 + FogMode: 0 + FogDensity: 0.000 + FogStart: 5.000 + FogEnd: 25.000 + FogColor: 0.1,0.1,0.1,1 + } + Settings: { + FrameRate: "30" + TimeFormat: 1 + SnapOnFrames: 0 + ReferenceTimeIndex: -1 + TimeLineStartTime: 0 + TimeLineStopTime: 383345111400 + } + RendererSetting: { + DefaultCamera: "Producer Perspective" + DefaultViewingMode: 0 + } +} diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Models/FemaleDummy.fbx.meta b/Assets/Mirror/Examples/TestNT/Dummy/Models/FemaleDummy.fbx.meta new file mode 100644 index 000000000..806311895 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Models/FemaleDummy.fbx.meta @@ -0,0 +1,656 @@ +fileFormatVersion: 2 +guid: 7144acb9459793743bd1b60b10fe0d30 +ModelImporter: + serializedVersion: 23 + fileIDToRecycleName: + 100000: B-chest + 100002: B-f_index.01.L + 100004: B-f_index.01.R + 100006: B-f_index.02.L + 100008: B-f_index.02.R + 100010: B-f_index.03.L + 100012: B-f_index.03.R + 100014: B-f_middle.01.L + 100016: B-f_middle.01.R + 100018: B-f_middle.02.L + 100020: B-f_middle.02.R + 100022: B-f_middle.03.L + 100024: B-f_middle.03.R + 100026: B-f_pinky.01.L + 100028: B-f_pinky.01.R + 100030: B-f_pinky.02.L + 100032: B-f_pinky.02.R + 100034: B-f_pinky.03.L + 100036: B-f_pinky.03.R + 100038: B-f_ring.01.L + 100040: B-f_ring.01.R + 100042: B-f_ring.02.L + 100044: B-f_ring.02.R + 100046: B-f_ring.03.L + 100048: B-f_ring.03.R + 100050: B-foot.L + 100052: B-foot.R + 100054: B-forearm.L + 100056: B-forearm.R + 100058: B-hand.L + 100060: B-hand.R + 100062: B-head + 100064: B-hips + 100066: B-neck + 100068: B-palm.01.L + 100070: B-palm.01.R + 100072: B-palm.02.L + 100074: B-palm.02.R + 100076: B-palm.03.L + 100078: B-palm.03.R + 100080: B-palm.04.L + 100082: B-palm.04.R + 100084: B-shin.L + 100086: B-shin.R + 100088: B-shoulder.L + 100090: B-shoulder.R + 100092: B-spine + 100094: B-thigh.L + 100096: B-thigh.R + 100098: B-thumb.01.L + 100100: B-thumb.01.R + 100102: B-thumb.02.L + 100104: B-thumb.02.R + 100106: B-thumb.03.L + 100108: B-thumb.03.R + 100110: B-toe.L + 100112: B-toe.R + 100114: B-upper_arm.L + 100116: B-upper_arm.R + 100118: B-upperChest + 100120: Dummy + 100122: //RootNode + 100124: FemaleDummy_Mesh + 100126: MaleDummy_Mesh + 100128: B-f_index_01_L + 100130: B-f_index_01_R + 100132: B-f_index_02_L + 100134: B-f_index_02_R + 100136: B-f_index_03_L + 100138: B-f_index_03_R + 100140: B-f_middle_01_L + 100142: B-f_middle_01_R + 100144: B-f_middle_02_L + 100146: B-f_middle_02_R + 100148: B-f_middle_03_L + 100150: B-f_middle_03_R + 100152: B-f_pinky_01_L + 100154: B-f_pinky_01_R + 100156: B-f_pinky_02_L + 100158: B-f_pinky_02_R + 100160: B-f_pinky_03_L + 100162: B-f_pinky_03_R + 100164: B-f_ring_01_L + 100166: B-f_ring_01_R + 100168: B-f_ring_02_L + 100170: B-f_ring_02_R + 100172: B-f_ring_03_L + 100174: B-f_ring_03_R + 100176: B-foot_L + 100178: B-foot_R + 100180: B-forearm_L + 100182: B-forearm_R + 100184: B-hand_L + 100186: B-hand_R + 100188: B-palm_01_L + 100190: B-palm_01_R + 100192: B-palm_02_L + 100194: B-palm_02_R + 100196: B-palm_03_L + 100198: B-palm_03_R + 100200: B-palm_04_L + 100202: B-palm_04_R + 100204: B-shin_L + 100206: B-shin_R + 100208: B-shoulder_L + 100210: B-shoulder_R + 100212: B-thigh_L + 100214: B-thigh_R + 100216: B-thumb_01_L + 100218: B-thumb_01_R + 100220: B-thumb_02_L + 100222: B-thumb_02_R + 100224: B-thumb_03_L + 100226: B-thumb_03_R + 100228: B-toe_L + 100230: B-toe_R + 100232: B-upper_arm_L + 100234: B-upper_arm_R + 400000: B-chest + 400002: B-f_index.01.L + 400004: B-f_index.01.R + 400006: B-f_index.02.L + 400008: B-f_index.02.R + 400010: B-f_index.03.L + 400012: B-f_index.03.R + 400014: B-f_middle.01.L + 400016: B-f_middle.01.R + 400018: B-f_middle.02.L + 400020: B-f_middle.02.R + 400022: B-f_middle.03.L + 400024: B-f_middle.03.R + 400026: B-f_pinky.01.L + 400028: B-f_pinky.01.R + 400030: B-f_pinky.02.L + 400032: B-f_pinky.02.R + 400034: B-f_pinky.03.L + 400036: B-f_pinky.03.R + 400038: B-f_ring.01.L + 400040: B-f_ring.01.R + 400042: B-f_ring.02.L + 400044: B-f_ring.02.R + 400046: B-f_ring.03.L + 400048: B-f_ring.03.R + 400050: B-foot.L + 400052: B-foot.R + 400054: B-forearm.L + 400056: B-forearm.R + 400058: B-hand.L + 400060: B-hand.R + 400062: B-head + 400064: B-hips + 400066: B-neck + 400068: B-palm.01.L + 400070: B-palm.01.R + 400072: B-palm.02.L + 400074: B-palm.02.R + 400076: B-palm.03.L + 400078: B-palm.03.R + 400080: B-palm.04.L + 400082: B-palm.04.R + 400084: B-shin.L + 400086: B-shin.R + 400088: B-shoulder.L + 400090: B-shoulder.R + 400092: B-spine + 400094: B-thigh.L + 400096: B-thigh.R + 400098: B-thumb.01.L + 400100: B-thumb.01.R + 400102: B-thumb.02.L + 400104: B-thumb.02.R + 400106: B-thumb.03.L + 400108: B-thumb.03.R + 400110: B-toe.L + 400112: B-toe.R + 400114: B-upper_arm.L + 400116: B-upper_arm.R + 400118: B-upperChest + 400120: Dummy + 400122: //RootNode + 400124: FemaleDummy_Mesh + 400126: MaleDummy_Mesh + 400128: B-f_index_01_L + 400130: B-f_index_01_R + 400132: B-f_index_02_L + 400134: B-f_index_02_R + 400136: B-f_index_03_L + 400138: B-f_index_03_R + 400140: B-f_middle_01_L + 400142: B-f_middle_01_R + 400144: B-f_middle_02_L + 400146: B-f_middle_02_R + 400148: B-f_middle_03_L + 400150: B-f_middle_03_R + 400152: B-f_pinky_01_L + 400154: B-f_pinky_01_R + 400156: B-f_pinky_02_L + 400158: B-f_pinky_02_R + 400160: B-f_pinky_03_L + 400162: B-f_pinky_03_R + 400164: B-f_ring_01_L + 400166: B-f_ring_01_R + 400168: B-f_ring_02_L + 400170: B-f_ring_02_R + 400172: B-f_ring_03_L + 400174: B-f_ring_03_R + 400176: B-foot_L + 400178: B-foot_R + 400180: B-forearm_L + 400182: B-forearm_R + 400184: B-hand_L + 400186: B-hand_R + 400188: B-palm_01_L + 400190: B-palm_01_R + 400192: B-palm_02_L + 400194: B-palm_02_R + 400196: B-palm_03_L + 400198: B-palm_03_R + 400200: B-palm_04_L + 400202: B-palm_04_R + 400204: B-shin_L + 400206: B-shin_R + 400208: B-shoulder_L + 400210: B-shoulder_R + 400212: B-thigh_L + 400214: B-thigh_R + 400216: B-thumb_01_L + 400218: B-thumb_01_R + 400220: B-thumb_02_L + 400222: B-thumb_02_R + 400224: B-thumb_03_L + 400226: B-thumb_03_R + 400228: B-toe_L + 400230: B-toe_R + 400232: B-upper_arm_L + 400234: B-upper_arm_R + 2100000: DummyMaterial + 2300000: FemaleDummy_Mesh + 3300000: FemaleDummy_Mesh + 4300000: MaleDummy_Mesh + 4300002: FemaleDummy_Mesh + 9500000: //RootNode + 13700000: FemaleDummy_Mesh + 13700002: MaleDummy_Mesh + 2186277476908879412: ImportLogs + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + importVisibility: 1 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + previousCalculatedGlobalScale: 0.01 + hasPreviousCalculatedGlobalScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: + - name: EditableDefaultScale(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Dummy + parentName: EditableDefaultScale(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.000000021855694, y: 0, z: -0, w: 1} + scale: {x: 100, y: 100, z: 100} + - name: B-hips + parentName: Dummy + position: {x: -0, y: 0.008876177, z: -0.00043739914} + rotation: {x: 0.012798388, y: -0, z: -0, w: 0.9999181} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0017991419, z: -1.8626451e-11} + rotation: {x: 0.036746945, y: -0, z: -0, w: 0.9993247} + scale: {x: 1, y: 0.9999999, z: 0.99999994} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.0015047421, z: -3.7252902e-11} + rotation: {x: -0.09784432, y: -0, z: -0, w: 0.9952018} + scale: {x: 1, y: 1.0000005, z: 1.0000006} + - name: B-upperChest + parentName: B-chest + position: {x: -0, y: 0.0014252802, z: 3.7252902e-11} + rotation: {x: 0.032427058, y: -0, z: -0, w: 0.9994741} + scale: {x: 1, y: 0.99999934, z: 0.9999995} + - name: B-neck + parentName: B-upperChest + position: {x: -0, y: 0.00208277, z: -9.3132255e-12} + rotation: {x: 0.10557423, y: -0, z: -0, w: 0.9944114} + scale: {x: 1, y: 1.0000001, z: 0.99999994} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.00068132696, z: 7.4505804e-11} + rotation: {x: -0.062379554, y: -0, z: -0, w: 0.99805254} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-shoulder.L + parentName: B-upperChest + position: {x: -0, y: 0.00208277, z: -9.3132255e-12} + rotation: {x: -0.05129588, y: -0.03220433, z: 0.68322456, w: 0.7276921} + scale: {x: 1.0000015, y: 1.0000023, z: 1.0000004} + - name: B-upper_arm.L + parentName: B-shoulder.L + position: {x: -0.00068882934, y: 0.001801766, z: -0.0000014652009} + rotation: {x: 0.062331416, y: -0.6976711, z: 0.008005099, w: 0.71365654} + scale: {x: 1.0000013, y: 1.0000002, z: 1.000001} + - name: B-forearm.L + parentName: B-upper_arm.L + position: {x: 1.11758706e-10, y: 0.0025348922, z: 6.7986544e-10} + rotation: {x: -0.012433325, y: -0.0003938972, z: -0.05298948, w: 0.99851763} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000006} + - name: B-hand.L + parentName: B-forearm.L + position: {x: -5.122274e-11, y: 0.0028138617, z: -3.3935066e-10} + rotation: {x: -0.052334458, y: -0.69449025, z: -0.0062217335, w: 0.71756923} + scale: {x: 1.0000007, y: 1.0000012, z: 1.0000021} + - name: B-palm.01.L + parentName: B-hand.L + position: {x: 0.000075664764, y: 0.0007265078, z: -0.00034388993} + rotation: {x: -0.013634146, y: 0.026751304, z: -0.041835554, w: 0.9986732} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000008} + - name: B-f_index.01.L + parentName: B-palm.01.L + position: {x: -0.0000000024028122, y: 0.000690562, z: -1.4901161e-10} + rotation: {x: 0.011281358, y: -0.0012158621, z: -0.014369097, w: 0.99983245} + scale: {x: 0.9999998, y: 1.0000004, z: 1.0000001} + - name: B-f_index.02.L + parentName: B-f_index.01.L + position: {x: 0.000000001946464, y: 0.00042799825, z: -2.9802322e-10} + rotation: {x: 0.00000097882, y: 0.0025663236, z: -0.000005781607, w: 0.9999967} + scale: {x: 0.99999976, y: 0.99999964, z: 1} + - name: B-f_index.03.L + parentName: B-f_index.02.L + position: {x: -4.842877e-10, y: 0.00037281643, z: -5.9604643e-10} + rotation: {x: -0.015364016, y: -0.0098655615, z: 0.027866274, w: 0.99944496} + scale: {x: 1.0000004, y: 1.0000006, z: 1.0000007} + - name: B-thumb.01.L + parentName: B-palm.01.L + position: {x: 0.000060467923, y: -0.00034065708, z: 0.00010618263} + rotation: {x: -0.40551424, y: 0.002636315, z: -0.1203764, w: 0.90612406} + scale: {x: 1.0000002, y: 1.0000001, z: 0.9999996} + - name: B-thumb.02.L + parentName: B-thumb.01.L + position: {x: 3.5390257e-10, y: 0.0005735398, z: -8.428469e-10} + rotation: {x: -0.0137797, y: 0.5520173, z: -0.034641966, w: 0.8329988} + scale: {x: 1.0000002, y: 1.000001, z: 1.0000019} + - name: B-thumb.03.L + parentName: B-thumb.02.L + position: {x: -2.2351741e-10, y: 0.0004715903, z: 7.4505804e-11} + rotation: {x: -0.032514773, y: 0.0081872335, z: -0.015720233, w: 0.99931407} + scale: {x: 1.0000004, y: 1, z: 1.0000006} + - name: B-palm.02.L + parentName: B-hand.L + position: {x: -0.00002484525, y: 0.0007584182, z: -0.0001287499} + rotation: {x: 0.058998797, y: -0.01575807, z: -0.045660924, w: 0.99708873} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000011} + - name: B-f_middle.01.L + parentName: B-palm.02.L + position: {x: 9.685754e-10, y: 0.0006446434, z: 1.11758706e-10} + rotation: {x: 0.004326611, y: -0.015621986, z: 0.022444451, w: 0.99961674} + scale: {x: 1.0000011, y: 1.0000011, z: 1.0000023} + - name: B-f_middle.02.L + parentName: B-f_middle.01.L + position: {x: 0.0000000014482066, y: 0.00044799544, z: 1.3038516e-10} + rotation: {x: -0.000002169981, y: -0.00032959308, z: -0.00000078740385, w: 1} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000018} + - name: B-f_middle.03.L + parentName: B-f_middle.02.L + position: {x: -7.916242e-11, y: 0.0003902376, z: -1.6763806e-10} + rotation: {x: -0.010650916, y: -0.0060580033, z: 0.029629825, w: 0.99948585} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000014} + - name: B-palm.03.L + parentName: B-hand.L + position: {x: -0.00012125652, y: 0.00069540803, z: 0.00011136616} + rotation: {x: 0.10585365, y: 0.072510384, z: -0.060528606, w: 0.9898856} + scale: {x: 0.99999994, y: 1.0000004, z: 1.0000019} + - name: B-f_ring.01.L + parentName: B-palm.03.L + position: {x: -4.5169143e-10, y: 0.0006374776, z: 1.8626451e-11} + rotation: {x: -0.046693016, y: -0.09034952, z: 0.04088146, w: 0.99397457} + scale: {x: 1.0000011, y: 1.0000012, z: 1.000002} + - name: B-f_ring.02.L + parentName: B-f_ring.01.L + position: {x: 3.329478e-10, y: 0.00042007145, z: -9.313225e-11} + rotation: {x: 0.0000012367963, y: -0.0019355414, z: 0.0000020777804, w: 0.99999815} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000013} + - name: B-f_ring.03.L + parentName: B-f_ring.02.L + position: {x: 0.0000000010430813, y: 0.0003659135, z: 7.4505804e-11} + rotation: {x: -0.009957923, y: -0.015953919, z: 0.030267384, w: 0.99936485} + scale: {x: 1, y: 1.0000001, z: 0.9999998} + - name: B-palm.04.L + parentName: B-hand.L + position: {x: -0.00015038993, y: 0.0006182451, z: 0.0003012987} + rotation: {x: 0.17281692, y: -0.018282471, z: -0.05989217, w: 0.9829614} + scale: {x: 0.99999994, y: 1.0000001, z: 1.0000023} + - name: B-f_pinky.01.L + parentName: B-palm.04.L + position: {x: 2.8230715e-11, y: 0.00059851253, z: 6.0535965e-11} + rotation: {x: -0.12430125, y: 0.06521367, z: 0.02468389, w: 0.9897915} + scale: {x: 1.0000006, y: 1.0000011, z: 1.0000015} + - name: B-f_pinky.02.L + parentName: B-f_pinky.01.L + position: {x: 5.611218e-10, y: 0.00032778076, z: 9.313225e-11} + rotation: {x: 0.00000067800266, y: 0.000021867449, z: -0.0000037509008, w: 1} + scale: {x: 1.0000014, y: 1.0000024, z: 1.0000037} + - name: B-f_pinky.03.L + parentName: B-f_pinky.02.L + position: {x: -6.286427e-11, y: 0.00028552162, z: 9.313225e-11} + rotation: {x: -0.014893157, y: -0.031146662, z: 0.037842095, w: 0.99868715} + scale: {x: 1.0000006, y: 0.9999992, z: 0.9999997} + - name: B-shoulder.R + parentName: B-upperChest + position: {x: -0, y: 0.00208277, z: -9.3132255e-12} + rotation: {x: -0.05129588, y: 0.03220433, z: -0.68322456, w: 0.7276921} + scale: {x: 1.0000015, y: 1.0000023, z: 1.0000004} + - name: B-upper_arm.R + parentName: B-shoulder.R + position: {x: 0.00068882934, y: 0.001801766, z: -0.0000014652009} + rotation: {x: -0.062331416, y: -0.6976711, z: 0.008005099, w: -0.71365654} + scale: {x: 1.0000013, y: 1.0000002, z: 1.000001} + - name: B-forearm.R + parentName: B-upper_arm.R + position: {x: -1.11758706e-10, y: 0.0025348922, z: 6.7986544e-10} + rotation: {x: 0.012433325, y: -0.0003938972, z: -0.05298948, w: -0.99851763} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000006} + - name: B-hand.R + parentName: B-forearm.R + position: {x: 5.122274e-11, y: 0.0028138617, z: -3.3935066e-10} + rotation: {x: -0.05233449, y: 0.69449025, z: 0.0062217796, w: 0.7175694} + scale: {x: 1.0000013, y: 1.0000017, z: 1.0000026} + - name: B-palm.01.R + parentName: B-hand.R + position: {x: -0.00007566638, y: 0.0007265081, z: -0.00034388958} + rotation: {x: -0.013634165, y: -0.026751185, z: 0.04183555, w: 0.99867326} + scale: {x: 1.0000001, y: 1.000001, z: 1.0000018} + - name: B-f_index.01.R + parentName: B-palm.01.R + position: {x: 0.0000000011920929, y: 0.0006905621, z: 1.4901161e-10} + rotation: {x: 0.011281489, y: 0.0012159215, z: 0.014369035, w: 0.99983245} + scale: {x: 1.0000001, y: 0.99999994, z: 0.99999976} + - name: B-f_index.02.R + parentName: B-f_index.01.R + position: {x: 4.377216e-10, y: 0.00042799767, z: 0} + rotation: {x: 0.00000087730564, y: -0.0025664063, z: 0.0000058444753, w: 0.9999968} + scale: {x: 0.9999997, y: 0.9999998, z: 0.99999964} + - name: B-f_index.03.R + parentName: B-f_index.02.R + position: {x: 4.4703483e-10, y: 0.00037281643, z: -2.2351741e-10} + rotation: {x: -0.015363973, y: 0.009865616, z: -0.02786628, w: 0.99944496} + scale: {x: 1.0000005, y: 1.0000015, z: 1.0000026} + - name: B-thumb.01.R + parentName: B-palm.01.R + position: {x: -0.000060469127, y: -0.00034065708, z: 0.00010618305} + rotation: {x: -0.405514, y: -0.0026360918, z: 0.12037661, w: 0.9061241} + scale: {x: 1.0000002, y: 1.0000013, z: 1.0000001} + - name: B-thumb.02.R + parentName: B-thumb.01.R + position: {x: 8.381903e-10, y: 0.00057353964, z: -7.683411e-10} + rotation: {x: -0.013779546, y: -0.55201757, z: 0.03464215, w: 0.8329986} + scale: {x: 1, y: 1.000001, z: 1.0000023} + - name: B-thumb.03.R + parentName: B-thumb.02.R + position: {x: -2.7939676e-10, y: 0.00047159, z: 7.4505804e-11} + rotation: {x: -0.032514874, y: -0.008187142, z: 0.015720278, w: 0.99931407} + scale: {x: 1.0000001, y: 1, z: 1.0000004} + - name: B-palm.02.R + parentName: B-hand.R + position: {x: 0.000024843677, y: 0.0007584185, z: -0.00012874958} + rotation: {x: 0.058998965, y: 0.015758067, z: 0.04566092, w: 0.9970888} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000015} + - name: B-f_middle.01.R + parentName: B-palm.02.R + position: {x: -6.193295e-10, y: 0.00064464426, z: -3.7252902e-11} + rotation: {x: 0.004326918, y: 0.015621927, z: -0.022443997, w: 0.9996167} + scale: {x: 1.0000002, y: 0.9999997, z: 1} + - name: B-f_middle.02.R + parentName: B-f_middle.01.R + position: {x: -2.561137e-10, y: 0.00044799483, z: 1.11758706e-10} + rotation: {x: -0.000002153217, y: 0.00032955303, z: 0.00000065937616, w: 1} + scale: {x: 1.0000002, y: 1.0000015, z: 1.0000015} + - name: B-f_middle.03.R + parentName: B-f_middle.02.R + position: {x: -0.000000001913868, y: 0.00039023758, z: -4.656613e-10} + rotation: {x: -0.010650898, y: 0.0060580675, z: -0.029629683, w: 0.99948585} + scale: {x: 1.000001, y: 1.0000008, z: 1.0000021} + - name: B-palm.03.R + parentName: B-hand.R + position: {x: 0.00012125501, y: 0.0006954083, z: 0.00011136649} + rotation: {x: 0.10585369, y: -0.0725105, z: 0.06052859, w: 0.9898856} + scale: {x: 1.0000002, y: 1.0000014, z: 1.0000029} + - name: B-f_ring.01.R + parentName: B-palm.03.R + position: {x: -0.0000000014109537, y: 0.0006374779, z: -9.313225e-11} + rotation: {x: -0.04669383, y: 0.09034948, z: -0.04088194, w: 0.9939745} + scale: {x: 1.000001, y: 1.0000004, z: 1.0000006} + - name: B-f_ring.02.R + parentName: B-f_ring.01.R + position: {x: 9.522773e-10, y: 0.00042007203, z: -3.7252902e-11} + rotation: {x: 0.0000011995431, y: 0.0019356678, z: -0.000002271961, w: 0.99999815} + scale: {x: 1.0000008, y: 1.0000007, z: 1.0000018} + - name: B-f_ring.03.R + parentName: B-f_ring.02.R + position: {x: 2.2118911e-10, y: 0.00036591405, z: 5.5879353e-11} + rotation: {x: -0.009957899, y: 0.015953658, z: -0.030267367, w: 0.999365} + scale: {x: 0.9999999, y: 1.0000014, z: 1.0000012} + - name: B-palm.04.R + parentName: B-hand.R + position: {x: 0.00015038965, y: 0.0006182454, z: 0.000301299} + rotation: {x: 0.17281696, y: 0.01828235, z: 0.0598921, w: 0.9829613} + scale: {x: 1.0000001, y: 0.9999991, z: 1.0000013} + - name: B-f_pinky.01.R + parentName: B-palm.04.R + position: {x: -7.6164725e-10, y: 0.0005985128, z: -5.122274e-11} + rotation: {x: -0.124301285, y: -0.06521486, z: -0.024685921, w: 0.9897913} + scale: {x: 1.0000017, y: 1.0000024, z: 1.0000033} + - name: B-f_pinky.02.R + parentName: B-f_pinky.01.R + position: {x: -0.000000002066372, y: 0.00032778032, z: -3.7252902e-11} + rotation: {x: 0.0000006631015, y: -0.000021956856, z: 0.0000036810516, w: 1} + scale: {x: 1.0000004, y: 1.0000013, z: 1.0000018} + - name: B-f_pinky.03.R + parentName: B-f_pinky.02.R + position: {x: 8.8475643e-11, y: 0.0002855228, z: -1.7695129e-10} + rotation: {x: -0.014893046, y: 0.03114657, z: -0.037841965, w: 0.9986872} + scale: {x: 1.0000012, y: 1.0000011, z: 1.0000018} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.0007962748, y: 0.0006463123, z: 0.000051341205} + rotation: {x: 0.9952116, y: -0.025000494, z: -0.09392035, w: 0.01038938} + scale: {x: 1.0000633, y: 1.0000025, z: 1.0000203} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0, y: 0.004678668, z: -9.3132255e-12} + rotation: {x: 0.015978139, y: 0.065175675, z: -0.020249128, w: 0.9975404} + scale: {x: 0.9999999, y: 1.0000012, z: 1.0000011} + - name: B-foot.L + parentName: B-shin.L + position: {x: 1.4901161e-10, y: 0.0037308745, z: -4.1909514e-11} + rotation: {x: -0.49012765, y: -0.035872627, z: 0.06386208, w: 0.8685676} + scale: {x: 0.99999857, y: 1.0000014, z: 1.0000021} + - name: B-toe.L + parentName: B-foot.L + position: {x: 2.3283064e-12, y: 0.0017486822, z: -7.4505804e-11} + rotation: {x: 0.019136654, y: 0.96194214, z: -0.2411274, w: -0.12711683} + scale: {x: 0.9999968, y: 0.9999865, z: 1.0000182} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.0007962748, y: 0.0006463123, z: 0.000051341205} + rotation: {x: 0.9952116, y: 0.02500049, z: 0.09392023, w: 0.010389384} + scale: {x: 1.0000635, y: 1.0000031, z: 1.0000203} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -3.259629e-11, y: 0.0046786685, z: 1.3969838e-11} + rotation: {x: 0.015978139, y: -0.065175585, z: 0.020249138, w: 0.9975404} + scale: {x: 0.9999997, y: 1.0000013, z: 1.0000014} + - name: B-foot.R + parentName: B-shin.R + position: {x: -1.7345883e-10, y: 0.0037308745, z: 2.7939677e-11} + rotation: {x: -0.4901277, y: 0.03587262, z: -0.06386207, w: 0.8685676} + scale: {x: 0.99999887, y: 1.000002, z: 1.0000026} + - name: B-toe.R + parentName: B-foot.R + position: {x: -4.8894434e-11, y: 0.0017486825, z: 1.3038516e-10} + rotation: {x: -0.019136682, y: 0.96194214, z: -0.24112731, w: 0.12711689} + scale: {x: 0.99999744, y: 0.99998665, z: 1.0000181} + - name: MaleDummy_Mesh + parentName: EditableDefaultScale(Clone) + position: {x: -0, y: 6.513498e-18, z: -1.4901147e-10} + rotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067} + scale: {x: 100, y: 100, z: 100} + - name: FemaleDummy_Mesh + parentName: EditableDefaultScale(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.000000021855694, y: 0, z: -0, w: 1} + scale: {x: 100, y: 100, z: 100} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 3 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Models/MaleDummy.fbx b/Assets/Mirror/Examples/TestNT/Dummy/Models/MaleDummy.fbx new file mode 100644 index 000000000..9507eec5e --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Models/MaleDummy.fbx @@ -0,0 +1,11009 @@ +; FBX 6.1.0 project file +; ---------------------------------------------------- + +FBXHeaderExtension: { + FBXHeaderVersion: 1003 + FBXVersion: 6100 + CreationTimeStamp: { + Version: 1000 + Year: 2020 + Month: 11 + Day: 07 + Hour: 19 + Minute: 11 + Second: 06 + Millisecond: 0 + } + Creator: "FBX SDK/FBX Plugins build 20070228" + OtherFlags: { + FlagPLE: 0 + } +} +CreationTime: "2020-11-07 19:11:06:000" +; Object definitions +;------------------------------------------------------------------ + +Definitions: { + Version: 100 + Count: 119 + ObjectType: "Model" { + Count: 62 + } + ObjectType: "Geometry" { + Count: 1 + } + ObjectType: "Material" { + Count: 2 + } + ObjectType: "Texture" { + Count: 1 + } + ObjectType: "Video" { + Count: 1 + } + ObjectType: "Deformer" { + Count: 53 + } + ObjectType: "Pose" { + Count: 1 + } + ObjectType: "GlobalSettings" { + Count: 1 + } +} + +; Object properties +;------------------------------------------------------------------ + +Objects: { + Model: "Model::Dummy", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000002504478065,-0.000000000000000,0.000000000000000 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Color", "Color", "A",0.8,0.8,0.8 + Property: "Size", "double", "",100 + Property: "Look", "enum", "",1 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::MaleDummy_Mesh", "Mesh" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,-0.000000014901147 + Property: "Lcl Rotation", "Lcl Rotation", "A+",90.000029825105528,-0.000000000000000,0.000000000000000 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Color", "Color", "A",0.8,0.8,0.8 + Property: "Size", "double", "",100 + Property: "Look", "enum", "",1 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + Vertices: 2.255412,-10.557037,-160.704971,43.436661,-3.523824,-140.674072,48.540897,-2.557299,-140.183853,49.849651,-4.249426,-143.411041, + 44.300034,-4.912956,-144.990082,47.742260,-3.272519,-135.877411,45.855202,-9.751490,-146.365982,42.235207,-10.463562,-143.488174, + 41.829514,-7.954958,-142.661743,16.270679,-3.976710,-135.000336,18.793783,-5.695349,-134.741745,15.576659,-15.322492,-151.257126, + 16.700129,-17.317806,-146.228989,38.727325,-3.929408,-138.626404,40.829002,-6.736235,-138.902283,41.278847,-6.755357,-140.951065, + 39.462364,-3.958614,-142.100967,43.166023,-3.907987,-136.514221,40.439156,-8.564260,-137.325180,42.777916,-6.573111,-133.541412, + 45.513123,-17.148264,-136.627899,41.089119,-14.211235,-139.170868,41.632206,-14.113662,-141.062698,46.235508,-17.008322,-141.113220, + 20.877621,-6.298213,-140.247971,42.069515,-12.663507,-142.658188,46.350098,-13.986013,-144.649765,44.224773,-13.385211,-134.177429, + 49.913620,-11.801588,-133.335800,47.619499,-5.875045,-132.735092,15.562931,3.207264,-137.039001,14.531559,3.538438,-136.462677, + 8.207553,-17.096422,-146.177551,7.458498,-15.409169,-151.411026,23.290493,0.196218,-149.428787,28.327978,-0.743162,-145.790817, + 27.125177,-7.099026,-151.805679,26.815260,-2.403997,-151.073517,29.318415,-4.045936,-148.536591,29.631390,-7.492762,-149.626770, + 22.400276,-15.245778,-151.444473,25.372324,-11.998523,-152.074341,29.055742,-11.953569,-149.678802,27.845798,-16.130821,-147.578033, + 19.019415,-16.128700,-150.128128,19.409559,-16.935032,-145.998489,21.100824,-13.684202,-153.563873,21.593786,-10.693016,-154.598907, + 21.953714,-6.605453,-154.578796,21.929840,-2.911232,-153.505447,22.057043,-0.484813,-151.899094,18.689808,0.044798,-151.336853, + 18.090836,-13.219082,-153.489365,17.974684,-10.141387,-155.118958,17.927906,-6.718284,-155.517502,18.116741,-3.053031,-154.117828, + 20.855143,-1.465903,-141.698822,28.560673,-1.244436,-140.871475,28.428377,-6.837884,-138.051773,27.986227,-12.809740,-138.668533, + 20.840994,-10.346281,-140.142487,20.425089,-14.732667,-141.798721,27.760965,-16.881363,-143.166916,30.702354,-17.573826,-142.357834, + 30.692686,-13.040183,-137.640762,32.139702,-12.962615,-149.255280,31.033588,-16.895645,-146.649048,32.403885,-4.166384,-147.951996, + 32.632599,-8.182958,-149.139908,31.496618,-0.945901,-139.932678,31.669701,-0.549733,-145.212021,31.209818,-6.425850,-137.202240, + 36.126282,-5.176527,-147.086380,36.437042,-9.960904,-148.364426,34.879723,-1.522050,-139.016953,35.551620,-1.469932,-144.110199, + 34.229675,-6.473045,-136.394638,18.150156,-1.279865,-135.668503,9.052481,-15.082654,-133.835220,8.481760,-17.228552,-141.554138, + 39.764641,-16.226534,-142.278732,38.975044,-16.757385,-139.406403,34.630821,-18.106237,-140.673370,35.314980,-17.080395,-144.246063, + 18.178389,-16.446836,-141.095993,16.615326,-11.325133,-134.016586,36.114487,-14.303220,-147.491394,13.253522,-11.252223,-134.401398, + 8.110898,-14.133880,-134.365341,51.500633,-7.975976,-144.311829,52.366219,-11.894705,-142.623184,51.478374,-14.529618,-135.742157, + 52.351749,-14.402006,-139.187454,40.557716,-14.065656,-144.838898,40.282135,-6.484883,-144.714630,40.885674,-10.552635,-146.043045, + 38.121811,-7.386450,-136.196304,4.962281,3.529592,-152.079453,15.010215,1.193760,-151.110901,8.738068,1.629815,-152.582123, + 8.448003,6.249827,-137.385681,40.622490,-11.906373,-137.620514,38.301895,-12.892854,-136.682999,34.125191,-13.345107,-137.034012, + 9.458292,-2.679573,-155.367676,14.925602,-1.993942,-154.541534,14.847952,-5.944201,-156.446640,9.794246,-5.877098,-157.490143, + 6.704882,-13.189673,-155.798752,15.281401,-13.281849,-153.150894,9.238589,-10.213594,-157.615875,14.987559,-10.554950,-155.363937, + 4.698303,8.012395,-138.041779,8.069602,6.357331,-122.488228,13.520771,2.766512,-122.257248,14.908030,-3.804929,-121.834534, + 11.053711,-9.875690,-121.444000,6.600245,-12.094496,-121.301277,15.288386,2.764639,-147.216049,5.503333,5.970782,-148.964035, + 10.413225,6.538934,-138.019196,9.796299,4.822522,-148.602356,18.770905,0.506853,-149.070892,20.218994,0.932907,-145.553162, + 5.525775,7.362681,-122.082428,10.791848,4.056056,-121.892082,13.884005,-1.766943,-121.556915,11.699908,-7.836931,-121.207520, + 6.390067,-11.766495,-120.981339,8.786551,-0.946177,-171.238449,63.578369,-8.017603,-134.656006,62.824333,-3.538880,-139.886200, + 66.939476,1.292811,-138.213440,65.919960,3.207155,-137.749512,68.316696,-3.639075,-135.753754,62.765934,-7.616477,-132.176025, + 61.367275,-5.121452,-131.225998,60.097446,-2.152786,-131.656326,59.673172,-0.020087,-133.892685,59.951672,1.312338,-137.437378, + 60.963711,0.196194,-139.385315,68.061386,-1.595556,-137.676819,68.080040,-4.183550,-134.062195,67.597176,-4.244979,-132.320999, + 66.743713,-2.300653,-131.425308,65.972549,0.199151,-131.613373,65.606300,1.845548,-132.009369,75.888443,9.088913,-134.885620, + 74.231270,9.652999,-132.702972,78.025360,-1.802801,-135.328400,76.717377,-3.123459,-132.298843,75.905479,-2.395806,-130.540375, + 73.776321,8.979826,-131.134232,63.425270,-6.084257,-137.598343,65.474434,3.320416,-134.051361,67.490654,-0.503754,-138.463684, + 68.200317,-4.536624,-133.828491,67.654976,-4.122956,-132.276001,66.406555,-1.933799,-131.348953,65.227631,0.756812,-131.693497, + 64.791153,2.647409,-133.515366,64.967796,3.868421,-136.544937,65.893333,2.780065,-138.181091,68.157555,-3.209171,-136.187332, + 8.073426,4.848258,-178.644989,8.714679,3.247578,-176.755234,3.433847,8.795178,-181.844284,6.457547,6.809344,-180.787643, + 9.217712,0.595161,-177.967819,9.565679,-3.063118,-178.697021,8.973938,-7.599492,-178.785080,3.285391,-13.917697,-179.628922, + 5.974111,-12.125780,-179.148224,8.187792,1.700611,-180.536560,7.115164,3.201872,-182.756592,4.316383,0.170597,-186.469910, + 3.818423,5.002646,-184.733826,7.535339,-1.200976,-184.202225,8.637268,-2.245284,-181.814148,8.137875,-7.211718,-181.895905, + 6.567052,-6.218622,-185.179749,5.102749,-9.392209,-184.968094,6.007038,-11.219625,-182.111313,2.840541,-9.652955,-185.693100, + 3.908153,-4.906581,-186.811050,3.037599,-12.923615,-182.535934,6.962159,-6.396660,-159.546066,6.802540,-2.379369,-157.667084, + 5.066258,-9.173508,-160.427277,3.732246,1.146385,-155.445572,3.236217,0.208650,-154.669479,5.361765,-3.335928,-155.918030, + 6.079329,8.652844,-172.329620,5.289002,9.200073,-171.477798,3.991134,10.040439,-169.939011,1.572845,10.348082,-173.382675, + 1.418821,10.203218,-172.565994,3.490437,10.189282,-174.588699,4.832615,9.331594,-174.742462,5.706100,8.614530,-174.376221, + 6.167443,8.446958,-173.988373,0.805257,11.077225,-171.477646,0.693200,11.001467,-172.763687,2.331008,10.206330,-171.399826, + 1.652809,10.173738,-171.869614,1.196392,11.252987,-176.826233,0.966192,11.123847,-174.136124,1.335679,11.634314,-175.416031, + 1.486469,11.126314,-170.239059,1.995812,11.630534,-169.414978,2.378219,11.126994,-164.878479,3.288681,10.355126,-164.326157, + 4.571864,9.636808,-164.945816,3.404490,10.537590,-165.888611,1.912626,10.785498,-162.560852,1.068443,11.485839,-162.463287, + 1.475338,11.149501,-160.746460,2.651794,10.300209,-161.128693,3.405131,9.972693,-163.606140,2.972003,9.945323,-162.802246, + 4.245969,9.257284,-161.584778,5.094912,9.137312,-163.038162,4.182273,9.955132,-167.523590,5.655880,8.739951,-165.432312, + 1.790723,11.770759,-166.194763,1.278659,11.989069,-165.349380,1.927020,12.275742,-168.463211,1.849293,11.913119,-167.807877, + 2.322145,11.072384,-167.840714,3.718867,9.910572,-171.210922,1.201580,11.719737,-167.481293,1.673665,11.669170,-167.005646, + 2.262155,10.451091,-174.098389,8.678994,4.300528,-173.264709,9.031654,2.588899,-173.966507,9.319210,-3.455650,-175.102798, + 7.431601,3.782863,-163.640274,8.184590,3.755087,-166.451828,1.260280,10.364641,-158.719360,2.959951,9.666372,-159.385788, + 4.463274,8.731678,-160.133652,5.663513,7.500925,-160.812622,6.528701,5.716782,-161.459763,6.656200,5.938952,-163.263763, + 7.035447,3.504820,-162.173584,3.585699,10.872697,-176.331238,7.500576,7.933226,-175.674011,6.112787,9.710217,-176.243164, + 8.361187,6.170634,-172.860519,7.999845,6.932606,-175.121582,7.557776,7.321540,-171.418396,6.233020,8.723725,-169.933334, + 6.296202,8.332862,-173.381989,8.714862,4.318768,-170.476166,8.960550,2.040490,-170.708328,6.552486,6.980829,-165.766022, + 9.383488,-0.184550,-174.685226,6.661694,7.917311,-168.003098,8.503875,2.009710,-167.322601,7.393672,1.511619,-163.042465, + 7.847992,1.620850,-164.372528,1.246930,12.065411,-164.339539,2.061220,11.495209,-164.257172,2.707726,10.603394,-163.800415, + 1.992072,10.980796,-163.259506,1.212901,11.541891,-163.049103,7.401336,-2.942573,-166.322235,7.785196,6.430570,-177.187302, + 6.370724,8.363092,-178.776306,2.756280,10.540556,-178.343430,7.833002,-0.481464,-165.332535,8.349971,5.083541,-175.659424, + 2.022276,-11.337331,-166.851822,1.194474,3.859480,-159.419128,3.274207,6.401555,-159.286469,1.992452,7.621374,-158.648529, + 2.880794,2.891298,-159.981857,3.355322,1.871616,-162.207718,5.346025,-1.925567,-163.517563,5.732253,-0.593436,-161.995865, + 5.368009,-4.877890,-164.544357,5.878355,-5.426690,-164.313126,2.543484,-9.231574,-157.587082,2.670436,-8.237728,-165.345718, + 5.421607,-6.155618,-156.915573,4.527894,-9.325664,-167.005722,6.393602,-6.103416,-166.961258,3.954607,-8.507437,-164.910400, + 6.290472,-2.545141,-163.171875,0.702442,8.563569,-158.224396,2.519472,10.861479,-168.762161,2.895507,10.580003,-167.040985, + 5.847917,7.747211,-163.133865,1.587083,-10.169642,-165.040054,4.511375,1.279292,-160.868042,6.828387,0.387274,-162.823593, + 6.117392,2.115759,-161.659851,5.336611,3.818042,-160.717926,8.612551,-3.423034,-171.417953,4.401010,5.199092,-159.974258, + 7.953544,-3.285419,-168.896133,8.198347,-0.541879,-168.087723,7.972898,-6.494125,-171.359329,8.597033,-7.538135,-175.479965, + 5.399007,-11.213866,-171.816223,2.295391,-13.931061,-172.130447,3.136208,-14.596487,-176.603043,6.391548,-12.418177,-175.970016, + 4.948128,-10.731260,-169.387329,7.288162,-6.082829,-169.188858,2.166539,-12.791884,-169.565094,13.119350,-9.973539,-52.516930, + 16.668951,-6.718419,-52.940269,16.276575,-0.490843,-52.940266,3.901020,-6.664280,-52.940258,4.660492,-1.483461,-52.940258, + 7.383519,1.590610,-52.567661,11.950247,2.572249,-52.567665,7.482044,-10.076464,-52.516926,5.991518,-13.934340,-88.576607, + 11.209650,5.763632,-90.168785,5.852878,4.313500,-88.534294,1.742558,-0.984526,-87.280136,1.364259,-8.709501,-87.164703, + 17.116739,1.983668,-92.058914,18.353350,-7.120747,-92.462868,12.854801,-13.782294,-90.670784,2.617983,-8.521159,-162.376923, + 5.310236,-5.372405,-161.650894,5.273673,-2.558614,-160.665482,3.286250,1.027424,-159.418091,5.026113,5.732710,-107.125221, + 9.297702,3.688166,-107.125221,12.451283,-1.465807,-107.125221,11.368163,-7.406800,-107.125221,6.839121,-12.039460,-107.125221, + 18.460167,-5.128868,-138.445953,18.940399,-11.507703,-138.607742,17.312679,-4.553481,-144.888199,16.841183,-12.563801,-145.919479, + 15.648105,-10.504106,-149.842361,15.926440,-3.958783,-148.999985,18.745573,-6.319313,-139.626846,16.390125,-15.069695,-149.104462, + 17.305490,-16.753429,-145.267792,16.599453,0.060426,-150.504425,16.011896,-13.108314,-152.615921,15.897957,-10.089245,-154.214432, + 15.852071,-6.731373,-154.605392,16.037308,-3.135965,-153.232422,18.723524,-1.579080,-141.050049,18.709644,-10.290241,-139.523376, + 18.301666,-14.593036,-141.148056,17.119083,-0.081587,-148.337021,18.099499,1.191305,-144.830963,17.001616,-6.778496,-142.241867, + 15.047769,-13.112544,-148.995010,16.170401,-12.801026,-145.497787,15.296630,-1.925551,-148.845444,15.248852,-10.932447,-149.648819, + 14.790809,-8.836285,-150.345612,15.089298,-6.801396,-150.397171,15.359364,-4.509183,-149.651627,16.988886,-4.042455,-143.063324, + 16.980875,-9.070494,-142.182144,16.745392,-11.554050,-143.119904,16.628702,-2.443395,-145.245651,41.131069,-3.309092,-141.315598, + 41.808575,-4.786643,-145.245636,42.897713,-9.818558,-146.501343,40.918701,-4.763706,-137.693970,40.429424,-6.356138,-134.959015, + 42.134544,-17.299219,-137.635941,42.784027,-17.213686,-141.720123,43.074551,-14.155067,-144.939804,41.203075,-13.376687,-135.121231, + 39.508682,-6.242579,-141.322678,39.874413,-7.154483,-143.604401,40.423653,-10.235099,-144.334213,39.911312,-6.269222,-138.575363, + 39.075432,-8.080402,-137.667267,39.865757,-14.767729,-139.187485,40.240734,-14.728724,-141.558716,40.456730,-12.874995,-143.427872, + 39.386387,-12.364281,-137.655457,77.010376,5.995912,-135.672012,77.771576,1.647459,-135.875320,75.572441,1.531838,-130.704666, + 74.744469,5.235989,-130.918457,76.506470,9.351852,-131.655563,76.835686,9.370401,-132.950928,78.247787,-1.849948,-132.041992, + 78.435631,-1.019215,-133.775665,77.109421,-1.175760,-131.023743,76.366379,8.748679,-130.670685,78.812561,1.824281,-132.077728, + 79.288040,2.070317,-134.158310,76.984299,5.917031,-130.411560,78.204308,6.051321,-131.626404,78.398438,6.948333,-133.862946, + 77.287979,1.442717,-130.766235,67.185913,6.376915,-131.059891,71.037682,-4.931230,-133.436966,71.303024,-4.266783,-135.954041, + 67.880882,6.115251,-136.919174,66.927917,7.403533,-133.569153,70.323441,-4.730459,-131.128494,68.247971,1.899181,-130.632080, + 69.224167,-1.623343,-130.389847,69.221664,2.968426,-137.662720,70.649536,-1.031279,-137.240570,74.196068,-4.027339,-132.835114, + 74.407005,-3.438160,-135.537033,70.856339,7.872061,-136.107025,73.433014,-3.563126,-130.597519,71.496223,3.567585,-130.538345, + 72.398300,-0.045752,-130.310349,72.145531,4.240282,-136.950485,73.472664,0.200700,-136.817673,70.465530,8.077971,-130.860138, + 70.136032,9.117820,-133.103302,5.300062,8.546914,-162.235199,83.073204,-0.833440,-133.540344,82.388336,-2.310096,-132.286407, + 82.749260,0.676118,-132.286407,83.018196,0.145816,-133.111084,85.365685,-2.038164,-129.366241,86.437096,-1.253148,-131.784439, + 85.915627,-2.431149,-130.845688,85.492027,-2.379960,-131.016754,86.013527,-1.201948,-131.955460,84.942085,-1.986964,-129.537308, + 85.147781,-0.285038,-129.537308,85.779259,-0.003454,-131.016754,79.806419,0.921176,-133.480606,80.107018,-0.479591,-134.644150, + 79.471519,-1.849841,-133.480606,86.202843,-0.054642,-130.845688,85.571365,-0.336238,-129.366241,79.530457,-0.418425,-134.573578, + 79.296196,0.780080,-133.634842,78.664711,0.498484,-132.155426,79.008980,-1.596439,-133.634842,78.459023,-1.203441,-132.155426, + 85.977791,-0.423607,-131.634094,80.055984,0.429093,-134.245819,86.401390,-0.474807,-131.463028,79.494736,0.359916,-134.252213, + 82.768967,-1.916348,-133.111084,86.203033,-2.115924,-131.463028,85.779442,-2.064736,-131.634094,79.824715,-1.484465,-134.245819, + 79.296394,-1.281202,-134.252213,82.341934,0.607501,-131.298340,85.473663,-0.060305,-130.277039,79.428459,0.857507,-132.563721, + 85.897247,-0.111493,-130.105957,78.990601,0.723218,-132.895157,81.994110,-2.270459,-131.298340,85.196854,-2.350659,-130.277039, + 79.105698,-1.813065,-132.563721,85.620453,-2.401847,-130.105957,78.713791,-1.567137,-132.895157,84.974434,-1.076373,-129.344879, + 85.398010,-1.127560,-129.173843,78.491364,-0.292838,-131.963013,86.132462,-2.045471,-129.253662,87.103020,-1.333625,-131.443954, + 86.630608,-2.401429,-130.593689,86.890739,-0.248881,-130.593689,86.318771,-0.503930,-129.253662,87.069153,-0.641223,-131.152847, + 86.889496,-2.127677,-131.152847,86.613953,-0.300380,-129.923691,86.363228,-2.374881,-129.923691,86.161865,-1.219876,-129.079391, + 86.765404,-1.814289,-129.564636,87.372391,-1.366181,-130.933548,87.076736,-2.036756,-130.402115,87.239334,-0.691433,-130.402115, + 86.881851,-0.850840,-129.564636,87.345169,-0.983496,-130.751587,87.232895,-1.912517,-130.751587,87.066345,-0.723620,-129.983398, + 86.909637,-2.020163,-129.983398,86.784180,-1.295085,-129.455719,87.279968,-1.355011,-130.095352,84.120811,-1.887712,-129.868988, + 84.326500,-0.185787,-129.868988,84.957970,0.095809,-131.348434,85.192223,-1.102696,-132.287155,84.670753,-2.280697,-131.348434, + 85.156502,-0.324356,-131.965775,84.958176,-1.965473,-131.965775,84.652390,0.038946,-130.608704,84.375580,-2.251408,-130.608704, + 84.153152,-0.977110,-129.676590,85.493431,0.293459,-131.180862,85.806610,-1.165935,-132.393112,85.144516,-2.593513,-131.180862, + 85.753433,-0.219224,-131.978119,85.512482,-2.212854,-131.978119,85.099648,0.227119,-130.225647,84.763397,-2.555199,-130.225632, + 82.336945,-1.672112,-130.589401,83.372643,-0.108755,-132.686188,83.174301,-1.749884,-132.686188,82.868515,0.254547,-131.329102, + 82.591713,-2.035807,-131.329102,82.369293,-0.761521,-130.396988,82.542633,0.029814,-130.589401,83.174118,0.311398,-132.068817, + 83.408363,-0.887096,-133.007568,82.886894,-2.065109,-132.068817,82.013870,-1.959597,-132.421356,81.463921,-1.566600,-130.941925, + 81.669617,0.135326,-130.941925,82.301102,0.416910,-132.421356,82.535355,-0.781584,-133.360092,82.499634,-0.003255,-133.038712, + 82.301292,-1.644372,-133.038712,81.995499,0.360059,-131.681641,81.718697,-1.930295,-131.681641,81.496269,-0.656009,-130.749512, + 79.300995,-1.305198,-131.815414,79.506683,0.396728,-131.815414,80.138161,0.678311,-133.294830,80.372414,-0.520182,-134.233566, + 80.336700,0.258159,-133.912201,80.138359,-1.382959,-133.912201,79.832565,0.621461,-132.555115,79.555763,-1.668894,-132.555115, + 79.333336,-0.394595,-131.623001,79.850945,-1.698195,-133.294830,83.384682,-0.071955,-130.210663,84.029419,0.208032,-131.723419, + 84.263672,-0.990474,-132.662155,83.742203,-2.168475,-131.723419,83.178993,-1.773881,-130.210663,84.227959,-0.212133,-132.340790, + 84.029610,-1.853250,-132.340790,83.723816,0.151169,-130.983688,83.447021,-2.139185,-130.983688,83.211334,-0.863289,-130.018250, + 80.970398,-1.833486,-132.842743,80.393921,-1.437282,-131.296692,80.599617,0.264644,-131.296692,81.257614,0.543021,-132.842743, + 81.491867,-0.655472,-133.781479,81.456154,0.122868,-133.460114,81.257812,-1.518261,-133.460114,80.952019,0.486170,-132.103043, + 80.675217,-1.804184,-132.103043,80.426270,-0.526691,-131.104279,78.988907,-0.408340,-133.229614,84.040939,2.918895,-133.508774, + 83.745216,1.349435,-132.210861,83.559143,4.351623,-132.210861,83.847183,3.874321,-133.064438,87.888885,2.234648,-129.243134, + 88.587715,3.187606,-131.746094,88.370842,1.939737,-130.774460,87.807991,1.904844,-130.944885,88.024872,3.152725,-131.916534, + 87.326050,2.199767,-129.413574,87.220001,3.910801,-129.413574,87.659927,4.294070,-130.944885,79.671082,4.000634,-133.400986, + 80.118164,2.671166,-134.605347,79.843742,1.214800,-133.400986,88.222763,4.328951,-130.774460,87.782852,3.945682,-129.243134, + 79.410469,2.618834,-134.524918,79.045509,3.760177,-133.553268,78.605598,3.376909,-132.021942,79.193588,1.370964,-133.553268, + 78.711647,1.665875,-132.021942,87.877007,3.913470,-131.583893,79.938362,3.557737,-134.193054,88.439842,3.948351,-131.413452, + 79.262596,3.379579,-134.192276,83.975677,1.801130,-133.064438,88.542107,2.298449,-131.413452,87.979256,2.263568,-131.583893, + 80.057602,1.633939,-134.193054,79.364845,1.729676,-134.192276,83.257889,4.215736,-131.188141,87.434731,4.186817,-130.179214, + 79.391541,3.874535,-132.451950,87.997574,4.221710,-130.008804,78.820320,3.652926,-132.787613,83.437210,1.322374,-131.188141, + 87.577438,1.884221,-130.179214,79.557938,1.189683,-132.451950,88.140282,1.919101,-130.008804,78.963036,1.350329,-132.787613, + 87.209808,3.102205,-129.214401,87.772659,3.137098,-129.043976,78.595398,2.568325,-131.822800,88.853004,2.379321,-129.137451, + 89.485916,3.243277,-131.404510,89.289536,2.112196,-130.524429,89.155411,4.276248,-130.524429,88.756950,3.929100,-129.137451, + 89.352768,3.919669,-131.103210,89.445381,2.425263,-131.103210,88.951454,4.179105,-129.830933,89.080696,2.093504,-129.830933, + 88.747665,3.197525,-128.957062,89.523453,2.726911,-129.465668,89.918808,3.270099,-130.882568,89.796272,2.559958,-130.332535, + 89.712448,3.912469,-130.332535,89.463425,3.695509,-129.465668,89.838715,3.642521,-130.694275,89.896591,2.708529,-130.694275, + 89.584961,3.851768,-129.899124,89.665756,2.548287,-129.899124,89.457413,3.241513,-129.352936,89.959427,3.272626,-130.018250, + 86.234749,2.132139,-129.744003,86.128708,3.843161,-129.744003,86.568619,4.226430,-131.275314,86.933586,3.085085,-132.246979, + 86.716713,1.837216,-131.275314,86.785706,3.845830,-131.914337,86.887962,2.195928,-131.914337,86.343445,4.119189,-130.509644, + 86.486153,1.816581,-130.509644,86.118515,3.034577,-129.544846,87.215759,4.527504,-131.109589,87.681541,3.142401,-132.364380, + 87.395645,1.625095,-131.109589,87.494225,4.066070,-131.934799,87.618439,2.061782,-131.934799,86.924507,4.396136,-130.120865, + 87.097870,1.598941,-130.120865,83.864441,1.985238,-130.461731,84.415398,3.698929,-132.632034,84.517647,2.049026,-132.632034, + 83.973129,3.972287,-131.227386,84.115829,1.669679,-131.227386,83.748199,2.887675,-130.262558,83.758408,3.696259,-130.461731, + 84.198311,4.079527,-131.993027,84.563263,2.938184,-132.964706,84.346397,1.690314,-131.993027,83.186363,1.618418,-132.344269, + 82.704407,1.913342,-130.812958,82.598373,3.624363,-130.812958,83.038292,4.007632,-132.344269,83.403229,2.866288,-133.315933, + 83.255363,3.627034,-132.983292,83.357620,1.977131,-132.983292,82.813095,3.900391,-131.578629,82.955795,1.597783,-131.578629, + 82.588181,2.815779,-130.613800,79.830406,1.735219,-131.683182,79.724365,3.446241,-131.683182,80.164276,3.829509,-133.214508, + 80.529228,2.688165,-134.186172,80.381363,3.448911,-133.853531,80.483620,1.799008,-133.853531,79.939095,3.722269,-132.448853, + 80.081795,1.419661,-132.448853,79.714165,2.637657,-131.484039,80.312355,1.440296,-133.214508,84.884483,3.766055,-130.083130, + 85.334808,4.149969,-131.648911,85.699753,3.008625,-132.620575,85.482872,1.760743,-131.648911,84.990532,2.055022,-130.083130, + 85.551880,3.769357,-132.287918,85.654137,2.119467,-132.287918,85.109612,4.042716,-130.883255,85.252319,1.740120,-130.883255, + 84.874298,2.957460,-129.883957,81.799835,1.532480,-132.764114,81.297081,1.826117,-131.163834,81.191040,3.537150,-131.163834, + 81.651764,3.921706,-132.764114,82.016716,2.780362,-133.735764,81.868843,3.541096,-133.403122,81.971100,1.891204,-133.403122, + 81.426567,3.814453,-131.998444,81.569275,1.511857,-131.998444,81.180847,2.728554,-130.964676,78.994263,2.537962,-133.133804, + 83.608124,6.967611,-133.751694,83.730553,5.394551,-132.351501,82.922897,8.292048,-132.351501,83.248466,7.869750,-133.272354, + 88.098534,7.263213,-129.566299,88.420280,8.295420,-132.266479,88.531563,7.047397,-131.218262,87.940186,6.882554,-131.351761, + 87.828903,8.130566,-132.399979,87.507141,7.098371,-129.699768,87.046844,8.749727,-129.699768,87.297424,9.188439,-131.351761, + 78.859131,7.045300,-133.286591,79.494980,5.816314,-134.585861,79.608589,4.356610,-133.286575,87.888802,9.353282,-131.218262, + 87.638214,8.914570,-129.566299,78.777687,5.607602,-134.442993,78.246216,6.665476,-133.394791,77.995628,6.226751,-131.742798, + 78.888969,4.359578,-133.394791,78.455925,4.575394,-131.742798,87.547417,8.849839,-132.041122,79.161232,6.653436,-134.141052, + 88.138794,9.014680,-131.907623,78.496208,6.326863,-134.084122,83.806190,5.868861,-133.272354,88.582657,7.422319,-131.907623, + 87.991280,7.257467,-132.041122,79.678780,4.796730,-134.141052,78.940063,4.734502,-134.084137,82.723236,8.114928,-131.248169, + 87.149422,9.050529,-130.525772,78.673851,6.880947,-132.262756,87.740807,9.215381,-130.392288,78.098213,6.527564,-132.568771, + 83.501610,5.322477,-131.248169,87.768867,6.828230,-130.525757,79.396133,4.289734,-132.262756,88.360268,6.993073,-130.392288, + 78.717667,4.305266,-132.568771,87.218361,7.960383,-129.484909,87.809746,8.125237,-129.351440,78.167152,5.437419,-131.527939, + 89.078613,7.624392,-129.534363,89.369843,8.560101,-131.980087,89.470848,7.428912,-131.030624,88.888664,9.517493,-131.030624, + 88.661697,9.120121,-129.534363,89.118279,9.199371,-131.655045,89.520302,7.757071,-131.655045,88.754616,9.392573,-130.282501, + 89.315697,7.379717,-130.282501,88.816841,8.405951,-129.339767,89.676125,8.108036,-129.936874,89.857277,8.695964,-131.465424, + 89.921272,7.985870,-130.872040,89.557411,9.291210,-130.872040,89.415558,9.042861,-129.936874,89.713593,9.046926,-131.262268, + 89.964851,8.145503,-131.262268,89.473625,9.213140,-130.404465,89.824303,7.955126,-130.404465,89.511642,8.599630,-129.815247, + 89.970978,8.727662,-130.557709,86.360519,6.778759,-129.958572,85.900208,8.430116,-129.958572,86.150810,8.868829,-131.610550, + 86.682289,7.810955,-132.658768,86.793564,6.562930,-131.610550,86.400795,8.530215,-132.299911,86.844650,6.937855,-132.299911, + 86.002800,8.730917,-130.784561,86.622269,6.508618,-130.784561,86.071739,7.640771,-129.743729,86.774803,9.313170,-131.490280, + 87.437256,8.032755,-132.843918,87.555626,6.511968,-131.490280,87.089546,8.904901,-132.380493,87.628746,6.970506,-132.380493, + 86.581764,9.141939,-130.423599,87.334282,6.442290,-130.423630,83.870010,6.084544,-130.520737,83.910294,7.836001,-132.862076, + 84.354141,6.243641,-132.862076,83.512299,8.036703,-131.346725,84.131752,5.814405,-131.346725,83.581230,6.946559,-130.305862, + 83.409706,7.735901,-130.520737,83.660301,8.174616,-132.172699,84.191780,7.116741,-133.220932,84.303055,5.868717,-132.172699, + 83.084198,5.528972,-132.447830,82.651176,5.744801,-130.795853,82.190872,7.396159,-130.795853,82.441452,7.834870,-132.447830, + 82.972939,6.776996,-133.496063,82.691444,7.496256,-133.137207,83.135307,5.903897,-133.137207,82.293457,7.696957,-131.621841, + 82.912918,5.474660,-131.621841,82.362396,6.606814,-130.581009,79.631432,4.903065,-131.477478,79.171127,6.554421,-131.477478, + 79.421715,6.993135,-133.129425,79.953194,5.935262,-134.177673,79.671707,6.654521,-133.818832,80.115570,5.062173,-133.818832, + 79.273720,6.855221,-132.303467,79.893166,4.632925,-132.303452,79.342659,5.765078,-131.262634,80.064468,4.687248,-133.129425, + 84.596031,8.066575,-130.213989,84.854424,8.507471,-131.903168,85.385895,7.449596,-132.951370,85.497162,6.201572,-131.903168, + 85.056343,6.415219,-130.213989,85.104408,8.168857,-132.592545,85.548248,6.576497,-132.592545,84.706429,8.369557,-131.077179, + 85.325867,6.147260,-131.077194,84.767555,7.277246,-129.999130,81.627365,5.122899,-132.776672,81.178757,5.334363,-131.050293, + 80.718445,6.985722,-131.050293,80.984619,7.428784,-132.776672,81.516098,6.370911,-133.824890,81.234604,7.090171,-133.466034, + 81.678467,5.497823,-133.466034,80.836624,7.290874,-131.950684,81.456078,5.068575,-131.950684,80.889977,6.196388,-130.835449, + 78.478134,5.467042,-132.942276,69.291725,15.152395,-128.834595,67.014404,15.485943,-131.243896,68.887802,15.702081,-130.669586, + 69.133240,13.950730,-131.218582,67.248390,13.733329,-131.796402,69.539635,13.397756,-129.372360,67.599716,12.719825,-128.664597, + 66.424469,13.004163,-130.230301,67.114677,8.273499,-131.851593,68.160393,9.257367,-134.007217,70.686707,9.521773,-133.154800, + 66.195473,14.761246,-129.687302,67.363594,14.478590,-128.131134,68.444649,8.640496,-133.856155,67.512787,7.815949,-132.084946, + 68.842003,7.494227,-130.314270,70.576317,8.886532,-133.202606,71.035927,8.260911,-131.114700,66.546829,13.337089,-131.107208, + 67.249199,8.727208,-133.067383,66.317101,15.092123,-130.558884,67.651207,8.192425,-133.076706,68.176315,15.741860,-131.237213, + 68.417404,13.990797,-131.789658,69.715965,9.589233,-133.967346,69.766747,8.931712,-133.848495,66.916481,12.828387,-129.412643, + 67.795547,8.024184,-130.702118,66.684479,14.586570,-128.874603,68.069176,7.617275,-131.160126,69.527016,13.740745,-130.365051, + 71.238129,9.227220,-131.958069,69.279175,15.493357,-129.821213,71.021652,8.649043,-132.237289,68.753456,13.032487,-128.826218, + 68.370552,14.740541,-128.240738,69.987755,7.792370,-130.438950,68.957726,15.834821,-128.760147,66.899796,16.135822,-130.936020, + 68.592857,16.331459,-130.417572,66.160973,15.481604,-129.530334,67.216125,15.226210,-128.124741,66.284157,15.785099,-130.322449, + 67.963524,16.371965,-130.935135,66.602654,15.323892,-128.796188,68.946388,16.142927,-129.651276,68.124748,15.462566,-128.223373, + 67.954002,16.771196,-128.859528,66.664192,16.958046,-130.218109,67.725975,17.081581,-129.895416,66.206070,16.550432,-129.340881, + 66.865524,16.390814,-128.462418,66.335976,16.758608,-129.855270,67.385574,17.125402,-130.238205,66.482109,16.451870,-128.882080, + 67.946915,16.963755,-129.416504,67.429771,16.537260,-128.522720,67.008957,16.950165,-129.280701,69.728622,12.687732,-129.601929, + 67.749695,11.996163,-128.879944,66.550842,12.286176,-130.477158,67.391319,13.030040,-132.074738,69.314049,13.251769,-131.485275, + 66.675659,12.625802,-131.371689,68.583832,13.292659,-132.067841,67.052765,12.106837,-129.643082,69.715729,13.037551,-130.614578, + 68.923813,12.314096,-129.043777,66.165749,12.616577,-130.259247,67.135605,13.528288,-132.257980,69.477859,13.774097,-131.467621, + 66.290596,13.037123,-131.386597,68.577759,13.836360,-132.221039,66.797287,12.385025,-129.193680,69.989090,13.500275,-130.358215, + 70.823013,9.217206,-130.781555,68.629509,8.450667,-129.981293,67.300560,8.772330,-131.751602,68.232246,9.596708,-133.522476, + 67.438950,9.148732,-132.743179,69.554085,9.887877,-133.514862,67.856850,8.573691,-130.826965,70.808739,9.605256,-131.903915, + 69.775040,8.748751,-130.105911,70.363480,9.842697,-132.869034,68.075188,11.210682,-129.121445,66.821579,11.519769,-130.807465, + 67.687546,12.286186,-132.453552,69.668633,12.514675,-131.846176,70.114082,11.923196,-129.865280,66.950180,11.869696,-131.729156, + 68.916275,12.556780,-132.446426,67.338730,11.335018,-129.948074,70.082497,12.293947,-130.949097,69.139992,11.487605,-129.237381, + 70.076584,11.098564,-132.424301,70.572716,10.454802,-130.261444,68.391197,9.692457,-129.465546,67.030212,10.033980,-131.312881, + 67.956856,10.853912,-133.074188,67.167839,10.408343,-132.299072,69.271561,11.143507,-133.066589,67.583504,9.836415,-130.393234, + 70.519432,10.862400,-131.464386,69.530472,9.988884,-129.589539,69.309723,8.228449,-132.122391,81.915001,10.728437,-133.256470, + 82.297943,9.192129,-131.916229,80.975006,11.893541,-131.916229,81.388313,11.545664,-132.797638,85.989723,11.698436,-129.114166, + 86.165009,12.795207,-131.698792,86.483833,11.579465,-130.695419,85.960556,11.323213,-130.839661,85.641739,12.538966,-131.842987, + 85.466438,11.442184,-129.258408,84.712479,12.981794,-129.258408,84.907738,13.473054,-130.839661,77.401817,10.021420,-132.925262, + 78.274063,8.940276,-134.168915,78.629417,7.514677,-132.925262,85.431000,13.729318,-130.695419,85.235748,13.238046,-129.114166, + 77.633110,8.616981,-134.050507,76.899109,9.551080,-133.047134,76.703827,9.059807,-131.465866,77.951920,7.401226,-133.047134, + 77.457802,7.520196,-131.465866,85.227409,13.191684,-131.499542,77.785347,9.698602,-133.743149,85.750671,13.447936,-131.355286, + 77.218781,9.269698,-133.706985,82.301895,9.680171,-132.797638,86.477715,11.963343,-131.355286,85.954437,11.707078,-131.499542, + 78.633080,7.967553,-133.743149,77.945808,7.785103,-133.706985,80.791679,11.673481,-130.860107,84.772919,13.303360,-130.049026, + 77.231697,9.817215,-131.945267,85.296181,13.559611,-129.904800,76.764282,9.381373,-132.256500,82.066643,9.070011,-130.860107, + 85.787567,11.231445,-130.049026,78.414795,7.401359,-131.945267,86.310837,11.487698,-129.904800,77.778938,7.309471,-132.256500, + 85.021416,12.235177,-129.052734,85.544678,12.491428,-128.908493,77.012787,8.313189,-131.260223,86.844872,12.211594,-129.056778, + 87.003281,13.205739,-131.397812,87.292412,12.103828,-130.489029,86.338821,14.051074,-130.489029,86.161957,13.606102,-129.056778, + 86.633591,13.785560,-131.086685,87.292107,12.440883,-131.086685,86.216698,13.897366,-129.772903,87.135727,12.020716,-129.772903, + 86.441422,12.930580,-128.870514,87.326370,12.787516,-129.426254,87.423958,13.411743,-130.889359,87.606079,12.720163,-130.321381, + 87.010086,13.937170,-130.321381,86.899544,13.659066,-129.426254,87.215080,13.728840,-130.694916,87.626633,12.888428,-130.694931, + 86.933777,13.841111,-129.873840,87.508156,12.668224,-129.873840,87.072792,13.239773,-129.309799,87.501419,13.449677,-130.012421, + 84.451920,10.945349,-129.538040,83.697945,12.484960,-129.538040,83.893211,12.976220,-131.119308,84.627213,12.042121,-132.122681, + 84.946037,10.826378,-131.119308,84.212883,12.694839,-131.779190,84.939926,11.210244,-131.779190,83.758385,12.806526,-130.328674, + 84.773041,10.734611,-130.328674,84.006882,11.738339,-129.332382,84.393608,13.511297,-130.985062,85.302345,12.384927,-132.280762, + 85.672569,10.899676,-130.985062,84.793175,13.174986,-131.837158,85.676376,11.371494,-131.837158,84.216354,13.298558,-129.964081, + 85.448952,10.781610,-129.964066,82.248283,9.866186,-130.145447,82.009254,11.615676,-132.386581,82.736290,10.131080,-132.386581, + 81.554749,11.727364,-130.936081,82.569412,9.655448,-130.936066,81.803253,10.659177,-129.939804,81.494308,11.405785,-130.145447, + 81.689575,11.897058,-131.726715,82.423592,10.962956,-132.730072,82.742393,9.747215,-131.726715,81.663933,9.219070,-132.023972, + 81.169823,9.338041,-130.442703,80.415833,10.877652,-130.442703,80.611107,11.368925,-132.023972,81.345116,10.434825,-133.027313, + 80.930786,11.087543,-132.683853,81.657829,9.602948,-132.683853,80.476288,11.199219,-131.233337,81.490936,9.127305,-131.233337, + 80.724792,10.131034,-130.237045,78.497910,8.029554,-131.179184,77.743935,9.569164,-131.179184,77.939186,10.060436,-132.760452, + 78.673210,9.126337,-133.763809,78.258873,9.779055,-133.420319,78.985916,8.294460,-133.420319,77.804390,9.890732,-131.969803, + 78.819046,7.818815,-131.969803,78.052879,8.822546,-130.973526,78.992027,7.910583,-132.760437,82.542969,11.919338,-129.818619, + 82.746147,12.414484,-131.435486,83.480156,11.480385,-132.438858,83.798981,10.264629,-131.435486,83.296944,10.379738,-129.818604, + 83.065826,12.133102,-132.095352,83.792854,10.648509,-132.095352,82.611328,12.244790,-130.644852,83.625984,10.172876,-130.644852, + 82.851906,11.172719,-129.612946,80.374901,8.587811,-132.379288,79.864952,8.699032,-130.726791,79.110970,10.238632,-130.726791, + 79.322075,10.737652,-132.379288,80.056084,9.803554,-133.382629,79.641754,10.456270,-133.039124,80.368797,8.971676,-133.039124, + 79.187256,10.567958,-131.588623,80.201912,8.496042,-131.588623,79.419922,9.492012,-130.521133,77.337936,8.411213,-132.613998, + 18.166651,1.727556,-60.819878,3.009376,-1.114832,-60.819866,19.547844,-5.990541,-60.819878,2.629073,-7.511953,-60.819866, + 12.526581,5.347295,-60.819874,14.180439,-12.369722,-60.819874,7.280828,-12.515325,-60.819870,7.141451,3.958633,-60.819870, + 6.090028,-13.449783,-91.824333,9.935116,5.281679,-96.411621,5.971094,3.902699,-90.986946,2.445047,-1.135374,-88.849251, + 2.120520,-8.481311,-88.652489,15.084225,1.687183,-99.685249,16.158617,-6.970503,-100.362068,11.346413,-13.305182,-97.267242, + 1.971076,-8.908900,-78.926765,14.480780,-14.199193,-80.316353,6.857815,4.672474,-79.469597,19.013151,2.242747,-80.819794, + 2.382929,-0.852710,-78.972534,20.078024,-7.252027,-80.938087,12.689713,6.184780,-80.117386,7.008754,-14.357759,-79.486359, + 13.221184,-10.523173,-47.461853,17.137947,-6.001926,-46.683342,16.130043,0.494091,-46.683346,4.031782,-6.350720,-46.683338, + 4.309300,-1.580086,-46.683338,7.324605,2.122179,-46.900841,12.014310,3.135534,-46.900841,7.426312,-10.629425,-47.461853, + 13.238111,-10.241176,-49.961037,17.179970,-5.903970,-50.040386,16.165609,0.151213,-50.040382,3.994697,-6.254994,-50.040379, + 4.273994,-1.936253,-50.040379,7.308620,1.789737,-50.040379,12.023504,2.809577,-50.040382,7.410978,-10.348112,-49.961037, + 12.801239,-9.744628,-52.582935,16.095369,-5.600803,-53.343956,15.247692,-0.028573,-53.005455,4.951817,-6.573175,-53.403023, + 5.185220,-1.845214,-53.115807,7.721195,1.397371,-52.918823,11.786215,2.284902,-52.864914,7.806735,-9.837688,-52.588577, + 12.883821,-9.655442,-45.536572,16.300392,-5.594833,-44.162880,15.421206,-0.045142,-44.162880,4.770891,-6.052271,-44.162876, + 5.012969,-1.854437,-44.162876,7.643205,1.375033,-44.482258,11.831070,2.258975,-44.482258,7.731924,-9.748128,-45.536572, + 5.399348,9.954119,-6.930927,16.999470,8.506362,-5.635078,6.384913,-9.486310,-11.355076,15.200627,-9.486313,-11.222055, + 5.399348,9.954120,-0.000003,16.999470,8.506363,-0.000004,6.827314,-11.148684,-0.000001,15.020026,-11.148685,-0.000002, + 6.384913,-1.265202,-11.101867,15.200627,-1.265203,-10.960299,5.750600,-1.607147,-0.000001,16.096741,-1.607148,-0.000003, + 5.399349,10.275404,-5.372705,16.999470,8.827648,-4.360916,5.399349,10.275404,-0.000004,16.999470,8.827649,-0.000003, + 6.613083,20.048347,-3.859743,15.974614,17.831392,-3.367368,6.613083,20.048347,-0.000005,15.974614,17.831392,-0.000003, + 11.199408,9.954118,-7.160086,10.923670,-10.856792,-10.785672,11.199408,9.954119,-0.000004,10.923670,-12.215008,-0.000001, + 10.923670,-1.607147,-0.000002,10.923670,0.155991,-10.994421,11.199409,10.275404,-5.942376,11.199409,10.275404,-0.000004, + 10.137288,20.858864,-4.429411,10.137288,20.858860,-0.000005,6.527575,-11.818044,-5.584338,15.319764,-11.818045,-5.308389, + 16.999470,8.506362,-2.817541,5.399348,9.954120,-3.465465,5.989218,-1.436174,-5.420036,15.858122,-1.436175,-5.139813, + 11.199408,9.954119,-3.465466,10.923670,-13.036446,-5.584337,12.981019,-9.889394,-45.382927,16.541702,-5.879013,-43.988388, + 15.625432,0.024345,-44.030602,4.557943,-6.856093,-44.241341,4.810232,-1.861267,-44.030598,7.551411,1.504419,-44.375530, + 11.883863,2.425647,-44.375530,7.643873,-9.982900,-45.407146,13.548020,-12.082512,-37.093689,17.640297,-7.218822,-37.093693, + 16.587231,-0.571557,-37.093693,3.872318,-8.378798,-37.093689,4.162273,-2.738679,-37.093689,7.312695,1.129486,-37.093689, + 12.287067,2.188248,-37.093689,7.418961,-12.193525,-37.093689,13.111608,-11.773869,-29.310299,16.556831,-7.679201,-29.310299, + 15.670272,-1.417084,-29.310299,5.262728,-8.655766,-29.310297,5.506836,-3.241553,-29.310297,8.159131,0.015000,-29.310299, + 12.050028,0.906354,-29.310299,8.248595,-11.867332,-29.310299,12.381688,-9.768493,-11.080372,15.208312,-6.409038,-11.366111, + 14.480937,-1.817620,-11.366111,6.298412,-7.210255,-11.632254,6.498692,-3.314500,-11.632256,8.674757,-0.642671,-11.080372, + 11.510717,0.088639,-11.080373,8.748158,-9.845173,-11.080370,8.541103,-0.462417,-20.625803,11.587587,0.323182,-20.625803, + 6.203499,-3.332587,-20.625801,14.778296,-1.724587,-20.625803,12.523211,-9.715606,-20.625807,8.619952,-9.797982,-20.625803, + 15.559667,-6.106765,-20.625803,5.988353,-6.967460,-20.625801,8.759700,-0.901716,-15.952430,6.686294,-3.447494,-15.952430, + 12.291744,-9.335439,-15.952426,14.985016,-6.134477,-15.952431,6.495465,-6.897897,-15.952430,11.461864,-0.204909,-15.952431, + 14.291953,-2.021233,-15.952431,8.829637,-9.408505,-15.952428,6.685730,6.744820,-106.658234,11.371324,4.700491,-106.812492, + 14.954561,0.731017,-107.205238,15.933199,-4.190284,-107.597641,13.964622,-9.596490,-107.723167,7.968594,-13.747281,-107.343773, + 6.685730,6.744821,-98.674934,11.065014,4.945455,-98.455093,14.393966,0.394073,-100.448219,14.768107,-4.336457,-100.592667, + 13.779955,-10.972968,-99.924828,7.722043,-14.292974,-99.462929,3.283857,-3.880040,-89.261833,4.427878,2.344085,-90.748657, + 5.300743,-10.749344,-90.824074,7.225104,6.382586,-94.622269,6.569448,-14.492990,-95.289673,7.867330,2.938968,-95.329308, + 10.025590,-6.160828,-96.329407,9.438510,-1.592744,-96.288162,9.771182,-13.926514,-95.629890,17.153803,-0.226605,-140.367569, + 15.984727,2.316580,-143.515244,10.104763,5.680722,-143.310776,5.100817,6.991593,-143.502899,1.580732,10.164418,-172.593781, + 1.724911,10.300021,-173.358261,5.593965,8.677279,-174.288284,6.025818,8.520418,-173.925232,2.434612,10.167331,-171.502151, + 1.799763,10.136822,-171.941895,3.733757,9.890477,-171.325317,2.370159,10.396446,-174.028214,3.519929,10.151373,-174.487183, + 4.798721,9.736200,-172.934448,5.203529,9.225394,-171.575119,3.551643,10.048368,-172.880325,2.184660,10.177901,-172.767883, + 5.943337,8.713145,-172.372498,6.146347,8.413616,-173.357605,4.776314,9.348511,-174.631119,5.788713,9.062922,-173.043304, + 1.276507,11.978324,-164.265457,1.995239,11.475038,-164.192795,1.246471,11.516240,-163.126480,1.261489,11.360535,-163.681183, + 1.934206,11.020990,-163.312180,2.565878,10.687875,-163.789597,1.964722,10.861236,-163.740707,-2.255412,-10.557037,-160.704971, + -43.436661,-3.523824,-140.674072,-48.540897,-2.557299,-140.183853,-49.849651,-4.249426,-143.411041,-44.300034,-4.912956,-144.990082, + -47.742260,-3.272519,-135.877411,-45.855202,-9.751490,-146.365982,-42.235207,-10.463562,-143.488174,-41.829514,-7.954958,-142.661743, + -16.270679,-3.976710,-135.000336,-18.793783,-5.695349,-134.741745,-15.576659,-15.322492,-151.257126,-16.700129,-17.317806,-146.228989, + -38.727325,-3.929408,-138.626404,-40.829002,-6.736235,-138.902283,-41.278847,-6.755357,-140.951065,-39.462364,-3.958614,-142.100967, + -43.166023,-3.907987,-136.514221,-40.439156,-8.564260,-137.325180,-42.777916,-6.573111,-133.541412,-45.513123,-17.148264,-136.627899, + -41.089119,-14.211235,-139.170868,-41.632206,-14.113662,-141.062698,-46.235508,-17.008322,-141.113220,-20.877621,-6.298213,-140.247971, + -42.069515,-12.663507,-142.658188,-46.350098,-13.986013,-144.649765,-44.224773,-13.385211,-134.177429,-49.913620,-11.801588,-133.335800, + -47.619499,-5.875045,-132.735092,-15.562931,3.207264,-137.039001,-14.531559,3.538438,-136.462677,-8.207553,-17.096422,-146.177551, + -7.458498,-15.409169,-151.411026,-23.290493,0.196218,-149.428787,-28.327978,-0.743162,-145.790817,-27.125177,-7.099026,-151.805679, + -26.815260,-2.403997,-151.073517,-29.318415,-4.045936,-148.536591,-29.631390,-7.492762,-149.626770,-22.400276,-15.245778,-151.444473, + -25.372324,-11.998523,-152.074341,-29.055742,-11.953569,-149.678802,-27.845798,-16.130821,-147.578033,-19.019415,-16.128700,-150.128128, + -19.409559,-16.935032,-145.998489,-21.100824,-13.684202,-153.563873,-21.593786,-10.693016,-154.598907,-21.953714,-6.605453,-154.578796, + -21.929840,-2.911232,-153.505447,-22.057043,-0.484813,-151.899094,-18.689808,0.044798,-151.336853,-18.090836,-13.219082,-153.489365, + -17.974684,-10.141387,-155.118958,-17.927906,-6.718284,-155.517502,-18.116741,-3.053031,-154.117828,-20.855143,-1.465903,-141.698822, + -28.560673,-1.244436,-140.871475,-28.428377,-6.837884,-138.051773,-27.986227,-12.809740,-138.668533,-20.840994,-10.346281,-140.142487, + -20.425089,-14.732667,-141.798721,-27.760965,-16.881363,-143.166916,-30.702354,-17.573826,-142.357834,-30.692686,-13.040183,-137.640762, + -32.139702,-12.962615,-149.255280,-31.033588,-16.895645,-146.649048,-32.403885,-4.166384,-147.951996,-32.632599,-8.182958,-149.139908, + -31.496618,-0.945901,-139.932678,-31.669701,-0.549733,-145.212021,-31.209818,-6.425850,-137.202240,-36.126282,-5.176527,-147.086380, + -36.437042,-9.960904,-148.364426,-34.879723,-1.522050,-139.016953,-35.551620,-1.469932,-144.110199,-34.229675,-6.473045,-136.394638, + -18.150156,-1.279865,-135.668503,-9.052481,-15.082654,-133.835220,-8.481760,-17.228552,-141.554138,-39.764641,-16.226534,-142.278732, + -38.975044,-16.757385,-139.406403,-34.630821,-18.106237,-140.673370,-35.314980,-17.080395,-144.246063,-18.178389,-16.446836,-141.095993, + -16.615326,-11.325133,-134.016586,-36.114487,-14.303220,-147.491394,-13.253522,-11.252223,-134.401398,-8.110898,-14.133880,-134.365341, + -51.500633,-7.975976,-144.311829,-52.366219,-11.894705,-142.623184,-51.478374,-14.529618,-135.742157,-52.351749,-14.402006,-139.187454, + -40.557716,-14.065656,-144.838898,-40.282135,-6.484883,-144.714630,-40.885674,-10.552635,-146.043045,-38.121811,-7.386450,-136.196304, + -4.962281,3.529592,-152.079453,-15.010215,1.193760,-151.110901,-8.738068,1.629815,-152.582123,-8.448003,6.249827,-137.385681, + -40.622490,-11.906373,-137.620514,-38.301895,-12.892854,-136.682999,-34.125191,-13.345107,-137.034012,-9.458292,-2.679573,-155.367676, + -14.925602,-1.993942,-154.541534,-14.847952,-5.944201,-156.446640,-9.794246,-5.877098,-157.490143,-6.704882,-13.189673,-155.798752, + -15.281401,-13.281849,-153.150894,0.000000,-12.284960,-156.901031,-9.238589,-10.213594,-157.615875,-14.987559,-10.554950,-155.363937, + 0.000000,-15.661952,-141.299667,0.000000,-14.928075,-134.366013,-4.698303,8.012395,-138.041779,0.000000,3.469832,-151.409653, + 0.000000,6.738632,-137.540054,0.000000,-14.658727,-151.242493,0.000000,-15.516994,-145.968262,0.000000,-15.475425,-133.793411, + 0.000000,8.450858,-137.927826,0.000000,7.892303,-122.586990,-8.069602,6.357331,-122.488228,-13.520771,2.766512,-122.257248, + -14.908030,-3.804929,-121.834534,-11.053711,-9.875690,-121.444000,-6.600245,-12.094496,-121.301277,0.000000,-12.930780,-121.247490, + -15.288386,2.764639,-147.216049,0.000000,6.144290,-148.388443,-5.503333,5.970782,-148.964035,-10.413225,6.538934,-138.019196, + -9.796299,4.822522,-148.602356,-18.770905,0.506853,-149.070892,-20.218994,0.932907,-145.553162,-5.525775,7.362681,-122.082428, + -10.791848,4.056056,-121.892082,-13.884005,-1.766943,-121.556915,-11.699908,-7.836931,-121.207520,-6.390067,-11.766495,-120.981339, + 0.000000,-12.715544,-120.926704,0.000000,8.055452,-122.122299,-8.786551,-0.946177,-171.238449,-63.578369,-8.017603,-134.656006, + -62.824333,-3.538880,-139.886200,-66.939491,1.292811,-138.213455,-65.919968,3.207155,-137.749512,-68.316711,-3.639074,-135.753769, + -62.765934,-7.616477,-132.176025,-61.367275,-5.121452,-131.225998,-60.097446,-2.152786,-131.656326,-59.673172,-0.020087,-133.892685, + -59.951672,1.312338,-137.437378,-60.963711,0.196194,-139.385315,-68.061401,-1.595555,-137.676834,-68.080048,-4.183549,-134.062210, + -67.597183,-4.244978,-132.321014,-66.743721,-2.300653,-131.425308,-65.972557,0.199151,-131.613388,-65.606308,1.845549,-132.009369, + -75.888458,9.088913,-134.885635,-74.231285,9.653000,-132.702988,-78.025375,-1.802800,-135.328415,-76.717392,-3.123458,-132.298859, + -75.905495,-2.395805,-130.540390,-73.776337,8.979826,-131.134247,-63.425270,-6.084257,-137.598343,-65.474442,3.320416,-134.051361, + -67.490654,-0.503754,-138.463684,-68.200325,-4.536624,-133.828491,-67.654984,-4.122956,-132.276016,-66.406563,-1.933799,-131.348969, + -65.227631,0.756812,-131.693497,-64.791153,2.647409,-133.515366,-64.967796,3.868421,-136.544937,-65.893333,2.780065,-138.181091, + -68.157555,-3.209171,-136.187332,-8.073426,4.848258,-178.644989,-8.714679,3.247578,-176.755234,0.000000,9.846747,-182.158295, + -3.433847,8.795178,-181.844284,-6.457547,6.809344,-180.787643,-9.217712,0.595161,-177.967819,-9.565679,-3.063118,-178.697021, + -8.973938,-7.599492,-178.785080,-3.285391,-13.917697,-179.628922,-5.974111,-12.125780,-179.148224,0.000000,-14.588774,-179.936523, + -8.187792,1.700611,-180.536560,-7.115164,3.201872,-182.756592,-4.316383,0.170597,-186.469910,0.000000,5.742898,-185.646469, + -3.818423,5.002646,-184.733826,-7.535339,-1.200976,-184.202225,-8.637268,-2.245284,-181.814148,-8.137875,-7.211718,-181.895905, + -6.567052,-6.218622,-185.179749,-5.102749,-9.392209,-184.968094,-6.007038,-11.219625,-182.111313,-2.840541,-9.652955,-185.693100, + -3.908153,-4.906581,-186.811050,-3.037599,-12.923615,-182.535934,0.000000,0.465818,-187.308624,0.000000,-9.223599,-186.312500, + 0.000000,-4.353618,-187.421463,0.000000,-13.181405,-182.910049,-6.962159,-6.396660,-159.546066,-6.802540,-2.379369,-157.667084, + -5.066258,-9.173508,-160.427277,-3.732246,1.146385,-155.445572,0.000000,2.409848,-154.501358,0.000000,-10.949293,-160.759888, + -3.236217,0.208650,-154.669479,-5.361765,-3.335928,-155.918030,-6.079329,8.652844,-172.329620,-5.289002,9.200073,-171.477798, + -3.991134,10.040439,-169.939011,-1.572845,10.348082,-173.382675,-1.418821,10.203218,-172.565994,-3.490437,10.189282,-174.588699, + -4.832615,9.331594,-174.742462,-5.706100,8.614530,-174.376221,-6.167443,8.446958,-173.988373,-0.805257,11.077225,-171.477646, + -0.693200,11.001467,-172.763687,-2.331008,10.206330,-171.399826,-1.652809,10.173738,-171.869614,-1.196392,11.252987,-176.826233, + -0.966192,11.123847,-174.136124,-1.335679,11.634314,-175.416031,-1.486469,11.126314,-170.239059,-1.995812,11.630534,-169.414978, + 0.000000,12.566481,-165.412704,-2.378219,11.126994,-164.878479,-3.288681,10.355126,-164.326157,-4.571864,9.636808,-164.945816, + -3.404490,10.537590,-165.888611,-1.912626,10.785498,-162.560852,-1.068443,11.485839,-162.463287,-1.475338,11.149501,-160.746460, + -2.651794,10.300209,-161.128693,-3.405131,9.972693,-163.606140,-2.972003,9.945323,-162.802246,-4.245969,9.257284,-161.584778, + -5.094912,9.137312,-163.038162,-4.182273,9.955132,-167.523590,-5.655880,8.739951,-165.432312,0.000000,11.590194,-172.780731, + 0.000000,11.485277,-173.986359,0.000000,12.256799,-171.663376,-1.790723,11.770759,-166.194763,-1.278659,11.989069,-165.349380, + -1.927020,12.275742,-168.463211,-1.849293,11.913119,-167.807877,-2.322145,11.072384,-167.840714,-3.718867,9.910572,-171.210922, + -1.201580,11.719737,-167.481293,-1.673665,11.669170,-167.005646,0.000000,12.547038,-167.223099,-2.262155,10.451091,-174.098389, + -8.678994,4.300528,-173.264709,-9.031654,2.588899,-173.966507,-9.319210,-3.455650,-175.102798,-7.431601,3.782863,-163.640274, + -8.184590,3.755087,-166.451828,0.000000,10.644402,-158.450455,-1.260280,10.364641,-158.719360,-2.959951,9.666372,-159.385788, + -4.463274,8.731678,-160.133652,-5.663513,7.500925,-160.812622,-6.528701,5.716782,-161.459763,-6.656200,5.938952,-163.263763, + 0.000000,13.090084,-170.607834,-7.035447,3.504820,-162.173584,-3.585699,10.872697,-176.331238,-7.500576,7.933226,-175.674011, + -6.112787,9.710217,-176.243164,-8.361187,6.170634,-172.860519,-7.999845,6.932606,-175.121582,-7.557776,7.321540,-171.418396, + -6.233020,8.723725,-169.933334,-6.296202,8.332862,-173.381989,-8.714862,4.318768,-170.476166,-8.960550,2.040490,-170.708328, + -6.552486,6.980829,-165.766022,0.000000,13.574883,-169.800385,0.000000,14.057823,-168.931274,-9.383488,-0.184550,-174.685226, + -6.661694,7.917311,-168.003098,0.000000,14.239856,-167.981888,-8.503875,2.009710,-167.322601,-7.393672,1.511619,-163.042465, + -7.847992,1.620850,-164.372528,-1.246930,12.065411,-164.339539,-2.061220,11.495209,-164.257172,-2.707726,10.603394,-163.800415, + -1.992072,10.980796,-163.259506,0.000000,11.792350,-162.930084,-1.212901,11.541891,-163.049103,0.000000,12.392316,-166.279877, + 0.000000,13.620897,-167.446701,-7.401336,-2.942573,-166.322235,-7.785196,6.430570,-177.187302,-6.370724,8.363092,-178.776306, + -2.756280,10.540556,-178.343430,-7.833002,-0.481464,-165.332535,-8.349971,5.083541,-175.659424,0.000000,-11.924877,-166.797821, + -2.022276,-11.337331,-166.851822,-1.194474,3.859480,-159.419128,-3.274207,6.401555,-159.286469,-1.992452,7.621374,-158.648529, + -2.880794,2.891298,-159.981857,-3.355322,1.871616,-162.207718,-5.346025,-1.925567,-163.517563,-5.732253,-0.593436,-161.995865, + -5.368009,-4.877890,-164.544357,-5.878355,-5.426690,-164.313126,-2.543484,-9.231574,-157.587082,-2.670436,-8.237728,-165.345718, + -5.421607,-6.155618,-156.915573,0.000000,-10.435647,-157.841660,0.000000,-9.496735,-165.626846,-4.527894,-9.325664,-167.005722, + -6.393602,-6.103416,-166.961258,-3.954607,-8.507437,-164.910400,0.000000,-10.596780,-165.049866,-6.290472,-2.545141,-163.171875, + 0.000000,8.900812,-158.086761,0.000000,1.093170,-153.792389,0.000000,11.557972,-160.499542,0.000000,11.916566,-162.436172, + 0.000000,12.478731,-166.697601,0.000000,12.627886,-164.273071,0.000000,11.498711,-176.820526,0.000000,11.050056,-179.014526, + 0.000000,2.988821,-161.228409,0.000000,4.191083,-159.213272,0.000000,6.395403,-158.326157,-0.702442,8.563569,-158.224396, + 0.000000,7.678475,-158.072632,0.000000,11.376163,-175.317322,-2.519472,10.861479,-168.762161,-2.895507,10.580003,-167.040985, + -5.847917,7.747211,-163.133865,-1.587083,-10.169642,-165.040054,-4.511375,1.279292,-160.868042,-6.828387,0.387274,-162.823593, + -6.117392,2.115759,-161.659851,-5.336611,3.818042,-160.717926,-8.612551,-3.423034,-171.417953,-4.401010,5.199092,-159.974258, + -7.953544,-3.285419,-168.896133,-8.198347,-0.541879,-168.087723,-7.972898,-6.494125,-171.359329,-8.597033,-7.538135,-175.479965, + -5.399007,-11.213866,-171.816223,-2.295391,-13.931061,-172.130447,-3.136208,-14.596487,-176.603043,-6.391548,-12.418177,-175.970016, + 0.000000,-15.227245,-177.026657,0.000000,-14.678801,-172.377487,-4.948128,-10.731260,-169.387329,-7.288162,-6.082829,-169.188858, + -2.166539,-12.791884,-169.565094,0.000000,-13.314796,-169.602493,-13.119349,-9.973539,-52.516937,-16.668949,-6.718419,-52.940273, + -16.276573,-0.490842,-52.940273,-3.901020,-6.664280,-52.940266,-4.660492,-1.483462,-52.940266,-7.383519,1.590609,-52.567669, + -11.950247,2.572249,-52.567669,-7.482044,-10.076464,-52.516933,-5.991519,-13.934340,-88.576614,-11.209650,5.763631,-90.168793, + -5.852879,4.313499,-88.534302,-1.742560,-0.984527,-87.280144,-1.364260,-8.709502,-87.164711,-17.116741,1.983668,-92.058922, + -18.353352,-7.120747,-92.462875,-12.854799,-13.782294,-90.670792,-2.617983,-8.521159,-162.376923,-5.310236,-5.372405,-161.650894, + 0.000000,-9.721741,-162.639282,-5.273673,-2.558614,-160.665482,-3.286250,1.027424,-159.418091,0.000000,2.018876,-158.508148, + -5.026113,5.732710,-107.125221,-9.297702,3.688166,-107.125221,-12.451283,-1.465807,-107.125221,-11.368163,-7.406800,-107.125221, + 0.000000,-14.165041,-106.849274,0.000000,6.333096,-106.849274,-6.839121,-12.039460,-107.125221,-18.460167,-5.128868,-138.445953, + -18.940399,-11.507703,-138.607742,-17.312679,-4.553481,-144.888199,-16.841183,-12.563801,-145.919479,-15.648105,-10.504106,-149.842361, + -15.926440,-3.958783,-148.999985,-18.745573,-6.319313,-139.626846,-16.390125,-15.069695,-149.104462,-17.305490,-16.753429,-145.267792, + -16.599453,0.060426,-150.504425,-16.011896,-13.108314,-152.615921,-15.897957,-10.089245,-154.214432,-15.852071,-6.731373,-154.605392, + -16.037308,-3.135965,-153.232422,-18.723524,-1.579080,-141.050049,-18.709644,-10.290241,-139.523376,-18.301666,-14.593036,-141.148056, + -17.119083,-0.081587,-148.337021,-18.099499,1.191305,-144.830963,-17.001616,-6.778496,-142.241867,-15.047769,-13.112544,-148.995010, + -16.170401,-12.801026,-145.497787,-15.296630,-1.925551,-148.845444,-15.248852,-10.932447,-149.648819,-14.790809,-8.836285,-150.345612, + -15.089298,-6.801396,-150.397171,-15.359364,-4.509183,-149.651627,-16.988886,-4.042455,-143.063324,-16.980875,-9.070494,-142.182144, + -16.745392,-11.554050,-143.119904,-16.628702,-2.443395,-145.245651,-41.131069,-3.309092,-141.315598,-41.808575,-4.786643,-145.245636, + -42.897713,-9.818558,-146.501343,-40.918701,-4.763706,-137.693970,-40.429424,-6.356138,-134.959015,-42.134544,-17.299219,-137.635941, + -42.784027,-17.213686,-141.720123,-43.074551,-14.155067,-144.939804,-41.203075,-13.376687,-135.121231,-39.508682,-6.242579,-141.322678, + -39.874413,-7.154483,-143.604401,-40.423653,-10.235099,-144.334213,-39.911312,-6.269222,-138.575363,-39.075432,-8.080402,-137.667267, + -39.865757,-14.767729,-139.187485,-40.240734,-14.728724,-141.558716,-40.456730,-12.874995,-143.427872,-39.386387,-12.364281,-137.655457, + -77.010391,5.995913,-135.672028,-77.771591,1.647460,-135.875336,-75.572456,1.531839,-130.704681,-74.744484,5.235991,-130.918472, + -76.506485,9.351852,-131.655579,-76.835701,9.370402,-132.950943,-78.247803,-1.849946,-132.042007,-78.435646,-1.019214,-133.775681, + -77.109436,-1.175759,-131.023758,-76.366394,8.748679,-130.670700,-78.812569,1.824283,-132.077728,-79.288055,2.070319,-134.158325, + -76.984314,5.917033,-130.411575,-78.204323,6.051322,-131.626419,-78.398453,6.948334,-133.862961,-77.287994,1.442718,-130.766251, + -67.185921,6.376915,-131.059891,-71.037697,-4.931229,-133.436981,-71.303040,-4.266782,-135.954056,-67.880890,6.115250,-136.919174, + -66.927925,7.403533,-133.569153,-70.323456,-4.730458,-131.128510,-68.247978,1.899181,-130.632080,-69.224182,-1.623342,-130.389862, + -69.221672,2.968427,-137.662720,-70.649551,-1.031278,-137.240585,-74.196083,-4.027338,-132.835129,-74.407021,-3.438159,-135.537048, + -70.856346,7.872060,-136.107025,-73.433029,-3.563125,-130.597534,-71.496239,3.567586,-130.538361,-72.398315,-0.045751,-130.310364, + -72.145546,4.240283,-136.950500,-73.472679,0.200701,-136.817688,-70.465538,8.077970,-130.860138,-70.136040,9.117819,-133.103302, + -5.300062,8.546914,-162.235199,-83.073219,-0.833440,-133.540359,-82.388344,-2.310096,-132.286423,-82.749268,0.676117,-132.286423, + -83.018204,0.145815,-133.111099,-85.365685,-2.038165,-129.366257,-86.437096,-1.253149,-131.784454,-85.915627,-2.431150,-130.845703, + -85.492027,-2.379962,-131.016769,-86.013527,-1.201949,-131.955475,-84.942085,-1.986965,-129.537323,-85.147789,-0.285040,-129.537323, + -85.779259,-0.003456,-131.016769,-79.806427,0.921174,-133.480637,-80.107025,-0.479593,-134.644180,-79.471527,-1.849843,-133.480637, + -86.202843,-0.054644,-130.845703,-85.571365,-0.336240,-129.366257,-79.530464,-0.418427,-134.573608,-79.296204,0.780078,-133.634872, + -78.664719,0.498483,-132.155457,-79.008987,-1.596440,-133.634872,-78.459030,-1.203443,-132.155457,-85.977791,-0.423608,-131.634109, + -80.055992,0.429091,-134.245850,-86.401390,-0.474809,-131.463043,-79.494743,0.359914,-134.252243,-82.768974,-1.916348,-133.111099, + -86.203033,-2.115926,-131.463043,-85.779442,-2.064738,-131.634109,-79.824722,-1.484467,-134.245850,-79.296402,-1.281203,-134.252243, + -82.341942,0.607501,-131.298355,-85.473671,-0.060307,-130.277054,-79.428467,0.857505,-132.563751,-85.897247,-0.111495,-130.105972, + -78.990608,0.723216,-132.895187,-81.994118,-2.270459,-131.298355,-85.196854,-2.350660,-130.277054,-79.105705,-1.813067,-132.563751, + -85.620453,-2.401849,-130.105972,-78.713799,-1.567138,-132.895187,-84.974442,-1.076374,-129.344894,-85.398010,-1.127562,-129.173859, + -78.491371,-0.292840,-131.963043,-86.132462,-2.045473,-129.253677,-87.103020,-1.333627,-131.443970,-86.630608,-2.401431,-130.593704, + -86.890739,-0.248883,-130.593704,-86.318771,-0.503931,-129.253677,-87.069153,-0.641224,-131.152863,-86.889496,-2.127679,-131.152863, + -86.613953,-0.300381,-129.923706,-86.363228,-2.374883,-129.923706,-86.161865,-1.219877,-129.079407,-86.765404,-1.814291,-129.564651, + -87.372391,-1.366183,-130.933563,-87.076736,-2.036758,-130.402130,-87.239334,-0.691435,-130.402130,-86.881851,-0.850842,-129.564651, + -87.345169,-0.983498,-130.751602,-87.232895,-1.912518,-130.751602,-87.066345,-0.723622,-129.983414,-86.909637,-2.020164,-129.983414, + -86.784180,-1.295087,-129.455734,-87.279968,-1.355013,-130.095367,-84.120827,-1.887712,-129.868988,-84.326515,-0.185787,-129.868988, + -84.957985,0.095809,-131.348434,-85.192230,-1.102696,-132.287155,-84.670761,-2.280698,-131.348434,-85.156509,-0.324356,-131.965775, + -84.958183,-1.965473,-131.965775,-84.652405,0.038946,-130.608704,-84.375587,-2.251408,-130.608704,-84.153168,-0.977110,-129.676590, + -85.493439,0.293458,-131.180878,-85.806618,-1.165936,-132.393127,-85.144524,-2.593514,-131.180878,-85.753441,-0.219225,-131.978134, + -85.512489,-2.212855,-131.978134,-85.099655,0.227118,-130.225647,-84.763405,-2.555200,-130.225647,-82.336960,-1.672112,-130.589401, + -83.372658,-0.108755,-132.686188,-83.174316,-1.749884,-132.686188,-82.868530,0.254547,-131.329102,-82.591728,-2.035807,-131.329102, + -82.369308,-0.761521,-130.396988,-82.542648,0.029814,-130.589401,-83.174133,0.311398,-132.068817,-83.408379,-0.887096,-133.007568, + -82.886909,-2.065109,-132.068817,-82.013878,-1.959598,-132.421387,-81.463928,-1.566601,-130.941956,-81.669624,0.135324,-130.941956, + -82.301109,0.416908,-132.421387,-82.535362,-0.781585,-133.360107,-82.499641,-0.003256,-133.038742,-82.301300,-1.644373,-133.038742, + -81.995506,0.360057,-131.681671,-81.718704,-1.930297,-131.681671,-81.496277,-0.656010,-130.749542,-79.301003,-1.305200,-131.815445, + -79.506691,0.396726,-131.815445,-80.138168,0.678310,-133.294861,-80.372421,-0.520184,-134.233597,-80.336708,0.258157,-133.912231, + -80.138367,-1.382960,-133.912231,-79.832573,0.621459,-132.555145,-79.555771,-1.668895,-132.555145,-79.333344,-0.394597,-131.623032, + -79.850952,-1.698197,-133.294861,-83.384697,-0.071955,-130.210663,-84.029434,0.208032,-131.723419,-84.263687,-0.990473,-132.662155, + -83.742218,-2.168475,-131.723419,-83.179008,-1.773880,-130.210663,-84.227974,-0.212133,-132.340790,-84.029625,-1.853250,-132.340790, + -83.723831,0.151169,-130.983688,-83.447037,-2.139185,-130.983688,-83.211349,-0.863289,-130.018250,-80.970406,-1.833487,-132.842773, + -80.393929,-1.437283,-131.296722,-80.599625,0.264642,-131.296722,-81.257622,0.543019,-132.842773,-81.491875,-0.655474,-133.781509, + -81.456161,0.122866,-133.460144,-81.257820,-1.518262,-133.460144,-80.952026,0.486168,-132.103073,-80.675224,-1.804186,-132.103073, + -80.426277,-0.526692,-131.104309,-78.988914,-0.408342,-133.229645,-84.040947,2.918897,-133.508774,-83.745224,1.349436,-132.210861, + -83.559151,4.351625,-132.210861,-83.847191,3.874322,-133.064438,-87.888870,2.234647,-129.243118,-88.587700,3.187604,-131.746078, + -88.370827,1.939735,-130.774445,-87.807976,1.904843,-130.944870,-88.024857,3.152724,-131.916519,-87.326035,2.199766,-129.413559, + -87.219986,3.910800,-129.413559,-87.659912,4.294069,-130.944870,-79.671089,4.000637,-133.400986,-80.118172,2.671168,-134.605347, + -79.843750,1.214802,-133.400986,-88.222748,4.328949,-130.774445,-87.782837,3.945680,-129.243118,-79.410477,2.618835,-134.524918, + -79.045517,3.760179,-133.553268,-78.605606,3.376911,-132.021942,-79.193596,1.370966,-133.553268,-78.711655,1.665877,-132.021942, + -87.876991,3.913469,-131.583878,-79.938370,3.557739,-134.193054,-88.439827,3.948349,-131.413437,-79.262604,3.379581,-134.192276, + -83.975685,1.801132,-133.064438,-88.542091,2.298447,-131.413437,-87.979240,2.263566,-131.583878,-80.057610,1.633941,-134.193054, + -79.364853,1.729678,-134.192276,-83.257896,4.215738,-131.188141,-87.434715,4.186817,-130.179199,-79.391548,3.874537,-132.451950, + -87.997559,4.221709,-130.008789,-78.820328,3.652928,-132.787613,-83.437218,1.322376,-131.188141,-87.577423,1.884220,-130.179199, + -79.557945,1.189684,-132.451950,-88.140266,1.919100,-130.008789,-78.963043,1.350331,-132.787613,-87.209793,3.102204,-129.214386, + -87.772644,3.137096,-129.043961,-78.595406,2.568326,-131.822800,-88.852989,2.379319,-129.137436,-89.485901,3.243275,-131.404495, + -89.289520,2.112195,-130.524414,-89.155396,4.276247,-130.524414,-88.756935,3.929098,-129.137436,-89.352753,3.919667,-131.103195, + -89.445366,2.425262,-131.103195,-88.951439,4.179103,-129.830917,-89.080681,2.093503,-129.830917,-88.747650,3.197523,-128.957047, + -89.523438,2.726909,-129.465652,-89.918793,3.270097,-130.882553,-89.796257,2.559956,-130.332520,-89.712433,3.912467,-130.332520, + -89.463409,3.695508,-129.465652,-89.838699,3.642519,-130.694260,-89.896576,2.708527,-130.694260,-89.584946,3.851767,-129.899109, + -89.665741,2.548285,-129.899109,-89.457397,3.241511,-129.352921,-89.959412,3.272624,-130.018234,-86.234756,2.132140,-129.743988, + -86.128716,3.843161,-129.743988,-86.568626,4.226430,-131.275299,-86.933594,3.085086,-132.246964,-86.716721,1.837216,-131.275299, + -86.785713,3.845830,-131.914322,-86.887970,2.195928,-131.914322,-86.343452,4.119190,-130.509628,-86.486160,1.816581,-130.509628, + -86.118523,3.034577,-129.544830,-87.215752,4.527504,-131.109573,-87.681534,3.142401,-132.364365,-87.395638,1.625095,-131.109573, + -87.494217,4.066069,-131.934784,-87.618431,2.061781,-131.934784,-86.924507,4.396137,-130.120850,-87.097862,1.598940,-130.120850, + -83.864449,1.985239,-130.461716,-84.415405,3.698931,-132.632019,-84.517654,2.049027,-132.632019,-83.973137,3.972288,-131.227371, + -84.115837,1.669680,-131.227371,-83.748207,2.887676,-130.262543,-83.758415,3.696260,-130.461716,-84.198318,4.079529,-131.993011, + -84.563271,2.938185,-132.964691,-84.346405,1.690315,-131.993011,-83.186371,1.618420,-132.344269,-82.704414,1.913344,-130.812958, + -82.598381,3.624365,-130.812958,-83.038300,4.007634,-132.344269,-83.403236,2.866290,-133.315933,-83.255371,3.627036,-132.983292, + -83.357628,1.977133,-132.983292,-82.813103,3.900393,-131.578629,-82.955803,1.597785,-131.578629,-82.588188,2.815781,-130.613800, + -79.830414,1.735221,-131.683182,-79.724373,3.446243,-131.683182,-80.164284,3.829511,-133.214508,-80.529236,2.688167,-134.186172, + -80.381371,3.448913,-133.853531,-80.483627,1.799010,-133.853531,-79.939102,3.722271,-132.448853,-80.081802,1.419663,-132.448853, + -79.714172,2.637659,-131.484039,-80.312363,1.440298,-133.214508,-84.884491,3.766056,-130.083115,-85.334816,4.149970,-131.648895, + -85.699760,3.008626,-132.620560,-85.482880,1.760744,-131.648895,-84.990540,2.055023,-130.083115,-85.551888,3.769358,-132.287903, + -85.654144,2.119468,-132.287903,-85.109619,4.042717,-130.883240,-85.252327,1.740121,-130.883240,-84.874306,2.957461,-129.883942, + -81.799843,1.532482,-132.764114,-81.297089,1.826118,-131.163834,-81.191048,3.537152,-131.163834,-81.651772,3.921708,-132.764114, + -82.016724,2.780364,-133.735764,-81.868851,3.541098,-133.403122,-81.971107,1.891206,-133.403122,-81.426575,3.814455,-131.998444, + -81.569283,1.511859,-131.998444,-81.180855,2.728556,-130.964676,-78.994270,2.537964,-133.133804,-83.608116,6.967609,-133.751694, + -83.730545,5.394549,-132.351501,-82.922890,8.292047,-132.351501,-83.248459,7.869749,-133.272354,-88.098534,7.263211,-129.566315, + -88.420280,8.295418,-132.266495,-88.531563,7.047394,-131.218277,-87.940186,6.882552,-131.351776,-87.828903,8.130564,-132.399994, + -87.507141,7.098369,-129.699783,-87.046844,8.749725,-129.699783,-87.297424,9.188437,-131.351776,-78.859131,7.045298,-133.286591, + -79.494980,5.816311,-134.585861,-79.608589,4.356607,-133.286575,-87.888802,9.353279,-131.218277,-87.638214,8.914567,-129.566315, + -78.777687,5.607600,-134.442993,-78.246216,6.665473,-133.394791,-77.995628,6.226748,-131.742798,-78.888969,4.359576,-133.394791, + -78.455925,4.575391,-131.742798,-87.547417,8.849837,-132.041138,-79.161232,6.653433,-134.141052,-88.138794,9.014677,-131.907639, + -78.496208,6.326860,-134.084122,-83.806183,5.868859,-133.272354,-88.582657,7.422317,-131.907639,-87.991280,7.257465,-132.041138, + -79.678780,4.796727,-134.141052,-78.940063,4.734500,-134.084137,-82.723228,8.114926,-131.248169,-87.149422,9.050528,-130.525787, + -78.673851,6.880944,-132.262756,-87.740807,9.215379,-130.392303,-78.098213,6.527561,-132.568771,-83.501602,5.322475,-131.248169, + -87.768867,6.828228,-130.525772,-79.396133,4.289731,-132.262756,-88.360268,6.993071,-130.392303,-78.717667,4.305264,-132.568771, + -87.218361,7.960381,-129.484924,-87.809746,8.125236,-129.351456,-78.167152,5.437417,-131.527939,-89.078613,7.624389,-129.534378, + -89.369843,8.560099,-131.980103,-89.470848,7.428909,-131.030640,-88.888664,9.517490,-131.030640,-88.661697,9.120118,-129.534378, + -89.118279,9.199369,-131.655060,-89.520302,7.757069,-131.655060,-88.754616,9.392571,-130.282516,-89.315697,7.379714,-130.282516, + -88.816841,8.405950,-129.339783,-89.676125,8.108033,-129.936890,-89.857277,8.695961,-131.465439,-89.921272,7.985867,-130.872055, + -89.557411,9.291207,-130.872055,-89.415558,9.042859,-129.936890,-89.713593,9.046925,-131.262283,-89.964851,8.145500,-131.262283, + -89.473625,9.213138,-130.404480,-89.824303,7.955123,-130.404480,-89.511642,8.599627,-129.815262,-89.970978,8.727660,-130.557724, + -86.360504,6.778759,-129.958588,-85.900192,8.430115,-129.958588,-86.150795,8.868828,-131.610565,-86.682274,7.810954,-132.658783, + -86.793549,6.562930,-131.610565,-86.400780,8.530214,-132.299927,-86.844635,6.937854,-132.299927,-86.002785,8.730917,-130.784576, + -86.622253,6.508618,-130.784576,-86.071724,7.640771,-129.743744,-86.774796,9.313169,-131.490295,-87.437248,8.032753,-132.843933, + -87.555618,6.511966,-131.490295,-87.089539,8.904899,-132.380508,-87.628738,6.970504,-132.380508,-86.581757,9.141938,-130.423615, + -87.334274,6.442288,-130.423645,-83.869995,6.084543,-130.520752,-83.910278,7.836000,-132.862091,-84.354126,6.243640,-132.862091, + -83.512283,8.036702,-131.346741,-84.131737,5.814404,-131.346741,-83.581215,6.946558,-130.305878,-83.409691,7.735900,-130.520752, + -83.660286,8.174615,-132.172714,-84.191765,7.116740,-133.220947,-84.303040,5.868716,-132.172714,-83.084198,5.528969,-132.447830, + -82.651176,5.744798,-130.795853,-82.190872,7.396156,-130.795853,-82.441452,7.834868,-132.447830,-82.972939,6.776994,-133.496063, + -82.691444,7.496254,-133.137207,-83.135307,5.903895,-133.137207,-82.293457,7.696955,-131.621841,-82.912918,5.474658,-131.621841, + -82.362396,6.606812,-130.581009,-79.631432,4.903062,-131.477478,-79.171127,6.554419,-131.477478,-79.421715,6.993132,-133.129425, + -79.953194,5.935259,-134.177673,-79.671707,6.654518,-133.818832,-80.115570,5.062171,-133.818832,-79.273720,6.855219,-132.303467, + -79.893166,4.632922,-132.303452,-79.342659,5.765076,-131.262634,-80.064468,4.687245,-133.129425,-84.596016,8.066575,-130.214005, + -84.854408,8.507471,-131.903183,-85.385880,7.449595,-132.951385,-85.497147,6.201571,-131.903183,-85.056328,6.415218,-130.214005, + -85.104393,8.168857,-132.592560,-85.548233,6.576496,-132.592560,-84.706413,8.369557,-131.077194,-85.325851,6.147260,-131.077209, + -84.767540,7.277245,-129.999146,-81.627365,5.122896,-132.776672,-81.178757,5.334360,-131.050293,-80.718445,6.985719,-131.050293, + -80.984619,7.428782,-132.776672,-81.516098,6.370908,-133.824890,-81.234604,7.090168,-133.466034,-81.678467,5.497820,-133.466034, + -80.836624,7.290871,-131.950684,-81.456078,5.068572,-131.950684,-80.889977,6.196385,-130.835449,-78.478134,5.467040,-132.942276, + -69.291718,15.152393,-128.834595,-67.014397,15.485940,-131.243912,-68.887794,15.702079,-130.669586,-69.133232,13.950728,-131.218567, + -67.248383,13.733327,-131.796417,-69.539627,13.397754,-129.372345,-67.599709,12.719823,-128.664612,-66.424461,13.004161,-130.230316, + -67.114670,8.273498,-131.851578,-68.160385,9.257365,-134.007202,-70.686699,9.521771,-133.154785,-66.195465,14.761244,-129.687317, + -67.363586,14.478588,-128.131149,-68.444641,8.640494,-133.856140,-67.512779,7.815948,-132.084930,-68.841995,7.494226,-130.314255, + -70.576309,8.886530,-133.202591,-71.035919,8.260909,-131.114685,-66.546822,13.337087,-131.107208,-67.249191,8.727206,-133.067368, + -66.317093,15.092120,-130.558899,-67.651199,8.192423,-133.076691,-68.176308,15.741858,-131.237228,-68.417397,13.990795,-131.789642, + -69.715958,9.589231,-133.967331,-69.766739,8.931710,-133.848480,-66.916473,12.828385,-129.412659,-67.795540,8.024182,-130.702103, + -66.684471,14.586568,-128.874619,-68.069168,7.617274,-131.160110,-69.527008,13.740743,-130.365051,-71.238121,9.227218,-131.958054, + -69.279167,15.493355,-129.821213,-71.021645,8.649041,-132.237274,-68.753448,13.032485,-128.826202,-68.370544,14.740539,-128.240738, + -69.987747,7.792368,-130.438934,-68.957718,15.834819,-128.760147,-66.899788,16.135820,-130.936035,-68.592850,16.331457,-130.417572, + -66.160965,15.481602,-129.530350,-67.216118,15.226208,-128.124756,-66.284149,15.785097,-130.322464,-67.963516,16.371964,-130.935150, + -66.602646,15.323890,-128.796204,-68.946381,16.142925,-129.651276,-68.124741,15.462564,-128.223389,-67.953995,16.771194,-128.859543, + -66.664185,16.958044,-130.218124,-67.725967,17.081579,-129.895432,-66.206062,16.550430,-129.340897,-66.865517,16.390812,-128.462433, + -66.335968,16.758606,-129.855286,-67.385567,17.125401,-130.238220,-66.482101,16.451868,-128.882095,-67.946907,16.963753,-129.416519, + -67.429764,16.537258,-128.522736,-67.008949,16.950163,-129.280716,-69.728615,12.687729,-129.601929,-67.749687,11.996161,-128.879944, + -66.550835,12.286173,-130.477142,-67.391312,13.030037,-132.074738,-69.314041,13.251766,-131.485260,-66.675652,12.625799,-131.371674, + -68.583824,13.292656,-132.067841,-67.052757,12.106834,-129.643066,-69.715721,13.037548,-130.614563,-68.923805,12.314094,-129.043762, + -66.165741,12.616574,-130.259247,-67.135597,13.528286,-132.257980,-69.477852,13.774096,-131.467621,-66.290588,13.037121,-131.386597, + -68.577751,13.836357,-132.221024,-66.797279,12.385022,-129.193680,-69.989082,13.500272,-130.358200,-70.823006,9.217204,-130.781540, + -68.629501,8.450665,-129.981277,-67.300552,8.772328,-131.751587,-68.232239,9.596706,-133.522461,-67.438942,9.148730,-132.743164, + -69.554077,9.887875,-133.514847,-67.856842,8.573689,-130.826950,-70.808731,9.605254,-131.903900,-69.775032,8.748749,-130.105896, + -70.363472,9.842695,-132.869019,-68.075180,11.210680,-129.121429,-66.821571,11.519767,-130.807449,-67.687538,12.286184,-132.453537, + -69.668625,12.514672,-131.846161,-70.114075,11.923194,-129.865265,-66.950172,11.869694,-131.729141,-68.916267,12.556777,-132.446411, + -67.338722,11.335016,-129.948059,-70.082489,12.293944,-130.949081,-69.139984,11.487603,-129.237366,-70.076576,11.098562,-132.424286, + -70.572708,10.454800,-130.261429,-68.391190,9.692455,-129.465530,-67.030205,10.033978,-131.312866,-67.956848,10.853910,-133.074173, + -67.167831,10.408341,-132.299057,-69.271553,11.143505,-133.066574,-67.583496,9.836413,-130.393219,-70.519424,10.862398,-131.464371, + -69.530464,9.988882,-129.589523,-69.309715,8.228447,-132.122375,-81.915001,10.728432,-133.256454,-82.297943,9.192123,-131.916214, + -80.975006,11.893536,-131.916214,-81.388313,11.545658,-132.797623,-85.989723,11.698433,-129.114151,-86.165009,12.795203,-131.698776, + -86.483833,11.579461,-130.695404,-85.960556,11.323210,-130.839645,-85.641739,12.538963,-131.842972,-85.466438,11.442181,-129.258392, + -84.712479,12.981791,-129.258392,-84.907738,13.473050,-130.839645,-77.401825,10.021415,-132.925247,-78.274071,8.940270,-134.168900, + -78.629425,7.514670,-132.925247,-85.431000,13.729314,-130.695404,-85.235748,13.238043,-129.114151,-77.633118,8.616975,-134.050491, + -76.899117,9.551074,-133.047119,-76.703835,9.059801,-131.465851,-77.951927,7.401220,-133.047119,-77.457809,7.520190,-131.465851, + -85.227409,13.191681,-131.499527,-77.785355,9.698596,-133.743134,-85.750671,13.447932,-131.355270,-77.218788,9.269692,-133.706970, + -82.301895,9.680165,-132.797623,-86.477715,11.963339,-131.355270,-85.954437,11.707075,-131.499527,-78.633087,7.967546,-133.743134, + -77.945816,7.785097,-133.706970,-80.791679,11.673475,-130.860092,-84.772919,13.303357,-130.049011,-77.231705,9.817209,-131.945251, + -85.296181,13.559608,-129.904785,-76.764290,9.381368,-132.256485,-82.066643,9.070005,-130.860092,-85.787567,11.231442,-130.049011, + -78.414803,7.401352,-131.945251,-86.310837,11.487694,-129.904785,-77.778946,7.309464,-132.256485,-85.021416,12.235173,-129.052719, + -85.544678,12.491426,-128.908478,-77.012794,8.313183,-131.260208,-86.844872,12.211591,-129.056763,-87.003281,13.205736,-131.397797, + -87.292412,12.103826,-130.489014,-86.338821,14.051071,-130.489014,-86.161957,13.606099,-129.056763,-86.633591,13.785557,-131.086670, + -87.292107,12.440880,-131.086670,-86.216698,13.897363,-129.772888,-87.135727,12.020713,-129.772888,-86.441422,12.930577,-128.870499, + -87.326370,12.787513,-129.426239,-87.423958,13.411740,-130.889343,-87.606079,12.720160,-130.321365,-87.010086,13.937167,-130.321365, + -86.899544,13.659063,-129.426239,-87.215080,13.728837,-130.694901,-87.626633,12.888425,-130.694916,-86.933777,13.841108,-129.873825, + -87.508156,12.668221,-129.873825,-87.072792,13.239770,-129.309784,-87.501419,13.449674,-130.012405,-84.451912,10.945345,-129.538025, + -83.697937,12.484955,-129.538025,-83.893204,12.976216,-131.119293,-84.627205,12.042116,-132.122665,-84.946030,10.826373,-131.119293, + -84.212875,12.694834,-131.779175,-84.939919,11.210239,-131.779175,-83.758377,12.806521,-130.328659,-84.773033,10.734607,-130.328659, + -84.006874,11.738336,-129.332367,-84.393600,13.511293,-130.985046,-85.302338,12.384923,-132.280746,-85.672562,10.899673,-130.985046, + -84.793167,13.174982,-131.837143,-85.676369,11.371490,-131.837143,-84.216354,13.298554,-129.964066,-85.448944,10.781607,-129.964050, + -82.248276,9.866181,-130.145432,-82.009247,11.615671,-132.386566,-82.736282,10.131075,-132.386566,-81.554741,11.727359,-130.936066, + -82.569405,9.655443,-130.936050,-81.803246,10.659172,-129.939789,-81.494301,11.405780,-130.145432,-81.689568,11.897054,-131.726700, + -82.423584,10.962952,-132.730057,-82.742386,9.747211,-131.726700,-81.663940,9.219065,-132.023956,-81.169830,9.338036,-130.442688, + -80.415840,10.877646,-130.442688,-80.611115,11.368919,-132.023956,-81.345123,10.434819,-133.027298,-80.930794,11.087538,-132.683838, + -81.657837,9.602942,-132.683838,-80.476295,11.199213,-131.233322,-81.490944,9.127299,-131.233322,-80.724800,10.131028,-130.237030, + -78.497917,8.029549,-131.179169,-77.743942,9.569159,-131.179169,-77.939194,10.060431,-132.760437,-78.673218,9.126331,-133.763794, + -78.258881,9.779049,-133.420303,-78.985924,8.294455,-133.420303,-77.804398,9.890726,-131.969788,-78.819054,7.818809,-131.969788, + -78.052887,8.822540,-130.973511,-78.992035,7.910576,-132.760422,-82.542961,11.919333,-129.818604,-82.746140,12.414479,-131.435471, + -83.480148,11.480380,-132.438843,-83.798973,10.264625,-131.435471,-83.296936,10.379733,-129.818588,-83.065819,12.133098,-132.095337, + -83.792847,10.648504,-132.095337,-82.611320,12.244785,-130.644836,-83.625977,10.172872,-130.644836,-82.851898,11.172714,-129.612930, + -80.374908,8.587805,-132.379272,-79.864960,8.699026,-130.726776,-79.110977,10.238626,-130.726776,-79.322083,10.737646,-132.379272, + -80.056091,9.803548,-133.382614,-79.641762,10.456264,-133.039108,-80.368805,8.971670,-133.039108,-79.187263,10.567952,-131.588608, + -80.201920,8.496037,-131.588608,-79.419930,9.492006,-130.521118,-77.337944,8.411207,-132.613983,-18.166649,1.727556,-60.819885, + -3.009376,-1.114832,-60.819874,-19.547842,-5.990541,-60.819885,-2.629074,-7.511954,-60.819874,-12.526579,5.347295,-60.819881, + -14.180437,-12.369722,-60.819878,-7.280828,-12.515325,-60.819870,-7.141451,3.958633,-60.819874,-6.090029,-13.449783,-91.824341, + -9.935116,5.281678,-96.411644,-5.971095,3.902698,-90.986954,-2.445048,-1.135374,-88.849258,-2.120521,-8.481312,-88.652496, + -15.084225,1.687182,-99.685272,-16.158619,-6.970503,-100.362091,-11.346413,-13.305182,-97.267265,-1.971077,-8.908900,-78.926773, + -14.480780,-14.199193,-80.316353,-6.857815,4.672473,-79.469604,-19.013153,2.242747,-80.819801,-2.382930,-0.852711,-78.972542, + -20.078026,-7.252027,-80.938095,-12.689713,6.184779,-80.117393,-7.008755,-14.357759,-79.486366,-13.221182,-10.523173,-47.461857, + -17.137947,-6.001927,-46.683342,-16.130043,0.494091,-46.683346,-4.031781,-6.350720,-46.683338,-4.309299,-1.580086,-46.683342, + -7.324604,2.122178,-46.900841,-12.014309,3.135533,-46.900845,-7.426311,-10.629425,-47.461853,-13.238110,-10.241176,-49.961044, + -17.179968,-5.903970,-50.040390,-16.165607,0.151212,-50.040390,-3.994697,-6.254993,-50.040382,-4.273994,-1.936254,-50.040382, + -7.308619,1.789737,-50.040382,-12.023502,2.809577,-50.040386,-7.410978,-10.348112,-49.961044,-12.801237,-9.744628,-52.582943, + -16.095367,-5.600803,-53.343964,-15.247690,-0.028573,-53.005463,-4.951817,-6.573175,-53.403030,-5.185220,-1.845214,-53.115814, + -7.721195,1.397371,-52.918831,-11.786215,2.284902,-52.864918,-7.806734,-9.837688,-52.588585,-12.883820,-9.655442,-45.536579, + -16.300392,-5.594833,-44.162884,-15.421205,-0.045143,-44.162884,-4.770891,-6.052272,-44.162880,-5.012969,-1.854437,-44.162880, + -7.643204,1.375031,-44.482262,-11.831069,2.258973,-44.482262,-7.731923,-9.748128,-45.536575,-5.399348,9.954119,-6.930927, + -16.999466,8.506365,-5.635076,-6.384913,-9.486310,-11.355077,-15.200625,-9.486311,-11.222054,-5.399348,9.954119,-0.000004, + -16.999466,8.506364,-0.000003,-6.827314,-11.148684,-0.000003,-15.020024,-11.148684,-0.000002,-6.384913,-1.265202,-11.101868, + -15.200625,-1.265201,-10.960299,-5.750600,-1.607147,-0.000003,-16.096737,-1.607146,-0.000002,-5.399349,10.275405,-5.372705, + -16.999466,8.827647,-4.360917,-5.399349,10.275404,-0.000004,-16.999466,8.827648,-0.000003,-6.613083,20.048347,-3.859743, + -15.974612,17.831390,-3.367369,-6.613083,20.048347,-0.000005,-15.974612,17.831390,-0.000003,-11.199407,9.954119,-7.160086, + -10.923669,-10.856791,-10.785672,-11.199407,9.954120,-0.000003,-10.923669,-12.215007,-0.000002,-10.923669,-1.607147,-0.000002, + -10.923669,0.155992,-10.994421,-11.199408,10.275404,-5.942377,-11.199408,10.275404,-0.000004,-10.137287,20.858864,-4.429412, + -10.137287,20.858860,-0.000005,-6.527575,-11.818044,-5.584340,-15.319762,-11.818044,-5.308390,-16.999466,8.506365,-2.817540, + -5.399348,9.954120,-3.465466,-5.989218,-1.436175,-5.420037,-15.858120,-1.436174,-5.139813,-11.199407,9.954120,-3.465465, + -10.923669,-13.036445,-5.584338,-12.981018,-9.889393,-45.382935,-16.541702,-5.879013,-43.988392,-15.625431,0.024344,-44.030605, + -4.557942,-6.856093,-44.241344,-4.810231,-1.861268,-44.030602,-7.551410,1.504418,-44.375534,-11.883862,2.425646,-44.375534, + -7.643872,-9.982899,-45.407150,-13.548019,-12.082512,-37.093697,-17.640297,-7.218822,-37.093697,-16.587231,-0.571558,-37.093697, + -3.872317,-8.378798,-37.093689,-4.162272,-2.738679,-37.093693,-7.312695,1.129485,-37.093693,-12.287066,2.188247,-37.093697, + -7.418960,-12.193525,-37.093693,-13.111608,-11.773869,-29.310303,-16.556831,-7.679202,-29.310305,-15.670272,-1.417085,-29.310305, + -5.262727,-8.655766,-29.310299,-5.506836,-3.241553,-29.310299,-8.159131,0.014999,-29.310301,-12.050028,0.906353,-29.310303, + -8.248595,-11.867332,-29.310301,-12.381687,-9.768492,-11.080374,-15.208312,-6.409039,-11.366117,-14.480937,-1.817621,-11.366116, + -6.298412,-7.210255,-11.632256,-6.498692,-3.314501,-11.632257,-8.674757,-0.642672,-11.080375,-11.510717,0.088638,-11.080377, + -8.748158,-9.845173,-11.080373,-8.541103,-0.462418,-20.625805,-11.587587,0.323181,-20.625807,-6.203498,-3.332587,-20.625805, + -14.778296,-1.724589,-20.625809,-12.523211,-9.715606,-20.625811,-8.619952,-9.797982,-20.625805,-15.559667,-6.106766,-20.625809, + -5.988353,-6.967460,-20.625803,-8.759700,-0.901717,-15.952433,-6.686294,-3.447494,-15.952432,-12.291744,-9.335438,-15.952430, + -14.985016,-6.134477,-15.952435,-6.495465,-6.897897,-15.952432,-11.461864,-0.204910,-15.952435,-14.291953,-2.021234,-15.952435, + -8.829637,-9.408504,-15.952431,-6.685730,6.744820,-106.658234,-11.371324,4.700491,-106.812492,-14.954561,0.731017,-107.205238, + -15.933199,-4.190284,-107.597641,-13.964622,-9.596490,-107.723167,-7.968594,-13.747281,-107.343773,0.000000,-15.903215,-106.887405, + 0.000000,8.076183,-106.607178,-6.685730,6.744821,-98.674934,-11.065014,4.945455,-98.455093,-14.393966,0.394073,-100.448219, + -14.768107,-4.336457,-100.592667,-13.779955,-10.972968,-99.924828,-7.722043,-14.292974,-99.462929,0.000000,-16.731148,-99.275871, + 0.000000,8.076185,-98.623848,0.000000,-4.373996,-88.761765,-3.283857,-3.880040,-89.261833,0.000000,1.851090,-90.371521, + -4.427878,2.344085,-90.748657,0.000000,-10.599086,-90.511658,-5.300743,-10.749344,-90.824074,0.000000,6.630041,-94.497688, + -7.225104,6.382586,-94.622269,0.000000,-15.842533,-94.954399,-6.569448,-14.492990,-95.289673,-7.867330,2.938968,-95.329308, + -10.025590,-6.160828,-96.329407,-9.438510,-1.592744,-96.288162,-9.771182,-13.926514,-95.629898,-17.153803,-0.226605,-140.367569, + 0.000000,7.297580,-143.158127,-15.984727,2.316580,-143.515244,-10.104763,5.680722,-143.310776,-5.100817,6.991593,-143.502899, + -1.580732,10.164418,-172.593781,-1.724911,10.300021,-173.358261,-5.593965,8.677279,-174.288284,-6.025818,8.520418,-173.925232, + -2.434612,10.167331,-171.502151,-1.799763,10.136822,-171.941895,-3.733757,9.890477,-171.325317,-2.370159,10.396446,-174.028214, + -3.519929,10.151373,-174.487183,-4.798721,9.736200,-172.934448,-5.203529,9.225394,-171.575119,-3.551643,10.048368,-172.880325, + -2.184660,10.177901,-172.767883,-5.943337,8.713145,-172.372498,-6.146347,8.413616,-173.357605,-4.776314,9.348511,-174.631119, + -5.788713,9.062922,-173.043304,0.000000,12.474792,-164.206802,-1.276507,11.978324,-164.265457,-1.995239,11.475038,-164.192795, + 0.000000,11.737306,-163.021423,-1.246471,11.516240,-163.126480,-1.261489,11.360535,-163.681183,-1.934206,11.020990,-163.312180, + -2.565878,10.687875,-163.789597,0.000000,11.719283,-163.595596,-1.964722,10.861236,-163.740707 + PolygonVertexIndex: 1,2,3,-5,13,14,15,-17,28,29,19,-28,56,24,58,-58,24,60,59,-59,19,29,5,-18,17,5,2,-2,1369,33,32,-1371, + 99,97,119,-122,1462,1367,97,-190,118,121,1225,-1225,1364,79,78,-1372,36,37,38,-40,40,41,42,-44,46,47,41,-41,48,49,37,-37, + 1381,119,97,-1368,40,44,52,-47,46,52,53,-48,48,54,55,-50,64,71,58,-60,59,60,61,-63,59,62,63,-65,43,42,65,-67, + 39,38,67,-69,35,57,69,-71,103,76,71,-65,68,67,72,-74,69,74,75,-71,71,76,74,-70,12,32,33,-12,80,81,82,-84, + 78,79,84,-86,66,65,86,-84,66,63,62,-44,6,89,90,-27,102,96,76,-104,83,82,63,-67,83,86,93,-81,73,72,94,-96, + 16,75,74,-14,13,74,76,-97,23,92,91,-21,1370,32,79,-1365,1372,112,1226,-2545,4,3,89,-7,16,94,72,-76,75,72,67,-71, + 70,67,38,-36,35,38,37,-35,34,37,-51,49,55,51,-51,26,90,92,-24,95,93,86,-74,73,86,65,-69,68,65,42,-40,39, + 42,41,-37,36,41,47,-49,47,53,54,-49,64,63,82,-104,103,82,81,-103,20,91,28,-28,62,61,45,-44,12,84,79,-33,33, + 1369,1361,-109,104,99,98,-106,105,106,107,-105,33,108,109,-12,188,110,108,-1,110,107,106,-112,109,108,110,-112,107,110,188,-187,187, + 104,107,-187,43,45,44,-41,51,122,34,-51,18,96,102,-102,71,69,57,-59,99,187,189,-98,16,15,8,-95,94,8,7,-96,95, + 7,25,-94,93,25,22,-81,80,22,21,-82,81,21,101,-103,96,18,14,-14,88,87,116,-118,114,115,9,-32,1365,88,117,-1380,87, + 9,115,-117,120,1225,1226,-113,121,118,98,-100,56,57,35,-124,34,122,123,-36,0,108,1361,-1464,128,1392,1393,124,125,126,-128,187,99, + -105,2,139,140,-4,412,149,150,-412,413,420,148,-148,419,152,148,-421,160,161,139,-139,155,163,153,-132,139,161,162,-141,130,156,157, + -136,136,158,159,-138,153,163,156,-131,140,162,155,-132,137,159,160,-139,135,157,158,-137,5,138,139,-3,90,153,130,-93,28,136,137, + -30,89,131,153,-91,91,135,136,-29,3,140,131,-90,29,137,138,-6,1443,176,175,-1455,164,165,168,-174,172,171,185,-183,1431,166,176, + -1444,179,178,169,-171,182,179,170,-173,176,166,167,-175,168,169,178,-174,173,178,177,-175,174,167,164,-174,1456,1454,175,-185,180,177,178, + -180,184,175,177,-181,185,171,1439,-1458,181,180,179,-183,1455,1456,184,-184,184,180,181,-184,183,185,1457,-1456,183,181,182,-186,175,176,174, + -178,294,279,296,-298,292,221,-422,246,247,198,-200,200,249,246,-200,222,194,-291,198,247,245,-198,204,201,208,-204,253,254,234,-234,1537, + 209,208,-1525,194,229,203,-209,224,1551,1484,-226,220,240,241,-422,237,253,257,-256,214,215,216,-218,218,219,220,-222,210,211,212,-214,1582, + 216,215,-1584,221,212,211,-219,1593,207,205,-1587,213,224,225,-211,209,1537,1538,-227,213,212,222,-292,216,238,239,-218,1585,261,225,-1485,1584, + 231,230,-1511,227,228,-227,206,195,232,-208,208,209,290,-195,230,231,228,-228,1551,224,231,-1585,206,1500,1499,-203,217,220,219,-215,197,245, + 207,-233,204,196,202,-202,193,251,250,-193,296,295,259,-245,208,201,1501,-1525,243,292,241,-243,205,269,1587,-1587,244,236,243,-243,200,252, + 248,-250,194,251,193,-230,252,192,250,-249,232,195,1228,-1235,199,198,1242,-1230,202,196,195,-207,250,253,233,-249,193,192,1240,-1238,196,204, + 1232,-1228,237,258,254,-254,1517,238,216,-1583,223,212,221,-293,1549,265,1246,-2569,225,261,262,-211,265,264,1248,-1247,217,239,240,-221,219,263, + 264,-215,1549,1583,215,-266,210,262,263,-212,214,264,265,-216,226,1541,1552,-228,219,218,-264,263,218,-212,226,1538,-1542,289,275,239,-239,257, + 253,250,-252,237,255,243,-237,167,166,269,-269,1431,1587,269,-167,269,245,247,-269,281,286,266,-289,267,164,167,-269,269,205,207,-246,267, + 268,247,-247,260,259,295,-271,233,234,165,-272,271,249,248,-234,249,271,267,-247,164,267,271,-166,327,282,1573,-1637,329,330,190,-192,266, + 300,301,-271,287,285,286,-282,1559,272,293,-1579,276,294,297,-300,330,1639,1581,-191,328,284,282,-328,329,191,284,-329,1517,1580,289,-239,293, + 272,285,-288,261,1585,2565,-1245,1592,1590,275,-290,236,244,259,-261,274,275,273,-277,241,299,297,-243,227,1552,1510,-231,237,236,260,-259,1580, + 1592,-290,273,275,1590,-1590,206,207,1593,-1501,291,224,-214,222,290,228,-292,290,209,226,-229,228,231,224,-292,243,255,223,-293,222,223,255, + -258,275,274,240,-240,279,288,295,-297,288,266,270,-296,202,1499,1501,-202,242,297,296,-245,299,241,240,-275,299,274,-277,301,258,260,-271, + 222,212,-224,194,222,257,-252,301,300,298,-130,129,254,258,-302,254,129,256,-235,298,235,256,-130,262,261,1244,-1246,264,263,1249,-1249,263, + 262,1245,-1250,192,252,1241,-1241,204,203,1231,-1233,198,197,1235,-1243,252,200,1230,-1242,200,199,1229,-1231,229,193,1237,-1234,1439,171,306,-1613,304, + 302,309,-309,170,169,235,-304,307,303,302,-305,304,305,306,-308,172,170,303,-308,168,256,235,-170,304,308,310,-306,298,302,303,-236,305, + 310,1617,-1614,168,165,234,-257,1612,306,305,-1614,307,306,171,-173,302,298,300,-310,308,309,286,-286,309,300,266,-287,310,308,285,-273,1617, + 310,272,-1560,128,127,334,-336,1062,1060,313,-313,1063,1066,318,-315,1067,1061,315,-317,1061,1063,314,-316,1065,1062,312,-312,1060,1064,317,-314,1066, + 1065,311,-319,1064,1067,316,-318,128,335,1644,-1393,273,1589,1578,293,287,281,288,279,294,-277,280,283,1574,1588,277,-279,278,329,328,-281,280, + 328,327,-284,277,1588,1639,-331,278,277,330,-330,283,327,1636,-1575,186,188,0,1463,1462,189,-188,337,84,12,-340,341,1223,-339,11,340,339, + -13,340,341,338,-340,77,336,1223,-31,336,337,339,-339,10,336,-78,85,337,336,-11,84,337,-86,111,340,-110,109,340,-12,106,341,340, + -112,106,105,-342,105,98,-342,118,341,-99,51,55,349,-346,54,53,347,-349,122,51,345,-354,53,52,346,-348,60,24,342,-352,61,60, + 351,-353,44,45,344,-344,24,56,350,-343,55,54,348,-350,45,61,352,-345,56,123,354,-351,52,44,343,-347,123,122,353,-355,348,347, + 360,-362,343,344,357,-357,351,342,355,-365,346,343,356,-360,344,352,365,-358,347,346,359,-361,350,354,366,-364,349,348,361,-363,354,353, + 358,-367,352,351,364,-366,353,345,-359,342,350,363,-356,345,349,362,-359,360,364,355,-362,361,355,363,-363,358,362,363,-367,359,365,364, + -361,357,365,359,-357,7,8,15,14,18,101,21,22,-26,27,19,371,-376,20,27,375,-373,4,6,369,-369,23,20,372,-374,369,374, + 383,-379,367,368,377,-377,373,372,381,-383,370,367,376,-380,1,4,368,-368,17,1,367,-371,19,17,370,-372,26,23,373,-375,6,26, + 374,-370,374,373,382,-384,368,369,378,-378,372,375,384,-382,375,371,380,-385,371,370,379,-381,378,384,380,-378,379,376,377,-381,378,383, + 381,-385,382,381,-384,92,130,135,-92,385,147,390,-400,147,148,389,-391,411,150,151,-415,151,150,391,-394,388,387,400,-398,152,388,397, + -395,148,152,394,-390,419,415,388,-153,415,416,387,-389,416,414,151,-388,417,413,147,-386,418,417,385,-387,403,134,141,-411,396,395,391, + -393,395,400,393,-392,389,394,397,-399,398,397,400,-396,390,389,398,-400,399,398,395,-397,150,149,392,-392,386,385,399,-397,149,386,396, + -393,387,151,393,-401,412,403,410,-419,141,132,409,-411,132,133,404,-410,144,143,406,-409,145,144,408,-408,146,145,407,-402,142,402,406, + -144,146,401,405,-155,133,154,405,-405,134,403,402,-143,149,412,418,-387,410,409,417,-419,409,404,413,-418,408,406,414,-417,407,408,416, + -416,401,407,415,-420,402,411,414,-407,401,419,420,-406,404,405,420,-414,403,412,411,-403,133,132,141,134,142,143,144,145,146,-155,421, + 221,-221,421,241,-293,449,428,429,-451,444,433,437,-447,456,437,433,-455,497,433,444,-501,445,447,440,-435,457,455,434,-441,459,429,428, + -462,463,431,426,-465,452,451,436,-443,457,441,-456,430,444,446,-428,526,528,445,-435,498,430,450,-502,435,439,447,-446,532,525,441,-466, + 455,525,-531,460,531,-525,530,526,434,-456,528,527,435,-446,529,533,436,-452,431,503,-460,502,454,433,-498,500,444,430,-499,501,450,429, + -500,454,502,-433,527,529,451,-436,439,435,451,-453,427,449,450,-431,443,524,532,-466,460,524,-444,438,456,454,-433,499,429,459,-504,533, + 531,460,-437,442,436,460,-463,431,459,461,-427,494,488,-503,525,455,-442,460,443,-463,432,463,464,-439,437,456,473,-470,449,427,467,-473, + 464,426,466,-476,456,438,470,-474,438,464,475,-471,428,449,472,-469,446,437,469,-472,427,446,471,-468,426,461,474,-467,461,428,468,-475, + 475,466,476,-486,472,467,477,-483,466,474,484,-477,468,472,482,-479,473,470,480,-484,470,475,485,-481,467,471,481,-478,474,468,478,-485, + 471,469,479,-482,469,473,483,-480,482,477,-487,476,484,-487,478,482,-487,483,480,-487,480,485,-487,477,481,-487,484,478,-487,481,479,-487, + 479,483,-487,485,476,-487,538,487,496,-544,537,491,495,-543,534,488,494,-542,542,495,487,-539,540,493,491,-538,539,492,490,-537,541,494, + 489,-536,543,496,488,-535,536,490,493,-541,535,489,492,-540,432,488,496,-464,491,499,503,-496,463,496,487,-432,502,488,-433,493,501,499, + -492,492,500,498,-491,494,502,497,-490,487,495,-504,490,498,501,-494,489,497,500,-493,503,431,-488,424,511,505,-426,422,512,506,-449,516, + 453,-522,453,507,511,-425,425,505,512,-423,448,506,513,-424,516,510,-454,515,522,-459,423,513,508,-459,509,523,515,-505,515,458,-505,423, + 458,522,-515,458,508,-505,422,448,520,-519,448,423,514,-521,425,422,518,-520,453,424,517,-522,507,453,-511,523,509,510,-517,424,425,519, + -518,545,553,532,-525,544,552,531,-534,546,551,530,-526,548,550,529,-528,550,544,533,-530,549,548,527,-529,551,547,526,-531,553,546,525, + -533,552,545,524,-532,547,549,528,-527,511,535,539,-506,512,536,540,-507,509,543,534,-511,507,541,535,-512,505,539,536,-513,506,540,537, + -514,508,542,538,-505,510,534,541,-508,513,537,542,-509,504,538,543,-510,517,519,549,-548,522,515,545,-553,523,516,546,-554,521,517,547, + -552,519,518,548,-550,520,514,544,-551,518,520,550,-549,516,521,551,-547,514,522,552,-545,515,523,553,-546,447,439,-555,439,452,-555,452, + 442,-555,442,462,-555,462,443,-555,443,465,-555,465,441,-555,441,457,-555,457,440,-555,440,447,-555,582,561,562,-584,577,566,570,-580,589, + 570,566,-588,630,566,577,-634,578,580,573,-568,590,588,567,-574,592,562,561,-595,596,564,559,-598,585,584,569,-576,590,574,-589,563,577, + 579,-561,659,661,578,-568,631,563,583,-635,568,572,580,-579,665,658,574,-599,588,658,-664,593,664,-658,663,659,567,-589,661,660,568,-579, + 662,666,569,-585,564,636,-593,635,587,566,-631,633,577,563,-632,634,583,562,-633,587,635,-566,660,662,584,-569,572,568,584,-586,560,582, + 583,-564,576,657,665,-599,593,657,-577,571,589,587,-566,632,562,592,-637,666,664,593,-570,575,569,593,-596,564,592,594,-560,627,621,-636, + 658,588,-575,593,576,-596,565,596,597,-572,570,589,606,-603,582,560,600,-606,597,559,599,-609,589,571,603,-607,571,597,608,-604,561,582, + 605,-602,579,570,602,-605,560,579,604,-601,559,594,607,-600,594,561,601,-608,608,599,609,-619,605,600,610,-616,599,607,617,-610,601,605, + 615,-612,606,603,613,-617,603,608,618,-614,600,604,614,-611,607,601,611,-618,604,602,612,-615,602,606,616,-613,615,610,-620,609,617,-620, + 611,615,-620,616,613,-620,613,618,-620,610,614,-620,617,611,-620,614,612,-620,612,616,-620,618,609,-620,671,620,629,-677,670,624,628,-676, + 667,621,627,-675,675,628,620,-672,673,626,624,-671,672,625,623,-670,674,627,622,-669,676,629,621,-668,669,623,626,-674,668,622,625,-673, + 565,621,629,-597,624,632,636,-629,596,629,620,-565,635,621,-566,626,634,632,-625,625,633,631,-624,627,635,630,-623,620,628,-637,623,631, + 634,-627,622,630,633,-626,636,564,-621,557,644,638,-559,555,645,639,-582,649,586,-655,586,640,644,-558,558,638,645,-556,581,639,646,-557, + 649,643,-587,648,655,-592,556,646,641,-592,642,656,648,-638,648,591,-638,556,591,655,-648,591,641,-638,555,581,653,-652,581,556,647,-654, + 558,555,651,-653,586,557,650,-655,640,586,-644,656,642,643,-650,557,558,652,-651,678,686,665,-658,677,685,664,-667,679,684,663,-659,681, + 683,662,-661,683,677,666,-663,682,681,660,-662,684,680,659,-664,686,679,658,-666,685,678,657,-665,680,682,661,-660,644,668,672,-639,645, + 669,673,-640,642,676,667,-644,640,674,668,-645,638,672,669,-646,639,673,670,-647,641,675,671,-638,643,667,674,-641,646,670,675,-642,637, + 671,676,-643,650,652,682,-681,655,648,678,-686,656,649,679,-687,654,650,680,-685,652,651,681,-683,653,647,677,-684,651,653,683,-682,649, + 654,684,-680,647,655,685,-678,648,656,686,-679,580,572,-688,572,585,-688,585,575,-688,575,595,-688,595,576,-688,576,598,-688,598,574,-688, + 574,590,-688,590,573,-688,573,580,-688,715,694,695,-717,710,699,703,-713,722,703,699,-721,763,699,710,-767,711,713,706,-701,723,721,700, + -707,725,695,694,-728,729,697,692,-731,718,717,702,-709,723,707,-722,696,710,712,-694,792,794,711,-701,764,696,716,-768,701,705,713,-712, + 798,791,707,-732,721,791,-797,726,797,-791,796,792,700,-722,794,793,701,-712,795,799,702,-718,697,769,-726,768,720,699,-764,766,710,696, + -765,767,716,695,-766,720,768,-699,793,795,717,-702,705,701,717,-719,693,715,716,-697,709,790,798,-732,726,790,-710,704,722,720,-699,765, + 695,725,-770,799,797,726,-703,708,702,726,-729,697,725,727,-693,760,754,-769,791,721,-708,726,709,-729,698,729,730,-705,703,722,739,-736, + 715,693,733,-739,730,692,732,-742,722,704,736,-740,704,730,741,-737,694,715,738,-735,712,703,735,-738,693,712,737,-734,692,727,740,-733, + 727,694,734,-741,741,732,742,-752,738,733,743,-749,732,740,750,-743,734,738,748,-745,739,736,746,-750,736,741,751,-747,733,737,747,-744, + 740,734,744,-751,737,735,745,-748,735,739,749,-746,748,743,-753,742,750,-753,744,748,-753,749,746,-753,746,751,-753,743,747,-753,750,744, + -753,747,745,-753,745,749,-753,751,742,-753,804,753,762,-810,803,757,761,-809,800,754,760,-808,808,761,753,-805,806,759,757,-804,805,758, + 756,-803,807,760,755,-802,809,762,754,-801,802,756,759,-807,801,755,758,-806,698,754,762,-730,757,765,769,-762,729,762,753,-698,768,754, + -699,759,767,765,-758,758,766,764,-757,760,768,763,-756,753,761,-770,756,764,767,-760,755,763,766,-759,769,697,-754,690,777,771,-692,688, + 778,772,-715,782,719,-788,719,773,777,-691,691,771,778,-689,714,772,779,-690,782,776,-720,781,788,-725,689,779,774,-725,775,789,781,-771, + 781,724,-771,689,724,788,-781,724,774,-771,688,714,786,-785,714,689,780,-787,691,688,784,-786,719,690,783,-788,773,719,-777,789,775,776, + -783,690,691,785,-784,811,819,798,-791,810,818,797,-800,812,817,796,-792,814,816,795,-794,816,810,799,-796,815,814,793,-795,817,813,792, + -797,819,812,791,-799,818,811,790,-798,813,815,794,-793,777,801,805,-772,778,802,806,-773,775,809,800,-777,773,807,801,-778,771,805,802, + -779,772,806,803,-780,774,808,804,-771,776,800,807,-774,779,803,808,-775,770,804,809,-776,783,785,815,-814,788,781,811,-819,789,782,812, + -820,787,783,813,-818,785,784,814,-816,786,780,810,-817,784,786,816,-815,782,787,817,-813,780,788,818,-811,781,789,819,-812,713,705,-821, + 705,718,-821,718,708,-821,708,728,-821,728,709,-821,709,731,-821,731,707,-821,707,723,-821,723,706,-821,706,713,-821,843,823,824,-845,839, + 828,832,-842,849,832,828,-848,889,828,839,-893,840,842,835,-830,850,848,829,-836,851,824,823,-854,855,826,821,-857,846,845,831,-838,850, + 836,-849,825,839,841,-823,898,900,840,-830,890,825,844,-894,830,834,842,-841,904,897,836,-858,848,897,-903,852,903,-897,902,898,829,-849, + 900,899,830,-841,901,905,831,-846,826,895,-852,894,847,828,-890,892,839,825,-891,893,844,824,-892,847,894,-828,899,901,845,-831,834,830, + 845,-847,822,843,844,-826,838,896,904,-858,852,896,-839,833,849,847,-828,891,824,851,-896,905,903,852,-832,837,831,852,-855,826,851,853, + -822,886,880,-895,897,848,-837,852,838,-855,827,855,856,-834,832,849,865,-862,843,822,859,-865,856,821,858,-868,849,833,862,-866,833,856, + 867,-863,823,843,864,-861,841,832,861,-864,822,841,863,-860,821,853,866,-859,853,823,860,-867,867,858,868,-878,864,859,869,-875,858,866, + 876,-869,860,864,874,-871,865,862,872,-876,862,867,877,-873,859,863,873,-870,866,860,870,-877,863,861,871,-874,861,865,875,-872,874,869, + -879,868,876,-879,870,874,-879,875,872,-879,872,877,-879,869,873,-879,876,870,-879,873,871,-879,871,875,-879,877,868,-879,910,879,888,-916, + 909,883,887,-915,906,880,886,-914,914,887,879,-911,912,885,883,-910,911,884,882,-909,913,886,881,-908,915,888,880,-907,908,882,885,-913, + 907,881,884,-912,827,880,888,-856,883,891,895,-888,855,888,879,-827,894,880,-828,885,893,891,-884,884,892,890,-883,886,894,889,-882,879, + 887,-896,882,890,893,-886,881,889,892,-885,895,826,-880,917,925,904,-897,916,924,903,-906,918,923,902,-898,920,922,901,-900,922,916,905, + -902,921,920,899,-901,923,919,898,-903,925,918,897,-905,924,917,896,-904,919,921,900,-899,921,911,908,-921,924,914,910,-918,922,912,909, + -917,920,908,912,-923,923,913,907,-920,925,915,906,-919,919,907,911,-922,916,909,914,-925,918,906,913,-924,917,910,915,-926,842,834,-927, + 834,846,-927,846,837,-927,837,854,-927,854,838,-927,838,857,-927,857,836,-927,836,850,-927,850,835,-927,835,842,-927,954,933,934,-956,949, + 938,942,-952,961,942,938,-960,1002,938,949,-1006,950,952,945,-940,962,960,939,-946,964,934,933,-967,968,936,931,-970,957,956,941,-948,962, + 946,-961,935,949,951,-933,1031,1033,950,-940,1003,935,955,-1007,940,944,952,-951,1037,1030,946,-971,960,1030,-1036,965,1036,-1030,1035,1031,939,-961, + 1033,1032,940,-951,1034,1038,941,-957,936,1008,-965,1007,959,938,-1003,1005,949,935,-1004,1006,955,934,-1005,959,1007,-938,1032,1034,956,-941,944,940, + 956,-958,932,954,955,-936,948,1029,1037,-971,965,1029,-949,943,961,959,-938,1004,934,964,-1009,1038,1036,965,-942,947,941,965,-968,936,964,966, + -932,999,993,-1008,1030,960,-947,965,948,-968,937,968,969,-944,942,961,978,-975,954,932,972,-978,969,931,971,-981,961,943,975,-979,943,969, + 980,-976,933,954,977,-974,951,942,974,-977,932,951,976,-973,931,966,979,-972,966,933,973,-980,980,971,981,-991,977,972,982,-988,971,979, + 989,-982,973,977,987,-984,978,975,985,-989,975,980,990,-986,972,976,986,-983,979,973,983,-990,976,974,984,-987,974,978,988,-985,987,982, + -992,981,989,-992,983,987,-992,988,985,-992,985,990,-992,982,986,-992,989,983,-992,986,984,-992,984,988,-992,990,981,-992,1043,992,1001,-1049, + 1042,996,1000,-1048,1039,993,999,-1047,1047,1000,992,-1044,1045,998,996,-1043,1044,997,995,-1042,1046,999,994,-1041,1048,1001,993,-1040,1041,995,998,-1046, + 1040,994,997,-1045,937,993,1001,-969,996,1004,1008,-1001,968,1001,992,-937,1007,993,-938,998,1006,1004,-997,997,1005,1003,-996,999,1007,1002,-995,992, + 1000,-1009,995,1003,1006,-999,994,1002,1005,-998,1008,936,-993,929,1016,1010,-931,927,1017,1011,-954,1021,958,-1027,958,1012,1016,-930,930,1010,1017,-928, + 953,1011,1018,-929,1021,1015,-959,1020,1027,-964,928,1018,1013,-964,1014,1028,1020,-1010,1020,963,-1010,928,963,1027,-1020,963,1013,-1010,927,953,1025,-1024, + 953,928,1019,-1026,930,927,1023,-1025,958,929,1022,-1027,1012,958,-1016,1028,1014,1015,-1022,929,930,1024,-1023,1050,1058,1037,-1030,1049,1057,1036,-1039,1051, + 1056,1035,-1031,1053,1055,1034,-1033,1055,1049,1038,-1035,1054,1053,1032,-1034,1056,1052,1031,-1036,1058,1051,1030,-1038,1057,1050,1029,-1037,1052,1054,1033,-1032,1016, + 1040,1044,-1011,1017,1041,1045,-1012,1014,1048,1039,-1016,1012,1046,1040,-1017,1010,1044,1041,-1018,1011,1045,1042,-1019,1013,1047,1043,-1010,1015,1039,1046,-1013,1018, + 1042,1047,-1014,1009,1043,1048,-1015,1022,1024,1054,-1053,1027,1020,1050,-1058,1028,1021,1051,-1059,1026,1022,1052,-1057,1024,1023,1053,-1055,1025,1019,1049,-1056,1023, + 1025,1055,-1054,1021,1026,1056,-1052,1019,1027,1057,-1050,1020,1028,1058,-1051,952,944,-1060,944,957,-1060,957,947,-1060,947,967,-1060,967,948,-1060,948,970, + -1060,970,946,-1060,946,962,-1060,962,945,-1060,945,952,-1060,1644,335,334,333,332,331,-1646,155,162,161,160,159,158,157,156,-164,126,333,334, + -128,125,332,333,-127,124,331,332,-126,1393,1645,331,-125,31,100,113,-115,100,1368,1373,-114,1373,1379,117,116,115,114,-114,88,1365,1368,100, + 31,9,-88,30,120,112,1372,1371,78,85,10,-78,1082,1078,1067,-1065,1083,1077,1065,-1067,1079,1082,1064,-1061,1077,1081,1062,-1066,1080,1076,1063,-1062, + 1078,1080,1061,-1068,1076,1083,1066,-1064,1081,1079,1060,-1063,325,326,1075,-1075,320,324,1073,-1070,322,321,1070,-1072,319,323,1072,-1069,323,322,1071,-1073, + 321,320,1069,-1071,324,325,1074,-1074,326,319,1068,-1076,325,324,1079,-1082,323,319,1083,-1077,321,322,1080,-1079,322,323,1076,-1081,326,325,1081,-1078, + 324,320,1082,-1080,319,326,1077,-1084,320,321,1078,-1083,1070,1068,1072,-1072,312,314,318,-312,1069,1075,1068,-1071,1075,1069,1073,-1075,1087,1095,1099,-1092, + 1098,1090,1086,-1095,1095,1096,1104,-1104,1096,1095,1087,-1089,1086,1090,1114,-1111,1089,1090,1098,-1098,1084,1091,1099,-1093,1096,1088,1089,-1098,1084,1092,1093,-1086, + 1101,1100,1107,1103,1104,1105,1106,-1103,1098,1094,1102,-1107,1096,1097,1105,-1105,1092,1099,1107,-1101,1097,1098,1106,-1106,1093,1092,1100,-1102,1094,1093,1101,-1103, + 1099,1095,1103,-1108,1109,1110,1114,1113,1112,1111,1115,-1109,1085,1086,1110,-1110,1084,1085,1109,-1109,1088,1087,1111,-1113,1089,1088,1112,-1114,1090,1089,1113,-1115, + 1091,1084,1108,-1116,1087,1091,1115,-1112,1094,1086,1085,-1094,315,313,317,-317,314,312,313,-316,1141,1125,1119,-1138,1140,1139,1123,-1128,1153,1139,1122,-1147, + 1152,1138,1121,-1149,1151,1127,1123,-1148,1150,1126,1120,-1150,1146,1122,1126,-1151,1148,1121,1127,-1152,1138,1140,1127,-1122,1136,1117,1125,-1142,1142,1129,1131,-1144, + 1144,1145,1135,-1134,1128,1130,1134,-1133,1143,1131,1135,-1146,1131,1129,1133,-1136,1142,1128,1132,-1145,1116,1136,1141,-1125,1120,1126,1140,-1139,1149,1120,1138,-1153, + 1147,1123,1139,-1154,1126,1122,1139,-1141,1124,1141,1137,-1119,1129,1142,1144,-1134,1130,1143,1145,-1135,1132,1134,1145,-1145,1128,1142,1143,-1131,1119,1147,1153,-1138, + 1116,1149,1152,-1137,1117,1148,1151,-1126,1118,1146,1150,-1125,1124,1150,1149,-1117,1125,1151,1147,-1120,1136,1152,1148,-1118,1137,1153,1146,-1119,1155,1154,1161,-1158, + 1164,1168,1176,-1173,1155,1156,1164,-1164,1160,1159,1167,-1169,1159,1158,1166,-1168,1156,1160,1168,-1165,1161,1154,1162,-1170,1154,1155,1163,-1163,1158,1157,1165,-1167, + 1157,1161,1169,-1166,1199,1194,1183,-1185,1169,1162,1170,-1178,1162,1163,1171,-1171,1166,1165,1173,-1175,1165,1169,1177,-1174,1163,1164,1172,-1172,1168,1167,1175,-1177, + 1167,1166,1174,-1176,1179,1180,1184,1183,1182,1181,1185,-1179,1194,1195,1182,-1184,1200,1199,1184,-1181,1201,1196,1178,-1186,1196,1197,1179,-1179,1195,1198,1181,-1183, + 1198,1201,1185,-1182,1197,1200,1180,-1180,1171,1172,1189,-1193,1173,1177,1191,-1194,1174,1173,1193,-1189,1170,1171,1192,-1191,1177,1170,1190,-1192,1172,1176,1187,-1190, + 1175,1174,1188,-1187,1176,1175,1186,-1188,1192,1189,1200,-1198,1193,1191,1201,-1199,1188,1193,1198,-1196,1190,1192,1197,-1197,1191,1190,1196,-1202,1189,1187,1199,-1201, + 1186,1188,1195,-1195,1187,1186,1194,-1200,1156,1158,1159,-1161,1157,1158,1156,-1156,1207,1206,1212,-1214,1205,1204,1210,-1212,1203,1202,1208,-1210,1206,1205,1211,-1213, + 1204,1203,1209,-1211,1202,2520,2528,-1209,2519,1207,1213,-2528,2535,1217,1208,-2529,2533,1216,1214,-2530,2529,1214,1215,-2532,2537,1218,1216,-2534,2531,1215,1217,-2536, + 2527,1213,1218,-2538,1208,1217,-1210,1209,1219,1221,-1211,1210,1221,1220,-1212,1211,1220,1222,-1213,1218,1222,-1217,1219,1217,-1216,1221,1219,1215,-1215,1220,1221,1214, + -1217,1216,1222,-1221,1218,1213,1212,-1223,1202,1203,1204,1205,1206,1207,2519,-2521,50,37,-50,1209,1217,-1220,1223,336,-339,1223,341,118,-1225,2544,1226,119, + -1382,1224,1225,120,-31,1226,1225,121,-120,1224,30,-1224,1233,1238,1239,-1232,1229,1242,1236,-1244,1230,1229,1243,-1242,1233,1237,1236,-1239,1239,1227,1232,-1232, + 1243,1236,1237,-1241,1243,1240,-1242,1227,1239,1234,-1229,1239,1238,1235,-1235,1238,1236,1242,-1236,197,232,1234,-1236,203,229,1233,-1232,195,196,1227,-1229,1248, + 1249,-1251,1248,1250,1247,-1247,1247,2573,2568,-1247,2573,1247,1244,-2566,1247,1250,1245,-1245,1250,1249,-1246,1252,1255,1254,-1254,1264,1267,1266,-1266,1279,1278,1270, + -1281,1307,1308,1309,-1276,1275,1309,1310,-1312,1270,1268,1256,-1281,1268,1252,1253,-1257,1369,1370,1283,-1285,1350,1384,1382,-1349,1462,1461,1348,-1368,1380,2545,2546, + -1385,1364,1371,1329,-1331,1287,1290,1289,-1289,1291,1294,1293,-1293,1297,1291,1292,-1299,1299,1287,1288,-1301,1381,1367,1348,-1383,1291,1297,1303,-1296,1297,1298,1304, + -1304,1299,1300,1306,-1306,1315,1310,1309,-1323,1310,1313,1312,-1312,1310,1315,1314,-1314,1294,1317,1316,-1294,1290,1319,1318,-1290,1286,1321,1320,-1309,1354,1315,1322, + -1328,1319,1324,1323,-1319,1320,1321,1326,-1326,1322,1320,1325,-1328,1263,1262,1284,-1284,1331,1334,1333,-1333,1329,1336,1335,-1331,1317,1334,1337,-1317,1317,1294,1313, + -1315,1257,1277,1341,-1341,1353,1354,1327,-1348,1334,1317,1314,-1334,1334,1331,1344,-1338,1324,1346,1345,-1324,1267,1264,1325,-1327,1264,1347,1327,-1326,1274,1271,1342, + -1344,1370,1364,1330,-1284,1372,2544,2547,-1367,1255,1257,1340,-1255,1267,1326,1323,-1346,1326,1321,1318,-1324,1321,1286,1289,-1319,1286,1285,1288,-1290,1285,1301,-1289, + 1300,1301,1302,-1307,1277,1274,1343,-1342,1346,1324,1337,-1345,1324,1319,1316,-1338,1319,1290,1293,-1317,1290,1287,1292,-1294,1287,1299,1298,-1293,1298,1299,1305,-1305, + 1315,1354,1333,-1315,1354,1353,1332,-1334,1271,1278,1279,-1343,1313,1294,1296,-1313,1263,1283,1330,-1336,1284,1359,1361,-1370,1355,1356,1349,-1351,1356,1355,1358,-1358, + 1284,1262,1360,-1360,1460,1251,1359,-1363,1362,1363,1357,-1359,1360,1363,1362,-1360,1358,1458,1460,-1363,1459,1458,1358,-1356,1294,1291,1295,-1297,1302,1301,1285,-1386, + 1269,1352,1353,-1348,1322,1309,1308,-1321,1350,1348,1461,-1460,1267,1345,1259,-1267,1345,1346,1258,-1260,1346,1344,1276,-1259,1344,1331,1273,-1277,1331,1332,1272,-1274, + 1332,1353,1352,-1273,1347,1264,1265,-1270,1339,1378,1377,-1339,1375,1282,1260,-1377,1365,1379,1378,-1340,1338,1377,1376,-1261,1383,1366,2547,-2547,1384,1350,1349,-1381, + 1307,1386,1286,-1309,1285,1286,1386,-1386,1251,1463,1361,-1360,1391,1390,1389,1388,1387,1393,-1393,1459,1355,-1351,1253,1254,1405,-1405,1723,1722,1415,-1415,1724,1412, + 1413,-1732,1730,1731,1413,-1418,1425,1403,1404,-1427,1420,1396,1418,-1429,1404,1405,1427,-1427,1395,1400,1422,-1422,1401,1402,1424,-1424,1418,1395,1421,-1429,1405,1396, + 1420,-1428,1402,1403,1425,-1425,1400,1401,1423,-1423,1256,1253,1404,-1404,1341,1343,1395,-1419,1279,1280,1402,-1402,1340,1341,1418,-1397,1342,1279,1401,-1401,1254,1340, + 1396,-1406,1280,1256,1403,-1403,1443,1454,1442,-1445,1429,1440,1434,-1431,1438,1450,1453,-1438,1431,1443,1444,-1433,1447,1436,1435,-1447,1450,1438,1436,-1448,1444,1441, + 1433,-1433,1434,1440,1446,-1436,1440,1441,1445,-1447,1441,1440,1429,-1434,1456,1452,1442,-1455,1448,1447,1446,-1446,1452,1448,1445,-1443,1453,1457,1439,-1438,1449,1450, + 1447,-1449,1455,1451,1452,-1457,1452,1451,1449,-1449,1451,1455,1457,-1454,1451,1453,1450,-1450,1442,1445,1441,-1445,1598,1601,1600,-1568,1596,1732,-1497,1527,1473,1472, + -1529,1474,1473,1527,-1531,1497,1594,-1469,1472,1471,1526,-1529,1478,1477,1482,-1476,1534,1512,1513,-1536,1537,1524,1482,-1484,1468,1482,1477,-1508,1502,1503,1484,-1552, + 1495,1732,1521,-1521,1516,1536,1540,-1535,1489,1492,1491,-1491,1493,1496,1495,-1495,1485,1488,1487,-1487,1582,1583,1490,-1492,1496,1493,1486,-1488,1593,1586,1479,-1482, + 1488,1485,1503,-1503,1483,1504,1538,-1538,1488,1595,1497,-1488,1491,1492,1519,-1519,1585,1484,1503,-1546,1584,1510,1508,-1510,1505,1504,-1507,1480,1481,1511,-1470,1482, + 1468,1594,-1484,1508,1505,1506,-1510,1551,1584,1509,-1503,1480,1476,1499,-1501,1492,1489,1494,-1496,1471,1511,1481,-1527,1478,1475,1476,-1471,1467,1466,1531,-1533,1600, + 1525,1543,-1600,1482,1524,1501,-1476,1523,1522,1521,-1597,1479,1586,1587,-1557,1525,1522,1523,-1516,1474,1530,1529,-1534,1468,1507,1467,-1533,1533,1529,1531,-1467,1511, + 2555,2549,-1470,1473,2550,2563,-1473,1476,1480,1469,-1471,1531,1529,1512,-1535,1467,2558,2561,-1467,1470,2548,2553,-1479,1516,1534,1535,-1543,1517,1582,1491,-1519,1498, + 1596,1496,-1488,1549,2568,2569,-1551,1503,1485,1546,-1546,1550,2569,2571,-1549,1492,1495,1520,-1520,1494,1489,1548,-1548,1549,1550,1490,-1584,1485,1486,1547,-1547,1489, + 1490,1550,-1549,1504,1505,1552,-1542,1494,1547,-1494,1547,1486,-1494,1504,1541,-1539,1591,1518,1519,-1564,1540,1532,1531,-1535,1516,1515,1523,-1537,1433,1555,1556,-1433, + 1431,1432,1556,-1588,1556,1555,1528,-1527,1569,1579,1553,-1577,1554,1555,1433,-1430,1556,1526,1481,-1480,1554,1527,1528,-1556,1544,1557,1599,-1544,1512,1558,1430,-1514, + 1558,1512,1529,-1531,1530,1527,1554,-1559,1429,1430,1558,-1555,1634,1636,1573,-1571,1637,1465,1464,-1639,1553,1557,1605,-1605,1577,1569,1576,-1576,1559,1578,1597,-1561, + 1564,1603,1601,-1599,1638,1464,1581,-1640,1635,1634,1570,-1573,1637,1635,1572,-1466,1517,1518,1591,-1581,1597,1577,1575,-1561,1545,2566,2565,-1586,1592,1591,1563,-1591, + 1515,1544,1543,-1526,1562,1564,1561,-1564,1521,1522,1601,-1604,1505,1508,1510,-1553,1516,1542,1544,-1516,1580,1591,-1593,1561,1589,1590,-1564,1480,1500,1593,-1482,1595, + 1488,-1503,1497,1595,1506,-1595,1594,1506,1504,-1484,1506,1595,1502,-1510,1523,1596,1498,-1537,1497,1540,1536,-1499,1563,1519,1520,-1563,1567,1600,1599,-1580,1579,1599, + 1557,-1554,1476,1475,1501,-1500,1522,1525,1600,-1602,1603,1562,1520,-1522,1603,1564,-1563,1605,1557,1544,-1543,1497,1498,-1488,1468,1532,1540,-1498,1605,1394,1602,-1605, + 1394,1605,1542,-1536,1535,1513,1539,-1395,1602,1394,1539,-1515,1546,2567,2566,-1546,1548,2571,2572,-1548,1547,2572,2567,-1547,1466,2561,2562,-1534,1478,2553,2552,-1478, + 1472,2563,2556,-1472,1533,2562,2551,-1475,1474,2551,2550,-1474,1507,2554,2558,-1468,1439,1612,1610,-1438,1608,1614,1615,-1607,1436,1607,1514,-1436,1611,1608,1606,-1608, + 1608,1611,1610,-1610,1438,1611,1607,-1437,1434,1435,1514,-1540,1608,1609,1616,-1615,1602,1514,1607,-1607,1609,1613,1617,-1617,1434,1539,1513,-1431,1612,1613,1609,-1611, + 1611,1438,1437,-1611,1606,1615,1604,-1603,1614,1575,1576,-1616,1615,1576,1553,-1605,1616,1560,1575,-1615,1617,1559,1560,-1617,1391,1646,1643,-1391,2373,1619,1620,-2372, + 2374,1621,1625,-2378,2378,1623,1622,-2373,2372,1622,1621,-2375,2376,1618,1619,-2374,2371,1620,1624,-2376,2377,1625,1618,-2377,2375,1624,1623,-2379,1391,1392,1644,-1647, + 1561,1564,1598,1567,1579,1569,1577,1597,1578,-1590,1568,1566,1565,1588,1574,-1572,1566,1568,1635,-1638,1568,1571,1634,-1636,1565,1638,1639,-1589,1566,1637,1638,-1566, + 1571,1574,1636,-1635,1458,1459,1461,1462,1463,1251,-1461,1648,1650,1263,-1336,1652,1649,-2544,1262,1263,1650,-1652,1651,1650,1649,-1653,1328,1281,2543,-1648,1647,1649, + 1650,-1649,1261,1328,-1648,1336,1261,1647,-1649,1335,1336,-1649,1363,1360,-1652,1360,1262,-1652,1357,1363,1651,-1653,1357,1652,-1357,1356,1652,-1350,1380,1349,-1653,1302, + 1656,1660,-1307,1305,1659,1658,-1305,1385,1664,1656,-1303,1304,1658,1657,-1304,1311,1662,1653,-1276,1312,1663,1662,-1312,1295,1654,1655,-1297,1275,1653,1661,-1308,1306, + 1660,1659,-1306,1296,1655,1663,-1313,1307,1661,1665,-1387,1303,1657,1654,-1296,1386,1665,1664,-1386,1659,1672,1671,-1659,1654,1667,1668,-1656,1662,1675,1666,-1654,1657, + 1670,1667,-1655,1655,1668,1676,-1664,1658,1671,1670,-1658,1661,1674,1677,-1666,1660,1673,1672,-1660,1665,1677,1669,-1665,1663,1676,1675,-1663,1664,1669,-1657,1653,1666, + 1674,-1662,1656,1669,1673,-1661,1671,1672,1666,-1676,1672,1673,1674,-1667,1669,1677,1674,-1674,1670,1671,1675,-1677,1668,1667,1670,-1677,1258,1276,1273,1272,1352,1269, + 1265,1266,-1260,1278,1686,1682,-1271,1271,1683,1686,-1279,1255,1679,1680,-1258,1274,1684,1683,-1272,1680,1689,1694,-1686,1678,1687,1688,-1680,1684,1693,1692,-1684,1681, + 1690,1687,-1679,1252,1678,1679,-1256,1268,1681,1678,-1253,1270,1682,1681,-1269,1277,1685,1684,-1275,1257,1680,1685,-1278,1685,1694,1693,-1685,1679,1688,1689,-1681,1683, + 1692,1695,-1687,1686,1695,1691,-1683,1682,1691,1690,-1682,1689,1688,1691,-1696,1690,1691,1688,-1688,1689,1695,1692,-1695,1693,1694,-1693,1343,1342,1400,-1396,1696,1710, + 1701,-1413,1412,1701,1700,-1414,1722,1725,1416,-1416,1416,1704,1702,-1416,1699,1708,1711,-1699,1417,1705,1708,-1700,1413,1700,1705,-1418,1730,1417,1699,-1727,1726,1699, + 1698,-1728,1727,1698,1416,-1726,1728,1696,1412,-1725,1729,1697,1696,-1729,1714,1721,1406,-1400,1707,1703,1702,-1707,1706,1702,1704,-1712,1700,1709,1708,-1706,1709,1706, + 1711,-1709,1701,1710,1709,-1701,1710,1707,1706,-1710,1415,1702,1703,-1415,1697,1707,1710,-1697,1414,1703,1707,-1698,1698,1711,1704,-1417,1723,1729,1721,-1715,1406,1721, + 1720,-1398,1397,1720,1715,-1399,1409,1719,1717,-1409,1410,1718,1719,-1410,1411,1712,1718,-1411,1407,1408,1717,-1714,1411,1419,1716,-1713,1398,1715,1716,-1420,1399,1407, + 1713,-1715,1414,1697,1729,-1724,1721,1729,1728,-1721,1720,1728,1724,-1716,1719,1727,1725,-1718,1718,1726,1727,-1720,1712,1730,1726,-1719,1713,1717,1725,-1723,1712,1716, + 1731,-1731,1715,1724,1731,-1717,1714,1713,1722,-1724,1398,1419,1411,1410,1409,1408,1407,1399,1406,-1398,1732,1495,-1497,1732,1596,-1522,1760,1761,1740,-1740,1755,1757, + 1748,-1745,1767,1765,1744,-1749,1808,1811,1755,-1745,1756,1745,1751,-1759,1768,1751,1745,-1767,1770,1772,1739,-1741,1774,1775,1737,-1743,1763,1753,1747,-1763,1768,1766, + -1753,1741,1738,1757,-1756,1837,1745,1756,-1840,1809,1812,1761,-1742,1746,1756,1758,-1751,1843,1776,1752,-1837,1766,1841,-1837,1771,1835,-1843,1841,1766,1745,-1838,1839, + 1756,1746,-1839,1840,1762,1747,-1845,1742,1770,-1815,1813,1808,1744,-1766,1811,1809,1741,-1756,1812,1810,1740,-1762,1765,1743,-1814,1838,1746,1762,-1841,1750,1763,1762, + -1747,1738,1741,1761,-1761,1754,1776,1843,-1836,1771,1754,-1836,1749,1743,1765,-1768,1810,1814,1770,-1741,1844,1747,1771,-1843,1753,1773,1771,-1748,1742,1737,1772,-1771, + 1805,1813,-1800,1836,1752,-1767,1771,1773,-1755,1743,1749,1775,-1775,1748,1780,1784,-1768,1760,1783,1778,-1739,1775,1786,1777,-1738,1767,1784,1781,-1750,1749,1781,1786, + -1776,1739,1779,1783,-1761,1757,1782,1780,-1749,1738,1778,1782,-1758,1737,1777,1785,-1773,1772,1785,1779,-1740,1786,1796,1787,-1778,1783,1793,1788,-1779,1777,1787,1795, + -1786,1779,1789,1793,-1784,1784,1794,1791,-1782,1781,1791,1796,-1787,1778,1788,1792,-1783,1785,1795,1789,-1780,1782,1792,1790,-1781,1780,1790,1794,-1785,1793,1797,-1789, + 1787,1797,-1796,1789,1797,-1794,1794,1797,-1792,1791,1797,-1797,1788,1797,-1793,1795,1797,-1790,1792,1797,-1791,1790,1797,-1795,1796,1797,-1788,1849,1854,1807,-1799,1848, + 1853,1806,-1803,1845,1852,1805,-1800,1853,1849,1798,-1807,1851,1848,1802,-1805,1850,1847,1801,-1804,1852,1846,1800,-1806,1854,1845,1799,-1808,1847,1851,1804,-1802,1846, + 1850,1803,-1801,1743,1774,1807,-1800,1802,1806,1814,-1811,1774,1742,1798,-1808,1813,1743,-1800,1804,1802,1810,-1813,1803,1801,1809,-1812,1805,1800,1808,-1814,1798,1814, + -1807,1801,1804,1812,-1810,1800,1803,1811,-1809,1814,1798,-1743,1735,1736,1816,-1823,1733,1759,1817,-1824,1827,1832,-1765,1764,1735,1822,-1819,1736,1733,1823,-1817,1759, + 1734,1824,-1818,1827,1764,-1822,1826,1769,-1834,1734,1769,1819,-1825,1820,1815,1826,-1835,1826,1815,-1770,1734,1825,1833,-1770,1769,1815,-1820,1733,1829,1831,-1760,1759, + 1831,1825,-1735,1736,1830,1829,-1734,1764,1832,1828,-1736,1818,1821,-1765,1834,1827,1821,-1821,1735,1828,1830,-1737,1856,1835,1843,-1865,1855,1844,1842,-1864,1857,1836, + 1841,-1863,1859,1838,1840,-1862,1861,1840,1844,-1856,1860,1839,1838,-1860,1862,1841,1837,-1859,1864,1843,1836,-1858,1863,1842,1835,-1857,1858,1837,1839,-1861,1822,1816, + 1850,-1847,1823,1817,1851,-1848,1820,1821,1845,-1855,1818,1822,1846,-1853,1816,1823,1847,-1851,1817,1824,1848,-1852,1819,1815,1849,-1854,1821,1818,1852,-1846,1824,1819, + 1853,-1849,1815,1820,1854,-1850,1828,1858,1860,-1831,1833,1863,1856,-1827,1834,1864,1857,-1828,1832,1862,1858,-1829,1830,1860,1859,-1830,1831,1861,1855,-1826,1829,1859, + 1861,-1832,1827,1857,1862,-1833,1825,1855,1863,-1834,1826,1856,1864,-1835,1758,1865,-1751,1750,1865,-1764,1763,1865,-1754,1753,1865,-1774,1773,1865,-1755,1754,1865,-1777, + 1776,1865,-1753,1752,1865,-1769,1768,1865,-1752,1751,1865,-1759,1893,1894,1873,-1873,1888,1890,1881,-1878,1900,1898,1877,-1882,1941,1944,1888,-1878,1889,1878,1884,-1892, + 1901,1884,1878,-1900,1903,1905,1872,-1874,1907,1908,1870,-1876,1896,1886,1880,-1896,1901,1899,-1886,1874,1871,1890,-1889,1970,1878,1889,-1973,1942,1945,1894,-1875,1879, + 1889,1891,-1884,1976,1909,1885,-1970,1899,1974,-1970,1904,1968,-1976,1974,1899,1878,-1971,1972,1889,1879,-1972,1973,1895,1880,-1978,1875,1903,-1948,1946,1941,1877,-1899, + 1944,1942,1874,-1889,1945,1943,1873,-1895,1898,1876,-1947,1971,1879,1895,-1974,1883,1896,1895,-1880,1871,1874,1894,-1894,1887,1909,1976,-1969,1904,1887,-1969,1882,1876, + 1898,-1901,1943,1947,1903,-1874,1977,1880,1904,-1976,1886,1906,1904,-1881,1875,1870,1905,-1904,1938,1946,-1933,1969,1885,-1900,1904,1906,-1888,1876,1882,1908,-1908,1881, + 1913,1917,-1901,1893,1916,1911,-1872,1908,1919,1910,-1871,1900,1917,1914,-1883,1882,1914,1919,-1909,1872,1912,1916,-1894,1890,1915,1913,-1882,1871,1911,1915,-1891,1870, + 1910,1918,-1906,1905,1918,1912,-1873,1919,1929,1920,-1911,1916,1926,1921,-1912,1910,1920,1928,-1919,1912,1922,1926,-1917,1917,1927,1924,-1915,1914,1924,1929,-1920,1911, + 1921,1925,-1916,1918,1928,1922,-1913,1915,1925,1923,-1914,1913,1923,1927,-1918,1926,1930,-1922,1920,1930,-1929,1922,1930,-1927,1927,1930,-1925,1924,1930,-1930,1921,1930, + -1926,1928,1930,-1923,1925,1930,-1924,1923,1930,-1928,1929,1930,-1921,1982,1987,1940,-1932,1981,1986,1939,-1936,1978,1985,1938,-1933,1986,1982,1931,-1940,1984,1981,1935, + -1938,1983,1980,1934,-1937,1985,1979,1933,-1939,1987,1978,1932,-1941,1980,1984,1937,-1935,1979,1983,1936,-1934,1876,1907,1940,-1933,1935,1939,1947,-1944,1907,1875,1931, + -1941,1946,1876,-1933,1937,1935,1943,-1946,1936,1934,1942,-1945,1938,1933,1941,-1947,1931,1947,-1940,1934,1937,1945,-1943,1933,1936,1944,-1942,1947,1931,-1876,1868,1869, + 1949,-1956,1866,1892,1950,-1957,1960,1965,-1898,1897,1868,1955,-1952,1869,1866,1956,-1950,1892,1867,1957,-1951,1960,1897,-1955,1959,1902,-1967,1867,1902,1952,-1958,1953, + 1948,1959,-1968,1959,1948,-1903,1867,1958,1966,-1903,1902,1948,-1953,1866,1962,1964,-1893,1892,1964,1958,-1868,1869,1963,1962,-1867,1897,1965,1961,-1869,1951,1954,-1898, + 1967,1960,1954,-1954,1868,1961,1963,-1870,1989,1968,1976,-1998,1988,1977,1975,-1997,1990,1969,1974,-1996,1992,1971,1973,-1995,1994,1973,1977,-1989,1993,1972,1971,-1993, + 1995,1974,1970,-1992,1997,1976,1969,-1991,1996,1975,1968,-1990,1991,1970,1972,-1994,1955,1949,1983,-1980,1956,1950,1984,-1981,1953,1954,1978,-1988,1951,1955,1979,-1986, + 1949,1956,1980,-1984,1950,1957,1981,-1985,1952,1948,1982,-1987,1954,1951,1985,-1979,1957,1952,1986,-1982,1948,1953,1987,-1983,1961,1991,1993,-1964,1966,1996,1989,-1960, + 1967,1997,1990,-1961,1965,1995,1991,-1962,1963,1993,1992,-1963,1964,1994,1988,-1959,1962,1992,1994,-1965,1960,1990,1995,-1966,1958,1988,1996,-1967,1959,1989,1997,-1968, + 1891,1998,-1884,1883,1998,-1897,1896,1998,-1887,1886,1998,-1907,1906,1998,-1888,1887,1998,-1910,1909,1998,-1886,1885,1998,-1902,1901,1998,-1885,1884,1998,-1892,2026,2027, + 2006,-2006,2021,2023,2014,-2011,2033,2031,2010,-2015,2074,2077,2021,-2011,2022,2011,2017,-2025,2034,2017,2011,-2033,2036,2038,2005,-2007,2040,2041,2003,-2009,2029,2019, + 2013,-2029,2034,2032,-2019,2007,2004,2023,-2022,2103,2011,2022,-2106,2075,2078,2027,-2008,2012,2022,2024,-2017,2109,2042,2018,-2103,2032,2107,-2103,2037,2101,-2109,2107, + 2032,2011,-2104,2105,2022,2012,-2105,2106,2028,2013,-2111,2008,2036,-2081,2079,2074,2010,-2032,2077,2075,2007,-2022,2078,2076,2006,-2028,2031,2009,-2080,2104,2012,2028, + -2107,2016,2029,2028,-2013,2004,2007,2027,-2027,2020,2042,2109,-2102,2037,2020,-2102,2015,2009,2031,-2034,2076,2080,2036,-2007,2110,2013,2037,-2109,2019,2039,2037,-2014, + 2008,2003,2038,-2037,2071,2079,-2066,2102,2018,-2033,2037,2039,-2021,2009,2015,2041,-2041,2014,2046,2050,-2034,2026,2049,2044,-2005,2041,2052,2043,-2004,2033,2050,2047, + -2016,2015,2047,2052,-2042,2005,2045,2049,-2027,2023,2048,2046,-2015,2004,2044,2048,-2024,2003,2043,2051,-2039,2038,2051,2045,-2006,2052,2062,2053,-2044,2049,2059,2054, + -2045,2043,2053,2061,-2052,2045,2055,2059,-2050,2050,2060,2057,-2048,2047,2057,2062,-2053,2044,2054,2058,-2049,2051,2061,2055,-2046,2048,2058,2056,-2047,2046,2056,2060, + -2051,2059,2063,-2055,2053,2063,-2062,2055,2063,-2060,2060,2063,-2058,2057,2063,-2063,2054,2063,-2059,2061,2063,-2056,2058,2063,-2057,2056,2063,-2061,2062,2063,-2054,2115, + 2120,2073,-2065,2114,2119,2072,-2069,2111,2118,2071,-2066,2119,2115,2064,-2073,2117,2114,2068,-2071,2116,2113,2067,-2070,2118,2112,2066,-2072,2120,2111,2065,-2074,2113, + 2117,2070,-2068,2112,2116,2069,-2067,2009,2040,2073,-2066,2068,2072,2080,-2077,2040,2008,2064,-2074,2079,2009,-2066,2070,2068,2076,-2079,2069,2067,2075,-2078,2071,2066, + 2074,-2080,2064,2080,-2073,2067,2070,2078,-2076,2066,2069,2077,-2075,2080,2064,-2009,2001,2002,2082,-2089,1999,2025,2083,-2090,2093,2098,-2031,2030,2001,2088,-2085,2002, + 1999,2089,-2083,2025,2000,2090,-2084,2093,2030,-2088,2092,2035,-2100,2000,2035,2085,-2091,2086,2081,2092,-2101,2092,2081,-2036,2000,2091,2099,-2036,2035,2081,-2086,1999, + 2095,2097,-2026,2025,2097,2091,-2001,2002,2096,2095,-2000,2030,2098,2094,-2002,2084,2087,-2031,2100,2093,2087,-2087,2001,2094,2096,-2003,2122,2101,2109,-2131,2121,2110, + 2108,-2130,2123,2102,2107,-2129,2125,2104,2106,-2128,2127,2106,2110,-2122,2126,2105,2104,-2126,2128,2107,2103,-2125,2130,2109,2102,-2124,2129,2108,2101,-2123,2124,2103, + 2105,-2127,2088,2082,2116,-2113,2089,2083,2117,-2114,2086,2087,2111,-2121,2084,2088,2112,-2119,2082,2089,2113,-2117,2083,2090,2114,-2118,2085,2081,2115,-2120,2087,2084, + 2118,-2112,2090,2085,2119,-2115,2081,2086,2120,-2116,2094,2124,2126,-2097,2099,2129,2122,-2093,2100,2130,2123,-2094,2098,2128,2124,-2095,2096,2126,2125,-2096,2097,2127, + 2121,-2092,2095,2125,2127,-2098,2093,2123,2128,-2099,2091,2121,2129,-2100,2092,2122,2130,-2101,2024,2131,-2017,2016,2131,-2030,2029,2131,-2020,2019,2131,-2040,2039,2131, + -2021,2020,2131,-2043,2042,2131,-2019,2018,2131,-2035,2034,2131,-2018,2017,2131,-2025,2154,2155,2135,-2135,2150,2152,2143,-2140,2160,2158,2139,-2144,2200,2203,2150,-2140, + 2151,2140,2146,-2154,2161,2146,2140,-2160,2162,2164,2134,-2136,2166,2167,2132,-2138,2157,2148,2142,-2157,2161,2159,-2148,2136,2133,2152,-2151,2209,2140,2151,-2212,2201, + 2204,2155,-2137,2141,2151,2153,-2146,2215,2168,2147,-2209,2159,2213,-2209,2163,2207,-2215,2213,2159,2140,-2210,2211,2151,2141,-2211,2212,2156,2142,-2217,2137,2162,-2207, + 2205,2200,2139,-2159,2203,2201,2136,-2151,2204,2202,2135,-2156,2158,2138,-2206,2210,2141,2156,-2213,2145,2157,2156,-2142,2133,2136,2155,-2155,2149,2168,2215,-2208,2163, + 2149,-2208,2144,2138,2158,-2161,2202,2206,2162,-2136,2216,2142,2163,-2215,2148,2165,2163,-2143,2137,2132,2164,-2163,2197,2205,-2192,2208,2147,-2160,2163,2165,-2150,2138, + 2144,2167,-2167,2143,2172,2176,-2161,2154,2175,2170,-2134,2167,2178,2169,-2133,2160,2176,2173,-2145,2144,2173,2178,-2168,2134,2171,2175,-2155,2152,2174,2172,-2144,2133, + 2170,2174,-2153,2132,2169,2177,-2165,2164,2177,2171,-2135,2178,2188,2179,-2170,2175,2185,2180,-2171,2169,2179,2187,-2178,2171,2181,2185,-2176,2176,2186,2183,-2174,2173, + 2183,2188,-2179,2170,2180,2184,-2175,2177,2187,2181,-2172,2174,2184,2182,-2173,2172,2182,2186,-2177,2185,2189,-2181,2179,2189,-2188,2181,2189,-2186,2186,2189,-2184,2183, + 2189,-2189,2180,2189,-2185,2187,2189,-2182,2184,2189,-2183,2182,2189,-2187,2188,2189,-2180,2221,2226,2199,-2191,2220,2225,2198,-2195,2217,2224,2197,-2192,2225,2221,2190, + -2199,2223,2220,2194,-2197,2222,2219,2193,-2196,2224,2218,2192,-2198,2226,2217,2191,-2200,2219,2223,2196,-2194,2218,2222,2195,-2193,2138,2166,2199,-2192,2194,2198,2206, + -2203,2166,2137,2190,-2200,2205,2138,-2192,2196,2194,2202,-2205,2195,2193,2201,-2204,2197,2192,2200,-2206,2190,2206,-2199,2193,2196,2204,-2202,2192,2195,2203,-2201,2206, + 2190,-2138,2228,2207,2215,-2237,2227,2216,2214,-2236,2229,2208,2213,-2235,2231,2210,2212,-2234,2233,2212,2216,-2228,2232,2211,2210,-2232,2234,2213,2209,-2231,2236,2215, + 2208,-2230,2235,2214,2207,-2229,2230,2209,2211,-2233,2232,2231,2219,-2223,2235,2228,2221,-2226,2233,2227,2220,-2224,2231,2233,2223,-2220,2234,2230,2218,-2225,2236,2229, + 2217,-2227,2230,2232,2222,-2219,2227,2235,2225,-2221,2229,2234,2224,-2218,2228,2236,2226,-2222,2153,2237,-2146,2145,2237,-2158,2157,2237,-2149,2148,2237,-2166,2165,2237, + -2150,2149,2237,-2169,2168,2237,-2148,2147,2237,-2162,2161,2237,-2147,2146,2237,-2154,2265,2266,2245,-2245,2260,2262,2253,-2250,2272,2270,2249,-2254,2313,2316,2260,-2250, + 2261,2250,2256,-2264,2273,2256,2250,-2272,2275,2277,2244,-2246,2279,2280,2242,-2248,2268,2258,2252,-2268,2273,2271,-2258,2246,2243,2262,-2261,2342,2250,2261,-2345,2314, + 2317,2266,-2247,2251,2261,2263,-2256,2348,2281,2257,-2342,2271,2346,-2342,2276,2340,-2348,2346,2271,2250,-2343,2344,2261,2251,-2344,2345,2267,2252,-2350,2247,2275,-2320, + 2318,2313,2249,-2271,2316,2314,2246,-2261,2317,2315,2245,-2267,2270,2248,-2319,2343,2251,2267,-2346,2255,2268,2267,-2252,2243,2246,2266,-2266,2259,2281,2348,-2341,2276, + 2259,-2341,2254,2248,2270,-2273,2315,2319,2275,-2246,2349,2252,2276,-2348,2258,2278,2276,-2253,2247,2242,2277,-2276,2310,2318,-2305,2341,2257,-2272,2276,2278,-2260,2248, + 2254,2280,-2280,2253,2285,2289,-2273,2265,2288,2283,-2244,2280,2291,2282,-2243,2272,2289,2286,-2255,2254,2286,2291,-2281,2244,2284,2288,-2266,2262,2287,2285,-2254,2243, + 2283,2287,-2263,2242,2282,2290,-2278,2277,2290,2284,-2245,2291,2301,2292,-2283,2288,2298,2293,-2284,2282,2292,2300,-2291,2284,2294,2298,-2289,2289,2299,2296,-2287,2286, + 2296,2301,-2292,2283,2293,2297,-2288,2290,2300,2294,-2285,2287,2297,2295,-2286,2285,2295,2299,-2290,2298,2302,-2294,2292,2302,-2301,2294,2302,-2299,2299,2302,-2297,2296, + 2302,-2302,2293,2302,-2298,2300,2302,-2295,2297,2302,-2296,2295,2302,-2300,2301,2302,-2293,2354,2359,2312,-2304,2353,2358,2311,-2308,2350,2357,2310,-2305,2358,2354,2303, + -2312,2356,2353,2307,-2310,2355,2352,2306,-2309,2357,2351,2305,-2311,2359,2350,2304,-2313,2352,2356,2309,-2307,2351,2355,2308,-2306,2248,2279,2312,-2305,2307,2311,2319, + -2316,2279,2247,2303,-2313,2318,2248,-2305,2309,2307,2315,-2318,2308,2306,2314,-2317,2310,2305,2313,-2319,2303,2319,-2312,2306,2309,2317,-2315,2305,2308,2316,-2314,2319, + 2303,-2248,2240,2241,2321,-2328,2238,2264,2322,-2329,2332,2337,-2270,2269,2240,2327,-2324,2241,2238,2328,-2322,2264,2239,2329,-2323,2332,2269,-2327,2331,2274,-2339,2239, + 2274,2324,-2330,2325,2320,2331,-2340,2331,2320,-2275,2239,2330,2338,-2275,2274,2320,-2325,2238,2334,2336,-2265,2264,2336,2330,-2240,2241,2335,2334,-2239,2269,2337,2333, + -2241,2323,2326,-2270,2339,2332,2326,-2326,2240,2333,2335,-2242,2361,2340,2348,-2370,2360,2349,2347,-2369,2362,2341,2346,-2368,2364,2343,2345,-2367,2366,2345,2349,-2361, + 2365,2344,2343,-2365,2367,2346,2342,-2364,2369,2348,2341,-2363,2368,2347,2340,-2362,2363,2342,2344,-2366,2327,2321,2355,-2352,2328,2322,2356,-2353,2325,2326,2350,-2360, + 2323,2327,2351,-2358,2321,2328,2352,-2356,2322,2329,2353,-2357,2324,2320,2354,-2359,2326,2323,2357,-2351,2329,2324,2358,-2354,2320,2325,2359,-2355,2333,2363,2365,-2336, + 2338,2368,2361,-2332,2339,2369,2362,-2333,2337,2367,2363,-2334,2335,2365,2364,-2335,2336,2366,2360,-2331,2334,2364,2366,-2337,2332,2362,2367,-2338,2330,2360,2368,-2339, + 2331,2361,2369,-2340,2263,2370,-2256,2255,2370,-2269,2268,2370,-2259,2258,2370,-2279,2278,2370,-2260,2259,2370,-2282,2281,2370,-2258,2257,2370,-2274,2273,2370,-2257,2256, + 2370,-2264,1644,1645,1640,1641,1642,1643,-1647,1420,1428,1421,1422,1423,1424,1425,1426,-1428,1389,1390,1643,-1643,1388,1389,1642,-1642,1387,1388,1641,-1641,1393,1387, + 1640,-1646,1282,1375,1374,-1352,1351,1374,1373,-1369,1373,1374,1375,1376,1377,1378,-1380,1339,1338,1260,1282,1351,1368,-1366,1281,1328,1261,1336,1329,1371,1372,1366, + -1384,2393,2375,2378,-2390,2394,2377,2376,-2389,2390,2371,2375,-2394,2388,2376,2373,-2393,2391,2372,2374,-2388,2389,2378,2372,-2392,2387,2374,2377,-2395,2392,2373,2371, + -2391,1632,2385,2386,-1634,1627,2380,2384,-1632,1629,2382,2381,-1629,1626,2379,2383,-1631,1630,2383,2382,-1630,1628,2381,2380,-1628,1631,2384,2385,-1633,1633,2386,2379, + -1627,1632,2392,2390,-1632,1630,2387,2394,-1627,1628,2389,2391,-1630,1629,2391,2387,-1631,1633,2388,2392,-1633,1631,2390,2393,-1628,1626,2394,2388,-1634,1627,2393,2389, + -1629,2381,2382,2383,-2380,1619,1618,1625,-1622,2380,2381,2379,-2387,2386,2385,2384,-2381,2398,2402,2410,-2407,2409,2405,2397,-2402,2406,2414,2415,-2408,2407,2399,2398, + -2407,2397,2421,2425,-2402,2400,2408,2409,-2402,2395,2403,2410,-2403,2407,2408,2400,-2400,2395,2396,2404,-2404,2412,2413,2417,2416,2415,2414,2418,-2412,2409,2417,2413, + -2406,2407,2415,2416,-2409,2403,2411,2418,-2411,2408,2416,2417,-2410,2404,2412,2411,-2404,2405,2413,2412,-2405,2410,2418,2414,-2407,2420,2419,2426,2422,2423,2424,2425, + -2422,2396,2420,2421,-2398,2395,2419,2420,-2397,2399,2423,2422,-2399,2400,2424,2423,-2400,2401,2425,2424,-2401,2402,2426,2419,-2396,2398,2422,2426,-2403,2405,2404,2396, + -2398,1622,1623,1624,-1621,1621,1622,1620,-1620,2452,2448,2430,-2437,2451,2438,2434,-2451,2464,2457,2433,-2451,2463,2459,2432,-2450,2462,2458,2434,-2439,2461,2460,2431, + -2438,2457,2461,2437,-2434,2459,2462,2438,-2433,2449,2432,2438,-2452,2447,2452,2436,-2429,2453,2454,2442,-2441,2455,2444,2446,-2457,2439,2443,2445,-2442,2454,2456,2446, + -2443,2442,2446,2444,-2441,2453,2455,2443,-2440,2427,2435,2452,-2448,2431,2449,2451,-2438,2460,2463,2449,-2432,2458,2464,2450,-2435,2437,2451,2450,-2434,2435,2429,2448, + -2453,2440,2444,2455,-2454,2441,2445,2456,-2455,2443,2455,2456,-2446,2439,2441,2454,-2454,2430,2448,2464,-2459,2427,2447,2463,-2461,2428,2436,2462,-2460,2429,2435,2461, + -2458,2435,2427,2460,-2462,2436,2430,2458,-2463,2447,2428,2459,-2464,2448,2429,2457,-2465,2466,2468,2472,-2466,2475,2483,2487,-2480,2466,2474,2475,-2468,2471,2479,2478, + -2471,2470,2478,2477,-2470,2467,2475,2479,-2472,2472,2480,2473,-2466,2465,2473,2474,-2467,2469,2477,2476,-2469,2468,2476,2480,-2473,2510,2495,2494,-2506,2480,2488,2481, + -2474,2473,2481,2482,-2475,2477,2485,2484,-2477,2476,2484,2488,-2481,2474,2482,2483,-2476,2479,2487,2486,-2479,2478,2486,2485,-2478,2490,2489,2496,2492,2493,2494,2495, + -2492,2505,2494,2493,-2507,2511,2491,2495,-2511,2512,2496,2489,-2508,2507,2489,2490,-2509,2506,2493,2492,-2510,2509,2492,2496,-2513,2508,2490,2491,-2512,2482,2503,2500, + -2484,2484,2504,2502,-2489,2485,2499,2504,-2485,2481,2501,2503,-2483,2488,2502,2501,-2482,2483,2500,2498,-2488,2486,2497,2499,-2486,2487,2498,2497,-2487,2503,2508,2511, + -2501,2504,2509,2512,-2503,2499,2506,2509,-2505,2501,2507,2508,-2504,2502,2512,2507,-2502,2500,2511,2510,-2499,2497,2505,2506,-2500,2498,2510,2505,-2498,2467,2471,2470, + -2470,2468,2466,2467,-2470,2518,2526,2525,-2518,2516,2524,2523,-2516,2514,2522,2521,-2514,2517,2525,2524,-2517,2515,2523,2522,-2515,2513,2521,2528,-2521,2519,2527,2526, + -2519,2535,2528,2521,-2537,2533,2529,2530,-2535,2529,2531,2532,-2531,2537,2533,2534,-2539,2531,2535,2536,-2533,2527,2537,2538,-2527,2521,2522,-2537,2522,2523,2541,-2540, + 2523,2524,2540,-2542,2524,2525,2542,-2541,2538,2534,-2543,2539,2532,-2537,2541,2530,2532,-2540,2540,2534,2530,-2542,2534,2540,-2543,2538,2542,2525,-2527,2513,2520,2519, + 2518,2517,2516,2515,-2515,1301,1300,-1289,2522,2539,-2537,2543,1649,-1648,2543,2545,1380,-1653,2544,1381,1382,-2548,2545,1281,1383,-2547,2547,1382,1384,-2547,2545,2543, + -1282,2554,2552,2560,-2560,2550,2564,2557,-2564,2551,2562,2564,-2551,2554,2559,2557,-2559,2560,2552,2553,-2549,2564,2561,2558,-2558,2564,2562,-2562,2548,2549,2555,-2561, + 2560,2555,2556,-2560,2559,2556,2563,-2558,1471,2556,2555,-1512,1477,2552,2554,-1508,1469,2549,2548,-1471,2571,2574,-2573,2571,2569,2570,-2575,2570,2569,2568,-2574,2573, + 2565,2566,-2571,2570,2566,2567,-2575,2574,2567,-2573 + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: -0.093117,0.991927,-0.086082,-0.185357,0.966999,-0.174804,0.080299,0.629749,-0.772637,0.098739,0.662274,-0.742727, + 0.530584,0.674205,0.513740,0.846902,0.344056,0.405441,0.927445,0.358499,0.106415,0.698168,0.702371,-0.138694, + -0.007626,-0.345823,0.938269,-0.197831,0.333826,0.921642,-0.323104,0.314189,0.892687,-0.169058,-0.379828,0.909478, + 0.099741,0.694393,0.712650,0.032655,0.176812,0.983703,-0.277932,0.170602,0.945330,-0.148667,0.794835,0.588333, + 0.032655,0.176812,0.983703,0.016833,-0.234643,0.971936,-0.288406,-0.385636,0.876417,-0.277932,0.170602,0.945330, + -0.323104,0.314189,0.892687,-0.197831,0.333826,0.921642,-0.254883,0.875327,0.410897,-0.257308,0.885044,0.387929, + -0.257308,0.885044,0.387929,-0.254883,0.875327,0.410897,-0.185357,0.966999,-0.174804,-0.093117,0.991927,-0.086082, + -0.000000,-0.947299,-0.320351,-0.033684,-0.919295,-0.392124,-0.077192,-0.987996,-0.133811,-0.000000,-0.992118,-0.125306, + 0.281250,0.702554,-0.653694,0.139393,0.778124,-0.612448,0.132362,0.892152,-0.431909,0.320119,0.870522,-0.373785, + 0.000000,0.879743,-0.475450,0.000000,0.825565,-0.564307,0.139393,0.778124,-0.612448,0.194793,0.787521,-0.584693, + 0.389404,0.877532,-0.279826,0.320119,0.870522,-0.373785,0.371299,0.918490,-0.136061,0.604594,0.792207,-0.082909, + 0.000000,-0.997729,0.067356,-0.003061,-0.987452,0.157888,0.091750,-0.944500,0.315438,0.000000,-0.988109,0.153756, + 0.578937,0.052392,-0.813687,0.566330,0.507947,-0.649045,0.445053,0.496168,-0.745483,0.432290,0.111414,-0.894825, + 0.205655,-0.778719,-0.592708,0.499265,-0.322482,-0.804201,0.329994,-0.290030,-0.898324,0.081740,-0.879530,-0.468770, + 0.151297,-0.588319,-0.794349,0.291086,-0.247374,-0.924162,0.499265,-0.322482,-0.804201,0.205655,-0.778719,-0.592708, + 0.334224,0.100075,-0.937166,0.255542,0.416381,-0.872540,0.566330,0.507947,-0.649045,0.578937,0.052392,-0.813687, + 0.000000,0.909684,-0.415301,0.132362,0.892152,-0.431909,0.139393,0.778124,-0.612448,0.000000,0.825565,-0.564307, + 0.205655,-0.778719,-0.592708,-0.167253,-0.902468,-0.396961,-0.221212,-0.616185,-0.755897,0.151297,-0.588319,-0.794349, + 0.151297,-0.588319,-0.794349,-0.221212,-0.616185,-0.755897,-0.144097,-0.250694,-0.957282,0.291086,-0.247374,-0.924162, + 0.334224,0.100075,-0.937166,-0.113801,0.123798,-0.985760,-0.120358,0.491319,-0.862624,0.255542,0.416381,-0.872540, + -0.305644,-0.378411,0.873720,-0.267505,0.212382,0.939859,-0.277932,0.170602,0.945330,-0.288406,-0.385636,0.876417, + -0.288406,-0.385636,0.876417,0.016833,-0.234643,0.971936,0.015232,-0.765750,0.642958,-0.201207,-0.916019,0.347023, + -0.288406,-0.385636,0.876417,-0.201207,-0.916019,0.347023,-0.206857,-0.945283,0.252292,-0.305644,-0.378411,0.873720, + 0.081740,-0.879530,-0.468770,0.329994,-0.290030,-0.898324,0.180174,-0.330843,-0.926326,0.023667,-0.847517,-0.530240, + 0.432290,0.111414,-0.894825,0.445053,0.496168,-0.745483,0.251964,0.476457,-0.842320,0.236729,0.132883,-0.962446, + 0.196099,0.959932,-0.200188,-0.148667,0.794835,0.588333,-0.105598,0.844681,0.524750,0.143663,0.916519,-0.373303, + -0.161654,-0.382645,0.909643,-0.082623,0.226397,0.970525,-0.267505,0.212382,0.939859,-0.305644,-0.378411,0.873720, + 0.236729,0.132883,-0.962446,0.251964,0.476457,-0.842320,0.441051,0.455692,-0.773187,0.397128,0.035177,-0.917089, + -0.105598,0.844681,0.524750,0.181553,0.821354,0.540756,0.425797,0.848442,-0.314392,0.143663,0.916519,-0.373303, + -0.267505,0.212382,0.939859,-0.082623,0.226397,0.970525,0.181553,0.821354,0.540756,-0.105598,0.844681,0.524750, + 0.014678,-0.994333,-0.105290,-0.077192,-0.987996,-0.133811,-0.033684,-0.919295,-0.392124,0.040173,-0.894191,-0.445880, + 0.568780,-0.791762,-0.222715,0.386524,-0.812610,0.436192,-0.004084,-0.942892,0.333074,0.226440,-0.885489,-0.405751, + 0.091750,-0.944500,0.315438,-0.003061,-0.987452,0.157888,0.278352,-0.902581,0.328432,0.716273,-0.562831,0.412522, + 0.023667,-0.847517,-0.530240,0.180174,-0.330843,-0.926326,0.348208,-0.494497,-0.796382,0.226440,-0.885489,-0.405751, + 0.023667,-0.847517,-0.530240,-0.206857,-0.945283,0.252292,-0.201207,-0.916019,0.347023,0.081740,-0.879530,-0.468770, + 0.211225,-0.037657,-0.976712,0.365092,-0.019430,-0.930769,0.495317,-0.528474,-0.689476,0.278379,-0.554037,-0.784569, + 0.190416,-0.327410,0.925497,0.263932,0.209606,0.941491,-0.082623,0.226397,0.970525,-0.161654,-0.382645,0.909643, + 0.226440,-0.885489,-0.405751,-0.004084,-0.942892,0.333074,-0.206857,-0.945283,0.252292,0.023667,-0.847517,-0.530240, + 0.226440,-0.885489,-0.405751,0.348208,-0.494497,-0.796382,0.654305,-0.501867,-0.565698,0.568780,-0.791762,-0.222715, + 0.397128,0.035177,-0.917089,0.441051,0.455692,-0.773187,0.712807,0.449681,-0.538232,0.704412,0.004466,-0.709777, + 0.698168,0.702371,-0.138694,0.425797,0.848442,-0.314392,0.181553,0.821354,0.540756,0.530584,0.674205,0.513740, + 0.530584,0.674205,0.513740,0.181553,0.821354,0.540756,-0.082623,0.226397,0.970525,0.263932,0.209606,0.941491, + 0.272444,-0.908174,-0.317795,0.494740,-0.840817,-0.219681,0.292025,-0.812226,0.504986,0.090101,-0.881518,0.463474, + -0.000000,-0.992118,-0.125306,-0.077192,-0.987996,-0.133811,-0.003061,-0.987452,0.157888,0.000000,-0.997729,0.067356, + -0.000000,0.980422,-0.196910,0.152129,0.971373,-0.182462,0.151030,0.971647,-0.181914,-0.000000,0.980289,-0.197566, + 0.098739,0.662274,-0.742727,0.080299,0.629749,-0.772637,0.365092,-0.019430,-0.930769,0.211225,-0.037657,-0.976712, + 0.698168,0.702371,-0.138694,0.712807,0.449681,-0.538232,0.441051,0.455692,-0.773187,0.425797,0.848442,-0.314392, + 0.425797,0.848442,-0.314392,0.441051,0.455692,-0.773187,0.251964,0.476457,-0.842320,0.143663,0.916519,-0.373303, + 0.143663,0.916519,-0.373303,0.251964,0.476457,-0.842320,0.445053,0.496168,-0.745483,0.196099,0.959932,-0.200188, + 0.196099,0.959932,-0.200188,0.445053,0.496168,-0.745483,0.566330,0.507947,-0.649045,0.276463,0.927290,-0.252393, + 0.276463,0.927290,-0.252393,0.566330,0.507947,-0.649045,0.196446,0.778169,-0.596542,0.255542,0.416381,-0.872540, + -0.120358,0.491319,-0.862624,-0.092575,0.862634,-0.497286,0.196446,0.778169,-0.596542,0.278379,-0.554037,-0.784569, + 0.495317,-0.528474,-0.689476,0.494740,-0.840817,-0.219681,0.272444,-0.908174,-0.317795,0.704412,0.004466,-0.709777, + 0.654305,-0.501867,-0.565698,0.348208,-0.494497,-0.796382,0.397128,0.035177,-0.917089,0.397128,0.035177,-0.917089, + 0.348208,-0.494497,-0.796382,0.180174,-0.330843,-0.926326,0.236729,0.132883,-0.962446,0.236729,0.132883,-0.962446, + 0.180174,-0.330843,-0.926326,0.329994,-0.290030,-0.898324,0.432290,0.111414,-0.894825,0.432290,0.111414,-0.894825, + 0.329994,-0.290030,-0.898324,0.499265,-0.322482,-0.804201,0.578937,0.052392,-0.813687,0.578937,0.052392,-0.813687, + 0.499265,-0.322482,-0.804201,0.291086,-0.247374,-0.924162,0.334224,0.100075,-0.937166,0.291086,-0.247374,-0.924162, + -0.144097,-0.250694,-0.957282,-0.113801,0.123798,-0.985760,0.334224,0.100075,-0.937166,-0.305644,-0.378411,0.873720, + -0.206857,-0.945283,0.252292,-0.004084,-0.942892,0.333074,-0.161654,-0.382645,0.909643,-0.161654,-0.382645,0.909643, + -0.004084,-0.942892,0.333074,0.386524,-0.812610,0.436192,0.190416,-0.327410,0.925497,0.090101,-0.881518,0.463474, + 0.292025,-0.812226,0.504986,-0.007626,-0.345823,0.938269,-0.169058,-0.379828,0.909478,-0.201207,-0.916019,0.347023, + 0.015232,-0.765750,0.642958,-0.075366,-0.996982,0.018606,0.081740,-0.879530,-0.468770,0.014678,-0.994333,-0.105290, + 0.278352,-0.902581,0.328432,-0.003061,-0.987452,0.157888,-0.077192,-0.987996,-0.133811,-0.033684,-0.919295,-0.392124, + -0.000000,-0.947299,-0.320351,-0.000000,-0.911159,-0.412054,0.113092,-0.808237,-0.577896,0.360944,0.535298,-0.763659, + 0.281250,0.702554,-0.653694,0.228531,0.735065,-0.638320,0.130697,0.576764,-0.806388,0.130697,0.576764,-0.806388, + 0.216118,0.198452,-0.955986,0.407473,0.215337,-0.887466,0.360944,0.535298,-0.763659,-0.033684,-0.919295,-0.392124, + 0.113092,-0.808237,-0.577896,0.154617,-0.744918,-0.648992,0.040173,-0.894191,-0.445880,0.429114,-0.484281,-0.762452, + 0.365300,-0.402562,-0.839345,0.113092,-0.808237,-0.577896,0.116059,-0.847463,-0.518012,0.365300,-0.402562,-0.839345, + 0.407473,0.215337,-0.887466,0.216118,0.198452,-0.955986,0.267448,-0.423399,-0.865566,0.154617,-0.744918,-0.648992, + 0.113092,-0.808237,-0.577896,0.365300,-0.402562,-0.839345,0.267448,-0.423399,-0.865566,0.407473,0.215337,-0.887466, + 0.365300,-0.402562,-0.839345,0.429114,-0.484281,-0.762452,0.577724,0.099159,-0.810187,0.500032,0.531843,-0.683455, + 0.360944,0.535298,-0.763659,0.407473,0.215337,-0.887466,0.577724,0.099159,-0.810187,0.081740,-0.879530,-0.468770, + -0.075366,-0.996982,0.018606,-0.167253,-0.902468,-0.396961,0.205655,-0.778719,-0.592708,-0.092575,0.862634,-0.497286, + -0.042072,0.989619,-0.137418,0.276463,0.927290,-0.252393,0.196446,0.778169,-0.596542,0.737160,0.114622,0.665926, + 0.263932,0.209606,0.941491,0.190416,-0.327410,0.925497,0.738109,-0.133926,0.661256,-0.267505,0.212382,0.939859, + -0.105598,0.844681,0.524750,-0.148667,0.794835,0.588333,-0.277932,0.170602,0.945330,0.281250,0.702554,-0.653694, + 0.500032,0.531843,-0.683455,0.194793,0.787521,-0.584693,0.139393,0.778124,-0.612448,0.698168,0.702371,-0.138694, + 0.927445,0.358499,0.106415,0.960008,0.265353,-0.089287,0.712807,0.449681,-0.538232,0.712807,0.449681,-0.538232, + 0.960008,0.265353,-0.089287,0.983644,0.029197,-0.177743,0.704412,0.004466,-0.709777,0.704412,0.004466,-0.709777, + 0.983644,0.029197,-0.177743,0.971224,-0.221384,-0.087818,0.654305,-0.501867,-0.565698,0.654305,-0.501867,-0.565698, + 0.971224,-0.221384,-0.087818,0.924197,-0.374318,0.075797,0.568780,-0.791762,-0.222715,0.568780,-0.791762,-0.222715, + 0.924197,-0.374318,0.075797,0.808933,-0.376864,0.451221,0.386524,-0.812610,0.436192,0.386524,-0.812610,0.436192, + 0.808933,-0.376864,0.451221,0.738109,-0.133926,0.661256,0.190416,-0.327410,0.925497,0.263932,0.209606,0.941491, + 0.737160,0.114622,0.665926,0.846902,0.344056,0.405441,0.530584,0.674205,0.513740,0.299477,-0.938412,0.172326, + 0.716303,-0.676657,0.170427,0.693442,-0.699627,0.172222,0.282687,-0.943799,0.171263,0.801046,0.594125,0.073082, + 0.983469,-0.129444,0.126619,0.988599,-0.086953,0.122926,0.762760,0.642937,0.069496,0.000000,-0.987348,0.158570, + 0.299477,-0.938412,0.172326,0.282687,-0.943799,0.171263,0.000000,-0.987348,0.158570,0.716303,-0.676657,0.170427, + 0.988599,-0.086953,0.122926,0.983469,-0.129444,0.126619,0.693442,-0.699627,0.172222,0.396244,0.906918,-0.143141, + 0.371299,0.918490,-0.136061,0.151030,0.971647,-0.181914,0.152129,0.971373,-0.182462,0.320119,0.870522,-0.373785, + 0.389404,0.877532,-0.279826,0.228531,0.735065,-0.638320,0.281250,0.702554,-0.653694,0.099741,0.694393,0.712650, + -0.148667,0.794835,0.588333,0.196099,0.959932,-0.200188,0.075911,0.988045,0.134181,0.276463,0.927290,-0.252393, + -0.042072,0.989619,-0.137418,0.075911,0.988045,0.134181,0.196099,0.959932,-0.200188,0.116059,-0.847463,-0.518012, + 0.113092,-0.808237,-0.577896,-0.000000,-0.911159,-0.412054,0.000000,-0.910747,-0.412964,0.000000,-0.057465,-0.998348, + 0.000000,-0.057465,-0.998348,0.000000,-0.057465,-0.998347,0.000000,-0.057465,-0.998348,0.000000,-0.057465,-0.998348, + 0.000000,-0.057465,-0.998348,0.000000,-0.057465,-0.998348,0.500032,0.531843,-0.683455,0.281250,0.702554,-0.653694, + 0.360944,0.535298,-0.763659,-0.185357,0.966999,-0.174804,-0.333462,0.927319,-0.169950,-0.003189,0.561222,-0.827659, + 0.080299,0.629749,-0.772637,0.333921,-0.693906,-0.637959,0.618871,-0.507176,-0.599809,0.526524,-0.824811,0.206057, + 0.330565,-0.942136,0.055743,-0.082607,0.666024,-0.741342,-0.315965,0.948763,0.003941,-0.069530,0.996673,0.042524, + 0.278953,0.722223,-0.632913,-0.194611,0.553208,0.809992,-0.104060,0.614891,0.781716,-0.069530,0.996673,0.042524, + -0.315965,0.948763,0.003941,0.249916,0.828326,0.501415,0.224517,0.974271,-0.019675,-0.333462,0.927319,-0.169950, + -0.367300,0.794470,0.483640,0.809767,0.146724,-0.568110,0.944705,-0.166713,-0.282382,0.552820,-0.569617,-0.608216, + 0.393592,-0.125054,-0.910740,-0.333462,0.927319,-0.169950,0.224517,0.974271,-0.019675,0.519596,0.669788,-0.530476, + -0.003189,0.561222,-0.827659,0.573188,-0.814464,-0.090017,0.933860,-0.351693,0.064939,0.765353,-0.189050,0.615219, + 0.345903,-0.669194,0.657670,0.033785,-0.188602,0.981472,0.556692,0.190956,0.808474,0.348760,0.542939,0.763927, + -0.206965,0.352494,0.912641,0.552820,-0.569617,-0.608216,0.944705,-0.166713,-0.282382,0.933860,-0.351693,0.064939, + 0.573188,-0.814464,-0.090017,-0.003189,0.561222,-0.827659,0.519596,0.669788,-0.530476,0.809767,0.146724,-0.568110, + 0.393592,-0.125054,-0.910740,-0.206965,0.352494,0.912641,0.348760,0.542939,0.763927,0.249916,0.828326,0.501415, + -0.367300,0.794470,0.483640,0.345903,-0.669194,0.657670,0.765353,-0.189050,0.615219,0.556692,0.190956,0.808474, + 0.033785,-0.188602,0.981472,-0.254883,0.875327,0.410897,-0.367300,0.794470,0.483640,-0.333462,0.927319,-0.169950, + -0.185357,0.966999,-0.174804,0.495317,-0.528474,-0.689476,0.552820,-0.569617,-0.608216,0.573188,-0.814464,-0.090017, + 0.494740,-0.840817,-0.219681,-0.007626,-0.345823,0.938269,0.033785,-0.188602,0.981472,-0.206965,0.352494,0.912641, + -0.197831,0.333826,0.921642,0.365092,-0.019430,-0.930769,0.393592,-0.125054,-0.910740,0.552820,-0.569617,-0.608216, + 0.495317,-0.528474,-0.689476,0.292025,-0.812226,0.504986,0.345903,-0.669194,0.657670,0.033785,-0.188602,0.981472, + -0.007626,-0.345823,0.938269,0.080299,0.629749,-0.772637,-0.003189,0.561222,-0.827659,0.393592,-0.125054,-0.910740, + 0.365092,-0.019430,-0.930769,-0.197831,0.333826,0.921642,-0.206965,0.352494,0.912641,-0.367300,0.794470,0.483640, + -0.254883,0.875327,0.410897,0.000000,0.495219,-0.868768,0.436165,0.449744,-0.779417,0.418549,0.189521,-0.888200, + 0.000000,0.188319,-0.982108,0.924198,0.298695,-0.237988,0.969420,0.217656,-0.113359,0.978893,0.151302,-0.137393, + 0.931691,0.220268,-0.288850,0.715774,-0.676850,-0.171875,0.387140,-0.885509,-0.256898,0.307567,-0.798670,-0.517233, + 0.670319,-0.617862,-0.410998,-0.000000,0.814012,-0.580849,0.423911,0.715425,-0.555397,0.436165,0.449744,-0.779417, + 0.000000,0.495219,-0.868768,0.887564,-0.280327,-0.365578,0.937613,0.041260,-0.345225,0.991905,-0.016728,-0.125875, + 0.941581,-0.317718,-0.111714,0.670319,-0.617862,-0.410998,0.887564,-0.280327,-0.365578,0.941581,-0.317718,-0.111714, + 0.715774,-0.676850,-0.171875,0.436165,0.449744,-0.779417,0.423911,0.715425,-0.555397,0.732355,0.515636,-0.444719, + 0.782077,0.331931,-0.527426,0.978893,0.151302,-0.137393,0.991905,-0.016728,-0.125875,0.937613,0.041260,-0.345225, + 0.931691,0.220268,-0.288850,0.931691,0.220268,-0.288850,0.937613,0.041260,-0.345225,0.788479,0.118531,-0.603532, + 0.782077,0.331931,-0.527426,0.782077,0.331931,-0.527426,0.732355,0.515636,-0.444719,0.924198,0.298695,-0.237988, + 0.931691,0.220268,-0.288850,0.000000,-0.088649,-0.996063,0.000000,0.188319,-0.982108,0.418549,0.189521,-0.888200, + 0.333030,-0.097391,-0.937873,0.684734,-0.188627,-0.703960,0.788479,0.118531,-0.603532,0.937613,0.041260,-0.345225, + 0.887564,-0.280327,-0.365578,0.333030,-0.097391,-0.937873,0.418549,0.189521,-0.888200,0.788479,0.118531,-0.603532, + 0.684734,-0.188627,-0.703960,0.307567,-0.798670,-0.517233,0.387140,-0.885509,-0.256898,-0.000000,-0.953710,-0.300728, + 0.000000,-0.812153,-0.583445,0.535008,-0.461058,-0.707949,0.684734,-0.188627,-0.703960,0.887564,-0.280327,-0.365578, + 0.670319,-0.617862,-0.410998,0.000001,-0.438079,-0.898937,0.000000,-0.088649,-0.996063,0.333030,-0.097391,-0.937873, + 0.244687,-0.489237,-0.837123,0.333030,-0.097391,-0.937873,0.684734,-0.188627,-0.703960,0.535008,-0.461058,-0.707949, + 0.244687,-0.489237,-0.837123,0.244687,-0.489237,-0.837123,0.307567,-0.798670,-0.517233,0.000000,-0.812153,-0.583445, + 0.000001,-0.438079,-0.898937,0.244687,-0.489237,-0.837123,0.535008,-0.461058,-0.707949,0.670319,-0.617862,-0.410998, + 0.307567,-0.798670,-0.517233,0.418549,0.189521,-0.888200,0.436165,0.449744,-0.779417,0.782077,0.331931,-0.527426, + 0.788479,0.118531,-0.603532,0.324381,-0.285880,0.901693,0.445428,-0.292276,0.846267,0.608993,-0.180067,0.772465, + 0.512285,-0.138325,0.847603,0.878514,0.464492,0.111626,0.660691,0.731286,0.169433,0.791580,0.577739,0.199044, + 0.802454,0.594004,0.056806,0.616741,0.784789,0.061131,0.468573,0.747839,0.470293,0.570835,0.701293,0.427007, + 0.658587,0.727537,0.192232,0.890186,0.455301,-0.016438,0.802454,0.594004,0.056806,0.570835,0.701293,0.427007, + 0.582731,0.812255,0.025833,0.489887,0.866069,-0.099674,0.674306,0.732995,-0.089609,0.468573,0.747839,0.470293, + 0.616741,0.784789,0.061131,0.393358,0.919339,0.009180,0.411586,0.811299,0.415199,0.593769,0.749781,-0.292005, + 0.694966,0.644006,-0.319810,0.599811,0.691451,-0.402643,0.403650,0.845970,-0.348427,0.960024,0.256791,0.111407, + 0.993794,0.026586,0.108014,0.990488,0.137500,0.005291,0.977715,0.209808,-0.007395,0.000000,0.801486,-0.598014, + 0.728561,0.615460,-0.300678,0.599811,0.691451,-0.402643,-0.000000,0.721304,-0.692618,0.489887,0.866069,-0.099674, + 0.405322,0.890571,-0.206392,0.403650,0.845970,-0.348427,0.599811,0.691451,-0.402643,0.526064,0.849913,-0.030066, + 0.000001,0.996793,-0.080019,0.000000,0.996475,-0.083895,0.479602,0.876711,-0.036871,0.584909,0.792047,0.174763, + 0.659073,0.465310,0.590854,0.782229,0.317762,0.535859,0.791580,0.577739,0.199044,0.952340,0.232763,0.197154, + 0.960024,0.256791,0.111407,0.802891,0.581490,0.131280,0.877049,0.457699,0.145933,0.615422,0.779371,0.117627, + 0.447892,0.889723,0.088234,0.457346,0.866446,0.200265,0.575357,0.811904,0.098877,0.485157,0.842567,0.233888, + 0.531600,0.836058,0.135677,0.584909,0.792047,0.174763,0.660691,0.731286,0.169433,0.614559,0.783213,0.094314, + 0.565682,0.804100,0.182828,0.614663,0.784677,0.080447,0.568475,0.822699,-0.001649,-0.000000,0.959089,0.283106, + 0.457346,0.866446,0.200265,0.447892,0.889723,0.088234,0.000001,0.997887,0.064970,0.660691,0.731286,0.169433, + 0.614663,0.784677,0.080447,0.565682,0.804100,0.182828,0.485157,0.842567,0.233888,0.000000,0.999111,0.042166, + 0.200430,0.973911,0.106420,0.155447,0.968346,-0.195301,0.000001,0.988833,-0.149031,0.568475,0.822699,-0.001649, + 0.526064,0.849913,-0.030066,0.479602,0.876711,-0.036871,0.614559,0.783213,0.094314,0.728561,0.615460,-0.300678, + 0.000000,0.801486,-0.598014,0.000000,0.939097,-0.343651,0.810126,0.583829,0.053296,0.568475,0.822699,-0.001649, + 0.614663,0.784677,0.080447,0.582731,0.812255,0.025833,0.577014,0.812778,-0.080291,0.457346,0.866446,0.200265, + 0.410263,0.569203,0.712525,0.573189,0.517252,0.635535,0.575357,0.811904,0.098877,-0.000006,0.908617,0.417629, + 0.463357,0.805569,0.369268,0.479602,0.876711,-0.036871,0.000000,0.996475,-0.083895,-0.000001,0.995931,-0.090122, + 0.552731,0.833198,0.016395,0.533722,0.696256,0.479967,-0.000002,0.742781,0.669535,0.662666,0.553436,0.504561, + 0.698619,0.713961,0.046818,0.810126,0.583829,0.053296,0.381295,0.885532,0.265417,0.578636,0.752015,0.315680, + 0.401240,0.811422,0.424972,0.200430,0.973911,0.106420,0.599811,0.691451,-0.402643,0.728561,0.615460,-0.300678, + 0.674306,0.732995,-0.089609,0.489887,0.866069,-0.099674,0.533722,0.696256,0.479967,0.552731,0.833198,0.016395, + 0.698619,0.713961,0.046818,0.662666,0.553436,0.504561,0.000001,0.996793,-0.080019,0.526064,0.849913,-0.030066, + 0.552731,0.833198,0.016395,-0.000001,0.995931,-0.090122,0.381295,0.885532,0.265417,0.000001,0.993661,0.112416, + -0.000000,0.991016,-0.133745,0.676742,0.736057,-0.015525,0.575357,0.811904,0.098877,0.584909,0.792047,0.174763, + 0.531600,0.836058,0.135677,0.615422,0.779371,0.117627,0.411586,0.811299,0.415199,0.393358,0.919339,0.009180, + 0.200430,0.973911,0.106420,0.401240,0.811422,0.424972,0.593769,0.749781,-0.292005,0.712694,0.701447,0.006350, + 0.676742,0.736057,-0.015525,0.694966,0.644006,-0.319810,0.545613,0.834298,-0.079085,0.679066,0.732997,0.039796, + 0.819360,0.572855,0.022049,0.676358,0.731684,-0.084725,0.608993,-0.180067,0.772465,0.790208,-0.224256,0.570334, + 0.858382,-0.134941,0.494945,0.849447,0.007650,0.527619,0.599811,0.691451,-0.402643,0.694966,0.644006,-0.319810, + -0.000001,0.843379,-0.537320,-0.000000,0.721304,-0.692618,0.923036,0.352234,0.154710,0.878514,0.464492,0.111626, + 0.782229,0.317762,0.535859,0.847217,0.155767,0.507897,0.155447,0.968346,-0.195301,0.335265,0.883934,-0.325971, + -0.000000,0.951949,-0.306257,0.000001,0.988833,-0.149031,0.849447,0.007650,0.527619,0.952724,0.198934,0.229658, + 0.923036,0.352234,0.154710,0.847217,0.155767,0.507897,0.658587,0.727537,0.192232,0.708504,0.705700,0.003139, + 0.908658,0.417309,0.013930,0.890186,0.455301,-0.016438,0.489887,0.866069,-0.099674,0.679066,0.732997,0.039796, + 0.545613,0.834298,-0.079085,0.405322,0.890571,-0.206392,0.708504,0.705700,0.003139,0.676358,0.731684,-0.084725, + 0.819360,0.572855,0.022049,0.908658,0.417309,0.013930,0.254666,0.912919,0.318941,0.250140,0.929372,0.271474, + 0.244705,0.923827,0.294387,0.271944,0.916054,0.294775,0.479026,0.877665,-0.015441,0.567449,0.806842,0.164339, + 0.559264,0.813563,0.159179,0.528711,0.845861,0.070597,0.676742,0.736057,-0.015525,0.712694,0.701447,0.006350, + 0.578636,0.752015,0.315680,0.381295,0.885532,0.265417,0.819360,0.572855,0.022049,0.960024,0.256791,0.111407, + 0.977715,0.209808,-0.007395,0.908658,0.417309,0.013930,0.423474,0.895184,-0.138984,0.443483,0.880289,-0.168562, + 0.442868,0.881220,-0.165283,0.414598,0.900707,-0.129753,0.245934,0.965578,0.084708,0.183421,0.975047,-0.125060, + 0.170732,0.973799,-0.150218,0.247560,0.964078,0.096272,0.952340,0.232763,0.197154,0.984842,-0.012270,0.173017, + 0.993794,0.026586,0.108014,0.960024,0.256791,0.111407,0.000001,0.635340,0.772232,0.410263,0.569203,0.712525, + 0.457346,0.866446,0.200265,-0.000000,0.959089,0.283106,0.781272,0.619392,0.077252,0.614663,0.784677,0.080447, + 0.660691,0.731286,0.169433,0.878514,0.464492,0.111626,0.000002,0.979216,-0.202818,0.407308,0.910478,-0.071621, + 0.408718,0.897729,-0.164416,0.000001,0.956172,-0.292804,0.479602,0.876711,-0.036871,0.463357,0.805569,0.369268, + 0.576897,0.760344,0.298443,0.614559,0.783213,0.094314,0.407308,0.910478,-0.071621,0.591102,0.785921,0.181458, + 0.520361,0.847180,-0.107290,0.408718,0.897729,-0.164416,0.575357,0.811904,0.098877,0.573189,0.517252,0.635535, + 0.659073,0.465310,0.590854,0.584909,0.792047,0.174763,0.531600,0.836058,0.135677,0.611365,0.742220,0.274485, + 0.591102,0.785921,0.181458,0.615422,0.779371,0.117627,0.000002,0.979216,-0.202818,0.000001,0.997887,0.064970, + 0.447892,0.889723,0.088234,0.407308,0.910478,-0.071621,0.614559,0.783213,0.094314,0.576897,0.760344,0.298443, + 0.611365,0.742220,0.274485,0.565682,0.804100,0.182828,0.615422,0.779371,0.117627,0.591102,0.785921,0.181458, + 0.407308,0.910478,-0.071621,0.447892,0.889723,0.088234,0.810126,0.583829,0.053296,0.000002,0.967397,0.253263, + 0.000002,0.583643,0.812011,0.662666,0.553436,0.504561,0.531600,0.836058,0.135677,0.485157,0.842567,0.233888, + 0.611365,0.742220,0.274485,0.611365,0.742220,0.274485,0.485157,0.842567,0.233888,0.565682,0.804100,0.182828, + 0.810126,0.583829,0.053296,0.000000,0.939097,-0.343651,0.000002,0.967397,0.253263,0.293272,0.050582,0.954690, + 0.356669,-0.050508,0.932864,0.573189,0.517252,0.635535,0.410263,0.569203,0.712525,0.802891,0.581490,0.131280, + 0.960024,0.256791,0.111407,0.819360,0.572855,0.022049,0.679066,0.732997,0.039796,0.952340,0.232763,0.197154, + 0.877049,0.457699,0.145933,0.923036,0.352234,0.154710,0.952724,0.198934,0.229658,0.732355,0.515636,-0.444719, + 0.423911,0.715425,-0.555397,0.335265,0.883934,-0.325971,0.688891,0.645434,-0.329914,-0.000000,0.814012,-0.580849, + -0.000000,0.951949,-0.306257,0.335265,0.883934,-0.325971,0.423911,0.715425,-0.555397,0.335265,0.883934,-0.325971, + 0.393358,0.919339,0.009180,0.616741,0.784789,0.061131,0.688891,0.645434,-0.329914,0.624125,-0.427207,0.654188, + 0.853909,-0.400761,0.332010,0.924751,-0.257659,0.280086,0.615852,-0.348111,0.706785,0.909348,0.364434,-0.200686, + 0.924198,0.298695,-0.237988,0.732355,0.515636,-0.444719,0.688891,0.645434,-0.329914,0.335265,0.883934,-0.325971, + 0.155447,0.968346,-0.195301,0.200430,0.973911,0.106420,0.393358,0.919339,0.009180,0.909348,0.364434,-0.200686, + 0.688891,0.645434,-0.329914,0.616741,0.784789,0.061131,0.802454,0.594004,0.056806,0.955920,-0.066073,0.286098, + 0.858382,-0.134941,0.494945,0.790208,-0.224256,0.570334,0.938694,-0.202445,0.279052,0.977715,0.209808,-0.007395, + 0.990488,0.137500,0.005291,0.969420,0.217656,-0.113359,0.966040,0.239241,-0.097624,0.966040,0.239241,-0.097624, + 0.890186,0.455301,-0.016438,0.908658,0.417309,0.013930,0.977715,0.209808,-0.007395,0.890186,0.455301,-0.016438, + 0.966040,0.239241,-0.097624,0.909348,0.364434,-0.200686,0.802454,0.594004,0.056806,0.924198,0.298695,-0.237988, + 0.909348,0.364434,-0.200686,0.966040,0.239241,-0.097624,0.969420,0.217656,-0.113359,0.612337,-0.784747,-0.095995, + 0.606286,-0.786229,-0.119422,0.000000,-0.989675,-0.143332,0.000000,-0.993787,-0.111297,0.969827,0.237336,0.055746, + 0.663379,0.725189,0.184472,0.604148,0.784435,0.140238,0.958688,0.282209,0.035696,0.924751,-0.257659,0.280086, + 0.945278,-0.207001,0.252189,0.973045,-0.143068,0.180875,0.938694,-0.202445,0.279052,0.484421,-0.540585,0.687826, + 0.689351,-0.590773,0.419265,0.853909,-0.400761,0.332010,0.624125,-0.427207,0.654188,-0.000000,-0.851485,0.524379, + 0.393053,-0.772029,0.499480,0.296572,-0.603386,0.740250,0.000000,-0.643381,0.765546,0.238629,-0.288991,0.927114, + 0.324381,-0.285880,0.901693,0.512285,-0.138325,0.847603,0.456681,-0.104737,0.883443,0.663379,0.725189,0.184472, + 0.000000,0.970095,0.242725,0.000000,0.983119,0.182969,0.604148,0.784435,0.140238,0.940565,-0.336735,-0.044121, + 0.948481,-0.310683,-0.062127,0.606286,-0.786229,-0.119422,0.612337,-0.784747,-0.095995,0.969827,0.237336,0.055746, + 0.958688,0.282209,0.035696,0.948481,-0.310683,-0.062127,0.940565,-0.336735,-0.044121,0.000001,0.635340,0.772232, + 0.000001,0.128346,0.991729,0.293272,0.050582,0.954690,0.410263,0.569203,0.712525,0.296572,-0.603386,0.740250, + 0.393053,-0.772029,0.499480,0.689351,-0.590773,0.419265,0.484421,-0.540585,0.687826,0.463357,0.805569,0.369268, + -0.000006,0.908617,0.417629,-0.000006,0.582089,0.813125,0.338344,0.620259,0.707674,0.000000,-0.104660,0.994508, + 0.000000,-0.243443,0.969915,0.356669,-0.050508,0.932864,0.293272,0.050582,0.954690,0.952724,0.198934,0.229658, + 0.849447,0.007650,0.527619,0.858382,-0.134941,0.494945,0.955920,-0.066073,0.286098,0.388529,-0.087909,0.917234, + 0.356669,-0.050508,0.932864,0.195807,-0.310742,0.930107,0.238629,-0.288991,0.927114,0.782229,0.317762,0.535859, + 0.456681,-0.104737,0.883443,0.512285,-0.138325,0.847603,0.847217,0.155767,0.507897,0.662666,0.553436,0.504561, + 0.000002,0.583643,0.812011,-0.000002,0.742781,0.669535,0.533722,0.696256,0.479967,0.952340,0.232763,0.197154, + 0.952724,0.198934,0.229658,0.955920,-0.066073,0.286098,0.984842,-0.012270,0.173017,0.000001,0.128346,0.991729, + 0.000000,-0.104660,0.994508,0.293272,0.050582,0.954690,0.195807,-0.310742,0.930107,0.356669,-0.050508,0.932864, + 0.000000,-0.243443,0.969915,0.000001,-0.331658,0.943400,0.381295,0.885532,0.265417,0.200430,0.973911,0.106420, + 0.000000,0.999111,0.042166,0.000001,0.993661,0.112416,0.577014,0.812778,-0.080291,0.526064,0.849913,-0.030066, + 0.568475,0.822699,-0.001649,0.582731,0.812255,0.025833,0.674306,0.732995,-0.089609,0.698619,0.713961,0.046818, + 0.577014,0.812778,-0.080291,0.674306,0.732995,-0.089609,0.728561,0.615460,-0.300678,0.810126,0.583829,0.053296, + 0.698619,0.713961,0.046818,0.698619,0.713961,0.046818,0.552731,0.833198,0.016395,0.526064,0.849913,-0.030066, + 0.577014,0.812778,-0.080291,0.923036,0.352234,0.154710,0.877049,0.457699,0.145933,0.781272,0.619392,0.077252, + 0.878514,0.464492,0.111626,0.582731,0.812255,0.025833,0.781272,0.619392,0.077252,0.877049,0.457699,0.145933, + 0.802891,0.581490,0.131280,0.356669,-0.050508,0.932864,0.388529,-0.087909,0.917234,0.659073,0.465310,0.590854, + 0.573189,0.517252,0.635535,0.445428,-0.292276,0.846267,0.615852,-0.348111,0.706785,0.790208,-0.224256,0.570334, + 0.608993,-0.180067,0.772465,0.615852,-0.348111,0.706785,0.924751,-0.257659,0.280086,0.938694,-0.202445,0.279052, + 0.790208,-0.224256,0.570334,0.676742,0.736057,-0.015525,-0.000000,0.991016,-0.133745,-0.000001,0.843379,-0.537320, + 0.694966,0.644006,-0.319810,0.847217,0.155767,0.507897,0.512285,-0.138325,0.847603,0.608993,-0.180067,0.772465, + 0.849447,0.007650,0.527619,0.456681,-0.104737,0.883443,0.782229,0.317762,0.535859,0.659073,0.465310,0.590854, + 0.388529,-0.087909,0.917234,0.456681,-0.104737,0.883443,0.388529,-0.087909,0.917234,0.238629,-0.288991,0.927114, + 0.973045,-0.143068,0.180875,0.984842,-0.012270,0.173017,0.955920,-0.066073,0.286098,0.938694,-0.202445,0.279052, + 0.582731,0.812255,0.025833,0.614663,0.784677,0.080447,0.781272,0.619392,0.077252,0.489887,0.866069,-0.099674, + 0.582731,0.812255,0.025833,0.802891,0.581490,0.131280,0.679066,0.732997,0.039796,0.973045,-0.143068,0.180875, + 0.945278,-0.207001,0.252189,0.964324,-0.147445,0.219863,0.983014,-0.072812,0.168470,0.983014,-0.072812,0.168470, + 0.993794,0.026586,0.108014,0.984842,-0.012270,0.173017,0.973045,-0.143068,0.180875,0.993794,0.026586,0.108014, + 0.983014,-0.072812,0.168470,0.997273,0.041456,0.061049,0.990488,0.137500,0.005291,0.964324,-0.147445,0.219863, + 0.988792,-0.094070,0.115933,0.997273,0.041456,0.061049,0.983014,-0.072812,0.168470,0.576897,0.760344,0.298443, + 0.463357,0.805569,0.369268,0.338344,0.620259,0.707674,0.394077,0.624195,0.674599,0.591102,0.785921,0.181458, + 0.611365,0.742220,0.274485,0.475298,0.879694,0.015151,0.520361,0.847180,-0.107290,0.611365,0.742220,0.274485, + 0.576897,0.760344,0.298443,0.394077,0.624195,0.674599,0.383141,0.625730,0.679460,0.443483,0.880289,-0.168562, + 0.468685,0.882375,-0.041828,0.464785,0.882856,-0.067379,0.442868,0.881220,-0.165283,0.183421,0.975047,-0.125060, + 0.157154,0.965254,-0.208776,0.185733,0.965955,-0.180095,0.170732,0.973799,-0.150218,0.567449,0.806842,0.164339, + 0.412594,0.886131,0.211042,0.436310,0.877109,0.200785,0.559264,0.813563,0.159179,0.468685,0.882375,-0.041828, + 0.457120,0.889355,-0.009393,0.448645,0.893109,-0.032765,0.464785,0.882856,-0.067379,0.457120,0.889355,-0.009393, + 0.479026,0.877665,-0.015441,0.528711,0.845861,0.070597,0.448645,0.893109,-0.032765,0.299564,0.945572,-0.127104, + 0.423474,0.895184,-0.138984,0.414598,0.900707,-0.129753,0.319868,0.939395,-0.123378,-0.000000,-0.953710,-0.300728, + 0.387140,-0.885509,-0.256898,0.407574,-0.912999,0.017770,-0.000000,-0.999015,-0.044382,0.723354,-0.620916,0.302030, + 0.906174,-0.328502,0.266336,0.882384,-0.351605,0.312684,0.698348,-0.614437,0.367121,0.941581,-0.317718,-0.111714, + 0.991905,-0.016728,-0.125875,0.988792,-0.094070,0.115933,0.932040,-0.333711,0.141204,0.742499,-0.660958,0.108766, + 0.932040,-0.333711,0.141204,0.906174,-0.328502,0.266336,0.723354,-0.620916,0.302030,0.723354,-0.620916,0.302030, + 0.392670,-0.869268,0.300305,0.407574,-0.912999,0.017770,0.742499,-0.660958,0.108766,0.715774,-0.676850,-0.171875, + 0.941581,-0.317718,-0.111714,0.932040,-0.333711,0.141204,0.742499,-0.660958,0.108766,0.978893,0.151302,-0.137393, + 0.997273,0.041456,0.061049,0.988792,-0.094070,0.115933,0.991905,-0.016728,-0.125875,0.723354,-0.620916,0.302030, + 0.698348,-0.614437,0.367121,0.402953,-0.817658,0.411173,0.392670,-0.869268,0.300305,0.964324,-0.147445,0.219863, + 0.906174,-0.328502,0.266336,0.932040,-0.333711,0.141204,0.988792,-0.094070,0.115933,0.392670,-0.869268,0.300305, + 0.402953,-0.817658,0.411173,0.000000,-0.895633,0.444795,0.000000,-0.960808,0.277213,0.978893,0.151302,-0.137393, + 0.969420,0.217656,-0.113359,0.990488,0.137500,0.005291,0.997273,0.041456,0.061049,-0.000000,-0.999015,-0.044382, + 0.407574,-0.912999,0.017770,0.392670,-0.869268,0.300305,0.000000,-0.960808,0.277213,0.742499,-0.660958,0.108766, + 0.407574,-0.912999,0.017770,0.387140,-0.885509,-0.256898,0.715774,-0.676850,-0.171875,0.906174,-0.328502,0.266336, + 0.964324,-0.147445,0.219863,0.945278,-0.207001,0.252189,0.882384,-0.351605,0.312684,0.698348,-0.614437,0.367121, + 0.882384,-0.351605,0.312684,0.853909,-0.400761,0.332010,0.689351,-0.590773,0.419265,0.882384,-0.351605,0.312684, + 0.945278,-0.207001,0.252189,0.924751,-0.257659,0.280086,0.853909,-0.400761,0.332010,0.402953,-0.817658,0.411173, + 0.698348,-0.614437,0.367121,0.689351,-0.590773,0.419265,0.393053,-0.772029,0.499480,0.000000,-0.895633,0.444795, + 0.402953,-0.817658,0.411173,0.393053,-0.772029,0.499480,-0.000000,-0.851485,0.524379,0.454143,-0.890354,-0.032019, + 0.850449,-0.524813,0.036171,0.848556,-0.527895,0.035769,0.453858,-0.890497,-0.032062,0.951903,-0.252578,0.173452, + 0.824955,0.533171,0.187560,0.584197,0.320210,0.745775,0.646527,-0.231030,0.727069,-0.934737,-0.329769,0.132363, + -0.373009,-0.910832,0.176774,-0.280274,-0.580050,0.764846,-0.693792,-0.216756,0.686782,-0.519443,0.841910,0.146173, + -0.923116,0.367107,0.114411,-0.645911,0.262364,0.716913,-0.371392,0.518785,0.770019,-0.923116,0.367107,0.114411, + -0.934737,-0.329769,0.132363,-0.693792,-0.216756,0.686782,-0.645911,0.262364,0.716913,0.423872,-0.887232,0.182079, + 0.951903,-0.252578,0.173452,0.646527,-0.231030,0.727069,0.279351,-0.562570,0.778125,0.824955,0.533171,0.187560, + 0.166398,0.968880,0.183255,0.124985,0.611622,0.781215,0.584197,0.320210,0.745775,-0.373009,-0.910832,0.176774, + 0.423872,-0.887232,0.182079,0.279351,-0.562570,0.778125,-0.280274,-0.580050,0.764846,0.166398,0.968880,0.183255, + -0.519443,0.841910,0.146173,-0.371392,0.518785,0.770019,0.124985,0.611622,0.781215,0.454143,-0.890354,-0.032019, + 0.453858,-0.890497,-0.032062,0.000000,-0.997870,-0.065234,0.000000,-0.997870,-0.065234,0.195807,-0.310742,0.930107, + 0.000001,-0.331658,0.943400,0.000000,-0.643381,0.765546,0.296572,-0.603386,0.740250,0.484421,-0.540585,0.687826, + 0.624125,-0.427207,0.654188,0.615852,-0.348111,0.706785,0.445428,-0.292276,0.846267,0.324381,-0.285880,0.901693, + 0.238629,-0.288991,0.927114,-0.103477,0.314072,-0.943743,-0.103477,0.314072,-0.943743,0.000001,0.315767,-0.948837, + 0.000001,0.315767,-0.948837,-0.103477,0.314072,-0.943743,-0.103477,0.314072,-0.943743,0.975198,0.207381,0.077338, + 0.969827,0.237336,0.055746,0.940565,-0.336735,-0.044121,0.934756,-0.354228,-0.027463,0.934756,-0.354228,-0.027463, + 0.940565,-0.336735,-0.044121,0.612337,-0.784747,-0.095995,0.608942,-0.789867,-0.072799,0.693375,0.684937,0.223813, + 0.000000,0.948373,0.317158,0.000000,0.970095,0.242725,0.663379,0.725189,0.184472,0.975198,0.207381,0.077338, + 0.693375,0.684937,0.223813,0.663379,0.725189,0.184472,0.969827,0.237336,0.055746,0.608942,-0.789867,-0.072799, + 0.612337,-0.784747,-0.095995,0.000000,-0.993787,-0.111297,0.000000,-0.996720,-0.080925,-0.109538,0.417623,-0.901993, + -0.109538,0.417623,-0.901993,-0.109538,0.417623,-0.901993,0.000000,0.420152,-0.907454,0.000000,0.420152,-0.907454, + -0.109538,0.417623,-0.901993,-0.109538,0.417623,-0.901993,0.969158,0.009019,-0.246276,0.961447,-0.010258,-0.274798, + 0.965998,0.005410,-0.258493,0.965065,0.006163,-0.261937,0.976502,0.080769,-0.199799,0.962027,0.199004,-0.186820, + 0.957052,0.139990,-0.253877,0.979855,0.022479,-0.198443,0.978083,0.001228,-0.208211,0.965065,0.006163,-0.261937, + 0.965998,0.005410,-0.258493,0.978083,0.001228,-0.208211,0.976502,0.080769,-0.199799,0.957052,0.139990,-0.253877, + 0.965065,0.006163,-0.261937,0.952256,0.286032,-0.106744,0.995309,0.089254,0.037334,0.923512,0.377543,-0.067724, + 0.768956,0.631585,-0.099032,0.975339,0.090564,-0.201274,0.969158,0.009019,-0.246276,0.965065,0.006163,-0.261937, + 0.957052,0.139990,-0.253877,0.993683,-0.023903,0.109645,0.995309,0.089254,0.037334,0.952256,0.286032,-0.106744, + 0.716273,-0.562831,0.412522,0.901571,-0.255171,0.349366,0.995309,0.089254,0.037334,0.993683,-0.023903,0.109645, + 0.278352,-0.902581,0.328432,0.901571,-0.255171,0.349366,0.716273,-0.562831,0.412522,0.991921,-0.006609,-0.126684, + 0.978083,0.001228,-0.208211,0.992130,0.016810,-0.124078,0.992130,0.016810,-0.124078,0.978083,0.001228,-0.208211, + 0.979855,0.022479,-0.198443,0.990060,0.010162,-0.140275,0.976502,0.080769,-0.199799,0.978083,0.001228,-0.208211, + 0.991921,-0.006609,-0.126684,0.990060,0.010162,-0.140275,0.985459,0.081535,-0.149071,0.976502,0.080769,-0.199799, + 0.985459,0.081535,-0.149071,0.984229,0.122880,-0.127256,0.976502,0.080769,-0.199799,0.974656,0.147960,-0.167788, + 0.976502,0.080769,-0.199799,0.984229,0.122880,-0.127256,-0.092575,0.862634,-0.497286,-0.120358,0.491319,-0.862624, + -0.721267,0.400235,-0.565319,-0.589356,0.769643,-0.245579,-0.113801,0.123798,-0.985760,-0.144097,-0.250694,-0.957282, + -0.742737,-0.217863,-0.633149,-0.746144,0.115193,-0.655744,-0.042072,0.989619,-0.137418,-0.092575,0.862634,-0.497286, + -0.589356,0.769643,-0.245579,-0.562700,0.823569,0.071437,-0.144097,-0.250694,-0.957282,-0.221212,-0.616185,-0.755897, + -0.704974,-0.508104,-0.494815,-0.742737,-0.217863,-0.633149,0.016833,-0.234643,0.971936,0.032655,0.176812,0.983703, + -0.330485,0.147574,0.932202,-0.326150,-0.143675,0.934336,0.015232,-0.765750,0.642958,0.016833,-0.234643,0.971936, + -0.326150,-0.143675,0.934336,-0.381719,-0.555768,0.738521,-0.167253,-0.902468,-0.396961,-0.075366,-0.996982,0.018606, + -0.547896,-0.804300,0.230024,-0.718640,-0.670374,-0.184813,0.032655,0.176812,0.983703,0.099741,0.694393,0.712650, + -0.327231,0.522846,0.787116,-0.330485,0.147574,0.932202,-0.120358,0.491319,-0.862624,-0.113801,0.123798,-0.985760, + -0.746144,0.115193,-0.655744,-0.721267,0.400235,-0.565319,-0.075366,-0.996982,0.018606,0.015232,-0.765750,0.642958, + -0.381719,-0.555768,0.738521,-0.547896,-0.804300,0.230024,0.099741,0.694393,0.712650,0.075911,0.988045,0.134181, + -0.424447,0.855738,0.295901,-0.327231,0.522846,0.787116,-0.221212,-0.616185,-0.755897,-0.167253,-0.902468,-0.396961, + -0.718640,-0.670374,-0.184813,-0.704974,-0.508104,-0.494815,0.075911,0.988045,0.134181,-0.042072,0.989619,-0.137418, + -0.562700,0.823569,0.071437,-0.424447,0.855738,0.295901,-0.746144,0.115193,-0.655744,-0.742737,-0.217863,-0.633149, + -0.999527,-0.030752,-0.000868,-0.997000,0.077383,0.001472,-0.718640,-0.670374,-0.184813,-0.547896,-0.804300,0.230024, + -0.953633,-0.134249,0.269373,-0.978497,-0.204844,0.024125,-0.326150,-0.143675,0.934336,-0.330485,0.147574,0.932202, + -0.909724,0.079327,0.407566,-0.911676,-0.013546,0.410687,-0.704974,-0.508104,-0.494815,-0.718640,-0.670374,-0.184813, + -0.978497,-0.204844,0.024125,-0.992759,-0.117514,0.024911,-0.547896,-0.804300,0.230024,-0.381719,-0.555768,0.738521, + -0.924212,-0.114646,0.364263,-0.953633,-0.134249,0.269373,-0.742737,-0.217863,-0.633149,-0.704974,-0.508104,-0.494815, + -0.992759,-0.117514,0.024911,-0.999527,-0.030752,-0.000868,-0.327231,0.522846,0.787116,-0.424447,0.855738,0.295901, + -0.925744,0.227866,0.301787,-0.912428,0.152364,0.379816,-0.721267,0.400235,-0.565319,-0.746144,0.115193,-0.655744, + -0.997000,0.077383,0.001472,-0.993980,0.104373,0.033309,-0.424447,0.855738,0.295901,-0.562700,0.823569,0.071437, + -0.954673,0.284449,0.087684,-0.925744,0.227866,0.301787,-0.381719,-0.555768,0.738521,-0.326150,-0.143675,0.934336, + -0.911676,-0.013546,0.410687,-0.924212,-0.114646,0.364263,-0.562700,0.823569,0.071437,-0.589356,0.769643,-0.245579, + -0.954673,0.284449,0.087684,-0.330485,0.147574,0.932202,-0.327231,0.522846,0.787116,-0.912428,0.152364,0.379816, + -0.909724,0.079327,0.407566,-0.589356,0.769643,-0.245579,-0.721267,0.400235,-0.565319,-0.993980,0.104373,0.033309, + -0.954673,0.284449,0.087684,-0.999527,-0.030752,-0.000868,-0.911676,-0.013546,0.410687,-0.909724,0.079327,0.407566, + -0.997000,0.077383,0.001472,-0.997000,0.077383,0.001472,-0.909724,0.079327,0.407566,-0.912428,0.152364,0.379816, + -0.993980,0.104373,0.033309,-0.954673,0.284449,0.087684,-0.993980,0.104373,0.033309,-0.912428,0.152364,0.379816, + -0.925744,0.227866,0.301787,-0.992759,-0.117514,0.024911,-0.924212,-0.114646,0.364263,-0.911676,-0.013546,0.410687, + -0.999527,-0.030752,-0.000868,-0.953633,-0.134249,0.269373,-0.924212,-0.114646,0.364263,-0.992759,-0.117514,0.024911, + -0.978497,-0.204844,0.024125,0.983644,0.029197,-0.177743,0.960008,0.265353,-0.089287,0.927445,0.358499,0.106415, + 0.846902,0.344056,0.405441,0.737160,0.114622,0.665926,0.738109,-0.133926,0.661256,0.808933,-0.376864,0.451221, + 0.924197,-0.374318,0.075797,0.971224,-0.221384,-0.087818,-0.169058,-0.379828,0.909478,-0.323104,0.314189,0.892687, + -0.686063,0.373845,0.624146,-0.595661,-0.339162,0.728119,0.090101,-0.881518,0.463474,-0.169058,-0.379828,0.909478, + -0.595661,-0.339162,0.728119,-0.426619,-0.845269,0.321739,0.098739,0.662274,-0.742727,0.211225,-0.037657,-0.976712, + -0.269532,-0.066844,-0.960669,-0.357021,0.603329,-0.713113,0.272444,-0.908174,-0.317795,0.090101,-0.881518,0.463474, + -0.426619,-0.845269,0.321739,-0.279110,-0.878079,-0.388682,-0.269532,-0.066844,-0.960669,-0.241850,-0.537141,-0.808077, + -0.821704,-0.286452,-0.492695,-0.830090,-0.119966,-0.544572,-0.485791,0.868156,-0.101554,-0.357021,0.603329,-0.713113, + -0.893481,0.154219,-0.421792,-0.932747,0.352710,-0.074689,-0.279110,-0.878079,-0.388682,-0.426619,-0.845269,0.321739, + -0.902887,-0.427813,0.042084,-0.846058,-0.430406,-0.314541,-0.613457,0.743098,0.267349,-0.485791,0.868156,-0.101554, + -0.932747,0.352710,-0.074689,-0.914149,0.395672,0.088175,-0.093117,0.991927,-0.086082,0.098739,0.662274,-0.742727, + -0.357021,0.603329,-0.713113,-0.485791,0.868156,-0.101554,-0.257308,0.885044,0.387929,-0.093117,0.991927,-0.086082, + -0.485791,0.868156,-0.101554,-0.613457,0.743098,0.267349,-0.323104,0.314189,0.892687,-0.257308,0.885044,0.387929, + -0.613457,0.743098,0.267349,-0.686063,0.373845,0.624146,0.278379,-0.554037,-0.784569,0.272444,-0.908174,-0.317795, + -0.279110,-0.878079,-0.388682,-0.241850,-0.537141,-0.808077,0.211225,-0.037657,-0.976712,0.278379,-0.554037,-0.784569, + -0.241850,-0.537141,-0.808077,-0.269532,-0.066844,-0.960669,-0.241850,-0.537141,-0.808077,-0.279110,-0.878079,-0.388682, + -0.846058,-0.430406,-0.314541,-0.821704,-0.286452,-0.492695,-0.357021,0.603329,-0.713113,-0.269532,-0.066844,-0.960669, + -0.830090,-0.119966,-0.544572,-0.893481,0.154219,-0.421792,-0.426619,-0.845269,0.321739,-0.595661,-0.339162,0.728119, + -0.955974,-0.195901,0.218488,-0.902887,-0.427813,0.042084,-0.595661,-0.339162,0.728119,-0.686063,0.373845,0.624146, + -0.982140,0.083052,0.168828,-0.955974,-0.195901,0.218488,-0.686063,0.373845,0.624146,-0.613457,0.743098,0.267349, + -0.914149,0.395672,0.088175,-0.982140,0.083052,0.168828,-0.830090,-0.119966,-0.544572,-0.955974,-0.195901,0.218488, + -0.982140,0.083052,0.168828,-0.893481,0.154219,-0.421792,-0.914149,0.395672,0.088175,-0.932747,0.352710,-0.074689, + -0.893481,0.154219,-0.421792,-0.982140,0.083052,0.168828,-0.830090,-0.119966,-0.544572,-0.821704,-0.286452,-0.492695, + -0.902887,-0.427813,0.042084,-0.955974,-0.195901,0.218488,-0.846058,-0.430406,-0.314541,-0.902887,-0.427813,0.042084, + -0.821704,-0.286452,-0.492695,0.494740,-0.840817,-0.219681,0.573188,-0.814464,-0.090017,0.345903,-0.669194,0.657670, + 0.292025,-0.812226,0.504986,0.474049,0.255201,-0.842704,0.278953,0.722223,-0.632913,0.579928,0.806596,-0.114402, + 0.893247,0.380918,-0.238772,0.278953,0.722223,-0.632913,-0.069530,0.996673,0.042524,0.444834,0.826495,0.345005, + 0.579928,0.806596,-0.114402,0.330565,-0.942136,0.055743,0.526524,-0.824811,0.206057,0.303250,-0.440167,0.845158, + 0.183018,-0.597798,0.780475,0.303250,-0.440167,0.845158,0.526524,-0.824811,0.206057,0.805601,-0.456688,0.377416, + 0.469901,-0.212937,0.856651,-0.041005,0.037250,0.998464,0.046591,0.010378,0.998860,0.388973,-0.040559,0.920356, + 0.335557,0.093278,0.937390,-0.104060,0.614891,0.781716,-0.041005,0.037250,0.998464,0.335557,0.093278,0.937390, + 0.270981,0.464276,0.843218,-0.069530,0.996673,0.042524,-0.104060,0.614891,0.781716,0.270981,0.464276,0.843218, + 0.444834,0.826495,0.345005,-0.194611,0.553208,0.809992,0.003138,0.069647,0.997567,-0.041005,0.037250,0.998464, + -0.104060,0.614891,0.781716,0.003138,0.069647,0.997567,0.013685,-0.005535,0.999891,0.046591,0.010378,0.998860, + -0.041005,0.037250,0.998464,0.013685,-0.005535,0.999891,0.183018,-0.597798,0.780475,0.303250,-0.440167,0.845158, + 0.046591,0.010378,0.998860,0.168575,0.156952,-0.973113,-0.082607,0.666024,-0.741342,0.278953,0.722223,-0.632913, + 0.474049,0.255201,-0.842704,0.217204,-0.106782,-0.970268,0.168575,0.156952,-0.973113,0.474049,0.255201,-0.842704, + 0.554716,-0.029156,-0.831529,0.113365,-0.769055,-0.629049,-0.534498,-0.676866,-0.506128,-0.434417,-0.397999,-0.808009, + 0.173471,-0.231046,-0.957353,0.970768,0.012006,-0.239719,0.889846,-0.041141,0.454403,0.805601,-0.456688,0.377416, + 0.922351,-0.362301,-0.134190,0.889846,-0.041141,0.454403,0.388973,-0.040559,0.920356,0.469901,-0.212937,0.856651, + 0.805601,-0.456688,0.377416,0.444834,0.826495,0.345005,0.270981,0.464276,0.843218,0.335557,0.093278,0.937390, + 0.863112,0.216595,0.456206,0.863112,0.216595,0.456206,0.335557,0.093278,0.937390,0.388973,-0.040559,0.920356, + 0.889846,-0.041141,0.454403,0.579928,0.806596,-0.114402,0.444834,0.826495,0.345005,0.863112,0.216595,0.456206, + 0.893247,0.380918,-0.238772,0.893247,0.380918,-0.238772,0.863112,0.216595,0.456206,0.889846,-0.041141,0.454403, + 0.970768,0.012006,-0.239719,0.526524,-0.824811,0.206057,0.618871,-0.507176,-0.599809,0.922351,-0.362301,-0.134190, + 0.805601,-0.456688,0.377416,0.554716,-0.029156,-0.831529,0.474049,0.255201,-0.842704,0.893247,0.380918,-0.238772, + 0.970768,0.012006,-0.239719,0.618871,-0.507176,-0.599809,0.554716,-0.029156,-0.831529,0.970768,0.012006,-0.239719, + 0.922351,-0.362301,-0.134190,0.046591,0.010378,0.998860,0.303250,-0.440167,0.845158,0.469901,-0.212937,0.856651, + 0.388973,-0.040559,0.920356,0.333921,-0.693906,-0.637959,0.113365,-0.769055,-0.629049,0.173471,-0.231046,-0.957353, + 0.217204,-0.106782,-0.970268,-0.434417,-0.397999,-0.808009,-0.487791,-0.158181,-0.858509,0.137413,0.128170,-0.982186, + 0.173471,-0.231046,-0.957353,-0.487791,-0.158181,-0.858509,-0.706451,0.135372,-0.694695,-0.384276,0.551006,-0.740760, + 0.137413,0.128170,-0.982186,-0.786518,-0.351696,0.507641,-0.652502,-0.711377,0.261121,-0.079110,-0.782685,0.617370, + -0.205295,-0.150111,0.967120,-0.848433,-0.224851,0.479170,-0.786518,-0.351696,0.507641,-0.205295,-0.150111,0.967120, + -0.252006,0.024057,0.967427,-0.911154,-0.090687,0.401963,-0.848433,-0.224851,0.479170,-0.252006,0.024057,0.967427, + -0.577994,0.388174,0.717805,-0.607196,-0.767676,-0.204904,0.056978,-0.996075,-0.067742,-0.079110,-0.782685,0.617370, + -0.652502,-0.711377,0.261121,-0.911154,-0.090687,0.401963,-0.577994,0.388174,0.717805,-0.715842,0.698123,-0.013918, + -0.992478,0.093574,-0.078934,-0.706451,0.135372,-0.694695,-0.992478,0.093574,-0.078934,-0.715842,0.698123,-0.013918, + -0.384276,0.551006,-0.740760,-0.534498,-0.676866,-0.506128,0.113365,-0.769055,-0.629049,0.056978,-0.996075,-0.067742, + -0.607196,-0.767676,-0.204904,0.618871,-0.507176,-0.599809,0.333921,-0.693906,-0.637959,0.217204,-0.106782,-0.970268, + 0.554716,-0.029156,-0.831529,0.173471,-0.231046,-0.957353,0.137413,0.128170,-0.982186,0.168575,0.156952,-0.973113, + 0.217204,-0.106782,-0.970268,0.137413,0.128170,-0.982186,-0.384276,0.551006,-0.740760,-0.082607,0.666024,-0.741342, + 0.168575,0.156952,-0.973113,-0.205295,-0.150111,0.967120,-0.079110,-0.782685,0.617370,0.183018,-0.597798,0.780475, + 0.013685,-0.005535,0.999891,-0.252006,0.024057,0.967427,-0.205295,-0.150111,0.967120,0.013685,-0.005535,0.999891, + 0.003138,0.069647,0.997567,-0.577994,0.388174,0.717805,-0.252006,0.024057,0.967427,0.003138,0.069647,0.997567, + -0.194611,0.553208,0.809992,0.056978,-0.996075,-0.067742,0.330565,-0.942136,0.055743,0.183018,-0.597798,0.780475, + -0.079110,-0.782685,0.617370,-0.577994,0.388174,0.717805,-0.194611,0.553208,0.809992,-0.315965,0.948763,0.003941, + -0.715842,0.698123,-0.013918,-0.384276,0.551006,-0.740760,-0.715842,0.698123,-0.013918,-0.315965,0.948763,0.003941, + -0.082607,0.666024,-0.741342,0.113365,-0.769055,-0.629049,0.333921,-0.693906,-0.637959,0.330565,-0.942136,0.055743, + 0.056978,-0.996075,-0.067742,-0.706451,0.135372,-0.694695,-0.487791,-0.158181,-0.858509,-0.434417,-0.397999,-0.808009, + -0.534498,-0.676866,-0.506128,-0.607196,-0.767676,-0.204904,-0.652502,-0.711377,0.261121,-0.786518,-0.351696,0.507641, + -0.848433,-0.224851,0.479170,-0.911154,-0.090687,0.401963,-0.992478,0.093574,-0.078934,0.791580,0.577739,0.199044, + 0.660691,0.731286,0.169433,0.584909,0.792047,0.174763,0.791580,0.577739,0.199044,0.782229,0.317762,0.535859, + 0.878514,0.464492,0.111626,0.239365,-0.704812,-0.667791,0.032681,-0.980669,-0.192926,-0.026909,-0.974028,-0.224824, + 0.194835,-0.696217,-0.690885,0.355284,0.628835,-0.691621,0.193972,0.961943,-0.192459,0.255135,0.953239,-0.161992, + 0.401487,0.625391,-0.669100,0.110161,0.966439,0.232077,0.255135,0.953239,-0.161992,0.193972,0.961943,-0.192459, + 0.037591,0.979093,0.199907,0.263954,0.952833,-0.149794,0.710553,0.700411,0.067370,0.848580,0.439751,-0.294162, + 0.429141,0.623863,-0.653172,0.396485,0.626275,-0.671252,-0.521537,0.482106,-0.703970,-0.599116,0.688913,-0.407993, + 0.231212,0.957950,-0.169920,-0.725409,0.660092,-0.195088,0.052899,0.959948,0.275138,0.231212,0.957950,-0.169920, + -0.599116,0.688913,-0.407993,-0.188462,-0.965880,0.177647,-0.026909,-0.974028,-0.224824,0.032681,-0.980669,-0.192926, + -0.108939,-0.970438,0.215364,-0.367768,0.058111,0.928100,-0.359696,-0.606275,0.709260,-0.246692,-0.608831,0.753968, + -0.247999,0.043343,0.967790,-0.614699,-0.351229,-0.706246,0.235704,-0.702340,-0.671686,0.008882,-0.979788,-0.199841, + -0.745613,-0.509871,-0.429061,-0.725409,0.660092,-0.195088,-0.757698,0.565967,0.324924,0.052899,0.959948,0.275138, + 0.372290,-0.019682,-0.927908,0.355284,0.628835,-0.691621,0.401487,0.625391,-0.669100,0.412451,-0.023444,-0.910678, + 0.600789,0.799368,0.007876,0.768896,0.506788,-0.389827,0.396485,0.626275,-0.671252,0.231212,0.957950,-0.169920, + 0.447174,-0.027420,-0.894026,0.889385,-0.089525,-0.448308,0.721793,-0.628491,-0.289852,0.267250,-0.708263,-0.653408, + 0.415256,-0.023945,-0.909389,-0.514043,0.077207,-0.854283,-0.521537,0.482106,-0.703970,0.396485,0.626275,-0.671252, + -0.367768,0.058115,0.928100,-0.135520,0.623702,0.769825,-0.757698,0.565967,0.324924,-0.883082,0.117024,0.454392, + 0.052899,0.959948,0.275138,-0.135520,0.623702,0.769825,0.466955,0.818264,0.335256,-0.173140,-0.948415,0.265576, + 0.285153,-0.907784,0.307595,-0.285895,-0.528377,0.799426,0.466955,0.818264,0.335256,0.600789,0.799368,0.007876, + 0.231212,0.957950,-0.169920,0.052899,0.959948,0.275138,0.768896,0.506788,-0.389827,0.822559,-0.078686,-0.563210, + 0.415256,-0.023945,-0.909389,0.396485,0.626275,-0.671252,0.628131,-0.675861,-0.385568,0.392947,-0.919151,-0.027450, + 0.008882,-0.979788,-0.199841,0.235704,-0.702340,-0.671686,-0.262630,-0.497968,0.826470,-0.143928,-0.942092,0.302897, + 0.434295,-0.834831,0.338298,0.081060,0.946878,0.311208,0.595473,0.714277,0.367722,0.710553,0.700411,0.067370, + 0.263954,0.952833,-0.149794,0.429141,0.623863,-0.653172,0.848580,0.439751,-0.294162,0.889385,-0.089525,-0.448308, + 0.447174,-0.027420,-0.894026,0.267250,-0.708263,-0.653408,0.721793,-0.628491,-0.289852,0.520342,-0.853232,0.035206, + 0.042939,-0.982681,-0.180261,0.595473,0.714277,0.367722,0.081060,0.946878,0.311208,-0.119951,0.589527,0.798793, + 0.822559,-0.078686,-0.563210,0.628131,-0.675861,-0.385568,0.235704,-0.702340,-0.671686,0.415256,-0.023945,-0.909389, + -0.514043,0.077207,-0.854283,0.415256,-0.023945,-0.909389,0.235704,-0.702340,-0.671686,-0.614699,-0.351229,-0.706246, + 0.412451,-0.023444,-0.910678,0.239365,-0.704812,-0.667791,0.194835,-0.696217,-0.690885,0.372290,-0.019682,-0.927908, + -0.878314,-0.332179,0.343833,-0.285895,-0.528377,0.799426,-0.367768,0.058115,0.928100,-0.883082,0.117024,0.454392, + -0.173140,-0.948415,0.265576,-0.285895,-0.528377,0.799426,-0.878314,-0.332179,0.343833,-0.083010,0.685380,0.723439, + 0.110161,0.966439,0.232077,0.037591,0.979093,0.199907,-0.187741,0.710972,0.677696,0.042939,-0.982681,-0.180261, + 0.520342,-0.853232,0.035206,0.434295,-0.834831,0.338298,-0.143928,-0.942092,0.302897,0.392947,-0.919151,-0.027450, + 0.285153,-0.907784,0.307595,-0.173140,-0.948415,0.265576,0.008882,-0.979788,-0.199841,-0.745613,-0.509871,-0.429061, + 0.008882,-0.979788,-0.199841,-0.173140,-0.948415,0.265576,-0.846978,-0.489389,-0.207668,-0.359696,-0.606275,0.709260, + -0.188462,-0.965880,0.177647,-0.108939,-0.970438,0.215364,-0.246692,-0.608831,0.753968,-0.380300,0.924843,-0.006102, + -0.330530,0.632239,0.700730,0.081060,0.946878,0.311208,-0.135520,0.623702,0.769825,0.052899,0.959948,0.275138, + -0.757698,0.565967,0.324924,-0.173140,-0.948415,0.265576,-0.878314,-0.332179,0.343833,-0.846978,-0.489389,-0.207668, + -0.187741,0.710972,0.677696,-0.367768,0.058111,0.928100,-0.247999,0.043343,0.967790,-0.083010,0.685380,0.723439, + 0.255135,0.953239,-0.161992,0.110161,0.966439,0.232077,0.431534,0.834310,0.343081,0.553872,0.831835,-0.035715, + 0.239365,-0.704812,-0.667791,0.412451,-0.023444,-0.910678,0.680416,-0.051997,-0.730979,0.522328,-0.690568,-0.500290, + -0.247999,0.043343,0.967790,-0.246692,-0.608831,0.753968,0.166277,-0.580794,0.796888,0.182589,-0.010357,0.983135, + 0.110161,0.966439,0.232077,-0.083010,0.685380,0.723439,0.300965,0.562456,0.770106,0.431534,0.834310,0.343081, + -0.083010,0.685380,0.723439,-0.247999,0.043343,0.967790,0.182589,-0.010357,0.983135,0.300965,0.562456,0.770106, + 0.032681,-0.980669,-0.192926,0.239365,-0.704812,-0.667791,0.522328,-0.690568,-0.500290,0.345849,-0.937193,-0.045364, + 0.401487,0.625391,-0.669100,0.255135,0.953239,-0.161992,0.553872,0.831835,-0.035715,0.675001,0.537455,-0.505486, + 0.412451,-0.023444,-0.910678,0.401487,0.625391,-0.669100,0.675001,0.537455,-0.505486,0.680416,-0.051997,-0.730979, + -0.246692,-0.608831,0.753968,-0.108939,-0.970438,0.215364,0.251319,-0.910145,0.329354,0.166277,-0.580794,0.796888, + -0.108939,-0.970438,0.215364,0.032681,-0.980669,-0.192926,0.345849,-0.937193,-0.045364,0.251319,-0.910145,0.329354, + 0.182589,-0.010357,0.983135,0.166277,-0.580794,0.796888,0.635248,-0.407863,0.655826,0.640478,-0.069968,0.764783, + 0.522328,-0.690568,-0.500290,0.680416,-0.051997,-0.730979,0.965783,-0.084186,-0.245309,0.857347,-0.505244,-0.098407, + 0.166277,-0.580794,0.796888,0.251319,-0.910145,0.329354,0.683410,-0.612049,0.397928,0.635248,-0.407863,0.655826, + 0.345849,-0.937193,-0.045364,0.522328,-0.690568,-0.500290,0.857347,-0.505244,-0.098407,0.744799,-0.638687,0.193270, + 0.431534,0.834310,0.343081,0.300965,0.562456,0.770106,0.711745,0.288332,0.640534,0.785368,0.459468,0.414834, + 0.300965,0.562456,0.770106,0.182589,-0.010357,0.983135,0.640478,-0.069968,0.764783,0.711745,0.288332,0.640534, + 0.680416,-0.051997,-0.730979,0.675001,0.537455,-0.505486,0.959694,0.258353,-0.110640,0.965783,-0.084186,-0.245309, + 0.251319,-0.910145,0.329354,0.345849,-0.937193,-0.045364,0.744799,-0.638687,0.193270,0.683410,-0.612049,0.397928, + 0.675001,0.537455,-0.505486,0.553872,0.831835,-0.035715,0.873375,0.459252,0.162181,0.959694,0.258353,-0.110640, + 0.553872,0.831835,-0.035715,0.431534,0.834310,0.343081,0.785368,0.459468,0.414834,0.873375,0.459252,0.162181, + 0.857347,-0.505244,-0.098407,0.965783,-0.084186,-0.245309,0.924107,-0.092303,0.370818,0.635248,-0.407863,0.655826, + 0.683410,-0.612049,0.397928,0.924107,-0.092303,0.370818,0.744799,-0.638687,0.193270,0.857347,-0.505244,-0.098407, + 0.924107,-0.092303,0.370818,0.785368,0.459468,0.414834,0.711745,0.288332,0.640534,0.924107,-0.092303,0.370818, + 0.711745,0.288332,0.640534,0.640478,-0.069968,0.764783,0.924107,-0.092303,0.370818,0.965783,-0.084186,-0.245309, + 0.959694,0.258353,-0.110640,0.924107,-0.092303,0.370818,0.683410,-0.612049,0.397928,0.744799,-0.638687,0.193270, + 0.924107,-0.092303,0.370818,0.959694,0.258353,-0.110640,0.873375,0.459252,0.162181,0.924107,-0.092303,0.370818, + 0.873375,0.459252,0.162181,0.785368,0.459468,0.414834,0.924107,-0.092303,0.370818,0.640478,-0.069968,0.764783, + 0.635248,-0.407863,0.655826,0.924107,-0.092303,0.370818,-0.361085,-0.603718,0.710734,-0.336679,-0.617129,0.711195, + -0.334728,0.054186,0.940756,-0.369183,0.058208,0.927532,-0.026921,-0.974026,-0.224828,-0.026918,-0.974026,-0.224832, + -0.183997,-0.967159,0.175355,-0.187283,-0.966767,0.174032,-0.190177,0.707976,0.680149,-0.163184,0.715772,0.679000, + 0.041390,0.979335,0.197965,0.038755,0.979657,0.196903,-0.187283,-0.966767,0.174032,-0.183997,-0.967159,0.175355, + -0.336679,-0.617129,0.711195,-0.361085,-0.603718,0.710734,0.194871,-0.696208,-0.690884,0.194870,-0.696210,-0.690882, + -0.026918,-0.974026,-0.224832,-0.026921,-0.974026,-0.224828,0.355312,0.628822,-0.691618,0.355312,0.628823,-0.691617, + 0.372348,-0.019690,-0.927884,0.372349,-0.019686,-0.927884,0.038755,0.979657,0.196903,0.041390,0.979335,0.197965, + 0.193979,0.961945,-0.192444,0.193979,0.961945,-0.192443,-0.369183,0.058208,0.927532,-0.334728,0.054186,0.940756, + -0.163184,0.715772,0.679000,-0.190177,0.707976,0.680149,0.372349,-0.019686,-0.927884,0.372348,-0.019690,-0.927884, + 0.194870,-0.696210,-0.690882,0.194871,-0.696208,-0.690884,0.193979,0.961945,-0.192443,0.193979,0.961945,-0.192444, + 0.355312,0.628823,-0.691617,0.355312,0.628822,-0.691618,-0.119951,0.589527,0.798793,-0.330530,0.632239,0.700730, + -0.367805,0.058118,0.928085,-0.367805,0.058117,0.928085,-0.427368,-0.827204,-0.364815,0.042939,-0.982681,-0.180261, + -0.143928,-0.942092,0.302897,-0.588904,-0.806999,-0.044093,-0.367805,0.058117,0.928085,-0.367805,0.058118,0.928085, + -0.478302,-0.489096,0.729392,-0.262630,-0.497968,0.826470,0.081060,0.946878,0.311208,-0.330530,0.632239,0.700730, + -0.119951,0.589527,0.798793,-0.273649,-0.574590,-0.771338,0.267250,-0.708263,-0.653408,0.042939,-0.982681,-0.180261, + -0.427368,-0.827204,-0.364815,-0.124719,0.623347,-0.771935,0.429141,0.623863,-0.653172,0.447174,-0.027420,-0.894026, + -0.149600,0.039189,-0.987970,-0.380300,0.924843,-0.006102,0.081060,0.946878,0.311208,0.263954,0.952833,-0.149794, + -0.241634,0.908567,-0.340762,-0.478302,-0.489096,0.729392,-0.588904,-0.806999,-0.044093,-0.143928,-0.942092,0.302897, + -0.149600,0.039189,-0.987970,0.447174,-0.027420,-0.894026,0.267250,-0.708263,-0.653408,-0.273649,-0.574590,-0.771338, + -0.241634,0.908567,-0.340762,0.263954,0.952833,-0.149794,0.429141,0.623863,-0.653172,-0.124719,0.623347,-0.771935, + -0.143928,-0.942092,0.302897,-0.262630,-0.497968,0.826470,-0.478302,-0.489096,0.729392,0.155872,0.969298,-0.190170, + 0.652327,0.757461,0.026853,0.791985,0.484404,-0.371635,0.320739,0.641185,-0.697143,0.340232,-0.014106,-0.940236, + 0.831350,-0.080817,-0.549841,0.656696,-0.658070,-0.368368,0.158906,-0.699677,-0.696564,-0.366244,0.603415,0.708347, + -0.040544,0.956661,0.288369,-0.515896,0.852876,-0.080337,-0.040544,0.956661,0.288369,0.533127,0.769158,0.352380, + 0.652327,0.757461,0.026853,0.155872,0.969298,-0.190170,0.320739,0.641185,-0.697143,0.791985,0.484404,-0.371635, + 0.831350,-0.080817,-0.549841,0.340232,-0.014106,-0.940236,0.158906,-0.699677,-0.696564,0.656696,-0.658070,-0.368368, + 0.450620,-0.892699,-0.005450,-0.066506,-0.972837,-0.221732,-0.366244,0.603415,0.708347,-0.106435,0.581245,0.806738, + -0.040544,0.956661,0.288369,-0.504249,-0.452292,0.735639,-0.701758,-0.702349,-0.119338,-0.264054,-0.923058,0.279713, + -0.066506,-0.972837,-0.221732,0.450620,-0.892699,-0.005450,0.360396,-0.875019,0.323197,-0.264054,-0.923058,0.279713, + -0.367748,0.058109,0.928108,-0.367748,0.058109,0.928108,-0.504249,-0.452292,0.735639,-0.247533,-0.492400,0.834428, + -0.504249,-0.452292,0.735639,-0.264054,-0.923058,0.279713,-0.247533,-0.492400,0.834428,-0.066506,-0.972837,-0.221732, + -0.264054,-0.923058,0.279713,-0.701758,-0.702349,-0.119338,-0.551325,-0.730892,-0.402291,-0.264054,-0.923058,0.279713, + 0.360396,-0.875019,0.323197,-0.247533,-0.492400,0.834428,0.340232,-0.014106,-0.940236,0.158906,-0.699677,-0.696564, + -0.408775,-0.499423,-0.763859,-0.296841,0.054163,-0.953390,0.158906,-0.699677,-0.696564,-0.066506,-0.972837,-0.221732, + -0.551325,-0.730892,-0.402291,-0.408775,-0.499423,-0.763859,0.320739,0.641185,-0.697143,0.340232,-0.014106,-0.940236, + -0.296841,0.054163,-0.953390,-0.273440,0.583545,-0.764661,-0.040544,0.956661,0.288369,0.155872,0.969298,-0.190170, + -0.385321,0.840162,-0.381649,-0.515896,0.852876,-0.080337,0.533127,0.769158,0.352380,-0.040544,0.956661,0.288369, + -0.106435,0.581245,0.806738,-0.367748,0.058109,0.928108,-0.367748,0.058109,0.928108,-0.106435,0.581245,0.806738, + -0.366244,0.603415,0.708347,0.155872,0.969298,-0.190170,0.320739,0.641185,-0.697143,-0.273440,0.583545,-0.764661, + -0.385321,0.840162,-0.381649,-0.358954,-0.603352,0.712122,-0.365839,0.057756,0.928884,-0.421482,0.064705,0.904525, + -0.391653,-0.616633,0.682914,-0.026927,-0.974027,-0.224823,-0.185676,-0.967665,0.170729,-0.190976,-0.967009,0.168587, + -0.026923,-0.974027,-0.224825,-0.188618,0.706403,0.682216,0.040228,0.980148,0.194143,0.035969,0.980652,0.192424, + -0.215302,0.727812,0.651103,0.372334,-0.019681,-0.927890,0.194861,-0.696207,-0.690887,0.194869,-0.696204,-0.690888, + 0.372343,-0.019683,-0.927886,0.194861,-0.696207,-0.690887,-0.026927,-0.974027,-0.224823,-0.026923,-0.974027,-0.224825, + 0.194869,-0.696204,-0.690888,0.355300,0.628831,-0.691617,0.372334,-0.019681,-0.927890,0.372343,-0.019683,-0.927886, + 0.355303,0.628831,-0.691615,0.040228,0.980148,0.194143,0.193975,0.961946,-0.192443,0.193974,0.961946,-0.192442, + 0.035969,0.980652,0.192424,-0.365839,0.057756,0.928884,-0.188618,0.706403,0.682216,-0.215302,0.727812,0.651103, + -0.421482,0.064705,0.904525,-0.185676,-0.967665,0.170729,-0.358954,-0.603352,0.712122,-0.391653,-0.616633,0.682914, + -0.190976,-0.967009,0.168587,0.193975,0.961946,-0.192443,0.355300,0.628831,-0.691617,0.355303,0.628831,-0.691615, + 0.193974,0.961946,-0.192442,0.193977,0.961946,-0.192441,0.193979,0.961945,-0.192443,0.355312,0.628822,-0.691618, + 0.355310,0.628829,-0.691613,0.372350,-0.019681,-0.927884,0.372349,-0.019686,-0.927884,0.194871,-0.696208,-0.690884, + 0.194869,-0.696211,-0.690881,-0.403106,0.062453,0.913020,-0.369183,0.058208,0.927532,-0.190177,0.707976,0.680149, + -0.206343,0.721437,0.661023,0.036121,0.979971,0.195837,0.038755,0.979657,0.196903,0.193979,0.961945,-0.192443, + 0.193977,0.961946,-0.192441,0.355310,0.628829,-0.691613,0.355312,0.628822,-0.691618,0.372349,-0.019686,-0.927884, + 0.372350,-0.019681,-0.927884,0.194869,-0.696211,-0.690881,0.194871,-0.696208,-0.690884,-0.026921,-0.974026,-0.224828, + -0.026925,-0.974028,-0.224823,-0.190567,-0.966362,0.172707,-0.187283,-0.966767,0.174032,-0.361085,-0.603718,0.710734, + -0.381036,-0.612191,0.692845,-0.206343,0.721437,0.661023,-0.190177,0.707976,0.680149,0.038755,0.979657,0.196903, + 0.036121,0.979971,0.195837,-0.026925,-0.974028,-0.224823,-0.026921,-0.974026,-0.224828,-0.187283,-0.966767,0.174032, + -0.190567,-0.966362,0.172707,-0.381036,-0.612191,0.692845,-0.361085,-0.603718,0.710734,-0.369183,0.058208,0.927532, + -0.403106,0.062453,0.913020,0.193978,0.961944,-0.192451,0.355297,0.628828,-0.691621,0.355300,0.628831,-0.691617, + 0.193975,0.961946,-0.192443,-0.180371,-0.968289,0.172868,-0.318769,-0.626025,0.711674,-0.358954,-0.603352,0.712122, + -0.185676,-0.967665,0.170729,-0.308730,0.051082,0.949777,-0.144047,0.719818,0.679053,-0.188618,0.706403,0.682216, + -0.365839,0.057756,0.928884,0.044486,0.979623,0.195859,0.193978,0.961944,-0.192451,0.193975,0.961946,-0.192443, + 0.040228,0.980148,0.194143,0.355297,0.628828,-0.691621,0.372324,-0.019680,-0.927894,0.372334,-0.019681,-0.927890, + 0.355300,0.628831,-0.691617,0.194854,-0.696206,-0.690890,-0.026928,-0.974027,-0.224825,-0.026927,-0.974027,-0.224823, + 0.194861,-0.696207,-0.690887,0.372324,-0.019680,-0.927894,0.194854,-0.696206,-0.690890,0.194861,-0.696207,-0.690887, + 0.372334,-0.019681,-0.927890,-0.144047,0.719818,0.679053,0.044486,0.979623,0.195859,0.040228,0.980148,0.194143, + -0.188618,0.706403,0.682216,-0.026928,-0.974027,-0.224825,-0.180371,-0.968289,0.172868,-0.185676,-0.967665,0.170729, + -0.026927,-0.974027,-0.224823,-0.318769,-0.626025,0.711674,-0.308730,0.051082,0.949777,-0.365839,0.057756,0.928884, + -0.358954,-0.603352,0.712122,-0.521537,0.482106,-0.703970,-0.514043,0.077207,-0.854283,-0.921474,0.111367,-0.372134, + -0.514043,0.077207,-0.854283,-0.614699,-0.351229,-0.706246,-0.921474,0.111367,-0.372134,-0.614699,-0.351229,-0.706246, + -0.745613,-0.509871,-0.429061,-0.921474,0.111367,-0.372134,-0.745613,-0.509871,-0.429061,-0.846978,-0.489389,-0.207668, + -0.921474,0.111367,-0.372134,-0.846978,-0.489389,-0.207668,-0.878314,-0.332179,0.343833,-0.921474,0.111367,-0.372134, + -0.878314,-0.332179,0.343833,-0.883082,0.117024,0.454392,-0.921474,0.111367,-0.372134,-0.883082,0.117024,0.454392, + -0.757698,0.565967,0.324924,-0.921474,0.111367,-0.372134,-0.757698,0.565967,0.324924,-0.725409,0.660092,-0.195088, + -0.921474,0.111367,-0.372134,-0.725409,0.660092,-0.195088,-0.599116,0.688913,-0.407993,-0.921474,0.111367,-0.372134, + -0.599116,0.688913,-0.407993,-0.521537,0.482106,-0.703970,-0.921474,0.111367,-0.372134,0.293039,-0.654789,-0.696692, + 0.178546,-0.961245,-0.210068,0.129759,-0.964224,-0.231161,0.256030,-0.654222,-0.711648,0.173565,0.680048,-0.712327, + -0.000821,0.980217,-0.197923,0.049573,0.982642,-0.178765,0.211141,0.684060,-0.698198,-0.062769,0.972180,0.225668, + 0.049573,0.982642,-0.178765,-0.000821,0.980217,-0.197923,-0.122397,0.970979,0.205473,0.065001,0.984035,-0.165678, + 0.484216,0.874568,-0.025811,0.647543,0.624578,-0.436566,0.242408,0.688703,-0.683320,0.210139,0.685533,-0.697055, + -0.626775,0.401420,-0.667843,-0.721808,0.599919,-0.345093,0.032391,0.982921,-0.181153,-0.828196,0.549536,-0.110002, + -0.106488,0.953299,0.282634,0.032391,0.982921,-0.181153,-0.721808,0.599919,-0.345093,0.005642,-0.983166,0.182625, + 0.129759,-0.964224,-0.231161,0.178546,-0.961245,-0.210068,0.069995,-0.975869,0.206836,-0.289578,-0.004311,0.957145, + -0.180501,-0.658273,0.730819,-0.089364,-0.644403,0.759446,-0.191915,0.001536,0.981410,-0.564080,-0.481446,-0.670838, + 0.293109,-0.653895,-0.697501,0.161941,-0.963732,-0.212122,-0.647878,-0.667518,-0.366980,-0.828196,0.549536,-0.110002, + -0.814382,0.429015,0.390805,-0.106488,0.953299,0.282634,0.287106,0.043034,-0.956932,0.173565,0.680048,-0.712327, + 0.211141,0.684060,-0.698198,0.319733,0.046240,-0.946379,0.362380,0.929528,-0.068256,0.550998,0.661150,-0.509197, + 0.210139,0.685533,-0.697055,0.032391,0.982921,-0.181153,0.358731,0.048691,-0.932170,0.780217,0.068323,-0.621767, + 0.722532,-0.538843,-0.433123,0.325095,-0.653549,-0.683511,0.326559,0.046355,-0.944040,-0.551708,-0.018057,-0.833842, + -0.626775,0.401420,-0.667843,0.210139,0.685533,-0.697055,-0.289544,-0.004308,0.957155,-0.180289,0.601788,0.778040, + -0.814382,0.429015,0.390805,-0.846366,-0.042177,0.530928,-0.106488,0.953299,0.282634,-0.180289,0.601788,0.778040, + 0.252460,0.924143,0.286747,0.016886,-0.962470,0.270862,0.387219,-0.885059,0.258325,-0.115583,-0.576154,0.809127, + 0.252460,0.924143,0.286747,0.362380,0.929528,-0.068256,0.032391,0.982921,-0.181153,-0.106488,0.953299,0.282634, + 0.550998,0.661150,-0.509197,0.698539,0.065516,-0.712567,0.326559,0.046355,-0.944040,0.210139,0.685533,-0.697055, + 0.630904,-0.588164,-0.505988,0.472540,-0.875220,-0.103423,0.161941,-0.963732,-0.212122,0.293109,-0.653895,-0.697501, + -0.095679,-0.543896,0.833680,0.044735,-0.951020,0.305874,0.516041,-0.810291,0.277723,-0.077160,0.945527,0.316268, + 0.388419,0.868298,0.308527,0.484216,0.874568,-0.025811,0.065001,0.984035,-0.165678,0.242408,0.688703,-0.683320, + 0.647543,0.624578,-0.436566,0.780217,0.068323,-0.621767,0.358731,0.048691,-0.932170,0.325095,-0.653549,-0.683511, + 0.722532,-0.538843,-0.433123,0.584115,-0.809530,-0.058910,0.194883,-0.960774,-0.197314,0.388419,0.868298,0.308527, + -0.077160,0.945527,0.316268,-0.156395,0.573378,0.804225,0.698539,0.065516,-0.712567,0.630904,-0.588164,-0.505988, + 0.293109,-0.653895,-0.697501,0.326559,0.046355,-0.944040,-0.551708,-0.018057,-0.833842,0.326559,0.046355,-0.944040, + 0.293109,-0.653895,-0.697501,-0.564080,-0.481446,-0.670838,0.319733,0.046240,-0.946379,0.293039,-0.654789,-0.696692, + 0.256030,-0.654222,-0.711648,0.287106,0.043034,-0.956932,-0.767808,-0.491393,0.411101,-0.115583,-0.576154,0.809127, + -0.289544,-0.004308,0.957155,-0.846366,-0.042177,0.530928,0.016886,-0.962470,0.270862,-0.115583,-0.576154,0.809127, + -0.767808,-0.491393,0.411101,-0.165040,0.665409,0.728006,-0.062769,0.972180,0.225668,-0.122397,0.970979,0.205473, + -0.252949,0.669659,0.698264,0.194883,-0.960774,-0.197314,0.584115,-0.809530,-0.058910,0.516041,-0.810291,0.277723, + 0.044735,-0.951020,0.305874,0.472540,-0.875220,-0.103423,0.387219,-0.885059,0.258325,0.016886,-0.962470,0.270862, + 0.161941,-0.963732,-0.212122,-0.647878,-0.667518,-0.366980,0.161941,-0.963732,-0.212122,0.016886,-0.962470,0.270862, + -0.735449,-0.666358,-0.122808,-0.180501,-0.658273,0.730819,0.005642,-0.983166,0.182625,0.069995,-0.975869,0.206836, + -0.089364,-0.644403,0.759446,-0.464888,0.882574,0.070295,-0.368459,0.579289,0.727091,-0.077160,0.945527,0.316268, + -0.180289,0.601788,0.778040,-0.106488,0.953299,0.282634,-0.814382,0.429015,0.390805,0.016886,-0.962470,0.270862, + -0.767808,-0.491393,0.411101,-0.735449,-0.666358,-0.122808,-0.252949,0.669659,0.698264,-0.289578,-0.004311,0.957145, + -0.191915,0.001536,0.981410,-0.165040,0.665409,0.728006,0.049573,0.982642,-0.178765,-0.062769,0.972180,0.225668, + 0.231848,0.925672,0.298961,0.327915,0.939665,-0.097470,0.293039,-0.654789,-0.696692,0.319733,0.046240,-0.946379, + 0.563058,0.066586,-0.823730,0.541040,-0.607374,-0.581698,-0.191915,0.001536,0.981410,-0.089364,-0.644403,0.759446, + 0.266474,-0.562854,0.782423,0.187140,0.023797,0.982045,-0.062769,0.972180,0.225668,-0.165040,0.665409,0.728006, + 0.187734,0.628307,0.754974,0.231848,0.925672,0.298961,-0.165040,0.665409,0.728006,-0.191915,0.001536,0.981410, + 0.187140,0.023797,0.982045,0.187734,0.628307,0.754974,0.178546,-0.961245,-0.210068,0.293039,-0.654789,-0.696692, + 0.541040,-0.607374,-0.581698,0.444731,-0.889228,-0.107184,0.211141,0.684060,-0.698198,0.049573,0.982642,-0.178765, + 0.327915,0.939665,-0.097470,0.465683,0.660848,-0.588574,0.319733,0.046240,-0.946379,0.211141,0.684060,-0.698198, + 0.465683,0.660848,-0.588574,0.563058,0.066586,-0.823730,-0.089364,-0.644403,0.759446,0.069995,-0.975869,0.206836, + 0.373511,-0.883210,0.283601,0.266474,-0.562854,0.782423,0.069995,-0.975869,0.206836,0.178546,-0.961245,-0.210068, + 0.444731,-0.889228,-0.107184,0.373511,-0.883210,0.283601,0.187140,0.023797,0.982045,0.266474,-0.562854,0.782423, + 0.689529,-0.340247,0.639361,0.634675,0.047969,0.771289,0.541040,-0.607374,-0.581698,0.563058,0.066586,-0.823730, + 0.904804,0.092300,-0.415704,0.884914,-0.396241,-0.244786,0.266474,-0.562854,0.782423,0.373511,-0.883210,0.283601, + 0.760384,-0.559820,0.329267,0.689529,-0.340247,0.639361,0.444731,-0.889228,-0.107184,0.541040,-0.607374,-0.581698, + 0.884914,-0.396241,-0.244786,0.814952,-0.572577,0.089488,0.231848,0.925672,0.298961,0.187734,0.628307,0.754974, + 0.628992,0.466484,0.621902,0.653051,0.672266,0.348688,0.187734,0.628307,0.754974,0.187140,0.023797,0.982045, + 0.634675,0.047969,0.771289,0.628992,0.466484,0.621902,0.563058,0.066586,-0.823730,0.465683,0.660848,-0.588574, + 0.839664,0.475307,-0.262769,0.904804,0.092300,-0.415704,0.373511,-0.883210,0.283601,0.444731,-0.889228,-0.107184, + 0.814952,-0.572577,0.089488,0.760384,-0.559820,0.329267,0.465683,0.660848,-0.588574,0.327915,0.939665,-0.097470, + 0.728033,0.683334,0.054983,0.839664,0.475307,-0.262769,0.327915,0.939665,-0.097470,0.231848,0.925672,0.298961, + 0.653051,0.672266,0.348688,0.728033,0.683334,0.054983,0.884914,-0.396241,-0.244786,0.904804,0.092300,-0.415704, + 0.954188,0.082372,0.287647,0.689529,-0.340247,0.639361,0.760384,-0.559820,0.329267,0.954188,0.082372,0.287647, + 0.814952,-0.572577,0.089488,0.884914,-0.396241,-0.244786,0.954188,0.082372,0.287647,0.653051,0.672266,0.348688, + 0.628992,0.466484,0.621902,0.954188,0.082372,0.287647,0.628992,0.466484,0.621902,0.634675,0.047969,0.771289, + 0.954188,0.082372,0.287647,0.904804,0.092300,-0.415704,0.839664,0.475307,-0.262769,0.954188,0.082372,0.287647, + 0.760384,-0.559820,0.329267,0.814952,-0.572577,0.089488,0.954188,0.082372,0.287647,0.839664,0.475307,-0.262769, + 0.728033,0.683334,0.054983,0.954188,0.082372,0.287647,0.728033,0.683334,0.054983,0.653051,0.672266,0.348688, + 0.954188,0.082372,0.287647,0.634675,0.047969,0.771289,0.689529,-0.340247,0.639361,0.954188,0.082372,0.287647, + -0.181624,-0.657108,0.731588,-0.160959,-0.664007,0.730196,-0.262816,-0.002599,0.964843,-0.290687,-0.004439,0.956808, + 0.129753,-0.964224,-0.231161,0.129753,-0.964225,-0.231160,0.009328,-0.983671,0.179732,0.006676,-0.983840,0.178928, + -0.254100,0.667526,0.699887,-0.234565,0.677380,0.697234,-0.119470,0.971855,0.203039,-0.121603,0.971725,0.202393, + 0.006676,-0.983840,0.178928,0.009328,-0.983671,0.179732,-0.160959,-0.664007,0.730196,-0.181624,-0.657108,0.731588, + 0.256026,-0.654230,-0.711641,0.256026,-0.654229,-0.711643,0.129753,-0.964225,-0.231160,0.129753,-0.964224,-0.231161, + 0.173540,0.680058,-0.712324,0.173544,0.680054,-0.712326,0.287087,0.043036,-0.956937,0.287086,0.043039,-0.956938, + -0.121603,0.971725,0.202393,-0.119470,0.971855,0.203039,-0.000821,0.980218,-0.197919,-0.000821,0.980217,-0.197923, + -0.290687,-0.004439,0.956808,-0.262816,-0.002599,0.964843,-0.234565,0.677380,0.697234,-0.254100,0.667526,0.699887, + 0.287086,0.043039,-0.956938,0.287087,0.043036,-0.956937,0.256026,-0.654229,-0.711643,0.256026,-0.654230,-0.711641, + -0.000821,0.980217,-0.197923,-0.000821,0.980218,-0.197919,0.173544,0.680054,-0.712326,0.173540,0.680058,-0.712324, + -0.156395,0.573378,0.804225,-0.368459,0.579289,0.727091,-0.289549,-0.004306,0.957154,-0.289548,-0.004308,0.957154, + -0.218185,-0.922829,-0.317462,0.194883,-0.960774,-0.197314,0.044735,-0.951020,0.305874,-0.354548,-0.934402,0.034487, + -0.289548,-0.004308,0.957154,-0.289549,-0.004306,0.957154,-0.307270,-0.576250,0.757312,-0.095679,-0.543896,0.833680, + -0.077160,0.945527,0.316268,-0.368459,0.579289,0.727091,-0.156395,0.573378,0.804225,-0.138978,-0.640652,-0.755149, + 0.325095,-0.653549,-0.683511,0.194883,-0.960774,-0.197314,-0.218185,-0.922829,-0.317462,-0.213552,0.619228,-0.755614, + 0.242408,0.688703,-0.683320,0.358731,0.048691,-0.932170,-0.141832,0.013680,-0.989796,-0.464888,0.882574,0.070295, + -0.077160,0.945527,0.316268,0.065001,0.984035,-0.165678,-0.350934,0.890267,-0.290293,-0.307270,-0.576250,0.757312, + -0.354548,-0.934402,0.034487,0.044735,-0.951020,0.305874,-0.141832,0.013680,-0.989796,0.358731,0.048691,-0.932170, + 0.325095,-0.653549,-0.683511,-0.138978,-0.640652,-0.755149,-0.350934,0.890267,-0.290293,0.065001,0.984035,-0.165678, + 0.242408,0.688703,-0.683320,-0.213552,0.619228,-0.755614,0.044735,-0.951020,0.305874,-0.095679,-0.543896,0.833680, + -0.307270,-0.576250,0.757312,-0.035464,0.980531,-0.193136,0.416528,0.907385,-0.056190,0.577240,0.648119,-0.496725, + 0.140141,0.685884,-0.714090,0.255983,0.042657,-0.965740,0.708767,0.065266,-0.702417,0.655756,-0.570611,-0.494356, + 0.223952,-0.663601,-0.713778,-0.398276,0.546289,0.736848,-0.185389,0.932437,0.310149,-0.584495,0.811264,0.014731, + -0.185389,0.932437,0.310149,0.320171,0.899280,0.297969,0.416528,0.907385,-0.056190,-0.035464,0.980531,-0.193136, + 0.140141,0.685884,-0.714090,0.577240,0.648119,-0.496725,0.708767,0.065266,-0.702417,0.255983,0.042657,-0.965740, + 0.223952,-0.663601,-0.713778,0.655756,-0.570611,-0.494356,0.521663,-0.848498,-0.088991,0.095175,-0.969614,-0.225368, + -0.398276,0.546289,0.736848,-0.144142,0.572093,0.807423,-0.185389,0.932437,0.310149,-0.339494,-0.546196,0.765777, + -0.481996,-0.875851,-0.023784,-0.065561,-0.952105,0.298659,0.095175,-0.969614,-0.225368,0.521663,-0.848498,-0.088991, + 0.451295,-0.851204,0.267927,-0.065561,-0.952105,0.298659,-0.289538,-0.004303,0.957157,-0.289538,-0.004305,0.957157, + -0.339494,-0.546196,0.765777,-0.083530,-0.540388,0.837260,-0.339494,-0.546196,0.765777,-0.065561,-0.952105,0.298659, + -0.083530,-0.540388,0.837260,0.095175,-0.969614,-0.225368,-0.065561,-0.952105,0.298659,-0.481996,-0.875851,-0.023784, + -0.346320,-0.872489,-0.344710,-0.065561,-0.952105,0.298659,0.451295,-0.851204,0.267927,-0.083530,-0.540388,0.837260, + 0.255983,0.042657,-0.965740,0.223952,-0.663601,-0.713778,-0.270979,-0.605887,-0.747978,-0.274915,0.003175,-0.961463, + 0.223952,-0.663601,-0.713778,0.095175,-0.969614,-0.225368,-0.346320,-0.872489,-0.344710,-0.270979,-0.605887,-0.747978, + 0.140141,0.685884,-0.714090,0.255983,0.042657,-0.965740,-0.274915,0.003175,-0.961463,-0.339731,0.569362,-0.748606, + -0.185389,0.932437,0.310149,-0.035464,0.980531,-0.193136,-0.473082,0.820666,-0.320470,-0.584495,0.811264,0.014731, + 0.320171,0.899280,0.297969,-0.185389,0.932437,0.310149,-0.144142,0.572093,0.807423,-0.289538,-0.004305,0.957157, + -0.289538,-0.004303,0.957157,-0.144142,0.572093,0.807423,-0.398276,0.546289,0.736848,-0.035464,0.980531,-0.193136, + 0.140141,0.685884,-0.714090,-0.339731,0.569362,-0.748606,-0.473082,0.820666,-0.320470,-0.179774,-0.657089,0.732062, + -0.287957,-0.004306,0.957634,-0.333412,-0.006945,0.942756,-0.205077,-0.672174,0.711425,0.129755,-0.964225,-0.231159, + 0.008048,-0.984451,0.175473,0.003758,-0.984708,0.174171,0.129756,-0.964225,-0.231157,-0.252449,0.667012,0.700974, + -0.120549,0.972451,0.199516,-0.123991,0.972232,0.198470,-0.278187,0.679670,0.678720,0.287090,0.043039,-0.956936, + 0.256032,-0.654226,-0.711643,0.256036,-0.654226,-0.711642,0.287094,0.043036,-0.956935,0.256032,-0.654226,-0.711643, + 0.129755,-0.964225,-0.231159,0.129756,-0.964225,-0.231157,0.256036,-0.654226,-0.711642,0.173543,0.680054,-0.712327, + 0.287090,0.043039,-0.956936,0.287094,0.043036,-0.956935,0.173545,0.680052,-0.712328,-0.120549,0.972451,0.199516, + -0.000819,0.980218,-0.197922,-0.000818,0.980218,-0.197921,-0.123991,0.972232,0.198470,-0.287957,-0.004306,0.957634, + -0.252449,0.667012,0.700974,-0.278187,0.679670,0.678720,-0.333412,-0.006945,0.942756,0.008048,-0.984451,0.175473, + -0.179774,-0.657089,0.732062,-0.205077,-0.672174,0.711425,0.003758,-0.984708,0.174171,-0.000819,0.980218,-0.197922, + 0.173543,0.680054,-0.712327,0.173545,0.680052,-0.712328,-0.000818,0.980218,-0.197921,-0.000822,0.980218,-0.197920, + -0.000821,0.980217,-0.197923,0.173540,0.680058,-0.712324,0.173536,0.680060,-0.712322,0.287084,0.043035,-0.956938, + 0.287086,0.043039,-0.956938,0.256026,-0.654230,-0.711641,0.256025,-0.654232,-0.711640,-0.318337,-0.006035,0.947959, + -0.290687,-0.004439,0.956808,-0.254100,0.667526,0.699887,-0.269752,0.675556,0.686191,-0.123735,0.971590,0.201747, + -0.121603,0.971725,0.202393,-0.000821,0.980217,-0.197923,-0.000822,0.980218,-0.197920,0.173536,0.680060,-0.712322, + 0.173540,0.680058,-0.712324,0.287086,0.043039,-0.956938,0.287084,0.043035,-0.956938,0.256025,-0.654232,-0.711640, + 0.256026,-0.654230,-0.711641,0.129753,-0.964224,-0.231161,0.129753,-0.964224,-0.231162,0.004023,-0.984000,0.178123, + 0.006676,-0.983840,0.178928,-0.181624,-0.657108,0.731588,-0.196985,-0.666579,0.718936,-0.269752,0.675556,0.686191, + -0.254100,0.667526,0.699887,-0.121603,0.971725,0.202393,-0.123735,0.971590,0.201747,0.129753,-0.964224,-0.231162, + 0.129753,-0.964224,-0.231161,0.006676,-0.983840,0.178928,0.004023,-0.984000,0.178123,-0.196985,-0.666579,0.718936, + -0.181624,-0.657108,0.731588,-0.290687,-0.004439,0.956808,-0.318337,-0.006035,0.947959,-0.000822,0.980218,-0.197918, + 0.173539,0.680057,-0.712325,0.173543,0.680054,-0.712327,-0.000819,0.980218,-0.197922,0.012339,-0.984175,0.176767, + -0.145677,-0.668957,0.728886,-0.179774,-0.657089,0.732062,0.008048,-0.984451,0.175473,-0.241840,-0.001262,0.970315, + -0.220286,0.683749,0.695673,-0.252449,0.667012,0.700974,-0.287957,-0.004306,0.957634,-0.117105,0.972658,0.200558, + -0.000822,0.980218,-0.197918,-0.000819,0.980218,-0.197922,-0.120549,0.972451,0.199516,0.173539,0.680057,-0.712325, + 0.287087,0.043038,-0.956937,0.287090,0.043039,-0.956936,0.173543,0.680054,-0.712327,0.256028,-0.654228,-0.711643, + 0.129753,-0.964225,-0.231158,0.129755,-0.964225,-0.231159,0.256032,-0.654226,-0.711643,0.287087,0.043038,-0.956937, + 0.256028,-0.654228,-0.711643,0.256032,-0.654226,-0.711643,0.287090,0.043039,-0.956936,-0.220286,0.683749,0.695673, + -0.117105,0.972658,0.200558,-0.120549,0.972451,0.199516,-0.252449,0.667012,0.700974,0.129753,-0.964225,-0.231158, + 0.012339,-0.984175,0.176767,0.008048,-0.984451,0.175473,0.129755,-0.964225,-0.231159,-0.145677,-0.668957,0.728886, + -0.241840,-0.001262,0.970315,-0.287957,-0.004306,0.957634,-0.179774,-0.657089,0.732062,-0.626775,0.401420,-0.667843, + -0.551708,-0.018057,-0.833842,-0.955408,-0.059214,-0.289292,-0.551708,-0.018057,-0.833842,-0.564080,-0.481446,-0.670838, + -0.955408,-0.059214,-0.289292,-0.564080,-0.481446,-0.670838,-0.647878,-0.667518,-0.366980,-0.955408,-0.059214,-0.289292, + -0.647878,-0.667518,-0.366980,-0.735449,-0.666358,-0.122808,-0.955408,-0.059214,-0.289292,-0.735449,-0.666358,-0.122808, + -0.767808,-0.491393,0.411101,-0.955408,-0.059214,-0.289292,-0.767808,-0.491393,0.411101,-0.846366,-0.042177,0.530928, + -0.955408,-0.059214,-0.289292,-0.846366,-0.042177,0.530928,-0.814382,0.429015,0.390805,-0.955408,-0.059214,-0.289292, + -0.814382,0.429015,0.390805,-0.828196,0.549536,-0.110002,-0.955408,-0.059214,-0.289292,-0.828196,0.549536,-0.110002, + -0.721808,0.599919,-0.345093,-0.955408,-0.059214,-0.289292,-0.721808,0.599919,-0.345093,-0.626775,0.401420,-0.667843, + -0.955408,-0.059214,-0.289292,0.368888,-0.609814,-0.701462,0.354137,-0.911502,-0.209169,0.308452,-0.924199,-0.225198, + 0.332987,-0.617332,-0.712756,-0.034614,0.701022,-0.712299,-0.222636,0.955486,-0.193596,-0.175503,0.967957,-0.179607, + 0.001045,0.712362,-0.701812,-0.248699,0.944692,0.213789,-0.175503,0.967957,-0.179607,-0.222636,0.955486,-0.193596, + -0.304581,0.931434,0.199153,-0.158579,0.972799,-0.168863,0.260516,0.963166,-0.066649,0.446537,0.753786,-0.482090, + 0.033040,0.721523,-0.691601,0.001349,0.712032,-0.702146,-0.747864,0.263364,-0.609375,-0.854404,0.435375,-0.283625, + -0.190641,0.964814,-0.181081,-0.926966,0.371661,-0.051003,-0.281192,0.919865,0.273458,-0.190641,0.964814,-0.181081, + -0.854404,0.435375,-0.283625,0.226873,-0.957621,0.177455,0.308452,-0.924199,-0.225198,0.354137,-0.911502,-0.209169, + 0.286278,-0.937975,0.195571,-0.208475,-0.043274,0.977070,0.022462,-0.676574,0.736032,0.107910,-0.643757,0.757583, + -0.113548,-0.017046,0.993386,-0.494671,-0.615659,-0.613404,0.369211,-0.606696,-0.703991,0.339888,-0.916639,-0.210356, + -0.516555,-0.800471,-0.304001,-0.926966,0.371661,-0.051003,-0.854052,0.270966,0.444041,-0.281192,0.919865,0.273458, + 0.197594,0.082239,-0.976828,-0.034614,0.701022,-0.712299,0.001045,0.712362,-0.701812,0.229216,0.092324,-0.968987, + 0.131314,0.986484,-0.098010,0.340649,0.766471,-0.544500,0.001349,0.712032,-0.702146,-0.190641,0.964814,-0.181081, + 0.267561,0.102696,-0.958052,0.695811,0.215923,-0.684999,0.774885,-0.411908,-0.479463,0.400944,-0.598937,-0.693195, + 0.236019,0.093595,-0.967230,-0.593525,-0.147760,-0.791135,-0.747864,0.263364,-0.609375,0.001349,0.712032,-0.702146, + -0.208470,-0.043271,0.977071,-0.246563,0.581945,0.774950,-0.854052,0.270966,0.444041,-0.774127,-0.204573,0.599064, + -0.281192,0.919865,0.273458,-0.246563,0.581945,0.774950,0.055670,0.966900,0.249009,0.239192,-0.934596,0.263282, + 0.566528,-0.794026,0.220382,0.073373,-0.585692,0.807206,0.055670,0.966900,0.249009,0.131314,0.986484,-0.098010, + -0.190641,0.964814,-0.181081,-0.281192,0.919865,0.273458,0.340649,0.766471,-0.544500,0.609860,0.194294,-0.768323, + 0.236019,0.093595,-0.967230,0.001349,0.712032,-0.702146,0.690696,-0.478452,-0.542239,0.617994,-0.775198,-0.130964, + 0.339888,-0.916639,-0.210356,0.369211,-0.606696,-0.703991,0.087933,-0.550654,0.830089,0.265922,-0.917450,0.295925, + 0.676022,-0.700128,0.229816,-0.249484,0.919276,0.304448,0.196372,0.945120,0.261124,0.260516,0.963166,-0.066649, + -0.158579,0.972799,-0.168863,0.033040,0.721523,-0.691601,0.446537,0.753786,-0.482090,0.695811,0.215923,-0.684999, + 0.267561,0.102696,-0.958052,0.400944,-0.598937,-0.693195,0.774885,-0.411908,-0.479463,0.714846,-0.692421,-0.097719, + 0.371705,-0.906806,-0.198844,0.196372,0.945120,0.261124,-0.249484,0.919276,0.304448,-0.216191,0.560845,0.799196, + 0.609860,0.194294,-0.768323,0.690696,-0.478452,-0.542239,0.369211,-0.606696,-0.703991,0.236019,0.093595,-0.967230, + -0.593525,-0.147760,-0.791135,0.236019,0.093595,-0.967230,0.369211,-0.606696,-0.703991,-0.494671,-0.615659,-0.613404, + 0.229216,0.092324,-0.968987,0.368888,-0.609814,-0.701462,0.332987,-0.617332,-0.712756,0.197594,0.082239,-0.976828, + -0.608475,-0.642572,0.465681,0.073373,-0.585692,0.807206,-0.208470,-0.043271,0.977071,-0.774127,-0.204573,0.599064, + 0.239192,-0.934596,0.263282,0.073373,-0.585692,0.807206,-0.608475,-0.642572,0.465681,-0.247335,0.641922,0.725784, + -0.248699,0.944692,0.213789,-0.304581,0.931434,0.199153,-0.333749,0.628228,0.702810,0.371705,-0.906806,-0.198844, + 0.714846,-0.692421,-0.097719,0.676022,-0.700128,0.229816,0.265922,-0.917450,0.295925,0.617994,-0.775198,-0.130964, + 0.566528,-0.794026,0.220382,0.239192,-0.934596,0.263282,0.339888,-0.916639,-0.210356,-0.516555,-0.800471,-0.304001, + 0.339888,-0.916639,-0.210356,0.239192,-0.934596,0.263282,-0.580745,-0.811525,-0.064518,0.022462,-0.676574,0.736032, + 0.226873,-0.957621,0.177455,0.286278,-0.937975,0.195571,0.107910,-0.643757,0.757583,-0.614363,0.782847,0.098538, + -0.422744,0.522378,0.740547,-0.249484,0.919276,0.304448,-0.246563,0.581945,0.774950,-0.281192,0.919865,0.273458, + -0.854052,0.270966,0.444041,0.239192,-0.934596,0.263282,-0.608475,-0.642572,0.465681,-0.580745,-0.811525,-0.064518, + -0.333749,0.628228,0.702810,-0.208475,-0.043274,0.977070,-0.113548,-0.017046,0.993386,-0.247335,0.641922,0.725784, + -0.175503,0.967957,-0.179607,-0.248699,0.944692,0.213789,0.040036,0.963880,0.263312,0.099153,0.987303,-0.124102, + 0.368888,-0.609814,-0.701462,0.229216,0.092324,-0.968987,0.469330,0.164939,-0.867482,0.603737,-0.511206,-0.611695, + -0.113548,-0.017046,0.993386,0.107910,-0.643757,0.757583,0.433933,-0.492320,0.754535,0.248654,0.082596,0.965064, + -0.248699,0.944692,0.213789,-0.247335,0.641922,0.725784,0.100230,0.678818,0.727434,0.040036,0.963880,0.263312, + -0.247335,0.641922,0.725784,-0.113548,-0.017046,0.993386,0.248654,0.082596,0.965064,0.100230,0.678818,0.727434, + 0.354137,-0.911502,-0.209169,0.368888,-0.609814,-0.701462,0.603737,-0.511206,-0.611695,0.596743,-0.791447,-0.132326, + 0.001045,0.712362,-0.701812,-0.175503,0.967957,-0.179607,0.099153,0.987303,-0.124102,0.256390,0.744037,-0.616987, + 0.229216,0.092324,-0.968987,0.001045,0.712362,-0.701812,0.256390,0.744037,-0.616987,0.469330,0.164939,-0.867482, + 0.107910,-0.643757,0.757583,0.286278,-0.937975,0.195571,0.558458,-0.791719,0.247602,0.433933,-0.492320,0.754535, + 0.286278,-0.937975,0.195571,0.354137,-0.911502,-0.209169,0.596743,-0.791447,-0.132326,0.558458,-0.791719,0.247602, + 0.248654,0.082596,0.965064,0.433933,-0.492320,0.754535,0.789126,-0.195020,0.582449,0.664013,0.194588,0.721958, + 0.603737,-0.511206,-0.611695,0.469330,0.164939,-0.867482,0.827749,0.270195,-0.491759,0.922543,-0.229009,-0.310594, + 0.433933,-0.492320,0.754535,0.558458,-0.791719,0.247602,0.874512,-0.405840,0.265560,0.789126,-0.195020,0.582449, + 0.596743,-0.791447,-0.132326,0.603737,-0.511206,-0.611695,0.922543,-0.229009,-0.310594,0.910915,-0.411666,0.027655, + 0.040036,0.963880,0.263312,0.100230,0.678818,0.727434,0.550463,0.614374,0.565275,0.502370,0.815912,0.286204, + 0.100230,0.678818,0.727434,0.248654,0.082596,0.965064,0.664013,0.194588,0.721958,0.550463,0.614374,0.565275, + 0.469330,0.164939,-0.867482,0.256390,0.744037,-0.616987,0.685305,0.650030,-0.328358,0.827749,0.270195,-0.491759, + 0.558458,-0.791719,0.247602,0.596743,-0.791447,-0.132326,0.910915,-0.411666,0.027655,0.874512,-0.405840,0.265560, + 0.256390,0.744037,-0.616987,0.099153,0.987303,-0.124102,0.551722,0.834004,-0.006308,0.685305,0.650030,-0.328358, + 0.099153,0.987303,-0.124102,0.040036,0.963880,0.263312,0.502370,0.815912,0.286204,0.551722,0.834004,-0.006308, + 0.922543,-0.229009,-0.310594,0.827749,0.270195,-0.491759,0.934845,0.285657,0.210868,0.789126,-0.195020,0.582449, + 0.874512,-0.405840,0.265560,0.934845,0.285657,0.210868,0.910915,-0.411666,0.027655,0.922543,-0.229009,-0.310594, + 0.934845,0.285657,0.210868,0.502370,0.815912,0.286204,0.550463,0.614374,0.565275,0.934845,0.285657,0.210868, + 0.550463,0.614374,0.565275,0.664013,0.194588,0.721958,0.934845,0.285657,0.210868,0.827749,0.270195,-0.491759, + 0.685305,0.650030,-0.328358,0.934845,0.285657,0.210868,0.874512,-0.405840,0.265560,0.910915,-0.411666,0.027655, + 0.934845,0.285657,0.210868,0.685305,0.650030,-0.328358,0.551722,0.834004,-0.006308,0.934845,0.285657,0.210868, + 0.551722,0.834004,-0.006308,0.502370,0.815912,0.286204,0.934845,0.285657,0.210868,0.664013,0.194588,0.721958, + 0.789126,-0.195020,0.582449,0.934845,0.285657,0.210868,0.021109,-0.675516,0.737043,0.042336,-0.678091,0.733757, + -0.182409,-0.035950,0.982565,-0.209568,-0.043646,0.976819,0.308449,-0.924200,-0.225198,0.308444,-0.924201,-0.225199, + 0.230174,-0.957397,0.174387,0.227711,-0.958087,0.173830,-0.334309,0.625818,0.704691,-0.317787,0.639331,0.700191, + -0.302237,0.932739,0.196596,-0.304212,0.932191,0.196152,0.227711,-0.958087,0.173830,0.230174,-0.957397,0.174387, + 0.042336,-0.678091,0.733757,0.021109,-0.675516,0.737043,0.332968,-0.617332,-0.712765,0.332957,-0.617336,-0.712766, + 0.308444,-0.924201,-0.225199,0.308449,-0.924200,-0.225198,-0.034618,0.701014,-0.712307,-0.034615,0.701015,-0.712306, + 0.197567,0.082230,-0.976834,0.197573,0.082233,-0.976833,-0.304212,0.932191,0.196152,-0.302237,0.932739,0.196596, + -0.222635,0.955487,-0.193595,-0.222637,0.955486,-0.193593,-0.209568,-0.043646,0.976819,-0.182409,-0.035950,0.982565, + -0.317787,0.639331,0.700191,-0.334309,0.625818,0.704691,0.197573,0.082233,-0.976833,0.197567,0.082230,-0.976834, + 0.332957,-0.617336,-0.712766,0.332968,-0.617332,-0.712765,-0.222637,0.955486,-0.193593,-0.222635,0.955487,-0.193595, + -0.034615,0.701015,-0.712306,-0.034618,0.701014,-0.712307,-0.216191,0.560845,0.799196,-0.422744,0.522378,0.740547, + -0.208471,-0.043278,0.977071,-0.208470,-0.043278,0.977071,-0.026425,-0.959326,-0.281062,0.371705,-0.906806,-0.198844, + 0.265922,-0.917450,0.295925,-0.125226,-0.990011,0.064790,-0.208470,-0.043278,0.977071,-0.208471,-0.043278,0.977071, + -0.111793,-0.625853,0.771888,0.087933,-0.550654,0.830089,-0.249484,0.919276,0.304448,-0.422744,0.522378,0.740547, + -0.216191,0.560845,0.799196,-0.045986,-0.688407,-0.723865,0.400944,-0.598937,-0.693195,0.371705,-0.906806,-0.198844, + -0.026425,-0.959326,-0.281062,-0.392630,0.567403,-0.723807,0.033040,0.721523,-0.691601,0.267561,0.102696,-0.958052, + -0.213843,-0.035068,-0.976238,-0.614363,0.782847,0.098538,-0.249484,0.919276,0.304448,-0.158579,0.972799,-0.168863, + -0.535977,0.805115,-0.254004,-0.111793,-0.625853,0.771888,-0.125226,-0.990011,0.064790,0.265922,-0.917450,0.295925, + -0.213843,-0.035068,-0.976238,0.267561,0.102696,-0.958052,0.400944,-0.598937,-0.693195,-0.045986,-0.688407,-0.723865, + -0.535977,0.805115,-0.254004,-0.158579,0.972799,-0.168863,0.033040,0.721523,-0.691601,-0.392630,0.567403,-0.723807, + 0.265922,-0.917450,0.295925,0.087933,-0.550654,0.830089,-0.111793,-0.625853,0.771888,-0.254736,0.948619,-0.187699, + 0.187472,0.978089,-0.090535,0.369471,0.760054,-0.534611,-0.066719,0.697128,-0.713835,0.167012,0.074999,-0.983098, + 0.620675,0.196384,-0.759075,0.712082,-0.456773,-0.533196,0.303640,-0.629723,-0.715019,-0.444308,0.485450,0.752947, + -0.349205,0.885024,0.307876,-0.718594,0.693215,0.055450,-0.349205,0.885024,0.307876,0.124841,0.958766,0.255309, + 0.187472,0.978089,-0.090535,-0.254736,0.948619,-0.187699,-0.066719,0.697128,-0.713835,0.369471,0.760054,-0.534611, + 0.620675,0.196384,-0.759075,0.167012,0.074999,-0.983098,0.303640,-0.629723,-0.715019,0.712082,-0.456773,-0.533196, + 0.660438,-0.741030,-0.121226,0.277472,-0.935619,-0.218235,-0.444308,0.485450,0.752947,-0.204335,0.562454,0.801182, + -0.349205,0.885024,0.307876,-0.148607,-0.603971,0.783029,-0.261516,-0.965018,0.018685,0.161229,-0.940698,0.298484, + 0.277472,-0.935619,-0.218235,0.660438,-0.741030,-0.121226,0.621303,-0.750582,0.224967,0.161229,-0.940698,0.298484, + -0.208498,-0.043278,0.977065,-0.208498,-0.043279,0.977065,-0.148607,-0.603971,0.783029,0.099025,-0.545191,0.832443, + -0.148607,-0.603971,0.783029,0.161229,-0.940698,0.298484,0.099025,-0.545191,0.832443,0.277472,-0.935619,-0.218235, + 0.161229,-0.940698,0.298484,-0.261516,-0.965018,0.018685,-0.158783,-0.941003,-0.298834,0.161229,-0.940698,0.298484, + 0.621303,-0.750582,0.224967,0.099025,-0.545191,0.832443,0.167012,0.074999,-0.983098,0.303640,-0.629723,-0.715019, + -0.178581,-0.683127,-0.708129,-0.338762,-0.072194,-0.938098,0.303640,-0.629723,-0.715019,0.277472,-0.935619,-0.218235, + -0.158783,-0.941003,-0.298834,-0.178581,-0.683127,-0.708129,-0.066719,0.697128,-0.713835,0.167012,0.074999,-0.983098, + -0.338762,-0.072194,-0.938098,-0.502943,0.495107,-0.708461,-0.349205,0.885024,0.307876,-0.254736,0.948619,-0.187699, + -0.640653,0.717177,-0.274264,-0.718594,0.693215,0.055450,0.124841,0.958766,0.255309,-0.349205,0.885024,0.307876, + -0.204335,0.562454,0.801182,-0.208498,-0.043279,0.977065,-0.208498,-0.043278,0.977065,-0.204335,0.562454,0.801182, + -0.444308,0.485450,0.752947,-0.254736,0.948619,-0.187699,-0.066719,0.697128,-0.713835,-0.502943,0.495107,-0.708461, + -0.640653,0.717177,-0.274264,0.022843,-0.674972,0.737490,-0.206898,-0.042947,0.977419,-0.251410,-0.055150,0.966308, + 0.000334,-0.695276,0.718743,0.308444,-0.924200,-0.225201,0.228848,-0.958430,0.170412,0.224859,-0.959533,0.169512, + 0.308443,-0.924202,-0.225196,-0.332539,0.625554,0.705762,-0.303577,0.932988,0.193324,-0.306770,0.932093,0.192602, + -0.361367,0.632207,0.685367,0.197573,0.082233,-0.976833,0.332964,-0.617343,-0.712757,0.332969,-0.617339,-0.712758, + 0.197582,0.082236,-0.976831,0.332964,-0.617343,-0.712757,0.308444,-0.924200,-0.225201,0.308443,-0.924202,-0.225196, + 0.332969,-0.617339,-0.712758,-0.034624,0.701021,-0.712300,0.197573,0.082233,-0.976833,0.197582,0.082236,-0.976831, + -0.034620,0.701019,-0.712302,-0.303577,0.932988,0.193324,-0.222639,0.955486,-0.193593,-0.222641,0.955487,-0.193587, + -0.306770,0.932093,0.192602,-0.206898,-0.042947,0.977419,-0.332539,0.625554,0.705762,-0.361367,0.632207,0.685367, + -0.251410,-0.055150,0.966308,0.228848,-0.958430,0.170412,0.022843,-0.674972,0.737490,0.000334,-0.695276,0.718743, + 0.224859,-0.959533,0.169512,-0.222639,0.955486,-0.193593,-0.034624,0.701021,-0.712300,-0.034620,0.701019,-0.712302, + -0.222641,0.955487,-0.193587,-0.222640,0.955486,-0.193591,-0.222637,0.955486,-0.193593,-0.034618,0.701014,-0.712307, + -0.034622,0.701014,-0.712307,0.197581,0.082231,-0.976831,0.197573,0.082233,-0.976833,0.332968,-0.617332,-0.712765, + 0.332978,-0.617331,-0.712761,-0.236632,-0.051061,0.970257,-0.209568,-0.043646,0.976819,-0.334309,0.625818,0.704691, + -0.351918,0.630190,0.692109,-0.306185,0.931638,0.195706,-0.304212,0.932191,0.196152,-0.222637,0.955486,-0.193593, + -0.222640,0.955486,-0.193591,-0.034622,0.701014,-0.712307,-0.034618,0.701014,-0.712307,0.197573,0.082233,-0.976833, + 0.197581,0.082231,-0.976831,0.332978,-0.617331,-0.712761,0.332968,-0.617332,-0.712765,0.308449,-0.924200,-0.225198, + 0.308455,-0.924198,-0.225196,0.225245,-0.958770,0.173274,0.227711,-0.958087,0.173830,0.021109,-0.675516,0.737043, + 0.007503,-0.688156,0.725524,-0.351918,0.630190,0.692109,-0.334309,0.625818,0.704691,-0.304212,0.932191,0.196152, + -0.306185,0.931638,0.195706,0.308455,-0.924198,-0.225196,0.308449,-0.924200,-0.225198,0.227711,-0.958087,0.173830, + 0.225245,-0.958770,0.173274,0.007503,-0.688156,0.725524,0.021109,-0.675516,0.737043,-0.209568,-0.043646,0.976819, + -0.236632,-0.051061,0.970257,-0.222639,0.955486,-0.193592,-0.034625,0.701018,-0.712302,-0.034624,0.701021,-0.712300, + -0.222639,0.955486,-0.193593,0.232830,-0.957310,0.171312,0.057897,-0.679709,0.731193,0.022843,-0.674972,0.737490, + 0.228848,-0.958430,0.170412,-0.162011,-0.030227,0.986326,-0.305513,0.648275,0.697425,-0.332539,0.625554,0.705762, + -0.206898,-0.042947,0.977419,-0.300381,0.933873,0.194044,-0.222639,0.955486,-0.193592,-0.222639,0.955486,-0.193593, + -0.303577,0.932988,0.193324,-0.034625,0.701018,-0.712302,0.197564,0.082230,-0.976835,0.197573,0.082233,-0.976833, + -0.034624,0.701021,-0.712300,0.332960,-0.617342,-0.712760,0.308445,-0.924201,-0.225199,0.308444,-0.924200,-0.225201, + 0.332964,-0.617343,-0.712757,0.197564,0.082230,-0.976835,0.332960,-0.617342,-0.712760,0.332964,-0.617343,-0.712757, + 0.197573,0.082233,-0.976833,-0.305513,0.648275,0.697425,-0.300381,0.933873,0.194044,-0.303577,0.932988,0.193324, + -0.332539,0.625554,0.705762,0.308445,-0.924201,-0.225199,0.232830,-0.957310,0.171312,0.228848,-0.958430,0.170412, + 0.308444,-0.924200,-0.225201,0.057897,-0.679709,0.731193,-0.162011,-0.030227,0.986326,-0.206898,-0.042947,0.977419, + 0.022843,-0.674972,0.737490,-0.747864,0.263364,-0.609375,-0.593525,-0.147760,-0.791135,-0.941286,-0.262373,-0.212465, + -0.593525,-0.147760,-0.791135,-0.494671,-0.615659,-0.613404,-0.941286,-0.262373,-0.212465,-0.494671,-0.615659,-0.613404, + -0.516555,-0.800471,-0.304001,-0.941286,-0.262373,-0.212465,-0.516555,-0.800471,-0.304001,-0.580745,-0.811525,-0.064518, + -0.941286,-0.262373,-0.212465,-0.580745,-0.811525,-0.064518,-0.608475,-0.642572,0.465681,-0.941286,-0.262373,-0.212465, + -0.608475,-0.642572,0.465681,-0.774127,-0.204573,0.599064,-0.941286,-0.262373,-0.212465,-0.774127,-0.204573,0.599064, + -0.854052,0.270966,0.444041,-0.941286,-0.262373,-0.212465,-0.854052,0.270966,0.444041,-0.926966,0.371661,-0.051003, + -0.941286,-0.262373,-0.212465,-0.926966,0.371661,-0.051003,-0.854404,0.435375,-0.283625,-0.941286,-0.262373,-0.212465, + -0.854404,0.435375,-0.283625,-0.747864,0.263364,-0.609375,-0.941286,-0.262373,-0.212465,0.284988,0.410431,-0.866215, + 0.757206,0.403311,-0.513790,0.774021,0.285614,-0.565081,0.276613,0.323570,-0.904869,-0.902429,0.016382,-0.430528, + -0.971644,-0.175575,0.158371,-0.976029,-0.130834,0.173924,-0.902079,0.054935,-0.428059,-0.798481,-0.211970,0.563469, + -0.976029,-0.130834,0.173924,-0.971644,-0.175575,0.158371,-0.794998,-0.270986,0.542720,-0.970249,-0.167144,0.175157, + -0.791384,0.521011,0.319781,-0.741139,0.670004,-0.042502,-0.908123,0.053047,-0.415329,-0.898716,0.007535,-0.438466, + -0.340765,-0.786937,-0.514402,-0.398790,-0.898508,-0.183436,-0.964991,-0.214472,0.150974,-0.256669,-0.966494,0.003351, + -0.750106,-0.314410,0.581797,-0.964991,-0.214472,0.150974,-0.398790,-0.898508,-0.183436,0.968371,0.187884,-0.164186, + 0.774021,0.285614,-0.565081,0.757206,0.403311,-0.513790,0.937534,0.329937,-0.110323,0.402929,-0.214761,0.889678, + 0.879388,-0.015687,0.475848,0.844686,0.149453,0.513974,0.359459,-0.071152,0.930444,0.344397,-0.540474,-0.767645, + 0.275659,0.417038,-0.866078,0.758967,0.400569,-0.513336,0.609939,-0.547258,-0.573134,-0.256669,-0.966494,0.003351, + -0.027289,-0.871033,0.490465,-0.750106,-0.314410,0.581797,-0.442588,0.215327,-0.870489,-0.902429,0.016382,-0.430528, + -0.902079,0.054935,-0.428059,-0.426396,0.271304,-0.862891,-0.909916,0.299433,0.287040,-0.847957,0.504329,-0.163160, + -0.898716,0.007535,-0.438466,-0.964991,-0.214472,0.150974,-0.442593,0.301657,-0.844461,-0.422698,0.856455,-0.296329, + 0.041744,0.945363,-0.323337,0.270485,0.462747,-0.844218,-0.433889,0.258909,-0.862964,-0.066932,-0.645393,-0.760912, + -0.340765,-0.786937,-0.514402,-0.898716,0.007535,-0.438466,0.389707,-0.224344,0.893195,-0.217845,-0.270351,0.937792, + -0.027289,-0.871033,0.490465,0.428459,-0.778424,0.458779,-0.750106,-0.314410,0.581797,-0.217845,-0.270351,0.937792, + -0.773181,0.217702,0.595648,0.956817,0.285986,-0.052080,0.662756,0.747944,0.036519,0.797256,0.073297,0.599175, + -0.773181,0.217702,0.595648,-0.909916,0.299433,0.287040,-0.964991,-0.214472,0.150974,-0.750106,-0.314410,0.581797, + -0.847957,0.504329,-0.163160,-0.457280,0.747731,-0.481449,-0.433889,0.258909,-0.862964,-0.898716,0.007535,-0.438466, + 0.128883,0.847819,-0.514385,0.531125,0.800820,-0.276757,0.758967,0.400569,-0.513336,0.275659,0.417038,-0.866078, + 0.759812,0.128939,0.637229,0.945054,0.326616,-0.013966,0.456345,0.881496,0.121304,-0.745758,-0.263898,0.611722, + -0.680379,0.460872,0.569808,-0.791384,0.521011,0.319781,-0.970249,-0.167144,0.175157,-0.908123,0.053047,-0.415329, + -0.741139,0.670004,-0.042502,-0.422698,0.856455,-0.296329,-0.442593,0.301657,-0.844461,0.270485,0.462747,-0.844218, + 0.041744,0.945363,-0.323337,0.363912,0.921994,-0.132270,0.748551,0.449407,-0.487550,-0.680379,0.460872,0.569808, + -0.745758,-0.263898,0.611722,-0.173714,-0.190182,0.966258,-0.457280,0.747731,-0.481449,0.128883,0.847819,-0.514385, + 0.275659,0.417038,-0.866078,-0.433889,0.258909,-0.862964,-0.066932,-0.645393,-0.760912,-0.433889,0.258909,-0.862964, + 0.275659,0.417038,-0.866078,0.344397,-0.540474,-0.767645,-0.426396,0.271304,-0.862891,0.284988,0.410431,-0.866215, + 0.276613,0.323570,-0.904869,-0.442588,0.215327,-0.870489,0.763084,-0.606644,0.222905,0.797256,0.073297,0.599175, + 0.389707,-0.224344,0.893195,0.428459,-0.778424,0.458779,0.956817,0.285986,-0.052080,0.797256,0.073297,0.599175, + 0.763084,-0.606644,0.222905,-0.311004,-0.203659,0.928332,-0.798481,-0.211970,0.563469,-0.794998,-0.270986,0.542720, + -0.326228,-0.319157,0.889783,0.748551,0.449407,-0.487550,0.363912,0.921994,-0.132270,0.456345,0.881496,0.121304, + 0.945054,0.326616,-0.013966,0.531125,0.800820,-0.276757,0.662756,0.747944,0.036519,0.956817,0.285986,-0.052080, + 0.758967,0.400569,-0.513336,0.609939,-0.547258,-0.573134,0.758967,0.400569,-0.513336,0.956817,0.285986,-0.052080, + 0.699818,-0.615330,-0.362799,0.879388,-0.015687,0.475848,0.968371,0.187884,-0.164186,0.937534,0.329937,-0.110323, + 0.844686,0.149453,0.513974,-0.523248,-0.824085,0.217013,-0.141237,-0.426944,0.893180,-0.745758,-0.263898,0.611722, + -0.217845,-0.270351,0.937792,-0.750106,-0.314410,0.581797,-0.027289,-0.871033,0.490465,0.956817,0.285986,-0.052080, + 0.763084,-0.606644,0.222905,0.699818,-0.615330,-0.362799,-0.326228,-0.319157,0.889783,0.402929,-0.214761,0.889678, + 0.359459,-0.071152,0.930444,-0.311004,-0.203659,0.928332,-0.976029,-0.130834,0.173924,-0.798481,-0.211970,0.563469, + -0.803510,-0.095550,0.587573,-0.981927,-0.032670,0.186421,0.284988,0.410431,-0.866215,-0.426396,0.271304,-0.862891, + -0.451522,0.411580,-0.791663,0.227233,0.625542,-0.746367,0.359459,-0.071152,0.930444,0.844686,0.149453,0.513974, + 0.682735,0.463338,0.564970,0.258930,0.224177,0.939521,-0.798481,-0.211970,0.563469,-0.311004,-0.203659,0.928332, + -0.354509,0.031230,0.934531,-0.803510,-0.095550,0.587573,-0.311004,-0.203659,0.928332,0.359459,-0.071152,0.930444, + 0.258930,0.224177,0.939521,-0.354509,0.031230,0.934531,0.757206,0.403311,-0.513790,0.284988,0.410431,-0.866215, + 0.227233,0.625542,-0.746367,0.647114,0.662477,-0.377316,-0.902079,0.054935,-0.428059,-0.976029,-0.130834,0.173924, + -0.981927,-0.032670,0.186421,-0.903631,0.148051,-0.401910,-0.426396,0.271304,-0.862891,-0.902079,0.054935,-0.428059, + -0.903631,0.148051,-0.401910,-0.451522,0.411580,-0.791663,0.844686,0.149453,0.513974,0.937534,0.329937,-0.110323, + 0.784500,0.620121,0.002899,0.682735,0.463338,0.564970,0.937534,0.329937,-0.110323,0.757206,0.403311,-0.513790, + 0.647114,0.662477,-0.377316,0.784500,0.620121,0.002899,0.258930,0.224177,0.939521,0.682735,0.463338,0.564970, + 0.334180,0.772857,0.539459,0.049365,0.616172,0.786063,0.227233,0.625542,-0.746367,-0.451522,0.411580,-0.791663, + -0.489760,0.772346,-0.404497,0.025741,0.927375,-0.373246,0.682735,0.463338,0.564970,0.784500,0.620121,0.002899, + 0.388171,0.906059,0.168465,0.334180,0.772857,0.539459,0.647114,0.662477,-0.377316,0.227233,0.625542,-0.746367, + 0.025741,0.927375,-0.373246,0.307213,0.949199,-0.068122,-0.803510,-0.095550,0.587573,-0.354509,0.031230,0.934531, + -0.413016,0.431934,0.801780,-0.701807,0.405009,0.586033,-0.354509,0.031230,0.934531,0.258930,0.224177,0.939521, + 0.049365,0.616172,0.786063,-0.413016,0.431934,0.801780,-0.451522,0.411580,-0.791663,-0.903631,0.148051,-0.401910, + -0.786309,0.603240,-0.133487,-0.489760,0.772346,-0.404497,0.784500,0.620121,0.002899,0.647114,0.662477,-0.377316, + 0.307213,0.949199,-0.068122,0.388171,0.906059,0.168465,-0.903631,0.148051,-0.401910,-0.981927,-0.032670,0.186421, + -0.861272,0.430598,0.269808,-0.786309,0.603240,-0.133487,-0.981927,-0.032670,0.186421,-0.803510,-0.095550,0.587573, + -0.701807,0.405009,0.586033,-0.861272,0.430598,0.269808,0.025741,0.927375,-0.373246,-0.489760,0.772346,-0.404497, + -0.219993,0.919348,0.326193,0.334180,0.772857,0.539459,0.388171,0.906059,0.168465,-0.219993,0.919348,0.326193, + 0.307213,0.949199,-0.068122,0.025741,0.927375,-0.373246,-0.219993,0.919348,0.326193,-0.701807,0.405009,0.586033, + -0.413016,0.431934,0.801780,-0.219993,0.919348,0.326193,-0.413016,0.431934,0.801780,0.049365,0.616172,0.786063, + -0.219993,0.919348,0.326193,-0.489760,0.772346,-0.404497,-0.786309,0.603240,-0.133487,-0.219993,0.919348,0.326193, + 0.388171,0.906059,0.168465,0.307213,0.949199,-0.068122,-0.219993,0.919348,0.326193,-0.786309,0.603240,-0.133487, + -0.861272,0.430598,0.269808,-0.219993,0.919348,0.326193,-0.861272,0.430598,0.269808,-0.701807,0.405009,0.586033, + -0.219993,0.919348,0.326193,0.049365,0.616172,0.786063,0.334180,0.772857,0.539459,-0.219993,0.919348,0.326193, + 0.847287,0.177135,0.500728,0.810883,0.199578,0.550124,0.378297,-0.115946,0.918394,0.371283,-0.119044,0.920857, + 0.725656,0.490212,-0.482821,0.692722,0.557341,-0.457720,0.880982,0.468908,-0.063222,0.909856,0.402618,-0.100305, + -0.297448,-0.323307,0.898330,-0.344820,-0.398223,0.850010,-0.752849,-0.460335,0.470436,-0.777245,-0.374998,0.505240, + 0.909856,0.402618,-0.100305,0.880982,0.468908,-0.063222,0.810883,0.199578,0.550124,0.847287,0.177135,0.500728, + 0.264692,0.487134,-0.832249,0.212244,0.521170,-0.826640,0.692722,0.557341,-0.457720,0.725656,0.490212,-0.482821, + -0.883298,-0.020540,-0.468363,-0.882495,-0.103499,-0.458793,-0.470134,0.244629,-0.848015,-0.418730,0.286087,-0.861870, + -0.777245,-0.374998,0.505240,-0.752849,-0.460335,0.470436,-0.924800,-0.368113,0.096110,-0.953920,-0.276772,0.115903, + 0.371283,-0.119044,0.920857,0.378297,-0.115946,0.918394,-0.344820,-0.398223,0.850010,-0.297448,-0.323307,0.898330, + -0.418730,0.286087,-0.861870,-0.470134,0.244629,-0.848015,0.212244,0.521170,-0.826640,0.264692,0.487134,-0.832249, + -0.953920,-0.276772,0.115903,-0.924800,-0.368113,0.096110,-0.882495,-0.103499,-0.458793,-0.883298,-0.020540,-0.468363, + -0.173714,-0.190182,0.966258,-0.141237,-0.426944,0.893180,0.408291,-0.174498,0.896018,0.408889,-0.174285,0.895787, + 0.743731,-0.223175,-0.630125,0.748551,0.449407,-0.487550,0.945054,0.326616,-0.013966,0.880251,-0.332768,-0.338265, + 0.408889,-0.174285,0.895787,0.408291,-0.174498,0.896018,0.828356,-0.090855,0.552786,0.759812,0.128939,0.637229, + -0.745758,-0.263898,0.611722,-0.141237,-0.426944,0.893180,-0.173714,-0.190182,0.966258,0.364265,-0.248662,-0.897484, + 0.270485,0.462747,-0.844218,0.748551,0.449407,-0.487550,0.743731,-0.223175,-0.630125,-0.601862,-0.581435,-0.547444, + -0.908123,0.053047,-0.415329,-0.442593,0.301657,-0.844461,-0.202141,-0.407996,-0.890325,-0.523248,-0.824085,0.217013, + -0.745758,-0.263898,0.611722,-0.970249,-0.167144,0.175157,-0.664988,-0.741625,-0.088221,0.828356,-0.090855,0.552786, + 0.880251,-0.332768,-0.338265,0.945054,0.326616,-0.013966,-0.202141,-0.407996,-0.890325,-0.442593,0.301657,-0.844461, + 0.270485,0.462747,-0.844218,0.364265,-0.248662,-0.897484,-0.664988,-0.741625,-0.088221,-0.970249,-0.167144,0.175157, + -0.908123,0.053047,-0.415329,-0.601862,-0.581435,-0.547444,0.945054,0.326616,-0.013966,0.759812,0.128939,0.637229, + 0.828356,-0.090855,0.552786,0.869503,0.056713,0.490661,0.384989,-0.203582,0.900188,0.401958,-0.283301,0.870730, + 0.892986,0.000217,0.450084,0.753470,0.394357,-0.526084,0.944224,0.298925,-0.138149,0.953025,0.263761,-0.148906, + 0.761048,0.364007,-0.536940,-0.307970,-0.343377,0.887269,-0.790880,-0.318971,0.522271,-0.783333,-0.351711,0.512532, + -0.317044,-0.408996,0.855690,-0.431641,0.253274,-0.865759,0.271223,0.410095,-0.870781,0.278878,0.377918,-0.882839, + -0.424580,0.220156,-0.878216,0.271223,0.410095,-0.870781,0.753470,0.394357,-0.526084,0.761048,0.364007,-0.536940, + 0.278878,0.377918,-0.882839,-0.894260,0.002992,-0.447537,-0.431641,0.253274,-0.865759,-0.424580,0.220156,-0.878216, + -0.887967,-0.029297,-0.458972,-0.790880,-0.318971,0.522271,-0.965684,-0.219223,0.139266,-0.959467,-0.250498,0.129125, + -0.783333,-0.351711,0.512532,0.384989,-0.203582,0.900188,-0.307970,-0.343377,0.887269,-0.317044,-0.408996,0.855690, + 0.401958,-0.283301,0.870730,0.944224,0.298925,-0.138149,0.869503,0.056713,0.490661,0.892986,0.000217,0.450084, + 0.953025,0.263761,-0.148906,-0.965684,-0.219223,0.139266,-0.894260,0.002992,-0.447537,-0.887967,-0.029297,-0.458972, + -0.959467,-0.250498,0.129125,-0.894260,0.002992,-0.447537,-0.883298,-0.020540,-0.468363,-0.418730,0.286087,-0.861870, + -0.431641,0.253274,-0.865759,0.944224,0.298925,-0.138149,0.909856,0.402618,-0.100305,0.847287,0.177135,0.500728, + 0.869503,0.056713,0.490661,0.271223,0.410095,-0.870781,0.264692,0.487134,-0.832249,0.725656,0.490212,-0.482821, + 0.753470,0.394357,-0.526084,-0.431641,0.253274,-0.865759,-0.418730,0.286087,-0.861870,0.264692,0.487134,-0.832249, + 0.271223,0.410095,-0.870781,-0.790880,-0.318971,0.522271,-0.777245,-0.374998,0.505240,-0.953920,-0.276772,0.115903, + -0.965684,-0.219223,0.139266,0.384989,-0.203582,0.900188,0.371283,-0.119044,0.920857,-0.297448,-0.323307,0.898330, + -0.307970,-0.343377,0.887269,-0.965684,-0.219223,0.139266,-0.953920,-0.276772,0.115903,-0.883298,-0.020540,-0.468363, + -0.894260,0.002992,-0.447537,0.753470,0.394357,-0.526084,0.725656,0.490212,-0.482821,0.909856,0.402618,-0.100305, + 0.944224,0.298925,-0.138149,-0.307970,-0.343377,0.887269,-0.297448,-0.323307,0.898330,-0.777245,-0.374998,0.505240, + -0.790880,-0.318971,0.522271,0.869503,0.056713,0.490661,0.847287,0.177135,0.500728,0.371283,-0.119044,0.920857, + 0.384989,-0.203582,0.900188,-0.340765,-0.786937,-0.514402,-0.066932,-0.645393,-0.760912,0.205425,-0.924140,-0.322128, + -0.066932,-0.645393,-0.760912,0.344397,-0.540474,-0.767645,0.205425,-0.924140,-0.322128,0.344397,-0.540474,-0.767645, + 0.609939,-0.547258,-0.573134,0.205425,-0.924140,-0.322128,0.609939,-0.547258,-0.573134,0.699818,-0.615330,-0.362799, + 0.205425,-0.924140,-0.322128,0.699818,-0.615330,-0.362799,0.763084,-0.606644,0.222905,0.205425,-0.924140,-0.322128, + 0.763084,-0.606644,0.222905,0.428459,-0.778424,0.458779,0.205425,-0.924140,-0.322128,0.428459,-0.778424,0.458779, + -0.027289,-0.871033,0.490465,0.205425,-0.924140,-0.322128,-0.027289,-0.871033,0.490465,-0.256669,-0.966494,0.003351, + 0.205425,-0.924140,-0.322128,-0.256669,-0.966494,0.003351,-0.398790,-0.898508,-0.183436,0.205425,-0.924140,-0.322128, + -0.398790,-0.898508,-0.183436,-0.340765,-0.786937,-0.514402,0.205425,-0.924140,-0.322128,0.490472,-0.513127,-0.704371, + 0.522561,-0.825659,-0.212644,0.478517,-0.847185,-0.230867,0.455811,-0.527089,-0.717226,-0.136673,0.682973,-0.717543, + -0.386574,0.900769,-0.197928,-0.340952,0.922352,-0.181712,-0.103171,0.701133,-0.705527,-0.420973,0.879550,0.221751, + -0.340952,0.922352,-0.181712,-0.386574,0.900769,-0.197928,-0.475460,0.855553,0.204858,-0.326241,0.929911,-0.169801, + 0.101745,0.993428,-0.052427,0.330831,0.819514,-0.467919,-0.074816,0.717090,-0.692953,-0.104015,0.701675,-0.704863, + -0.764371,0.120296,-0.633456,-0.911838,0.271603,-0.307868,-0.356452,0.916134,-0.183412,-0.979076,0.190680,-0.071065, + -0.450998,0.847253,0.280646,-0.356452,0.916134,-0.183412,-0.911838,0.271603,-0.307868,0.391474,-0.901966,0.182226, + 0.478517,-0.847185,-0.230867,0.522561,-0.825659,-0.212644,0.448166,-0.870633,0.202843,-0.221905,-0.093254,0.970599, + 0.121720,-0.663902,0.737847,0.201109,-0.615693,0.761891,-0.133010,-0.049969,0.989854,-0.363911,-0.679574,-0.636983, + 0.490170,-0.511507,-0.705758,0.508539,-0.834016,-0.214022,-0.357139,-0.874146,-0.329120,-0.979076,0.190680,-0.071065, + -0.898676,0.097029,0.427747,-0.450998,0.847253,0.280646,0.204512,0.128562,-0.970385,-0.136673,0.682973,-0.717543, + -0.103171,0.701133,-0.705527,0.233849,0.144250,-0.961513,-0.032250,0.995568,-0.088342,0.224807,0.814395,-0.534997, + -0.104015,0.701675,-0.704863,-0.356452,0.916134,-0.183412,0.269475,0.161627,-0.949347,0.664787,0.348188,-0.660927, + 0.852586,-0.238857,-0.464805,0.520043,-0.498490,-0.693587,0.240205,0.146920,-0.959540,-0.539041,-0.245717,-0.805642, + -0.764371,0.120296,-0.633456,-0.104015,0.701675,-0.704863,-0.221868,-0.093251,0.970607,-0.363814,0.508471,0.780446, + -0.898676,0.097029,0.427747,-0.739840,-0.350697,0.574151,-0.450998,0.847253,0.280646,-0.363814,0.508471,0.780446, + -0.114234,0.957032,0.266533,0.397766,-0.877066,0.269329,0.704904,-0.668368,0.237476,0.153577,-0.562923,0.812116, + -0.114234,0.957032,0.266533,-0.032250,0.995568,-0.088342,-0.356452,0.916134,-0.183412,-0.450998,0.847253,0.280646, + 0.224807,0.814395,-0.534997,0.586370,0.312293,-0.747425,0.240205,0.146920,-0.959540,-0.104015,0.701675,-0.704863, + 0.783626,-0.320545,-0.532147,0.762555,-0.635177,-0.122720,0.508539,-0.834016,-0.214022,0.490170,-0.511507,-0.705758, + 0.160757,-0.525294,0.835598,0.420513,-0.855247,0.302857,0.795754,-0.551491,0.250267,-0.419733,0.852087,0.312687, + 0.031913,0.958932,0.281837,0.101745,0.993428,-0.052427,-0.326241,0.929911,-0.169801,-0.074816,0.717090,-0.692953, + 0.330831,0.819514,-0.467919,0.664787,0.348188,-0.660927,0.269475,0.161627,-0.949347,0.520043,-0.498490,-0.693587, + 0.852586,-0.238857,-0.464805,0.842200,-0.532466,-0.084727,0.538263,-0.818433,-0.201099,0.031913,0.958932,0.281837, + -0.419733,0.852087,0.312687,-0.330008,0.492273,0.805458,0.586370,0.312293,-0.747425,0.783626,-0.320545,-0.532147, + 0.490170,-0.511507,-0.705758,0.240205,0.146920,-0.959540,-0.539041,-0.245717,-0.805642,0.240205,0.146920,-0.959540, + 0.490170,-0.511507,-0.705758,-0.363911,-0.679574,-0.636983,0.233849,0.144250,-0.961513,0.490472,-0.513127,-0.704371, + 0.455811,-0.527089,-0.717226,0.204512,0.128562,-0.970385,-0.498327,-0.741827,0.448735,0.153577,-0.562923,0.812116, + -0.221868,-0.093251,0.970607,-0.739840,-0.350697,0.574151,0.397766,-0.877066,0.269329,0.153577,-0.562923,0.812116, + -0.498327,-0.741827,0.448735,-0.375574,0.570734,0.730210,-0.420973,0.879550,0.221751,-0.475460,0.855553,0.204858, + -0.459125,0.540758,0.704830,0.538263,-0.818433,-0.201099,0.842200,-0.532466,-0.084727,0.795754,-0.551491,0.250267, + 0.420513,-0.855247,0.302857,0.762555,-0.635177,-0.122720,0.704904,-0.668368,0.237476,0.397766,-0.877066,0.269329, + 0.508539,-0.834016,-0.214022,-0.357139,-0.874146,-0.329120,0.508539,-0.834016,-0.214022,0.397766,-0.877066,0.269329, + -0.426242,-0.900651,-0.084528,0.121720,-0.663902,0.737847,0.391474,-0.901966,0.182226,0.448166,-0.870633,0.202843, + 0.201109,-0.615693,0.761891,-0.759713,0.644054,0.089612,-0.529247,0.415648,0.739685,-0.419733,0.852087,0.312687, + -0.363814,0.508471,0.780446,-0.450998,0.847253,0.280646,-0.898676,0.097029,0.427747,0.397766,-0.877066,0.269329, + -0.498327,-0.741827,0.448735,-0.426242,-0.900651,-0.084528,-0.459125,0.540758,0.704830,-0.221905,-0.093254,0.970599, + -0.133010,-0.049969,0.989854,-0.375574,0.570734,0.730210,-0.340952,0.922352,-0.181712,-0.420973,0.879550,0.221751, + -0.132068,0.950877,0.279983,-0.067438,0.990991,-0.115710,0.490472,-0.513127,-0.704371,0.233849,0.144250,-0.961513, + 0.455770,0.258860,-0.851625,0.704882,-0.372375,-0.603720,-0.133010,-0.049969,0.989854,0.201109,-0.615693,0.761891, + 0.497804,-0.404483,0.767192,0.207771,0.115529,0.971331,-0.420973,0.879550,0.221751,-0.375574,0.570734,0.730210, + -0.036181,0.671630,0.740002,-0.132068,0.950877,0.279983,-0.375574,0.570734,0.730210,-0.133010,-0.049969,0.989854, + 0.207771,0.115529,0.971331,-0.036181,0.671630,0.740002,0.522561,-0.825659,-0.212644,0.490472,-0.513127,-0.704371, + 0.704882,-0.372375,-0.603720,0.742866,-0.657664,-0.125013,-0.103171,0.701133,-0.705527,-0.340952,0.922352,-0.181712, + -0.067438,0.990991,-0.115710,0.144118,0.779063,-0.610156,0.233849,0.144250,-0.961513,-0.103171,0.701133,-0.705527, + 0.144118,0.779063,-0.610156,0.455770,0.258860,-0.851625,0.201109,-0.615693,0.761891,0.448166,-0.870633,0.202843, + 0.693688,-0.670235,0.263786,0.497804,-0.404483,0.767192,0.448166,-0.870633,0.202843,0.522561,-0.825659,-0.212644, + 0.742866,-0.657664,-0.125013,0.693688,-0.670235,0.263786,0.207771,0.115529,0.971331,0.497804,-0.404483,0.767192, + 0.796314,-0.041482,0.603459,0.601709,0.304449,0.738415,0.704882,-0.372375,-0.603720,0.455770,0.258860,-0.851625, + 0.779526,0.422655,-0.462279,0.957125,-0.038684,-0.287080,0.497804,-0.404483,0.767192,0.693688,-0.670235,0.263786, + 0.930005,-0.225554,0.290202,0.796314,-0.041482,0.603459,0.742866,-0.657664,-0.125013,0.704882,-0.372375,-0.603720, + 0.957125,-0.038684,-0.287080,0.973800,-0.221826,0.050061,-0.132068,0.950877,0.279983,-0.036181,0.671630,0.740002, + 0.425513,0.689270,0.586384,0.353928,0.882125,0.310791,-0.036181,0.671630,0.740002,0.207771,0.115529,0.971331, + 0.601709,0.304449,0.738415,0.425513,0.689270,0.586384,0.455770,0.258860,-0.851625,0.144118,0.779063,-0.610156, + 0.575384,0.758823,-0.305157,0.779526,0.422655,-0.462279,0.693688,-0.670235,0.263786,0.742866,-0.657664,-0.125013, + 0.973800,-0.221826,0.050061,0.930005,-0.225554,0.290202,0.144118,0.779063,-0.610156,-0.067438,0.990991,-0.115710, + 0.405708,0.913863,0.015990,0.575384,0.758823,-0.305157,-0.067438,0.990991,-0.115710,-0.132068,0.950877,0.279983, + 0.353928,0.882125,0.310791,0.405708,0.913863,0.015990,0.957125,-0.038684,-0.287080,0.779526,0.422655,-0.462279, + 0.861563,0.448051,0.238661,0.796314,-0.041482,0.603459,0.930005,-0.225554,0.290202,0.861563,0.448051,0.238661, + 0.973800,-0.221826,0.050061,0.957125,-0.038684,-0.287080,0.861563,0.448051,0.238661,0.353928,0.882125,0.310791, + 0.425513,0.689270,0.586384,0.861563,0.448051,0.238661,0.425513,0.689270,0.586384,0.601709,0.304449,0.738415, + 0.861563,0.448051,0.238661,0.779526,0.422655,-0.462279,0.575384,0.758823,-0.305157,0.861563,0.448051,0.238661, + 0.930005,-0.225554,0.290202,0.973800,-0.221826,0.050061,0.861563,0.448051,0.238661,0.575384,0.758823,-0.305157, + 0.405708,0.913863,0.015990,0.861563,0.448051,0.238661,0.405708,0.913863,0.015990,0.353928,0.882125,0.310791, + 0.861563,0.448051,0.238661,0.601709,0.304449,0.738415,0.796314,-0.041482,0.603459,0.861563,0.448051,0.238661, + 0.120249,-0.663182,0.738735,0.141882,-0.661717,0.736207,-0.197531,-0.081260,0.976923,-0.222887,-0.093810,0.970320, + 0.478514,-0.847188,-0.230861,0.478515,-0.847188,-0.230859,0.394897,-0.901081,0.179189,0.392513,-0.902253,0.178531, + -0.459283,0.538327,0.706586,-0.445209,0.554839,0.702810,-0.473237,0.857391,0.202305,-0.475149,0.856457,0.201779, + 0.392513,-0.902253,0.178531,0.394897,-0.901081,0.179189,0.141882,-0.661717,0.736207,0.120249,-0.663182,0.738735, + 0.455815,-0.527096,-0.717218,0.455812,-0.527098,-0.717219,0.478515,-0.847188,-0.230859,0.478514,-0.847188,-0.230861, + -0.136694,0.682975,-0.717538,-0.136688,0.682976,-0.717537,0.204511,0.128563,-0.970385,0.204506,0.128564,-0.970386, + -0.475149,0.856457,0.201779,-0.473237,0.857391,0.202305,-0.386574,0.900769,-0.197930,-0.386571,0.900769,-0.197934, + -0.222887,-0.093810,0.970320,-0.197531,-0.081260,0.976923,-0.445209,0.554839,0.702810,-0.459283,0.538327,0.706586, + 0.204506,0.128564,-0.970386,0.204511,0.128563,-0.970385,0.455812,-0.527098,-0.717219,0.455815,-0.527096,-0.717218, + -0.386571,0.900769,-0.197934,-0.386574,0.900769,-0.197930,-0.136688,0.682976,-0.717537,-0.136694,0.682975,-0.717538, + -0.330008,0.492273,0.805458,-0.529247,0.415648,0.739685,-0.221859,-0.093248,0.970610,-0.221860,-0.093247,0.970610, + 0.143470,-0.943546,-0.298559,0.538263,-0.818433,-0.201099,0.420513,-0.855247,0.302857,0.039800,-0.997719,0.054522, + -0.221860,-0.093247,0.970610,-0.221859,-0.093248,0.970610,-0.023933,-0.636977,0.770512,0.160757,-0.525294,0.835598, + -0.419733,0.852087,0.312687,-0.529247,0.415648,0.739685,-0.330008,0.492273,0.805458,0.087493,-0.666677,-0.740193, + 0.520043,-0.498490,-0.693587,0.538263,-0.818433,-0.201099,0.143470,-0.943546,-0.298559,-0.470248,0.480003,-0.740584, + -0.074816,0.717090,-0.692953,0.269475,0.161627,-0.949347,-0.181204,-0.063328,-0.981404,-0.759713,0.644054,0.089612, + -0.419733,0.852087,0.312687,-0.326241,0.929911,-0.169801,-0.675244,0.686028,-0.270945,-0.023933,-0.636977,0.770512, + 0.039800,-0.997719,0.054522,0.420513,-0.855247,0.302857,-0.181204,-0.063328,-0.981404,0.269475,0.161627,-0.949347, + 0.520043,-0.498490,-0.693587,0.087493,-0.666677,-0.740193,-0.675244,0.686028,-0.270945,-0.326241,0.929911,-0.169801, + -0.074816,0.717090,-0.692953,-0.470248,0.480003,-0.740584,0.420513,-0.855247,0.302857,0.160757,-0.525294,0.835598, + -0.023933,-0.636977,0.770512,-0.417996,0.887942,-0.191934,0.026042,0.996528,-0.079086,0.254475,0.812831,-0.523973, + -0.169061,0.674757,-0.718416,0.175670,0.116044,-0.977586,0.596388,0.316200,-0.737793,0.800407,-0.294789,-0.521965, + 0.429552,-0.546925,-0.718580,-0.543762,0.374358,0.751119,-0.513921,0.798934,0.312393,-0.845115,0.532995,0.041193, + -0.513921,0.798934,0.312393,-0.042646,0.960645,0.274486,0.026042,0.996528,-0.079086,-0.417996,0.887942,-0.191934, + -0.169061,0.674757,-0.718416,0.254475,0.812831,-0.523973,0.596388,0.316200,-0.737793,0.175670,0.116044,-0.977586, + 0.429552,-0.546925,-0.718580,0.800407,-0.294789,-0.521965,0.798157,-0.592123,-0.111070,0.449246,-0.864916,-0.223826, + -0.543762,0.374358,0.751119,-0.318209,0.495864,0.807999,-0.513921,0.798934,0.312393,-0.064681,-0.621652,0.780618, + -0.101341,-0.994846,0.003300,0.319670,-0.898261,0.301560,0.449246,-0.864916,-0.223826,0.798157,-0.592123,-0.111070, + 0.751263,-0.613336,0.243768,0.319670,-0.898261,0.301560,-0.221849,-0.093245,0.970613,-0.221849,-0.093244,0.970612, + -0.064681,-0.621652,0.780618,0.170739,-0.517471,0.838494,-0.064681,-0.621652,0.780618,0.319670,-0.898261,0.301560, + 0.170739,-0.517471,0.838494,0.449246,-0.864916,-0.223826,0.319670,-0.898261,0.301560,-0.101341,-0.994846,0.003300, + 0.006368,-0.947540,-0.319574,0.319670,-0.898261,0.301560,0.751263,-0.613336,0.243768,0.170739,-0.517471,0.838494, + 0.175670,0.116044,-0.977586,0.429552,-0.546925,-0.718580,-0.046518,-0.685185,-0.726882,-0.298623,-0.123343,-0.946367, + 0.429552,-0.546925,-0.718580,0.449246,-0.864916,-0.223826,0.006368,-0.947540,-0.319574,-0.046518,-0.685185,-0.726882, + -0.169061,0.674757,-0.718416,0.175670,0.116044,-0.977586,-0.298623,-0.123343,-0.946367,-0.566859,0.386483,-0.727531, + -0.513921,0.798934,0.312393,-0.417996,0.887942,-0.191934,-0.762350,0.576172,-0.294700,-0.845115,0.532995,0.041193, + -0.042646,0.960645,0.274486,-0.513921,0.798934,0.312393,-0.318209,0.495864,0.807999,-0.221849,-0.093244,0.970612, + -0.221849,-0.093245,0.970613,-0.318209,0.495864,0.807999,-0.543762,0.374358,0.751119,-0.417996,0.887942,-0.191934, + -0.169061,0.674757,-0.718416,-0.566859,0.386483,-0.727531,-0.762350,0.576172,-0.294700,0.121928,-0.662406,0.739156, + -0.220374,-0.092632,0.971007,-0.261949,-0.112789,0.958468,0.103578,-0.686468,0.719745,0.478518,-0.847185,-0.230864, + 0.393829,-0.902360,0.175058,0.389977,-0.904236,0.173994,0.478523,-0.847182,-0.230863,-0.457505,0.538463,0.707635, + -0.474588,0.857443,0.198894,-0.477675,0.855924,0.198041,-0.486996,0.539876,0.686563,0.204513,0.128566,-0.970384, + 0.455819,-0.527096,-0.717216,0.455827,-0.527089,-0.717216,0.204526,0.128571,-0.970380,0.455819,-0.527096,-0.717216, + 0.478518,-0.847185,-0.230864,0.478523,-0.847182,-0.230863,0.455827,-0.527089,-0.717216,-0.136683,0.682972,-0.717542, + 0.204513,0.128566,-0.970384,0.204526,0.128571,-0.970380,-0.136669,0.682978,-0.717539,-0.474588,0.857443,0.198894, + -0.386565,0.900771,-0.197937,-0.386561,0.900773,-0.197936,-0.477675,0.855924,0.198041,-0.220374,-0.092632,0.971007, + -0.457505,0.538463,0.707635,-0.486996,0.539876,0.686563,-0.261949,-0.112789,0.958468,0.393829,-0.902360,0.175058, + 0.121928,-0.662406,0.739156,0.103578,-0.686468,0.719745,0.389977,-0.904236,0.173994,-0.386565,0.900771,-0.197937, + -0.136683,0.682972,-0.717542,-0.136669,0.682978,-0.717539,-0.386561,0.900773,-0.197936,-0.386569,0.900770,-0.197935, + -0.386571,0.900769,-0.197934,-0.136694,0.682975,-0.717538,-0.136700,0.682973,-0.717538,0.204503,0.128562,-0.970387, + 0.204506,0.128564,-0.970386,0.455815,-0.527096,-0.717218,0.455819,-0.527098,-0.717215,-0.248172,-0.106061,0.962892, + -0.222887,-0.093810,0.970320,-0.459283,0.538327,0.706586,-0.477347,0.539483,0.693612,-0.477059,0.855518,0.201253, + -0.475149,0.856457,0.201779,-0.386571,0.900769,-0.197934,-0.386569,0.900770,-0.197935,-0.136700,0.682973,-0.717538, + -0.136694,0.682975,-0.717538,0.204506,0.128564,-0.970386,0.204503,0.128562,-0.970387,0.455819,-0.527098,-0.717215, + 0.455815,-0.527096,-0.717218,0.478514,-0.847188,-0.230861,0.478513,-0.847188,-0.230863,0.390125,-0.903417,0.177876, + 0.392513,-0.902253,0.178531,0.120249,-0.663182,0.738735,0.109215,-0.678083,0.726826,-0.477347,0.539483,0.693612, + -0.459283,0.538327,0.706586,-0.475149,0.856457,0.201779,-0.477059,0.855518,0.201253,0.478513,-0.847188,-0.230863, + 0.478514,-0.847188,-0.230861,0.392513,-0.902253,0.178531,0.390125,-0.903417,0.177876,0.109215,-0.678083,0.726826, + 0.120249,-0.663182,0.738735,-0.222887,-0.093810,0.970320,-0.248172,-0.106061,0.962892,-0.386569,0.900770,-0.197934, + -0.136694,0.682963,-0.717549,-0.136683,0.682972,-0.717542,-0.386565,0.900771,-0.197937,0.397674,-0.900466,0.176115, + 0.157751,-0.660453,0.734109,0.121928,-0.662406,0.739156,0.393829,-0.902360,0.175058,-0.178449,-0.071888,0.981320, + -0.434567,0.566096,0.700490,-0.457505,0.538463,0.707635,-0.220374,-0.092632,0.971007,-0.471494,0.858951,0.199741, + -0.386569,0.900770,-0.197934,-0.386565,0.900771,-0.197937,-0.474588,0.857443,0.198894,-0.136694,0.682963,-0.717549, + 0.204498,0.128563,-0.970388,0.204513,0.128566,-0.970384,-0.136683,0.682972,-0.717542,0.455809,-0.527091,-0.717227, + 0.478511,-0.847189,-0.230861,0.478518,-0.847185,-0.230864,0.455819,-0.527096,-0.717216,0.204498,0.128563,-0.970388, + 0.455809,-0.527091,-0.717227,0.455819,-0.527096,-0.717216,0.204513,0.128566,-0.970384,-0.434567,0.566096,0.700490, + -0.471494,0.858951,0.199741,-0.474588,0.857443,0.198894,-0.457505,0.538463,0.707635,0.478511,-0.847189,-0.230861, + 0.397674,-0.900466,0.176115,0.393829,-0.902360,0.175058,0.478518,-0.847185,-0.230864,0.157751,-0.660453,0.734109, + -0.178449,-0.071888,0.981320,-0.220374,-0.092632,0.971007,0.121928,-0.662406,0.739156,-0.764371,0.120296,-0.633456, + -0.539041,-0.245717,-0.805642,-0.871778,-0.426922,-0.240292,-0.539041,-0.245717,-0.805642,-0.363911,-0.679574,-0.636983, + -0.871778,-0.426922,-0.240292,-0.363911,-0.679574,-0.636983,-0.357139,-0.874146,-0.329120,-0.871778,-0.426922,-0.240292, + -0.357139,-0.874146,-0.329120,-0.426242,-0.900651,-0.084528,-0.871778,-0.426922,-0.240292,-0.426242,-0.900651,-0.084528, + -0.498327,-0.741827,0.448735,-0.871778,-0.426922,-0.240292,-0.498327,-0.741827,0.448735,-0.739840,-0.350697,0.574151, + -0.871778,-0.426922,-0.240292,-0.739840,-0.350697,0.574151,-0.898676,0.097029,0.427747,-0.871778,-0.426922,-0.240292, + -0.898676,0.097029,0.427747,-0.979076,0.190680,-0.071065,-0.871778,-0.426922,-0.240292,-0.979076,0.190680,-0.071065, + -0.911838,0.271603,-0.307868,-0.871778,-0.426922,-0.240292,-0.911838,0.271603,-0.307868,-0.764371,0.120296,-0.633456, + -0.871778,-0.426922,-0.240292,0.027436,0.001300,0.999623,0.027436,0.001300,0.999623,0.027436,0.001300,0.999623, + 0.027436,0.001300,0.999623,0.027436,0.001300,0.999623,0.027436,0.001300,0.999623,0.027436,0.001300,0.999623, + 0.809767,0.146724,-0.568110,0.519596,0.669788,-0.530476,0.224517,0.974271,-0.019675,0.249916,0.828326,0.501415, + 0.348760,0.542939,0.763927,0.556692,0.190956,0.808474,0.765353,-0.189050,0.615219,0.933860,-0.351693,0.064939, + 0.944705,-0.166713,-0.282382,0.987458,0.133980,0.083519,0.987180,0.135980,0.083575,0.848556,-0.527895,0.035769, + 0.850449,-0.524813,0.036171,0.701624,0.706484,0.092753,0.693676,0.714282,0.092816,0.987180,0.135980,0.083575, + 0.987458,0.133980,0.083519,0.307451,0.945945,0.103257,0.307030,0.946079,0.103280,0.693676,0.714282,0.092816, + 0.701624,0.706484,0.092753,-0.000000,0.993680,0.112247,-0.000000,0.993680,0.112247,0.307030,0.946079,0.103280, + 0.307451,0.945945,0.103257,0.762760,0.642937,0.069496,0.298282,0.954478,-0.000227,0.304256,0.952590,0.001176, + 0.801046,0.594125,0.073082,0.298282,0.954478,-0.000227,-0.000000,0.999173,-0.040655,-0.000000,0.999173,-0.040655, + 0.304256,0.952590,0.001176,-0.000000,0.064195,0.997937,-0.000000,0.064195,0.997937,-0.000001,0.064195,0.997937, + -0.000001,0.064195,0.997937,-0.000001,0.064195,0.997937,-0.000001,0.064195,0.997937,-0.000001,0.064195,0.997937, + 0.044882,-0.146354,-0.988214,0.000000,-0.146502,-0.989210,0.000000,-0.146502,-0.989210,0.044882,-0.146354,-0.988214, + 0.044882,-0.146354,-0.988214,0.044882,-0.146354,-0.988214,0.044882,-0.146354,-0.988214,-0.020090,0.184977,0.982537, + -0.020090,0.184977,0.982537,-0.020090,0.184977,0.982537,-0.000000,0.185015,0.982736,-0.000000,0.185015,0.982736, + -0.020090,0.184977,0.982537,-0.020090,0.184977,0.982537,-0.020090,0.184977,0.982537,-0.020090,0.184977,0.982537, + 0.166083,0.986069,-0.009145,-0.531361,0.846498,0.033119,-0.519443,0.841910,0.146173,0.166398,0.968880,0.183255, + -0.373674,-0.926330,0.047752,0.444124,-0.895945,-0.006040,0.423872,-0.887232,0.182079,-0.373009,-0.910832,0.176774, + 0.842716,0.535609,-0.054335,0.166083,0.986069,-0.009145,0.166398,0.968880,0.183255,0.824955,0.533171,0.187560, + 0.444124,-0.895945,-0.006040,0.958772,-0.279019,-0.053892,0.951903,-0.252578,0.173452,0.423872,-0.887232,0.182079, + -0.930649,0.362109,0.052617,-0.933975,-0.351637,0.063572,-0.934737,-0.329769,0.132363,-0.923116,0.367107,0.114411, + -0.531361,0.846498,0.033119,-0.930649,0.362109,0.052617,-0.923116,0.367107,0.114411,-0.519443,0.841910,0.146173, + -0.933975,-0.351637,0.063572,-0.373674,-0.926330,0.047752,-0.373009,-0.910832,0.176774,-0.934737,-0.329769,0.132363, + 0.958772,-0.279019,-0.053892,0.842716,0.535609,-0.054335,0.824955,0.533171,0.187560,0.951903,-0.252578,0.173452, + 0.936928,-0.278987,-0.210554,0.408267,-0.903129,-0.132952,-0.090191,-0.712647,-0.695701,0.420166,-0.228430,-0.878226, + 0.121407,0.988369,-0.091583,0.818163,0.541822,-0.192457,0.329738,0.437609,-0.836523,-0.282874,0.729267,-0.623018, + -0.936204,0.326421,-0.130278,-0.582308,0.810138,-0.067778,-0.698318,0.583470,-0.414625,-0.799074,0.207709,-0.564214, + -0.440711,-0.892895,-0.092263,-0.940589,-0.315409,-0.125738,-0.812972,-0.194012,-0.549032,-0.584789,-0.663285,-0.466985, + -0.940589,-0.315409,-0.125738,-0.936204,0.326421,-0.130278,-0.799074,0.207709,-0.564214,-0.812972,-0.194012,-0.549032, + -0.582308,0.810138,-0.067778,0.121407,0.988369,-0.091583,-0.282874,0.729267,-0.623018,-0.698318,0.583470,-0.414625, + 0.818163,0.541822,-0.192457,0.936928,-0.278987,-0.210554,0.420166,-0.228430,-0.878226,0.329738,0.437609,-0.836523, + 0.408267,-0.903129,-0.132952,-0.440711,-0.892895,-0.092263,-0.584789,-0.663285,-0.466985,-0.090191,-0.712647,-0.695701, + 0.936928,-0.278987,-0.210554,0.818163,0.541822,-0.192457,0.842716,0.535609,-0.054335,0.958772,-0.279019,-0.053892, + -0.940589,-0.315409,-0.125738,-0.440711,-0.892895,-0.092263,-0.373674,-0.926330,0.047752,-0.933975,-0.351637,0.063572, + -0.582308,0.810138,-0.067778,-0.936204,0.326421,-0.130278,-0.930649,0.362109,0.052617,-0.531361,0.846498,0.033119, + -0.936204,0.326421,-0.130278,-0.940589,-0.315409,-0.125738,-0.933975,-0.351637,0.063572,-0.930649,0.362109,0.052617, + 0.408267,-0.903129,-0.132952,0.936928,-0.278987,-0.210554,0.958772,-0.279019,-0.053892,0.444124,-0.895945,-0.006040, + 0.818163,0.541822,-0.192457,0.121407,0.988369,-0.091583,0.166083,0.986069,-0.009145,0.842716,0.535609,-0.054335, + -0.440711,-0.892895,-0.092263,0.408267,-0.903129,-0.132952,0.444124,-0.895945,-0.006040,-0.373674,-0.926330,0.047752, + 0.121407,0.988369,-0.091583,-0.582308,0.810138,-0.067778,-0.531361,0.846498,0.033119,0.166083,0.986069,-0.009145, + -0.698318,0.583470,-0.414625,-0.584789,-0.663285,-0.466985,-0.812972,-0.194012,-0.549032,-0.799074,0.207709,-0.564214, + 0.646527,-0.231030,0.727069,-0.693792,-0.216756,0.686782,-0.280274,-0.580050,0.764846,0.279351,-0.562570,0.778125, + -0.282874,0.729267,-0.623018,-0.090191,-0.712647,-0.695701,-0.584789,-0.663285,-0.466985,-0.698318,0.583470,-0.414625, + -0.090191,-0.712647,-0.695701,-0.282874,0.729267,-0.623018,0.329738,0.437609,-0.836523,0.420166,-0.228430,-0.878226, + -0.933080,-0.321125,0.161991,-0.947997,-0.289195,-0.132919,-0.422990,-0.895208,-0.140292,-0.397342,-0.905735,0.147522, + 0.185371,0.971485,-0.147830,0.172047,0.978406,0.114546,0.818040,0.556819,0.144093,0.839634,0.520615,-0.154837, + -0.947997,-0.289195,-0.132919,-0.930237,0.340007,-0.138035,-0.627342,0.248447,-0.738049,-0.624641,-0.246588,-0.740957, + -0.930237,0.340007,-0.138035,-0.947997,-0.289195,-0.132919,-0.933080,-0.321125,0.161991,-0.918629,0.372822,0.130865, + 0.818040,0.556819,0.144093,0.172047,0.978406,0.114546,0.119082,0.626060,0.770628,0.561623,0.314866,0.765140, + -0.507455,0.854742,0.109115,0.172047,0.978406,0.114546,0.185371,0.971485,-0.147830,-0.528639,0.837646,-0.137443, + 0.397209,-0.904767,0.153691,-0.397342,-0.905735,0.147522,-0.422990,-0.895208,-0.140292,0.426283,-0.889955,-0.162060, + -0.930237,0.340007,-0.138035,-0.918629,0.372822,0.130865,-0.507455,0.854742,0.109115,-0.528639,0.837646,-0.137443, + 0.397209,-0.904767,0.153691,0.426283,-0.889955,-0.162060,0.949566,-0.269526,-0.160250,0.938280,-0.297001,0.177257, + 0.630732,-0.182287,-0.754287,0.297375,-0.652664,-0.696849,-0.297345,-0.672687,-0.677553,-0.624641,-0.246588,-0.740957, + -0.627342,0.248447,-0.738049,-0.368941,0.599750,-0.710058,0.125869,0.701220,-0.701746,0.572066,0.381501,-0.726084, + 0.185371,0.971485,-0.147830,0.839634,0.520615,-0.154837,0.572066,0.381501,-0.726084,0.125869,0.701220,-0.701746, + -0.930237,0.340007,-0.138035,-0.528639,0.837646,-0.137443,-0.368941,0.599750,-0.710058,-0.627342,0.248447,-0.738049, + 0.426283,-0.889955,-0.162060,-0.422990,-0.895208,-0.140292,-0.297345,-0.672687,-0.677553,0.297375,-0.652664,-0.696849, + -0.528639,0.837646,-0.137443,0.185371,0.971485,-0.147830,0.125869,0.701220,-0.701746,-0.368941,0.599750,-0.710058, + 0.949566,-0.269526,-0.160250,0.426283,-0.889955,-0.162060,0.297375,-0.652664,-0.696849,0.630732,-0.182287,-0.754287, + 0.839634,0.520615,-0.154837,0.949566,-0.269526,-0.160250,0.630732,-0.182287,-0.754287,0.572066,0.381501,-0.726084, + -0.422990,-0.895208,-0.140292,-0.947997,-0.289195,-0.132919,-0.624641,-0.246588,-0.740957,-0.297345,-0.672687,-0.677553, + 0.609311,-0.200906,0.767057,0.561623,0.314866,0.765140,0.119082,0.626060,0.770628,-0.361742,0.532702,0.765096, + -0.617881,0.192786,0.762270,-0.602692,-0.231522,0.763649,-0.284022,-0.624130,0.727869,0.271812,-0.616210,0.739191, + 0.938280,-0.297001,0.177257,0.818040,0.556819,0.144093,0.561623,0.314866,0.765140,0.609311,-0.200906,0.767057, + 0.397209,-0.904767,0.153691,0.938280,-0.297001,0.177257,0.609311,-0.200906,0.767057,0.271812,-0.616210,0.739191, + -0.918629,0.372822,0.130865,-0.933080,-0.321125,0.161991,-0.602692,-0.231522,0.763649,-0.617881,0.192786,0.762270, + -0.507455,0.854742,0.109115,-0.918629,0.372822,0.130865,-0.617881,0.192786,0.762270,-0.361742,0.532702,0.765096, + 0.172047,0.978406,0.114546,-0.507455,0.854742,0.109115,-0.361742,0.532702,0.765096,0.119082,0.626060,0.770628, + -0.397342,-0.905735,0.147522,0.397209,-0.904767,0.153691,0.271812,-0.616210,0.739191,-0.284022,-0.624130,0.727869, + -0.933080,-0.321125,0.161991,-0.397342,-0.905735,0.147522,-0.284022,-0.624130,0.727869,-0.602692,-0.231522,0.763649, + 0.839634,0.520615,-0.154837,0.818040,0.556819,0.144093,0.938280,-0.297001,0.177257,0.949566,-0.269526,-0.160250, + -0.645911,0.262364,0.716913,0.584197,0.320210,0.745775,0.124985,0.611622,0.781215,-0.371392,0.518785,0.770019, + -0.693792,-0.216756,0.686782,0.646527,-0.231030,0.727069,0.584197,0.320210,0.745775,-0.645911,0.262364,0.716913, + 0.062405,0.228499,-0.971542,0.083763,0.175968,-0.980826,-0.046958,0.002753,-0.998893,0.014127,0.002532,-0.999897, + 0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.004682,-0.992463,-0.122458,-0.002227,-0.990008,0.140996,-0.779838,-0.620064,0.085872,-0.733149,-0.673766,-0.092369, + 0.122001,0.992530,-0.000000,0.122001,0.992530,-0.000000,0.242180,0.970231,-0.000000,0.242180,0.970231,-0.000000, + 0.995669,-0.081546,-0.044650,0.995960,-0.089150,-0.010746,0.779083,-0.620682,0.088221,0.739857,-0.666337,-0.092778, + -0.998396,-0.051663,-0.023179,-0.998150,-0.060145,-0.008857,-0.998874,-0.038611,-0.027567,-0.998280,-0.047046,-0.034996, + -0.733149,-0.673766,-0.092369,-0.779838,-0.620064,0.085872,-0.998150,-0.060145,-0.008857,-0.998396,-0.051663,-0.023179, + 0.993011,-0.106193,-0.051500,0.994705,-0.097682,-0.031927,0.995960,-0.089150,-0.010746,0.995669,-0.081546,-0.044650, + 0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.090645,0.375347,-0.922441,0.248017,0.388976,-0.887235,0.083763,0.175968,-0.980826,0.062405,0.228499,-0.971542, + -0.114958,-0.993370,0.000000,-0.242180,-0.970231,0.000000,-0.242180,-0.970231,0.000000,-0.122001,-0.992530,0.000000, + 0.125361,0.992111,0.000000,0.125862,0.992048,0.000000,0.460402,0.887711,0.000000,0.460402,0.887711,0.000000, + -0.992376,0.123247,0.000000,-0.992376,0.123247,0.000000,-0.992376,0.123247,0.000000,-0.992376,0.123247,0.000000, + -0.000000,0.000000,1.000000,-0.000000,0.000000,1.000000,-0.000000,0.000000,1.000000,-0.000000,0.000000,1.000000, + 0.993584,0.113095,-0.000000,0.993584,0.113095,-0.000000,0.993584,0.113095,-0.000000,0.993584,0.113095,-0.000000, + 0.097320,0.152099,-0.983562,-0.132531,0.146701,-0.980262,-0.132531,0.146701,-0.980262,0.035933,0.151440,-0.987813, + -0.059590,0.353551,-0.933515,0.090645,0.375347,-0.922441,0.062405,0.228499,-0.971542,0.018346,0.152751,-0.988094, + 0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.122001,0.992530,-0.000000,0.122001,0.992530,-0.000000, + 0.739857,-0.666337,-0.092778,0.779083,-0.620682,0.088221,-0.002227,-0.990008,0.140996,0.004682,-0.992463,-0.122458, + 0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.018346,0.152751,-0.988094,0.062405,0.228499,-0.971542,0.014127,0.002532,-0.999897,0.074344,0.002305,-0.997230, + 0.273742,0.150725,-0.949920,0.097320,0.152099,-0.983562,0.035933,0.151440,-0.987813,0.273742,0.150725,-0.949920, + 0.000000,0.000000,1.000000,-0.000000,0.000000,1.000000,-0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + -0.224134,0.974558,0.000001,-0.224134,0.974558,0.000001,0.125862,0.992048,0.000000,0.125361,0.992111,0.000000, + 0.000000,-1.000000,0.000000,-0.114958,-0.993370,0.000000,-0.122001,-0.992530,0.000000,0.000000,-1.000000,0.000000, + 0.843890,-0.480072,-0.239543,0.739857,-0.666337,-0.092778,0.004682,-0.992463,-0.122458,0.010690,-0.925729,-0.378036, + 0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.122001,0.992530,-0.000000,0.113002,0.993595,0.000000, + 0.990028,-0.117519,-0.077683,0.993011,-0.106193,-0.051500,0.995669,-0.081546,-0.044650,0.995166,-0.064241,-0.074277, + -0.854215,-0.477028,-0.206787,-0.733149,-0.673766,-0.092369,-0.998396,-0.051663,-0.023179,-0.998528,-0.041186,-0.035305, + -0.998528,-0.041186,-0.035305,-0.998396,-0.051663,-0.023179,-0.998280,-0.047046,-0.034996,-0.997365,-0.057516,-0.044219, + 0.995166,-0.064241,-0.074277,0.995669,-0.081546,-0.044650,0.739857,-0.666337,-0.092778,0.843890,-0.480072,-0.239543, + 0.113002,0.993595,0.000000,0.122001,0.992530,-0.000000,0.242180,0.970231,-0.000000,0.242180,0.970231,0.000000, + 0.010690,-0.925729,-0.378036,0.004682,-0.992463,-0.122458,-0.733149,-0.673766,-0.092369,-0.854215,-0.477028,-0.206787, + 0.729301,-0.124439,-0.672782,0.316629,-0.482016,-0.816950,-0.300662,-0.494589,-0.815466,-0.719403,-0.174816,-0.672234, + 0.846207,0.531264,0.041127,0.184621,0.978404,0.092958,0.174451,0.976777,0.124392,0.835162,0.534326,0.130386, + 0.729301,-0.124439,-0.672782,0.630846,0.436252,-0.641652,0.846207,0.531264,0.041127,0.961726,-0.271159,-0.039448, + 0.141914,0.733680,-0.664510,-0.396188,0.625344,-0.672294,-0.526678,0.844293,0.098890,0.184621,0.978404,0.092958, + -0.396188,0.625344,-0.672294,-0.704203,0.288377,-0.648796,-0.936566,0.343946,0.067415,-0.526678,0.844293,0.098890, + 0.630846,0.436252,-0.641652,0.141914,0.733680,-0.664510,0.184621,0.978404,0.092958,0.846207,0.531264,0.041127, + -0.300662,-0.494589,-0.815466,0.316629,-0.482016,-0.816950,0.430111,-0.897267,-0.099585,-0.393601,-0.915564,-0.082583, + 0.316629,-0.482016,-0.816950,0.729301,-0.124439,-0.672782,0.961726,-0.271159,-0.039448,0.430111,-0.897267,-0.099585, + -0.704203,0.288377,-0.648796,-0.719403,-0.174816,-0.672234,-0.937787,-0.347192,-0.003589,-0.936566,0.343946,0.067415, + -0.719403,-0.174816,-0.672234,-0.300662,-0.494589,-0.815466,-0.393601,-0.915564,-0.082583,-0.937787,-0.347192,-0.003589, + 0.156596,0.987285,0.027305,-0.540615,0.840911,0.024578,-0.519618,0.852578,-0.055750,0.145528,0.987420,-0.061829, + -0.393601,-0.915564,-0.082583,0.430111,-0.897267,-0.099585,0.417861,-0.896856,0.145057,-0.370185,-0.916441,0.151983, + 0.430111,-0.897267,-0.099585,0.961726,-0.271159,-0.039448,0.945035,-0.296307,0.138244,0.417861,-0.896856,0.145057, + -0.936566,0.343946,0.067415,-0.937787,-0.347192,-0.003589,-0.918258,-0.366315,0.150386,-0.926116,0.353718,0.131119, + -0.937787,-0.347192,-0.003589,-0.393601,-0.915564,-0.082583,-0.370185,-0.916441,0.151983,-0.918258,-0.366315,0.150386, + 0.961726,-0.271159,-0.039448,0.846207,0.531264,0.041127,0.835162,0.534326,0.130386,0.945035,-0.296307,0.138244, + 0.184621,0.978404,0.092958,-0.526678,0.844293,0.098890,-0.523728,0.843128,0.121839,0.174451,0.976777,0.124392, + -0.526678,0.844293,0.098890,-0.936566,0.343946,0.067415,-0.926116,0.353718,0.131119,-0.523728,0.843128,0.121839, + -0.022896,0.003890,0.999730,-0.022896,0.003890,0.999730,-0.022896,0.003890,0.999730,-0.022896,0.003890,0.999730, + -0.022896,0.003890,0.999730,-0.022896,0.003890,0.999730,-0.022896,0.003890,0.999730,-0.022896,0.003890,0.999730, + -0.540615,0.840911,0.024578,-0.931749,0.361967,0.028703,-0.924253,0.378591,-0.049244,-0.519618,0.852578,-0.055750, + 0.834380,0.550073,0.035061,0.156596,0.987285,0.027305,0.145528,0.987420,-0.061829,0.825679,0.561407,-0.055468, + -0.389595,-0.920985,0.001395,0.432447,-0.901655,0.002789,0.414858,-0.905498,-0.089255,-0.359130,-0.928797,-0.091447, + 0.432447,-0.901655,0.002789,0.964466,-0.262958,0.025668,0.955945,-0.286289,-0.064863,0.414858,-0.905498,-0.089255, + -0.931749,0.361967,0.028703,-0.940969,-0.337857,0.020728,-0.925371,-0.373063,-0.067176,-0.924253,0.378591,-0.049244, + -0.940969,-0.337857,0.020728,-0.389595,-0.920985,0.001395,-0.359130,-0.928797,-0.091447,-0.925371,-0.373063,-0.067176, + 0.964466,-0.262958,0.025668,0.834380,0.550073,0.035061,0.825679,0.561407,-0.055468,0.955945,-0.286289,-0.064863, + 0.945035,-0.296307,0.138244,0.835162,0.534326,0.130386,0.828589,0.548792,0.110758,0.961490,-0.238279,0.136967, + -0.918258,-0.366315,0.150386,-0.370185,-0.916441,0.151983,-0.392573,-0.904825,0.164861,-0.940564,-0.316463,0.123252, + -0.926116,0.353718,0.131119,-0.918258,-0.366315,0.150386,-0.940564,-0.316463,0.123252,-0.928725,0.359499,0.090726, + 0.417861,-0.896856,0.145057,0.945035,-0.296307,0.138244,0.961490,-0.238279,0.136967,0.431465,-0.886254,0.168502, + -0.370185,-0.916441,0.151983,0.417861,-0.896856,0.145057,0.431465,-0.886254,0.168502,-0.392573,-0.904825,0.164861, + 0.835162,0.534326,0.130386,0.174451,0.976777,0.124392,0.157172,0.982914,0.095800,0.828589,0.548792,0.110758, + -0.523728,0.843128,0.121839,-0.926116,0.353718,0.131119,-0.928725,0.359499,0.090726,-0.532714,0.842008,0.085081, + 0.174451,0.976777,0.124392,-0.523728,0.843128,0.121839,-0.532714,0.842008,0.085081,0.157172,0.982914,0.095800, + 0.961490,-0.238279,0.136967,0.828589,0.548792,0.110758,0.834380,0.550073,0.035061,0.964466,-0.262958,0.025668, + -0.940564,-0.316463,0.123252,-0.392573,-0.904825,0.164861,-0.389595,-0.920985,0.001395,-0.940969,-0.337857,0.020728, + -0.928725,0.359499,0.090726,-0.940564,-0.316463,0.123252,-0.940969,-0.337857,0.020728,-0.931749,0.361967,0.028703, + 0.431465,-0.886254,0.168502,0.961490,-0.238279,0.136967,0.964466,-0.262958,0.025668,0.432447,-0.901655,0.002789, + -0.392573,-0.904825,0.164861,0.431465,-0.886254,0.168502,0.432447,-0.901655,0.002789,-0.389595,-0.920985,0.001395, + 0.828589,0.548792,0.110758,0.157172,0.982914,0.095800,0.156596,0.987285,0.027305,0.834380,0.550073,0.035061, + -0.532714,0.842008,0.085081,-0.928725,0.359499,0.090726,-0.931749,0.361967,0.028703,-0.540615,0.840911,0.024578, + 0.157172,0.982914,0.095800,-0.532714,0.842008,0.085081,-0.540615,0.840911,0.024578,0.156596,0.987285,0.027305, + 0.630846,0.436252,-0.641652,-0.704203,0.288377,-0.648796,-0.396188,0.625344,-0.672294,0.141914,0.733680,-0.664510, + -0.719403,-0.174816,-0.672234,-0.704203,0.288377,-0.648796,0.630846,0.436252,-0.641652,0.729301,-0.124439,-0.672782, + 0.410712,-0.907677,-0.086242,0.832657,-0.553764,-0.005305,0.818552,-0.491156,0.297891,0.362765,-0.930337,-0.053617, + 0.993707,-0.055355,0.097377,0.920738,0.378834,0.093414,0.863617,0.291678,0.411206,0.901604,-0.016680,0.432240, + 0.617604,0.786138,0.023503,0.295561,0.955318,-0.003297,0.266203,0.961880,0.062637,0.690725,0.610064,0.388228, + 0.832657,-0.553764,-0.005305,0.993707,-0.055355,0.097377,0.901604,-0.016680,0.432240,0.818552,-0.491156,0.297891, + 0.920738,0.378834,0.093414,0.617604,0.786138,0.023503,0.690725,0.610064,0.388228,0.863617,0.291678,0.411206, + 0.295561,0.955318,-0.003297,0.000000,1.000000,-0.000000,-0.000000,0.994585,0.103926,0.266203,0.961880,0.062637, + 0.000000,-0.996486,-0.083764,0.410712,-0.907677,-0.086242,0.362765,-0.930337,-0.053617,0.000000,-0.999848,0.017452, + -0.000000,0.865702,0.500559,0.478882,0.671386,0.565609,0.266203,0.961880,0.062637,-0.000000,0.994585,0.103926, + -0.000000,-0.472515,0.881323,0.413931,-0.336555,0.845808,0.387999,0.039243,0.920824,-0.000000,-0.019800,0.999804, + -0.000000,-0.019800,0.999804,0.387999,0.039243,0.920824,0.399733,0.356159,0.844609,0.000000,0.446974,0.894547, + 0.000000,-0.900158,0.435563,0.247077,-0.887434,0.389119,0.413931,-0.336555,0.845808,-0.000000,-0.472515,0.881323, + 0.000000,0.446974,0.894547,0.399733,0.356159,0.844609,0.478882,0.671386,0.565609,-0.000000,0.865702,0.500559, + 0.000000,-0.999848,0.017452,0.362765,-0.930337,-0.053617,0.247077,-0.887434,0.389119,0.000000,-0.900158,0.435563, + 0.266203,0.961880,0.062637,0.478882,0.671386,0.565609,0.690725,0.610064,0.388228,0.690725,0.610064,0.388228, + 0.727815,0.045074,0.684290,0.691272,0.070172,0.719180,0.863617,0.291678,0.411206,0.863617,0.291678,0.411206, + 0.691272,0.070172,0.719180,0.704785,0.042538,0.708144,0.901604,-0.016680,0.432240,0.901604,-0.016680,0.432240, + 0.704785,0.042538,0.708144,0.620897,-0.653232,0.433330,0.818552,-0.491156,0.297891,0.247077,-0.887434,0.389119, + 0.620897,-0.653232,0.433330,0.413931,-0.336555,0.845808,0.727815,0.045074,0.684290,0.478882,0.671386,0.565609, + 0.399733,0.356159,0.844609,0.691272,0.070172,0.719180,0.727815,0.045074,0.684290,0.399733,0.356159,0.844609, + 0.387999,0.039243,0.920824,0.704785,0.042538,0.708144,0.691272,0.070172,0.719180,0.387999,0.039243,0.920824, + 0.413931,-0.336555,0.845808,0.413931,-0.336555,0.845808,0.620897,-0.653232,0.433330,0.704785,0.042538,0.708144, + 0.247077,-0.887434,0.389119,0.362765,-0.930337,-0.053617,0.818552,-0.491156,0.297891,0.620897,-0.653232,0.433330, + -0.045631,0.030332,-0.998498,-0.045631,0.030332,-0.998498,-0.045631,0.030332,-0.998498,-0.045631,0.030332,-0.998498, + -0.045631,0.030332,-0.998498,-0.045631,0.030332,-0.998498,0.000000,0.030364,-0.999539,0.000000,0.030364,-0.999539, + 0.196446,0.778169,-0.596542,0.566330,0.507947,-0.649045,0.255542,0.416381,-0.872540,0.690725,0.610064,0.388228, + 0.478882,0.671386,0.565609,0.727815,0.045074,0.684290,0.962027,0.199004,-0.186820,0.975339,0.090564,-0.201274, + 0.957052,0.139990,-0.253877,0.962027,0.199004,-0.186820,0.976502,0.080769,-0.199799,0.974656,0.147960,-0.167788, + 0.967895,0.160256,-0.193643,-0.000000,0.980289,-0.197566,0.151030,0.971647,-0.181914,0.132362,0.892152,-0.431909, + 0.000000,0.909684,-0.415301,0.604594,0.792207,-0.082909,0.371299,0.918490,-0.136061,0.396244,0.906918,-0.143141, + 0.768956,0.631585,-0.099032,0.151030,0.971647,-0.181914,0.371299,0.918490,-0.136061,0.320119,0.870522,-0.373785, + 0.132362,0.892152,-0.431909,0.604594,0.792207,-0.082909,0.768956,0.631585,-0.099032,0.923512,0.377543,-0.067724, + 0.260226,0.960901,0.094611,0.267503,0.962107,0.052833,0.073066,0.992509,0.097915,0.094658,0.994912,0.034486, + 0.635056,0.734589,-0.238919,0.505853,0.846188,-0.167569,0.482810,0.875723,-0.001943,0.710428,0.702172,-0.047403, + 0.702770,0.674562,-0.226009,0.635056,0.734589,-0.238919,0.710428,0.702172,-0.047403,0.773754,0.617337,-0.142124, + 0.260226,0.960901,0.094611,0.484495,0.861454,0.152192,0.482810,0.875723,-0.001943,0.267503,0.962107,0.052833, + 0.073066,0.992509,0.097915,-0.010329,0.995674,0.092339,-0.041927,0.998666,0.030131,0.094658,0.994912,0.034486, + 0.710428,0.702172,-0.047403,0.482810,0.875723,-0.001943,0.484495,0.861454,0.152192,0.714245,0.688970,0.123186, + 0.710428,0.702172,-0.047403,0.714245,0.688970,0.123186,0.773754,0.617337,-0.142124,-0.010329,0.995674,0.092339, + 0.073066,0.992509,0.097915,0.140474,0.981139,0.132794,0.033368,0.983562,0.177462,0.073066,0.992509,0.097915, + 0.267503,0.962107,0.052833,0.305141,0.952302,0.003132,0.140474,0.981139,0.132794,0.267503,0.962107,0.052833, + 0.482810,0.875723,-0.001943,0.505853,0.846188,-0.167569,0.305141,0.952302,0.003132,0.412594,0.886131,0.211042, + 0.254666,0.912919,0.318941,0.271944,0.916054,0.294775,0.436310,0.877109,0.200785,0.157154,0.965254,-0.208776, + 0.299564,0.945572,-0.127104,0.319868,0.939395,-0.123378,0.185733,0.965955,-0.180095,0.250140,0.929372,0.271474, + 0.245934,0.965578,0.084708,0.247560,0.964078,0.096272,0.244705,0.923827,0.294387,0.520361,0.847180,-0.107290, + 0.475298,0.879694,0.015151,0.364898,0.884153,-0.291759,0.520361,0.847180,-0.107290,0.364898,0.884153,-0.291759, + 0.402426,0.893460,-0.199455,0.408718,0.897729,-0.164416,0.402426,0.893460,-0.199455,0.000000,0.988795,-0.149280, + 0.000001,0.956172,-0.292804,0.408718,0.897729,-0.164416,0.000000,0.654946,0.755676,0.340937,0.604859,0.719658, + 0.338344,0.620259,0.707674,-0.000006,0.582089,0.813125,0.340937,0.604859,0.719658,0.300677,0.576843,0.759503, + 0.394077,0.624195,0.674599,0.338344,0.620259,0.707674,0.300677,0.576843,0.759503,0.383141,0.625730,0.679460, + 0.394077,0.624195,0.674599,0.093117,0.991927,-0.086082,-0.098739,0.662274,-0.742727,-0.080299,0.629749,-0.772637, + 0.185357,0.966999,-0.174804,-0.530583,0.674205,0.513740,-0.698168,0.702371,-0.138694,-0.927445,0.358500,0.106415, + -0.846902,0.344056,0.405442,0.007626,-0.345823,0.938269,0.169058,-0.379827,0.909478,0.323104,0.314189,0.892686, + 0.197831,0.333826,0.921642,-0.099742,0.694393,0.712650,0.148667,0.794835,0.588333,0.277932,0.170602,0.945330, + -0.032656,0.176812,0.983703,-0.032656,0.176812,0.983703,0.277932,0.170602,0.945330,0.288405,-0.385636,0.876417, + -0.016834,-0.234643,0.971936,0.323104,0.314189,0.892686,0.257308,0.885044,0.387929,0.254883,0.875327,0.410897, + 0.197831,0.333826,0.921642,0.257308,0.885044,0.387929,0.093117,0.991927,-0.086082,0.185357,0.966999,-0.174804, + 0.254883,0.875327,0.410897,-0.000000,-0.947299,-0.320351,-0.000000,-0.992118,-0.125306,0.077192,-0.987996,-0.133811, + 0.033684,-0.919295,-0.392124,-0.281250,0.702554,-0.653694,-0.320119,0.870522,-0.373785,-0.132362,0.892152,-0.431909, + -0.139393,0.778124,-0.612448,0.000000,0.879743,-0.475450,-0.194792,0.787521,-0.584693,-0.139393,0.778124,-0.612448, + 0.000000,0.825565,-0.564307,-0.389403,0.877532,-0.279826,-0.604594,0.792207,-0.082909,-0.371299,0.918490,-0.136061, + -0.320119,0.870522,-0.373785,0.000000,-0.997729,0.067356,0.000000,-0.988109,0.153756,-0.091750,-0.944500,0.315438, + 0.003061,-0.987452,0.157888,-0.578938,0.052392,-0.813687,-0.432290,0.111414,-0.894825,-0.445054,0.496168,-0.745483, + -0.566330,0.507947,-0.649045,-0.205655,-0.778719,-0.592708,-0.081741,-0.879530,-0.468770,-0.329994,-0.290030,-0.898325, + -0.499265,-0.322482,-0.804201,-0.151297,-0.588319,-0.794349,-0.205655,-0.778719,-0.592708,-0.499265,-0.322482,-0.804201, + -0.291087,-0.247374,-0.924162,-0.334224,0.100074,-0.937166,-0.578938,0.052392,-0.813687,-0.566330,0.507947,-0.649045, + -0.255542,0.416381,-0.872540,0.000000,0.909684,-0.415301,0.000000,0.825565,-0.564307,-0.139393,0.778124,-0.612448, + -0.132362,0.892152,-0.431909,-0.205655,-0.778719,-0.592708,-0.151297,-0.588319,-0.794349,0.221212,-0.616185,-0.755897, + 0.167254,-0.902468,-0.396961,-0.151297,-0.588319,-0.794349,-0.291087,-0.247374,-0.924162,0.144095,-0.250695,-0.957282, + 0.221212,-0.616185,-0.755897,-0.334224,0.100074,-0.937166,-0.255542,0.416381,-0.872540,0.120359,0.491319,-0.862624, + 0.113801,0.123798,-0.985760,0.305644,-0.378411,0.873720,0.288405,-0.385636,0.876417,0.277932,0.170602,0.945330, + 0.267505,0.212382,0.939859,0.288405,-0.385636,0.876417,0.201207,-0.916019,0.347023,-0.015233,-0.765750,0.642958, + -0.016834,-0.234643,0.971936,0.288405,-0.385636,0.876417,0.305644,-0.378411,0.873720,0.206856,-0.945283,0.252292, + 0.201207,-0.916019,0.347023,-0.081741,-0.879530,-0.468770,-0.023668,-0.847517,-0.530240,-0.180173,-0.330843,-0.926326, + -0.329994,-0.290030,-0.898325,-0.432290,0.111414,-0.894825,-0.236728,0.132883,-0.962446,-0.251965,0.476457,-0.842320, + -0.445054,0.496168,-0.745483,-0.196099,0.959932,-0.200188,-0.143662,0.916518,-0.373303,0.105599,0.844681,0.524750, + 0.148667,0.794835,0.588333,0.161654,-0.382645,0.909643,0.305644,-0.378411,0.873720,0.267505,0.212382,0.939859, + 0.082623,0.226396,0.970525,-0.236728,0.132883,-0.962446,-0.397127,0.035177,-0.917089,-0.441052,0.455692,-0.773187, + -0.251965,0.476457,-0.842320,0.105599,0.844681,0.524750,-0.143662,0.916518,-0.373303,-0.425797,0.848442,-0.314392, + -0.181552,0.821354,0.540756,0.267505,0.212382,0.939859,0.105599,0.844681,0.524750,-0.181552,0.821354,0.540756, + 0.082623,0.226396,0.970525,-0.014678,-0.994333,-0.105290,-0.040173,-0.894191,-0.445880,0.033684,-0.919295,-0.392124, + 0.077192,-0.987996,-0.133811,-0.568780,-0.791763,-0.222715,-0.226439,-0.885490,-0.405751,0.004085,-0.942892,0.333074, + -0.386523,-0.812611,0.436192,-0.091750,-0.944500,0.315438,-0.716273,-0.562831,0.412522,-0.278352,-0.902581,0.328432, + 0.003061,-0.987452,0.157888,-0.023668,-0.847517,-0.530240,-0.226439,-0.885490,-0.405751,-0.348207,-0.494497,-0.796382, + -0.180173,-0.330843,-0.926326,-0.023668,-0.847517,-0.530240,-0.081741,-0.879530,-0.468770,0.201207,-0.916019,0.347023, + 0.206856,-0.945283,0.252292,-0.211225,-0.037657,-0.976712,-0.278379,-0.554037,-0.784569,-0.495317,-0.528474,-0.689476, + -0.365092,-0.019430,-0.930769,-0.190416,-0.327410,0.925497,0.161654,-0.382645,0.909643,0.082623,0.226396,0.970525, + -0.263932,0.209606,0.941491,-0.226439,-0.885490,-0.405751,-0.023668,-0.847517,-0.530240,0.206856,-0.945283,0.252292, + 0.004085,-0.942892,0.333074,-0.226439,-0.885490,-0.405751,-0.568780,-0.791763,-0.222715,-0.654305,-0.501867,-0.565698, + -0.348207,-0.494497,-0.796382,-0.397127,0.035177,-0.917089,-0.704412,0.004466,-0.709777,-0.712807,0.449681,-0.538232, + -0.441052,0.455692,-0.773187,-0.698168,0.702371,-0.138694,-0.530583,0.674205,0.513740,-0.181552,0.821354,0.540756, + -0.425797,0.848442,-0.314392,-0.530583,0.674205,0.513740,-0.263932,0.209606,0.941491,0.082623,0.226396,0.970525, + -0.181552,0.821354,0.540756,-0.272444,-0.908174,-0.317795,-0.090101,-0.881518,0.463474,-0.292025,-0.812226,0.504986, + -0.494740,-0.840817,-0.219680,-0.000000,-0.992118,-0.125306,0.000000,-0.997729,0.067356,0.003061,-0.987452,0.157888, + 0.077192,-0.987996,-0.133811,-0.000000,0.980422,-0.196910,-0.000000,0.980289,-0.197566,-0.151030,0.971647,-0.181914, + -0.152129,0.971372,-0.182462,-0.098739,0.662274,-0.742727,-0.211225,-0.037657,-0.976712,-0.365092,-0.019430,-0.930769, + -0.080299,0.629749,-0.772637,-0.698168,0.702371,-0.138694,-0.425797,0.848442,-0.314392,-0.441052,0.455692,-0.773187, + -0.712807,0.449681,-0.538232,-0.425797,0.848442,-0.314392,-0.143662,0.916518,-0.373303,-0.251965,0.476457,-0.842320, + -0.441052,0.455692,-0.773187,-0.143662,0.916518,-0.373303,-0.196099,0.959932,-0.200188,-0.445054,0.496168,-0.745483, + -0.251965,0.476457,-0.842320,-0.196099,0.959932,-0.200188,-0.276463,0.927290,-0.252393,-0.566330,0.507947,-0.649045, + -0.445054,0.496168,-0.745483,-0.276463,0.927290,-0.252393,-0.196446,0.778169,-0.596542,-0.566330,0.507947,-0.649045, + -0.255542,0.416381,-0.872540,-0.196446,0.778169,-0.596542,0.092575,0.862634,-0.497286,0.120359,0.491319,-0.862624, + -0.278379,-0.554037,-0.784569,-0.272444,-0.908174,-0.317795,-0.494740,-0.840817,-0.219680,-0.495317,-0.528474,-0.689476, + -0.704412,0.004466,-0.709777,-0.397127,0.035177,-0.917089,-0.348207,-0.494497,-0.796382,-0.654305,-0.501867,-0.565698, + -0.397127,0.035177,-0.917089,-0.236728,0.132883,-0.962446,-0.180173,-0.330843,-0.926326,-0.348207,-0.494497,-0.796382, + -0.236728,0.132883,-0.962446,-0.432290,0.111414,-0.894825,-0.329994,-0.290030,-0.898325,-0.180173,-0.330843,-0.926326, + -0.432290,0.111414,-0.894825,-0.578938,0.052392,-0.813687,-0.499265,-0.322482,-0.804201,-0.329994,-0.290030,-0.898325, + -0.578938,0.052392,-0.813687,-0.334224,0.100074,-0.937166,-0.291087,-0.247374,-0.924162,-0.499265,-0.322482,-0.804201, + -0.291087,-0.247374,-0.924162,-0.334224,0.100074,-0.937166,0.113801,0.123798,-0.985760,0.144095,-0.250695,-0.957282, + 0.305644,-0.378411,0.873720,0.161654,-0.382645,0.909643,0.004085,-0.942892,0.333074,0.206856,-0.945283,0.252292, + 0.161654,-0.382645,0.909643,-0.190416,-0.327410,0.925497,-0.386523,-0.812611,0.436192,0.004085,-0.942892,0.333074, + -0.090101,-0.881518,0.463474,0.169058,-0.379827,0.909478,0.007626,-0.345823,0.938269,-0.292025,-0.812226,0.504986, + 0.201207,-0.916019,0.347023,-0.081741,-0.879530,-0.468770,0.075367,-0.996982,0.018606,-0.015233,-0.765750,0.642958, + -0.014678,-0.994333,-0.105290,0.077192,-0.987996,-0.133811,0.003061,-0.987452,0.157888,-0.278352,-0.902581,0.328432, + 0.033684,-0.919295,-0.392124,-0.113092,-0.808237,-0.577896,-0.000000,-0.911159,-0.412054,-0.000000,-0.947299,-0.320351, + -0.360944,0.535298,-0.763659,-0.130697,0.576764,-0.806388,-0.228531,0.735065,-0.638320,-0.281250,0.702554,-0.653694, + -0.130697,0.576764,-0.806388,-0.360944,0.535298,-0.763659,-0.407473,0.215337,-0.887466,-0.216118,0.198452,-0.955986, + 0.033684,-0.919295,-0.392124,-0.040173,-0.894191,-0.445880,-0.154617,-0.744918,-0.648992,-0.113092,-0.808237,-0.577896, + -0.429114,-0.484281,-0.762452,-0.116059,-0.847463,-0.518012,-0.113092,-0.808237,-0.577896,-0.365299,-0.402562,-0.839345, + -0.365299,-0.402562,-0.839345,-0.267447,-0.423399,-0.865566,-0.216118,0.198452,-0.955986,-0.407473,0.215337,-0.887466, + -0.154617,-0.744918,-0.648992,-0.267447,-0.423399,-0.865566,-0.365299,-0.402562,-0.839345,-0.113092,-0.808237,-0.577896, + -0.407473,0.215337,-0.887466,-0.577724,0.099159,-0.810187,-0.429114,-0.484281,-0.762452,-0.365299,-0.402562,-0.839345, + -0.500031,0.531843,-0.683455,-0.577724,0.099159,-0.810187,-0.407473,0.215337,-0.887466,-0.360944,0.535298,-0.763659, + -0.081741,-0.879530,-0.468770,-0.205655,-0.778719,-0.592708,0.167254,-0.902468,-0.396961,0.075367,-0.996982,0.018606, + 0.092575,0.862634,-0.497286,-0.196446,0.778169,-0.596542,-0.276463,0.927290,-0.252393,0.042071,0.989619,-0.137418, + -0.737161,0.114622,0.665925,-0.738109,-0.133926,0.661255,-0.190416,-0.327410,0.925497,-0.263932,0.209606,0.941491, + 0.267505,0.212382,0.939859,0.277932,0.170602,0.945330,0.148667,0.794835,0.588333,0.105599,0.844681,0.524750, + -0.281250,0.702554,-0.653694,-0.139393,0.778124,-0.612448,-0.194792,0.787521,-0.584693,-0.500031,0.531843,-0.683455, + -0.698168,0.702371,-0.138694,-0.712807,0.449681,-0.538232,-0.960008,0.265353,-0.089287,-0.927445,0.358500,0.106415, + -0.712807,0.449681,-0.538232,-0.704412,0.004466,-0.709777,-0.983644,0.029197,-0.177743,-0.960008,0.265353,-0.089287, + -0.704412,0.004466,-0.709777,-0.654305,-0.501867,-0.565698,-0.971225,-0.221384,-0.087818,-0.983644,0.029197,-0.177743, + -0.654305,-0.501867,-0.565698,-0.568780,-0.791763,-0.222715,-0.924197,-0.374318,0.075797,-0.971225,-0.221384,-0.087818, + -0.568780,-0.791763,-0.222715,-0.386523,-0.812611,0.436192,-0.808933,-0.376864,0.451221,-0.924197,-0.374318,0.075797, + -0.386523,-0.812611,0.436192,-0.190416,-0.327410,0.925497,-0.738109,-0.133926,0.661255,-0.808933,-0.376864,0.451221, + -0.263932,0.209606,0.941491,-0.530583,0.674205,0.513740,-0.846902,0.344056,0.405442,-0.737161,0.114622,0.665925, + -0.299477,-0.938412,0.172326,-0.282687,-0.943799,0.171263,-0.693442,-0.699627,0.172222,-0.716303,-0.676657,0.170427, + -0.801046,0.594125,0.073082,-0.762760,0.642937,0.069496,-0.988599,-0.086953,0.122926,-0.983469,-0.129444,0.126619, + 0.000000,-0.987348,0.158570,0.000000,-0.987348,0.158570,-0.282687,-0.943799,0.171263,-0.299477,-0.938412,0.172326, + -0.716303,-0.676657,0.170427,-0.693442,-0.699627,0.172222,-0.983469,-0.129444,0.126619,-0.988599,-0.086953,0.122926, + -0.396244,0.906918,-0.143141,-0.152129,0.971372,-0.182462,-0.151030,0.971647,-0.181914,-0.371299,0.918490,-0.136061, + -0.320119,0.870522,-0.373785,-0.281250,0.702554,-0.653694,-0.228531,0.735065,-0.638320,-0.389403,0.877532,-0.279826, + -0.099742,0.694393,0.712650,-0.075912,0.988045,0.134182,-0.196099,0.959932,-0.200188,0.148667,0.794835,0.588333, + -0.276463,0.927290,-0.252393,-0.196099,0.959932,-0.200188,-0.075912,0.988045,0.134182,0.042071,0.989619,-0.137418, + -0.116059,-0.847463,-0.518012,0.000000,-0.910747,-0.412964,-0.000000,-0.911159,-0.412054,-0.113092,-0.808237,-0.577896, + 0.000000,-0.057465,-0.998348,0.000000,-0.057465,-0.998348,0.000000,-0.057465,-0.998348,0.000000,-0.057465,-0.998348, + 0.000000,-0.057465,-0.998348,0.000000,-0.057465,-0.998347,0.000000,-0.057465,-0.998348,-0.500031,0.531843,-0.683455, + -0.360944,0.535298,-0.763659,-0.281250,0.702554,-0.653694,0.185357,0.966999,-0.174804,-0.080299,0.629749,-0.772637, + 0.003189,0.561222,-0.827659,0.333462,0.927319,-0.169950,-0.333923,-0.693905,-0.637959,-0.330564,-0.942136,0.055743, + -0.526525,-0.824810,0.206057,-0.618871,-0.507176,-0.599810,0.082610,0.666025,-0.741341,-0.278953,0.722223,-0.632913, + 0.069529,0.996673,0.042523,0.315966,0.948762,0.003941,0.194608,0.553208,0.809993,0.315966,0.948762,0.003941, + 0.069529,0.996673,0.042523,0.104055,0.614892,0.781716,-0.249916,0.828326,0.501415,0.367300,0.794470,0.483640, + 0.333462,0.927319,-0.169950,-0.224517,0.974272,-0.019675,-0.809767,0.146724,-0.568110,-0.393591,-0.125054,-0.910740, + -0.552820,-0.569617,-0.608217,-0.944705,-0.166713,-0.282382,0.333462,0.927319,-0.169950,0.003189,0.561222,-0.827659, + -0.519596,0.669788,-0.530476,-0.224517,0.974272,-0.019675,-0.573188,-0.814464,-0.090017,-0.345904,-0.669194,0.657670, + -0.765354,-0.189049,0.615218,-0.933860,-0.351693,0.064938,-0.033786,-0.188602,0.981472,0.206964,0.352494,0.912641, + -0.348760,0.542938,0.763927,-0.556694,0.190956,0.808472,-0.552820,-0.569617,-0.608217,-0.573188,-0.814464,-0.090017, + -0.933860,-0.351693,0.064938,-0.944705,-0.166713,-0.282382,0.003189,0.561222,-0.827659,-0.393591,-0.125054,-0.910740, + -0.809767,0.146724,-0.568110,-0.519596,0.669788,-0.530476,0.206964,0.352494,0.912641,0.367300,0.794470,0.483640, + -0.249916,0.828326,0.501415,-0.348760,0.542938,0.763927,-0.345904,-0.669194,0.657670,-0.033786,-0.188602,0.981472, + -0.556694,0.190956,0.808472,-0.765354,-0.189049,0.615218,0.254883,0.875327,0.410897,0.185357,0.966999,-0.174804, + 0.333462,0.927319,-0.169950,0.367300,0.794470,0.483640,-0.495317,-0.528474,-0.689476,-0.494740,-0.840817,-0.219680, + -0.573188,-0.814464,-0.090017,-0.552820,-0.569617,-0.608217,0.007626,-0.345823,0.938269,0.197831,0.333826,0.921642, + 0.206964,0.352494,0.912641,-0.033786,-0.188602,0.981472,-0.365092,-0.019430,-0.930769,-0.495317,-0.528474,-0.689476, + -0.552820,-0.569617,-0.608217,-0.393591,-0.125054,-0.910740,-0.292025,-0.812226,0.504986,0.007626,-0.345823,0.938269, + -0.033786,-0.188602,0.981472,-0.345904,-0.669194,0.657670,-0.080299,0.629749,-0.772637,-0.365092,-0.019430,-0.930769, + -0.393591,-0.125054,-0.910740,0.003189,0.561222,-0.827659,0.197831,0.333826,0.921642,0.254883,0.875327,0.410897, + 0.367300,0.794470,0.483640,0.206964,0.352494,0.912641,0.000000,0.495219,-0.868768,0.000000,0.188319,-0.982108, + -0.418549,0.189521,-0.888200,-0.436164,0.449744,-0.779417,-0.924198,0.298696,-0.237988,-0.931691,0.220268,-0.288850, + -0.978893,0.151302,-0.137393,-0.969420,0.217656,-0.113359,-0.715774,-0.676850,-0.171876,-0.670319,-0.617862,-0.410998, + -0.307567,-0.798670,-0.517233,-0.387140,-0.885509,-0.256898,-0.000000,0.814012,-0.580849,0.000000,0.495219,-0.868768, + -0.436164,0.449744,-0.779417,-0.423911,0.715425,-0.555397,-0.887563,-0.280328,-0.365579,-0.941581,-0.317718,-0.111714, + -0.991905,-0.016728,-0.125875,-0.937613,0.041260,-0.345225,-0.670319,-0.617862,-0.410998,-0.715774,-0.676850,-0.171876, + -0.941581,-0.317718,-0.111714,-0.887563,-0.280328,-0.365579,-0.436164,0.449744,-0.779417,-0.782077,0.331931,-0.527426, + -0.732355,0.515636,-0.444720,-0.423911,0.715425,-0.555397,-0.978893,0.151302,-0.137393,-0.931691,0.220268,-0.288850, + -0.937613,0.041260,-0.345225,-0.991905,-0.016728,-0.125875,-0.931691,0.220268,-0.288850,-0.782077,0.331931,-0.527426, + -0.788479,0.118531,-0.603532,-0.937613,0.041260,-0.345225,-0.782077,0.331931,-0.527426,-0.931691,0.220268,-0.288850, + -0.924198,0.298696,-0.237988,-0.732355,0.515636,-0.444720,0.000000,-0.088649,-0.996063,-0.333029,-0.097391,-0.937873, + -0.418549,0.189521,-0.888200,0.000000,0.188319,-0.982108,-0.684734,-0.188627,-0.703960,-0.887563,-0.280328,-0.365579, + -0.937613,0.041260,-0.345225,-0.788479,0.118531,-0.603532,-0.333029,-0.097391,-0.937873,-0.684734,-0.188627,-0.703960, + -0.788479,0.118531,-0.603532,-0.418549,0.189521,-0.888200,-0.307567,-0.798670,-0.517233,0.000000,-0.812153,-0.583445, + -0.000000,-0.953710,-0.300728,-0.387140,-0.885509,-0.256898,-0.535008,-0.461058,-0.707949,-0.670319,-0.617862,-0.410998, + -0.887563,-0.280328,-0.365579,-0.684734,-0.188627,-0.703960,0.000001,-0.438079,-0.898937,-0.244686,-0.489237,-0.837123, + -0.333029,-0.097391,-0.937873,0.000000,-0.088649,-0.996063,-0.333029,-0.097391,-0.937873,-0.244686,-0.489237,-0.837123, + -0.535008,-0.461058,-0.707949,-0.684734,-0.188627,-0.703960,-0.244686,-0.489237,-0.837123,0.000001,-0.438079,-0.898937, + 0.000000,-0.812153,-0.583445,-0.307567,-0.798670,-0.517233,-0.244686,-0.489237,-0.837123,-0.307567,-0.798670,-0.517233, + -0.670319,-0.617862,-0.410998,-0.535008,-0.461058,-0.707949,-0.418549,0.189521,-0.888200,-0.788479,0.118531,-0.603532, + -0.782077,0.331931,-0.527426,-0.436164,0.449744,-0.779417,-0.324380,-0.285880,0.901693,-0.512285,-0.138325,0.847603, + -0.608992,-0.180067,0.772466,-0.445427,-0.292276,0.846268,-0.878514,0.464491,0.111626,-0.791580,0.577739,0.199044, + -0.660691,0.731286,0.169433,-0.802454,0.594005,0.056806,-0.570834,0.701294,0.427007,-0.468574,0.747839,0.470293, + -0.616741,0.784789,0.061131,-0.658585,0.727538,0.192232,-0.570834,0.701294,0.427007,-0.802454,0.594005,0.056806, + -0.890186,0.455301,-0.016438,-0.582731,0.812255,0.025833,-0.674307,0.732995,-0.089609,-0.489887,0.866069,-0.099674, + -0.468574,0.747839,0.470293,-0.411586,0.811299,0.415199,-0.393359,0.919339,0.009180,-0.616741,0.784789,0.061131, + -0.593769,0.749781,-0.292005,-0.403649,0.845970,-0.348428,-0.599811,0.691452,-0.402643,-0.694966,0.644006,-0.319810, + -0.960024,0.256791,0.111407,-0.977715,0.209808,-0.007395,-0.990488,0.137500,0.005291,-0.993794,0.026586,0.108014, + 0.000000,0.801486,-0.598014,-0.000000,0.721304,-0.692618,-0.599811,0.691452,-0.402643,-0.728562,0.615460,-0.300678, + -0.489887,0.866069,-0.099674,-0.599811,0.691452,-0.402643,-0.403649,0.845970,-0.348428,-0.405322,0.890571,-0.206392, + -0.526064,0.849913,-0.030065,-0.479602,0.876711,-0.036871,0.000000,0.996475,-0.083895,0.000001,0.996793,-0.080019, + -0.584909,0.792048,0.174763,-0.791580,0.577739,0.199044,-0.782229,0.317762,0.535859,-0.659073,0.465310,0.590854, + -0.952340,0.232763,0.197154,-0.877049,0.457699,0.145933,-0.802891,0.581491,0.131280,-0.960024,0.256791,0.111407, + -0.615423,0.779371,0.117627,-0.575356,0.811904,0.098876,-0.457346,0.866446,0.200266,-0.447892,0.889723,0.088234, + -0.485157,0.842567,0.233888,-0.660691,0.731286,0.169433,-0.584909,0.792048,0.174763,-0.531600,0.836058,0.135677, + -0.614558,0.783214,0.094314,-0.568475,0.822699,-0.001649,-0.614663,0.784677,0.080447,-0.565682,0.804101,0.182828, + -0.000000,0.959089,0.283106,0.000001,0.997887,0.064970,-0.447892,0.889723,0.088234,-0.457346,0.866446,0.200266, + -0.660691,0.731286,0.169433,-0.485157,0.842567,0.233888,-0.565682,0.804101,0.182828,-0.614663,0.784677,0.080447, + 0.000000,0.999111,0.042166,0.000001,0.988833,-0.149031,-0.155446,0.968346,-0.195301,-0.200429,0.973911,0.106420, + -0.568475,0.822699,-0.001649,-0.614558,0.783214,0.094314,-0.479602,0.876711,-0.036871,-0.526064,0.849913,-0.030065, + -0.728562,0.615460,-0.300678,-0.810125,0.583830,0.053297,0.000000,0.939097,-0.343651,0.000000,0.801486,-0.598014, + -0.568475,0.822699,-0.001649,-0.577014,0.812778,-0.080291,-0.582731,0.812255,0.025833,-0.614663,0.784677,0.080447, + -0.457346,0.866446,0.200266,-0.575356,0.811904,0.098876,-0.573188,0.517253,0.635536,-0.410262,0.569203,0.712526, + -0.000006,0.908617,0.417629,0.000000,0.996475,-0.083895,-0.479602,0.876711,-0.036871,-0.463359,0.805568,0.369268, + -0.000001,0.995931,-0.090122,-0.000002,0.742781,0.669535,-0.533721,0.696257,0.479968,-0.552730,0.833199,0.016396, + -0.662662,0.553439,0.504563,-0.810125,0.583830,0.053297,-0.698618,0.713961,0.046818,-0.381294,0.885533,0.265418, + -0.200429,0.973911,0.106420,-0.401239,0.811422,0.424972,-0.578636,0.752015,0.315681,-0.599811,0.691452,-0.402643, + -0.489887,0.866069,-0.099674,-0.674307,0.732995,-0.089609,-0.728562,0.615460,-0.300678,-0.533721,0.696257,0.479968, + -0.662662,0.553439,0.504563,-0.698618,0.713961,0.046818,-0.552730,0.833199,0.016396,0.000001,0.996793,-0.080019, + -0.000001,0.995931,-0.090122,-0.552730,0.833199,0.016396,-0.526064,0.849913,-0.030065,-0.381294,0.885533,0.265418, + -0.676742,0.736056,-0.015524,-0.000000,0.991016,-0.133745,0.000001,0.993661,0.112416,-0.575356,0.811904,0.098876, + -0.615423,0.779371,0.117627,-0.531600,0.836058,0.135677,-0.584909,0.792048,0.174763,-0.411586,0.811299,0.415199, + -0.401239,0.811422,0.424972,-0.200429,0.973911,0.106420,-0.393359,0.919339,0.009180,-0.593769,0.749781,-0.292005, + -0.694966,0.644006,-0.319810,-0.676742,0.736056,-0.015524,-0.712695,0.701445,0.006350,-0.545614,0.834297,-0.079085, + -0.676359,0.731683,-0.084725,-0.819360,0.572855,0.022049,-0.679067,0.732997,0.039797,-0.608992,-0.180067,0.772466, + -0.849446,0.007650,0.527619,-0.858382,-0.134941,0.494946,-0.790207,-0.224256,0.570335,-0.599811,0.691452,-0.402643, + -0.000000,0.721304,-0.692618,-0.000001,0.843379,-0.537320,-0.694966,0.644006,-0.319810,-0.923037,0.352233,0.154710, + -0.847217,0.155767,0.507897,-0.782229,0.317762,0.535859,-0.878514,0.464491,0.111626,-0.155446,0.968346,-0.195301, + 0.000001,0.988833,-0.149031,-0.000000,0.951949,-0.306257,-0.335266,0.883934,-0.325971,-0.849446,0.007650,0.527619, + -0.847217,0.155767,0.507897,-0.923037,0.352233,0.154710,-0.952723,0.198935,0.229658,-0.658585,0.727538,0.192232, + -0.890186,0.455301,-0.016438,-0.908658,0.417309,0.013930,-0.708504,0.705700,0.003139,-0.489887,0.866069,-0.099674, + -0.405322,0.890571,-0.206392,-0.545614,0.834297,-0.079085,-0.679067,0.732997,0.039797,-0.708504,0.705700,0.003139, + -0.908658,0.417309,0.013930,-0.819360,0.572855,0.022049,-0.676359,0.731683,-0.084725,-0.254664,0.912920,0.318942, + -0.271940,0.916054,0.294776,-0.244703,0.923827,0.294388,-0.250136,0.929373,0.271475,-0.479035,0.877660,-0.015441, + -0.528721,0.845855,0.070596,-0.559285,0.813550,0.159174,-0.567466,0.806831,0.164336,-0.676742,0.736056,-0.015524, + -0.381294,0.885533,0.265418,-0.578636,0.752015,0.315681,-0.712695,0.701445,0.006350,-0.819360,0.572855,0.022049, + -0.908658,0.417309,0.013930,-0.977715,0.209808,-0.007395,-0.960024,0.256791,0.111407,-0.423463,0.895189,-0.138984, + -0.414590,0.900711,-0.129753,-0.442864,0.881222,-0.165282,-0.443483,0.880289,-0.168561,-0.245931,0.965579,0.084708, + -0.247556,0.964079,0.096272,-0.170732,0.973799,-0.150219,-0.183421,0.975047,-0.125061,-0.952340,0.232763,0.197154, + -0.960024,0.256791,0.111407,-0.993794,0.026586,0.108014,-0.984842,-0.012270,0.173017,0.000001,0.635340,0.772232, + -0.000000,0.959089,0.283106,-0.457346,0.866446,0.200266,-0.410262,0.569203,0.712526,-0.781271,0.619393,0.077252, + -0.878514,0.464491,0.111626,-0.660691,0.731286,0.169433,-0.614663,0.784677,0.080447,0.000002,0.979216,-0.202818, + 0.000001,0.956172,-0.292804,-0.408720,0.897728,-0.164416,-0.407308,0.910478,-0.071620,-0.479602,0.876711,-0.036871, + -0.614558,0.783214,0.094314,-0.576886,0.760350,0.298447,-0.463359,0.805568,0.369268,-0.407308,0.910478,-0.071620, + -0.408720,0.897728,-0.164416,-0.520365,0.847177,-0.107291,-0.591106,0.785918,0.181457,-0.575356,0.811904,0.098876, + -0.584909,0.792048,0.174763,-0.659073,0.465310,0.590854,-0.573188,0.517253,0.635536,-0.531600,0.836058,0.135677, + -0.615423,0.779371,0.117627,-0.591106,0.785918,0.181457,-0.611363,0.742222,0.274486,0.000002,0.979216,-0.202818, + -0.407308,0.910478,-0.071620,-0.447892,0.889723,0.088234,0.000001,0.997887,0.064970,-0.614558,0.783214,0.094314, + -0.565682,0.804101,0.182828,-0.611363,0.742222,0.274486,-0.576886,0.760350,0.298447,-0.615423,0.779371,0.117627, + -0.447892,0.889723,0.088234,-0.407308,0.910478,-0.071620,-0.591106,0.785918,0.181457,-0.810125,0.583830,0.053297, + -0.662662,0.553439,0.504563,0.000002,0.583643,0.812011,0.000002,0.967397,0.253263,-0.531600,0.836058,0.135677, + -0.611363,0.742222,0.274486,-0.485157,0.842567,0.233888,-0.611363,0.742222,0.274486,-0.565682,0.804101,0.182828, + -0.485157,0.842567,0.233888,-0.810125,0.583830,0.053297,0.000002,0.967397,0.253263,0.000000,0.939097,-0.343651, + -0.293270,0.050582,0.954691,-0.410262,0.569203,0.712526,-0.573188,0.517253,0.635536,-0.356668,-0.050507,0.932865, + -0.802891,0.581491,0.131280,-0.679067,0.732997,0.039797,-0.819360,0.572855,0.022049,-0.960024,0.256791,0.111407, + -0.952340,0.232763,0.197154,-0.952723,0.198935,0.229658,-0.923037,0.352233,0.154710,-0.877049,0.457699,0.145933, + -0.732355,0.515636,-0.444720,-0.688891,0.645434,-0.329914,-0.335266,0.883934,-0.325971,-0.423911,0.715425,-0.555397, + -0.000000,0.814012,-0.580849,-0.423911,0.715425,-0.555397,-0.335266,0.883934,-0.325971,-0.000000,0.951949,-0.306257, + -0.335266,0.883934,-0.325971,-0.688891,0.645434,-0.329914,-0.616741,0.784789,0.061131,-0.393359,0.919339,0.009180, + -0.624124,-0.427208,0.654188,-0.615851,-0.348112,0.706786,-0.924751,-0.257659,0.280085,-0.853909,-0.400760,0.332010, + -0.909348,0.364434,-0.200686,-0.688891,0.645434,-0.329914,-0.732355,0.515636,-0.444720,-0.924198,0.298696,-0.237988, + -0.335266,0.883934,-0.325971,-0.393359,0.919339,0.009180,-0.200429,0.973911,0.106420,-0.155446,0.968346,-0.195301, + -0.909348,0.364434,-0.200686,-0.802454,0.594005,0.056806,-0.616741,0.784789,0.061131,-0.688891,0.645434,-0.329914, + -0.955920,-0.066073,0.286098,-0.938694,-0.202444,0.279052,-0.790207,-0.224256,0.570335,-0.858382,-0.134941,0.494946, + -0.977715,0.209808,-0.007395,-0.966040,0.239241,-0.097624,-0.969420,0.217656,-0.113359,-0.990488,0.137500,0.005291, + -0.966040,0.239241,-0.097624,-0.977715,0.209808,-0.007395,-0.908658,0.417309,0.013930,-0.890186,0.455301,-0.016438, + -0.890186,0.455301,-0.016438,-0.802454,0.594005,0.056806,-0.909348,0.364434,-0.200686,-0.966040,0.239241,-0.097624, + -0.924198,0.298696,-0.237988,-0.969420,0.217656,-0.113359,-0.966040,0.239241,-0.097624,-0.909348,0.364434,-0.200686, + -0.612337,-0.784747,-0.095995,0.000000,-0.993787,-0.111297,0.000000,-0.989675,-0.143332,-0.606286,-0.786229,-0.119422, + -0.969827,0.237336,0.055746,-0.958689,0.282209,0.035696,-0.604148,0.784435,0.140238,-0.663379,0.725189,0.184472, + -0.924751,-0.257659,0.280085,-0.938694,-0.202444,0.279052,-0.973045,-0.143068,0.180875,-0.945278,-0.207001,0.252189, + -0.484419,-0.540585,0.687827,-0.624124,-0.427208,0.654188,-0.853909,-0.400760,0.332010,-0.689351,-0.590773,0.419265, + -0.000000,-0.851485,0.524379,0.000000,-0.643381,0.765546,-0.296571,-0.603386,0.740250,-0.393054,-0.772029,0.499480, + -0.238628,-0.288991,0.927114,-0.456682,-0.104737,0.883443,-0.512285,-0.138325,0.847603,-0.324380,-0.285880,0.901693, + -0.663379,0.725189,0.184472,-0.604148,0.784435,0.140238,0.000000,0.983119,0.182969,0.000000,0.970095,0.242725, + -0.940565,-0.336735,-0.044121,-0.612337,-0.784747,-0.095995,-0.606286,-0.786229,-0.119422,-0.948481,-0.310683,-0.062127, + -0.969827,0.237336,0.055746,-0.940565,-0.336735,-0.044121,-0.948481,-0.310683,-0.062127,-0.958689,0.282209,0.035696, + 0.000001,0.635340,0.772232,-0.410262,0.569203,0.712526,-0.293270,0.050582,0.954691,0.000001,0.128346,0.991729, + -0.296571,-0.603386,0.740250,-0.484419,-0.540585,0.687827,-0.689351,-0.590773,0.419265,-0.393054,-0.772029,0.499480, + -0.463359,0.805568,0.369268,-0.338336,0.620260,0.707676,-0.000006,0.582089,0.813125,-0.000006,0.908617,0.417629, + 0.000000,-0.104660,0.994508,-0.293270,0.050582,0.954691,-0.356668,-0.050507,0.932865,0.000000,-0.243443,0.969915, + -0.952723,0.198935,0.229658,-0.955920,-0.066073,0.286098,-0.858382,-0.134941,0.494946,-0.849446,0.007650,0.527619, + -0.388530,-0.087909,0.917233,-0.238628,-0.288991,0.927114,-0.195806,-0.310742,0.930107,-0.356668,-0.050507,0.932865, + -0.782229,0.317762,0.535859,-0.847217,0.155767,0.507897,-0.512285,-0.138325,0.847603,-0.456682,-0.104737,0.883443, + -0.662662,0.553439,0.504563,-0.533721,0.696257,0.479968,-0.000002,0.742781,0.669535,0.000002,0.583643,0.812011, + -0.952340,0.232763,0.197154,-0.984842,-0.012270,0.173017,-0.955920,-0.066073,0.286098,-0.952723,0.198935,0.229658, + 0.000001,0.128346,0.991729,-0.293270,0.050582,0.954691,0.000000,-0.104660,0.994508,-0.195806,-0.310742,0.930107, + 0.000001,-0.331658,0.943400,0.000000,-0.243443,0.969915,-0.356668,-0.050507,0.932865,-0.381294,0.885533,0.265418, + 0.000001,0.993661,0.112416,0.000000,0.999111,0.042166,-0.200429,0.973911,0.106420,-0.577014,0.812778,-0.080291, + -0.568475,0.822699,-0.001649,-0.526064,0.849913,-0.030065,-0.582731,0.812255,0.025833,-0.577014,0.812778,-0.080291, + -0.698618,0.713961,0.046818,-0.674307,0.732995,-0.089609,-0.674307,0.732995,-0.089609,-0.698618,0.713961,0.046818, + -0.810125,0.583830,0.053297,-0.728562,0.615460,-0.300678,-0.698618,0.713961,0.046818,-0.577014,0.812778,-0.080291, + -0.526064,0.849913,-0.030065,-0.552730,0.833199,0.016396,-0.923037,0.352233,0.154710,-0.878514,0.464491,0.111626, + -0.781271,0.619393,0.077252,-0.877049,0.457699,0.145933,-0.582731,0.812255,0.025833,-0.802891,0.581491,0.131280, + -0.877049,0.457699,0.145933,-0.781271,0.619393,0.077252,-0.356668,-0.050507,0.932865,-0.573188,0.517253,0.635536, + -0.659073,0.465310,0.590854,-0.388530,-0.087909,0.917233,-0.445427,-0.292276,0.846268,-0.608992,-0.180067,0.772466, + -0.790207,-0.224256,0.570335,-0.615851,-0.348112,0.706786,-0.615851,-0.348112,0.706786,-0.790207,-0.224256,0.570335, + -0.938694,-0.202444,0.279052,-0.924751,-0.257659,0.280085,-0.676742,0.736056,-0.015524,-0.694966,0.644006,-0.319810, + -0.000001,0.843379,-0.537320,-0.000000,0.991016,-0.133745,-0.847217,0.155767,0.507897,-0.849446,0.007650,0.527619, + -0.608992,-0.180067,0.772466,-0.512285,-0.138325,0.847603,-0.456682,-0.104737,0.883443,-0.388530,-0.087909,0.917233, + -0.659073,0.465310,0.590854,-0.782229,0.317762,0.535859,-0.456682,-0.104737,0.883443,-0.238628,-0.288991,0.927114, + -0.388530,-0.087909,0.917233,-0.973045,-0.143068,0.180875,-0.938694,-0.202444,0.279052,-0.955920,-0.066073,0.286098, + -0.984842,-0.012270,0.173017,-0.582731,0.812255,0.025833,-0.781271,0.619393,0.077252,-0.614663,0.784677,0.080447, + -0.489887,0.866069,-0.099674,-0.679067,0.732997,0.039797,-0.802891,0.581491,0.131280,-0.582731,0.812255,0.025833, + -0.973045,-0.143068,0.180875,-0.983014,-0.072812,0.168470,-0.964324,-0.147445,0.219863,-0.945278,-0.207001,0.252189, + -0.983014,-0.072812,0.168470,-0.973045,-0.143068,0.180875,-0.984842,-0.012270,0.173017,-0.993794,0.026586,0.108014, + -0.993794,0.026586,0.108014,-0.990488,0.137500,0.005291,-0.997273,0.041457,0.061049,-0.983014,-0.072812,0.168470, + -0.964324,-0.147445,0.219863,-0.983014,-0.072812,0.168470,-0.997273,0.041457,0.061049,-0.988792,-0.094070,0.115933, + -0.576886,0.760350,0.298447,-0.394063,0.624199,0.674604,-0.338336,0.620260,0.707676,-0.463359,0.805568,0.369268, + -0.591106,0.785918,0.181457,-0.520365,0.847177,-0.107291,-0.475306,0.879690,0.015149,-0.611363,0.742222,0.274486, + -0.611363,0.742222,0.274486,-0.383126,0.625734,0.679464,-0.394063,0.624199,0.674604,-0.576886,0.760350,0.298447, + -0.443483,0.880289,-0.168561,-0.442864,0.881222,-0.165282,-0.464793,0.882852,-0.067379,-0.468693,0.882371,-0.041828, + -0.183421,0.975047,-0.125061,-0.170732,0.973799,-0.150219,-0.185737,0.965954,-0.180095,-0.157156,0.965253,-0.208776, + -0.567466,0.806831,0.164336,-0.559285,0.813550,0.159174,-0.436322,0.877102,0.200783,-0.412603,0.886126,0.211041, + -0.468693,0.882371,-0.041828,-0.464793,0.882852,-0.067379,-0.448653,0.893105,-0.032765,-0.457128,0.889351,-0.009393, + -0.457128,0.889351,-0.009393,-0.448653,0.893105,-0.032765,-0.528721,0.845855,0.070596,-0.479035,0.877660,-0.015441, + -0.299566,0.945571,-0.127103,-0.319868,0.939395,-0.123378,-0.414590,0.900711,-0.129753,-0.423463,0.895189,-0.138984, + -0.000000,-0.953710,-0.300728,-0.000000,-0.999015,-0.044382,-0.407574,-0.912999,0.017770,-0.387140,-0.885509,-0.256898, + -0.723355,-0.620916,0.302030,-0.698349,-0.614436,0.367121,-0.882385,-0.351605,0.312683,-0.906174,-0.328502,0.266335, + -0.941581,-0.317718,-0.111714,-0.932040,-0.333711,0.141204,-0.988792,-0.094070,0.115933,-0.991905,-0.016728,-0.125875, + -0.742499,-0.660958,0.108765,-0.723355,-0.620916,0.302030,-0.906174,-0.328502,0.266335,-0.932040,-0.333711,0.141204, + -0.723355,-0.620916,0.302030,-0.742499,-0.660958,0.108765,-0.407574,-0.912999,0.017770,-0.392670,-0.869268,0.300305, + -0.715774,-0.676850,-0.171876,-0.742499,-0.660958,0.108765,-0.932040,-0.333711,0.141204,-0.941581,-0.317718,-0.111714, + -0.978893,0.151302,-0.137393,-0.991905,-0.016728,-0.125875,-0.988792,-0.094070,0.115933,-0.997273,0.041457,0.061049, + -0.723355,-0.620916,0.302030,-0.392670,-0.869268,0.300305,-0.402954,-0.817658,0.411173,-0.698349,-0.614436,0.367121, + -0.964324,-0.147445,0.219863,-0.988792,-0.094070,0.115933,-0.932040,-0.333711,0.141204,-0.906174,-0.328502,0.266335, + -0.392670,-0.869268,0.300305,0.000000,-0.960808,0.277213,0.000000,-0.895633,0.444795,-0.402954,-0.817658,0.411173, + -0.978893,0.151302,-0.137393,-0.997273,0.041457,0.061049,-0.990488,0.137500,0.005291,-0.969420,0.217656,-0.113359, + -0.000000,-0.999015,-0.044382,0.000000,-0.960808,0.277213,-0.392670,-0.869268,0.300305,-0.407574,-0.912999,0.017770, + -0.742499,-0.660958,0.108765,-0.715774,-0.676850,-0.171876,-0.387140,-0.885509,-0.256898,-0.407574,-0.912999,0.017770, + -0.906174,-0.328502,0.266335,-0.882385,-0.351605,0.312683,-0.945278,-0.207001,0.252189,-0.964324,-0.147445,0.219863, + -0.698349,-0.614436,0.367121,-0.689351,-0.590773,0.419265,-0.853909,-0.400760,0.332010,-0.882385,-0.351605,0.312683, + -0.882385,-0.351605,0.312683,-0.853909,-0.400760,0.332010,-0.924751,-0.257659,0.280085,-0.945278,-0.207001,0.252189, + -0.402954,-0.817658,0.411173,-0.393054,-0.772029,0.499480,-0.689351,-0.590773,0.419265,-0.698349,-0.614436,0.367121, + 0.000000,-0.895633,0.444795,-0.000000,-0.851485,0.524379,-0.393054,-0.772029,0.499480,-0.402954,-0.817658,0.411173, + -0.454143,-0.890354,-0.032019,-0.453858,-0.890497,-0.032062,-0.848556,-0.527895,0.035769,-0.850449,-0.524813,0.036171, + -0.951903,-0.252578,0.173452,-0.646527,-0.231030,0.727069,-0.584197,0.320210,0.745775,-0.824955,0.533170,0.187560, + 0.934737,-0.329769,0.132363,0.693792,-0.216756,0.686782,0.280274,-0.580050,0.764846,0.373009,-0.910832,0.176774, + 0.519443,0.841910,0.146173,0.371392,0.518785,0.770019,0.645911,0.262364,0.716913,0.923116,0.367107,0.114411, + 0.923116,0.367107,0.114411,0.645911,0.262364,0.716913,0.693792,-0.216756,0.686782,0.934737,-0.329769,0.132363, + -0.423872,-0.887232,0.182079,-0.279351,-0.562570,0.778125,-0.646527,-0.231030,0.727069,-0.951903,-0.252578,0.173452, + -0.824955,0.533170,0.187560,-0.584197,0.320210,0.745775,-0.124985,0.611622,0.781215,-0.166398,0.968880,0.183255, + 0.373009,-0.910832,0.176774,0.280274,-0.580050,0.764846,-0.279351,-0.562570,0.778125,-0.423872,-0.887232,0.182079, + -0.166398,0.968880,0.183255,-0.124985,0.611622,0.781215,0.371392,0.518785,0.770019,0.519443,0.841910,0.146173, + -0.454143,-0.890354,-0.032019,0.000000,-0.997870,-0.065234,0.000000,-0.997870,-0.065234,-0.453858,-0.890497,-0.032062, + -0.195806,-0.310742,0.930107,-0.238628,-0.288991,0.927114,-0.324380,-0.285880,0.901693,-0.445427,-0.292276,0.846268, + -0.615851,-0.348112,0.706786,-0.624124,-0.427208,0.654188,-0.484419,-0.540585,0.687827,-0.296571,-0.603386,0.740250, + 0.000000,-0.643381,0.765546,0.000001,-0.331658,0.943400,0.103479,0.314072,-0.943743,0.103479,0.314072,-0.943743, + 0.103479,0.314072,-0.943743,0.000001,0.315767,-0.948837,0.000001,0.315767,-0.948837,0.103479,0.314072,-0.943743, + -0.975198,0.207382,0.077338,-0.934756,-0.354228,-0.027463,-0.940565,-0.336735,-0.044121,-0.969827,0.237336,0.055746, + -0.934756,-0.354228,-0.027463,-0.608942,-0.789867,-0.072799,-0.612337,-0.784747,-0.095995,-0.940565,-0.336735,-0.044121, + -0.693375,0.684937,0.223813,-0.663379,0.725189,0.184472,0.000000,0.970095,0.242725,0.000000,0.948373,0.317158, + -0.975198,0.207382,0.077338,-0.969827,0.237336,0.055746,-0.663379,0.725189,0.184472,-0.693375,0.684937,0.223813, + -0.608942,-0.789867,-0.072799,0.000000,-0.996720,-0.080925,0.000000,-0.993787,-0.111297,-0.612337,-0.784747,-0.095995, + 0.109539,0.417623,-0.901993,0.109539,0.417623,-0.901993,0.109539,0.417623,-0.901993,0.000000,0.420152,-0.907454, + 0.000000,0.420152,-0.907454,0.109539,0.417623,-0.901993,0.109539,0.417623,-0.901993,-0.969158,0.009020,-0.246276, + -0.965065,0.006163,-0.261937,-0.965998,0.005410,-0.258493,-0.961447,-0.010258,-0.274798,-0.976502,0.080770,-0.199799, + -0.957052,0.139990,-0.253877,-0.962027,0.199004,-0.186820,-0.979855,0.022479,-0.198443,-0.965998,0.005410,-0.258493, + -0.965065,0.006163,-0.261937,-0.978083,0.001228,-0.208211,-0.978083,0.001228,-0.208211,-0.965065,0.006163,-0.261937, + -0.957052,0.139990,-0.253877,-0.976502,0.080770,-0.199799,-0.952256,0.286032,-0.106744,-0.768956,0.631585,-0.099031, + -0.923512,0.377543,-0.067723,-0.995309,0.089254,0.037334,-0.975339,0.090564,-0.201274,-0.957052,0.139990,-0.253877, + -0.965065,0.006163,-0.261937,-0.969158,0.009020,-0.246276,-0.993683,-0.023903,0.109646,-0.952256,0.286032,-0.106744, + -0.995309,0.089254,0.037334,-0.716273,-0.562831,0.412522,-0.993683,-0.023903,0.109646,-0.995309,0.089254,0.037334, + -0.901571,-0.255171,0.349366,-0.278352,-0.902581,0.328432,-0.716273,-0.562831,0.412522,-0.901571,-0.255171,0.349366, + -0.991921,-0.006609,-0.126684,-0.992130,0.016810,-0.124078,-0.978083,0.001228,-0.208211,-0.992130,0.016810,-0.124078, + -0.979855,0.022479,-0.198443,-0.978083,0.001228,-0.208211,-0.990060,0.010162,-0.140275,-0.991921,-0.006609,-0.126684, + -0.978083,0.001228,-0.208211,-0.976502,0.080770,-0.199799,-0.990060,0.010162,-0.140275,-0.976502,0.080770,-0.199799, + -0.985459,0.081535,-0.149071,-0.985459,0.081535,-0.149071,-0.976502,0.080770,-0.199799,-0.984229,0.122880,-0.127256, + -0.974656,0.147960,-0.167788,-0.984229,0.122880,-0.127256,-0.976502,0.080770,-0.199799,0.092575,0.862634,-0.497286, + 0.589356,0.769643,-0.245579,0.721268,0.400234,-0.565318,0.120359,0.491319,-0.862624,0.113801,0.123798,-0.985760, + 0.746144,0.115193,-0.655744,0.742736,-0.217864,-0.633149,0.144095,-0.250695,-0.957282,0.042071,0.989619,-0.137418, + 0.562700,0.823569,0.071437,0.589356,0.769643,-0.245579,0.092575,0.862634,-0.497286,0.144095,-0.250695,-0.957282, + 0.742736,-0.217864,-0.633149,0.704974,-0.508104,-0.494815,0.221212,-0.616185,-0.755897,-0.016834,-0.234643,0.971936, + 0.326149,-0.143675,0.934336,0.330484,0.147574,0.932203,-0.032656,0.176812,0.983703,-0.015233,-0.765750,0.642958, + 0.381719,-0.555768,0.738521,0.326149,-0.143675,0.934336,-0.016834,-0.234643,0.971936,0.167254,-0.902468,-0.396961, + 0.718640,-0.670373,-0.184813,0.547896,-0.804300,0.230024,0.075367,-0.996982,0.018606,-0.032656,0.176812,0.983703, + 0.330484,0.147574,0.932203,0.327230,0.522846,0.787117,-0.099742,0.694393,0.712650,0.120359,0.491319,-0.862624, + 0.721268,0.400234,-0.565318,0.746144,0.115193,-0.655744,0.113801,0.123798,-0.985760,0.075367,-0.996982,0.018606, + 0.547896,-0.804300,0.230024,0.381719,-0.555768,0.738521,-0.015233,-0.765750,0.642958,-0.099742,0.694393,0.712650, + 0.327230,0.522846,0.787117,0.424447,0.855738,0.295901,-0.075912,0.988045,0.134182,0.221212,-0.616185,-0.755897, + 0.704974,-0.508104,-0.494815,0.718640,-0.670373,-0.184813,0.167254,-0.902468,-0.396961,-0.075912,0.988045,0.134182, + 0.424447,0.855738,0.295901,0.562700,0.823569,0.071437,0.042071,0.989619,-0.137418,0.746144,0.115193,-0.655744, + 0.997000,0.077383,0.001472,0.999527,-0.030752,-0.000868,0.742736,-0.217864,-0.633149,0.718640,-0.670373,-0.184813, + 0.978497,-0.204844,0.024125,0.953633,-0.134249,0.269373,0.547896,-0.804300,0.230024,0.326149,-0.143675,0.934336, + 0.911676,-0.013546,0.410687,0.909724,0.079327,0.407566,0.330484,0.147574,0.932203,0.704974,-0.508104,-0.494815, + 0.992759,-0.117514,0.024911,0.978497,-0.204844,0.024125,0.718640,-0.670373,-0.184813,0.547896,-0.804300,0.230024, + 0.953633,-0.134249,0.269373,0.924212,-0.114646,0.364263,0.381719,-0.555768,0.738521,0.742736,-0.217864,-0.633149, + 0.999527,-0.030752,-0.000868,0.992759,-0.117514,0.024911,0.704974,-0.508104,-0.494815,0.327230,0.522846,0.787117, + 0.912428,0.152364,0.379816,0.925744,0.227866,0.301787,0.424447,0.855738,0.295901,0.721268,0.400234,-0.565318, + 0.993980,0.104372,0.033309,0.997000,0.077383,0.001472,0.746144,0.115193,-0.655744,0.424447,0.855738,0.295901, + 0.925744,0.227866,0.301787,0.954673,0.284449,0.087684,0.562700,0.823569,0.071437,0.381719,-0.555768,0.738521, + 0.924212,-0.114646,0.364263,0.911676,-0.013546,0.410687,0.326149,-0.143675,0.934336,0.562700,0.823569,0.071437, + 0.954673,0.284449,0.087684,0.589356,0.769643,-0.245579,0.330484,0.147574,0.932203,0.909724,0.079327,0.407566, + 0.912428,0.152364,0.379816,0.327230,0.522846,0.787117,0.589356,0.769643,-0.245579,0.954673,0.284449,0.087684, + 0.993980,0.104372,0.033309,0.721268,0.400234,-0.565318,0.999527,-0.030752,-0.000868,0.997000,0.077383,0.001472, + 0.909724,0.079327,0.407566,0.911676,-0.013546,0.410687,0.997000,0.077383,0.001472,0.993980,0.104372,0.033309, + 0.912428,0.152364,0.379816,0.909724,0.079327,0.407566,0.954673,0.284449,0.087684,0.925744,0.227866,0.301787, + 0.912428,0.152364,0.379816,0.993980,0.104372,0.033309,0.992759,-0.117514,0.024911,0.999527,-0.030752,-0.000868, + 0.911676,-0.013546,0.410687,0.924212,-0.114646,0.364263,0.953633,-0.134249,0.269373,0.978497,-0.204844,0.024125, + 0.992759,-0.117514,0.024911,0.924212,-0.114646,0.364263,-0.983644,0.029197,-0.177743,-0.971225,-0.221384,-0.087818, + -0.924197,-0.374318,0.075797,-0.808933,-0.376864,0.451221,-0.738109,-0.133926,0.661255,-0.737161,0.114622,0.665925, + -0.846902,0.344056,0.405442,-0.927445,0.358500,0.106415,-0.960008,0.265353,-0.089287,0.169058,-0.379827,0.909478, + 0.595662,-0.339161,0.728119,0.686063,0.373845,0.624146,0.323104,0.314189,0.892686,-0.090101,-0.881518,0.463474, + 0.426620,-0.845269,0.321739,0.595662,-0.339161,0.728119,0.169058,-0.379827,0.909478,-0.098739,0.662274,-0.742727, + 0.357021,0.603329,-0.713113,0.269532,-0.066844,-0.960669,-0.211225,-0.037657,-0.976712,-0.272444,-0.908174,-0.317795, + 0.279110,-0.878079,-0.388683,0.426620,-0.845269,0.321739,-0.090101,-0.881518,0.463474,0.269532,-0.066844,-0.960669, + 0.830090,-0.119966,-0.544571,0.821704,-0.286451,-0.492695,0.241850,-0.537141,-0.808077,0.485790,0.868156,-0.101555, + 0.932747,0.352710,-0.074689,0.893481,0.154220,-0.421792,0.357021,0.603329,-0.713113,0.279110,-0.878079,-0.388683, + 0.846058,-0.430406,-0.314541,0.902887,-0.427812,0.042084,0.426620,-0.845269,0.321739,0.613457,0.743098,0.267350, + 0.914149,0.395672,0.088175,0.932747,0.352710,-0.074689,0.485790,0.868156,-0.101555,0.093117,0.991927,-0.086082, + 0.485790,0.868156,-0.101555,0.357021,0.603329,-0.713113,-0.098739,0.662274,-0.742727,0.257308,0.885044,0.387929, + 0.613457,0.743098,0.267350,0.485790,0.868156,-0.101555,0.093117,0.991927,-0.086082,0.323104,0.314189,0.892686, + 0.686063,0.373845,0.624146,0.613457,0.743098,0.267350,0.257308,0.885044,0.387929,-0.278379,-0.554037,-0.784569, + 0.241850,-0.537141,-0.808077,0.279110,-0.878079,-0.388683,-0.272444,-0.908174,-0.317795,-0.211225,-0.037657,-0.976712, + 0.269532,-0.066844,-0.960669,0.241850,-0.537141,-0.808077,-0.278379,-0.554037,-0.784569,0.241850,-0.537141,-0.808077, + 0.821704,-0.286451,-0.492695,0.846058,-0.430406,-0.314541,0.279110,-0.878079,-0.388683,0.357021,0.603329,-0.713113, + 0.893481,0.154220,-0.421792,0.830090,-0.119966,-0.544571,0.269532,-0.066844,-0.960669,0.426620,-0.845269,0.321739, + 0.902887,-0.427812,0.042084,0.955974,-0.195901,0.218487,0.595662,-0.339161,0.728119,0.595662,-0.339161,0.728119, + 0.955974,-0.195901,0.218487,0.982140,0.083053,0.168828,0.686063,0.373845,0.624146,0.686063,0.373845,0.624146, + 0.982140,0.083053,0.168828,0.914149,0.395672,0.088175,0.613457,0.743098,0.267350,0.830090,-0.119966,-0.544571, + 0.893481,0.154220,-0.421792,0.982140,0.083053,0.168828,0.955974,-0.195901,0.218487,0.914149,0.395672,0.088175, + 0.982140,0.083053,0.168828,0.893481,0.154220,-0.421792,0.932747,0.352710,-0.074689,0.830090,-0.119966,-0.544571, + 0.955974,-0.195901,0.218487,0.902887,-0.427812,0.042084,0.821704,-0.286451,-0.492695,0.846058,-0.430406,-0.314541, + 0.821704,-0.286451,-0.492695,0.902887,-0.427812,0.042084,-0.494740,-0.840817,-0.219680,-0.292025,-0.812226,0.504986, + -0.345904,-0.669194,0.657670,-0.573188,-0.814464,-0.090017,-0.474046,0.255202,-0.842705,-0.893247,0.380916,-0.238773, + -0.579930,0.806594,-0.114401,-0.278953,0.722223,-0.632913,-0.278953,0.722223,-0.632913,-0.579930,0.806594,-0.114401, + -0.444835,0.826494,0.345007,0.069529,0.996673,0.042523,-0.330564,-0.942136,0.055743,-0.183015,-0.597799,0.780476, + -0.303250,-0.440167,0.845158,-0.526525,-0.824810,0.206057,-0.303250,-0.440167,0.845158,-0.469906,-0.212936,0.856648, + -0.805602,-0.456686,0.377415,-0.526525,-0.824810,0.206057,0.041004,0.037250,0.998464,-0.335554,0.093280,0.937391, + -0.388976,-0.040559,0.920354,-0.046590,0.010378,0.998860,0.104055,0.614892,0.781716,-0.270977,0.464277,0.843219, + -0.335554,0.093280,0.937391,0.041004,0.037250,0.998464,0.069529,0.996673,0.042523,-0.444835,0.826494,0.345007, + -0.270977,0.464277,0.843219,0.104055,0.614892,0.781716,0.194608,0.553208,0.809993,0.104055,0.614892,0.781716, + 0.041004,0.037250,0.998464,-0.003140,0.069646,0.997567,-0.003140,0.069646,0.997567,0.041004,0.037250,0.998464, + -0.046590,0.010378,0.998860,-0.013683,-0.005535,0.999891,-0.013683,-0.005535,0.999891,-0.046590,0.010378,0.998860, + -0.303250,-0.440167,0.845158,-0.183015,-0.597799,0.780476,-0.168573,0.156953,-0.973113,-0.474046,0.255202,-0.842705, + -0.278953,0.722223,-0.632913,0.082610,0.666025,-0.741341,-0.217204,-0.106781,-0.970268,-0.554712,-0.029156,-0.831531, + -0.474046,0.255202,-0.842705,-0.168573,0.156953,-0.973113,-0.113365,-0.769054,-0.629050,-0.173471,-0.231045,-0.957354, + 0.434416,-0.397999,-0.808010,0.534496,-0.676867,-0.506128,-0.970767,0.012006,-0.239723,-0.922351,-0.362300,-0.134193, + -0.805602,-0.456686,0.377415,-0.889846,-0.041141,0.454402,-0.889846,-0.041141,0.454402,-0.805602,-0.456686,0.377415, + -0.469906,-0.212936,0.856648,-0.388976,-0.040559,0.920354,-0.444835,0.826494,0.345007,-0.863113,0.216594,0.456205, + -0.335554,0.093280,0.937391,-0.270977,0.464277,0.843219,-0.863113,0.216594,0.456205,-0.889846,-0.041141,0.454402, + -0.388976,-0.040559,0.920354,-0.335554,0.093280,0.937391,-0.579930,0.806594,-0.114401,-0.893247,0.380916,-0.238773, + -0.863113,0.216594,0.456205,-0.444835,0.826494,0.345007,-0.893247,0.380916,-0.238773,-0.970767,0.012006,-0.239723, + -0.889846,-0.041141,0.454402,-0.863113,0.216594,0.456205,-0.526525,-0.824810,0.206057,-0.805602,-0.456686,0.377415, + -0.922351,-0.362300,-0.134193,-0.618871,-0.507176,-0.599810,-0.554712,-0.029156,-0.831531,-0.970767,0.012006,-0.239723, + -0.893247,0.380916,-0.238773,-0.474046,0.255202,-0.842705,-0.618871,-0.507176,-0.599810,-0.922351,-0.362300,-0.134193, + -0.970767,0.012006,-0.239723,-0.554712,-0.029156,-0.831531,-0.046590,0.010378,0.998860,-0.388976,-0.040559,0.920354, + -0.469906,-0.212936,0.856648,-0.303250,-0.440167,0.845158,-0.333923,-0.693905,-0.637959,-0.217204,-0.106781,-0.970268, + -0.173471,-0.231045,-0.957354,-0.113365,-0.769054,-0.629050,0.434416,-0.397999,-0.808010,-0.173471,-0.231045,-0.957354, + -0.137411,0.128172,-0.982186,0.487790,-0.158180,-0.858511,0.487790,-0.158180,-0.858511,-0.137411,0.128172,-0.982186, + 0.384277,0.551006,-0.740759,0.706452,0.135372,-0.694694,0.786516,-0.351697,0.507643,0.205294,-0.150111,0.967120, + 0.079109,-0.782685,0.617370,0.652501,-0.711378,0.261120,0.848433,-0.224853,0.479168,0.252006,0.024056,0.967427, + 0.205294,-0.150111,0.967120,0.786516,-0.351697,0.507643,0.911154,-0.090689,0.401964,0.577995,0.388172,0.717805, + 0.252006,0.024056,0.967427,0.848433,-0.224853,0.479168,0.607196,-0.767677,-0.204905,0.652501,-0.711378,0.261120, + 0.079109,-0.782685,0.617370,-0.056978,-0.996075,-0.067742,0.911154,-0.090689,0.401964,0.992478,0.093572,-0.078936, + 0.715843,0.698123,-0.013918,0.577995,0.388172,0.717805,0.706452,0.135372,-0.694694,0.384277,0.551006,-0.740759, + 0.715843,0.698123,-0.013918,0.992478,0.093572,-0.078936,0.534496,-0.676867,-0.506128,0.607196,-0.767677,-0.204905, + -0.056978,-0.996075,-0.067742,-0.113365,-0.769054,-0.629050,-0.618871,-0.507176,-0.599810,-0.554712,-0.029156,-0.831531, + -0.217204,-0.106781,-0.970268,-0.333923,-0.693905,-0.637959,-0.173471,-0.231045,-0.957354,-0.217204,-0.106781,-0.970268, + -0.168573,0.156953,-0.973113,-0.137411,0.128172,-0.982186,-0.137411,0.128172,-0.982186,-0.168573,0.156953,-0.973113, + 0.082610,0.666025,-0.741341,0.384277,0.551006,-0.740759,0.205294,-0.150111,0.967120,-0.013683,-0.005535,0.999891, + -0.183015,-0.597799,0.780476,0.079109,-0.782685,0.617370,0.252006,0.024056,0.967427,-0.003140,0.069646,0.997567, + -0.013683,-0.005535,0.999891,0.205294,-0.150111,0.967120,0.577995,0.388172,0.717805,0.194608,0.553208,0.809993, + -0.003140,0.069646,0.997567,0.252006,0.024056,0.967427,-0.056978,-0.996075,-0.067742,0.079109,-0.782685,0.617370, + -0.183015,-0.597799,0.780476,-0.330564,-0.942136,0.055743,0.577995,0.388172,0.717805,0.715843,0.698123,-0.013918, + 0.315966,0.948762,0.003941,0.194608,0.553208,0.809993,0.384277,0.551006,-0.740759,0.082610,0.666025,-0.741341, + 0.315966,0.948762,0.003941,0.715843,0.698123,-0.013918,-0.113365,-0.769054,-0.629050,-0.056978,-0.996075,-0.067742, + -0.330564,-0.942136,0.055743,-0.333923,-0.693905,-0.637959,0.706452,0.135372,-0.694694,0.992478,0.093572,-0.078936, + 0.911154,-0.090689,0.401964,0.848433,-0.224853,0.479168,0.786516,-0.351697,0.507643,0.652501,-0.711378,0.261120, + 0.607196,-0.767677,-0.204905,0.534496,-0.676867,-0.506128,0.434416,-0.397999,-0.808010,0.487790,-0.158180,-0.858511, + -0.791580,0.577739,0.199044,-0.584909,0.792048,0.174763,-0.660691,0.731286,0.169433,-0.791580,0.577739,0.199044, + -0.878514,0.464491,0.111626,-0.782229,0.317762,0.535859,-0.239376,-0.704810,-0.667789,-0.194862,-0.696213,-0.690881, + 0.026907,-0.974028,-0.224825,-0.032679,-0.980669,-0.192926,-0.355294,0.628833,-0.691618,-0.401491,0.625390,-0.669098, + -0.255135,0.953239,-0.161992,-0.193976,0.961942,-0.192459,-0.110158,0.966440,0.232077,-0.037588,0.979094,0.199906, + -0.193976,0.961942,-0.192459,-0.255135,0.953239,-0.161992,-0.263962,0.952830,-0.149794,-0.429135,0.623866,-0.653172, + -0.848588,0.439743,-0.294150,-0.710566,0.700397,0.067374,-0.396482,0.626281,-0.671249,-0.231211,0.957951,-0.169917, + 0.599115,0.688915,-0.407991,0.521541,0.482109,-0.703965,0.725407,0.660095,-0.195086,0.599115,0.688915,-0.407991, + -0.231211,0.957951,-0.169917,-0.052898,0.959948,0.275140,0.188470,-0.965878,0.177646,0.108947,-0.970438,0.215363, + -0.032679,-0.980669,-0.192926,0.026907,-0.974028,-0.224825,0.367767,0.058113,0.928101,0.247996,0.043344,0.967791, + 0.246694,-0.608829,0.753969,0.359694,-0.606273,0.709263,0.614701,-0.351228,-0.706245,0.745613,-0.509875,-0.429056, + -0.008885,-0.979789,-0.199838,-0.235700,-0.702343,-0.671685,0.725407,0.660095,-0.195086,-0.052898,0.959948,0.275140, + 0.757696,0.565966,0.324930,-0.372319,-0.019680,-0.927896,-0.412468,-0.023444,-0.910671,-0.401491,0.625390,-0.669098, + -0.355294,0.628833,-0.691618,-0.600790,0.799368,0.007878,-0.231211,0.957951,-0.169917,-0.396482,0.626281,-0.671249, + -0.768896,0.506790,-0.389824,-0.447158,-0.027414,-0.894035,-0.267245,-0.708265,-0.653407,-0.721797,-0.628491,-0.289843, + -0.889393,-0.089519,-0.448293,-0.415252,-0.023944,-0.909391,-0.396482,0.626281,-0.671249,0.521541,0.482109,-0.703965, + 0.514046,0.077209,-0.854281,0.367765,0.058117,0.928101,0.883081,0.117019,0.454394,0.757696,0.565966,0.324930, + 0.135514,0.623703,0.769825,-0.052898,0.959948,0.275140,-0.466951,0.818267,0.335255,0.135514,0.623703,0.769825, + 0.173141,-0.948415,0.265575,0.285896,-0.528381,0.799423,-0.285149,-0.907786,0.307596,-0.466951,0.818267,0.335255, + -0.052898,0.959948,0.275140,-0.231211,0.957951,-0.169917,-0.600790,0.799368,0.007878,-0.768896,0.506790,-0.389824, + -0.396482,0.626281,-0.671249,-0.415252,-0.023944,-0.909391,-0.822558,-0.078688,-0.563210,-0.628126,-0.675866,-0.385568, + -0.235700,-0.702343,-0.671685,-0.008885,-0.979789,-0.199838,-0.392950,-0.919150,-0.027446,0.262639,-0.497968,0.826467, + -0.434309,-0.834823,0.338299,0.143917,-0.942096,0.302893,-0.081059,0.946877,0.311213,-0.263962,0.952830,-0.149794, + -0.710566,0.700397,0.067374,-0.595462,0.714286,0.367724,-0.429135,0.623866,-0.653172,-0.447158,-0.027414,-0.894035, + -0.889393,-0.089519,-0.448293,-0.848588,0.439743,-0.294150,-0.267245,-0.708265,-0.653407,-0.042942,-0.982681,-0.180262, + -0.520348,-0.853228,0.035210,-0.721797,-0.628491,-0.289843,-0.595462,0.714286,0.367724,0.119945,0.589525,0.798795, + -0.081059,0.946877,0.311213,-0.822558,-0.078688,-0.563210,-0.415252,-0.023944,-0.909391,-0.235700,-0.702343,-0.671685, + -0.628126,-0.675866,-0.385568,0.514046,0.077209,-0.854281,0.614701,-0.351228,-0.706245,-0.235700,-0.702343,-0.671685, + -0.415252,-0.023944,-0.909391,-0.412468,-0.023444,-0.910671,-0.372319,-0.019680,-0.927896,-0.194862,-0.696213,-0.690881, + -0.239376,-0.704810,-0.667789,0.878314,-0.332182,0.343832,0.883081,0.117019,0.454394,0.367765,0.058117,0.928101, + 0.285896,-0.528381,0.799423,0.173141,-0.948415,0.265575,0.878314,-0.332182,0.343832,0.285896,-0.528381,0.799423, + 0.083016,0.685380,0.723438,0.187753,0.710973,0.677692,-0.037588,0.979094,0.199906,-0.110158,0.966440,0.232077, + -0.042942,-0.982681,-0.180262,0.143917,-0.942096,0.302893,-0.434309,-0.834823,0.338299,-0.520348,-0.853228,0.035210, + -0.392950,-0.919150,-0.027446,-0.008885,-0.979789,-0.199838,0.173141,-0.948415,0.265575,-0.285149,-0.907786,0.307596, + 0.745613,-0.509875,-0.429056,0.846977,-0.489392,-0.207668,0.173141,-0.948415,0.265575,-0.008885,-0.979789,-0.199838, + 0.359694,-0.606273,0.709263,0.246694,-0.608829,0.753969,0.108947,-0.970438,0.215363,0.188470,-0.965878,0.177646, + 0.380293,0.924846,-0.006103,-0.081059,0.946877,0.311213,0.330520,0.632236,0.700738,0.135514,0.623703,0.769825, + 0.757696,0.565966,0.324930,-0.052898,0.959948,0.275140,0.173141,-0.948415,0.265575,0.846977,-0.489392,-0.207668, + 0.878314,-0.332182,0.343832,0.187753,0.710973,0.677692,0.083016,0.685380,0.723438,0.247996,0.043344,0.967791, + 0.367767,0.058113,0.928101,-0.255135,0.953239,-0.161992,-0.553877,0.831832,-0.035719,-0.431539,0.834308,0.343081, + -0.110158,0.966440,0.232077,-0.239376,-0.704810,-0.667789,-0.522322,-0.690571,-0.500292,-0.680413,-0.051997,-0.730982, + -0.412468,-0.023444,-0.910671,0.247996,0.043344,0.967791,-0.182603,-0.010357,0.983132,-0.166277,-0.580796,0.796887, + 0.246694,-0.608829,0.753969,-0.110158,0.966440,0.232077,-0.431539,0.834308,0.343081,-0.300970,0.562456,0.770104, + 0.083016,0.685380,0.723438,0.083016,0.685380,0.723438,-0.300970,0.562456,0.770104,-0.182603,-0.010357,0.983132, + 0.247996,0.043344,0.967791,-0.032679,-0.980669,-0.192926,-0.345851,-0.937192,-0.045365,-0.522322,-0.690571,-0.500292, + -0.239376,-0.704810,-0.667789,-0.401491,0.625390,-0.669098,-0.674997,0.537456,-0.505489,-0.553877,0.831832,-0.035719, + -0.255135,0.953239,-0.161992,-0.412468,-0.023444,-0.910671,-0.680413,-0.051997,-0.730982,-0.674997,0.537456,-0.505489, + -0.401491,0.625390,-0.669098,0.246694,-0.608829,0.753969,-0.166277,-0.580796,0.796887,-0.251317,-0.910146,0.329355, + 0.108947,-0.970438,0.215363,0.108947,-0.970438,0.215363,-0.251317,-0.910146,0.329355,-0.345851,-0.937192,-0.045365, + -0.032679,-0.980669,-0.192926,-0.182603,-0.010357,0.983132,-0.640494,-0.069967,0.764769,-0.635253,-0.407862,0.655821, + -0.166277,-0.580796,0.796887,-0.522322,-0.690571,-0.500292,-0.857350,-0.505239,-0.098416,-0.965780,-0.084188,-0.245317, + -0.680413,-0.051997,-0.730982,-0.166277,-0.580796,0.796887,-0.635253,-0.407862,0.655821,-0.683411,-0.612048,0.397929, + -0.251317,-0.910146,0.329355,-0.345851,-0.937192,-0.045365,-0.744810,-0.638676,0.193263,-0.857350,-0.505239,-0.098416, + -0.522322,-0.690571,-0.500292,-0.431539,0.834308,0.343081,-0.785371,0.459463,0.414833,-0.711755,0.288329,0.640524, + -0.300970,0.562456,0.770104,-0.300970,0.562456,0.770104,-0.711755,0.288329,0.640524,-0.640494,-0.069967,0.764769, + -0.182603,-0.010357,0.983132,-0.680413,-0.051997,-0.730982,-0.965780,-0.084188,-0.245317,-0.959693,0.258354,-0.110647, + -0.674997,0.537456,-0.505489,-0.251317,-0.910146,0.329355,-0.683411,-0.612048,0.397929,-0.744810,-0.638676,0.193263, + -0.345851,-0.937192,-0.045365,-0.674997,0.537456,-0.505489,-0.959693,0.258354,-0.110647,-0.873377,0.459249,0.162183, + -0.553877,0.831832,-0.035719,-0.553877,0.831832,-0.035719,-0.873377,0.459249,0.162183,-0.785371,0.459463,0.414833, + -0.431539,0.834308,0.343081,-0.857350,-0.505239,-0.098416,-0.924109,-0.092301,0.370815,-0.965780,-0.084188,-0.245317, + -0.635253,-0.407862,0.655821,-0.924109,-0.092301,0.370815,-0.683411,-0.612048,0.397929,-0.744810,-0.638676,0.193263, + -0.924109,-0.092301,0.370815,-0.857350,-0.505239,-0.098416,-0.785371,0.459463,0.414833,-0.924109,-0.092301,0.370815, + -0.711755,0.288329,0.640524,-0.711755,0.288329,0.640524,-0.924109,-0.092301,0.370815,-0.640494,-0.069967,0.764769, + -0.965780,-0.084188,-0.245317,-0.924109,-0.092301,0.370815,-0.959693,0.258354,-0.110647,-0.683411,-0.612048,0.397929, + -0.924109,-0.092301,0.370815,-0.744810,-0.638676,0.193263,-0.959693,0.258354,-0.110647,-0.924109,-0.092301,0.370815, + -0.873377,0.459249,0.162183,-0.873377,0.459249,0.162183,-0.924109,-0.092301,0.370815,-0.785371,0.459463,0.414833, + -0.640494,-0.069967,0.764769,-0.924109,-0.092301,0.370815,-0.635253,-0.407862,0.655821,0.361086,-0.603716,0.710734, + 0.369184,0.058209,0.927532,0.334727,0.054186,0.940756,0.336676,-0.617127,0.711199,0.026921,-0.974026,-0.224830, + 0.187284,-0.966766,0.174033,0.184000,-0.967158,0.175357,0.026918,-0.974025,-0.224834,0.190175,0.707977,0.680149, + -0.038757,0.979657,0.196902,-0.041391,0.979335,0.197965,0.163186,0.715773,0.678998,0.187284,-0.966766,0.174033, + 0.361086,-0.603716,0.710734,0.336676,-0.617127,0.711199,0.184000,-0.967158,0.175357,-0.194870,-0.696207,-0.690884, + 0.026921,-0.974026,-0.224830,0.026918,-0.974025,-0.224834,-0.194872,-0.696210,-0.690881,-0.355309,0.628823,-0.691619, + -0.372348,-0.019688,-0.927884,-0.372348,-0.019693,-0.927884,-0.355311,0.628824,-0.691618,-0.038757,0.979657,0.196902, + -0.193975,0.961945,-0.192444,-0.193978,0.961945,-0.192442,-0.041391,0.979335,0.197965,0.369184,0.058209,0.927532, + 0.190175,0.707977,0.680149,0.163186,0.715773,0.678998,0.334727,0.054186,0.940756,-0.372348,-0.019688,-0.927884, + -0.194870,-0.696207,-0.690884,-0.194872,-0.696210,-0.690881,-0.372348,-0.019693,-0.927884,-0.193975,0.961945,-0.192444, + -0.355309,0.628823,-0.691619,-0.355311,0.628824,-0.691618,-0.193978,0.961945,-0.192442,0.119945,0.589525,0.798795, + 0.367807,0.058118,0.928084,0.367807,0.058119,0.928084,0.330520,0.632236,0.700738,0.427372,-0.827204,-0.364811, + 0.588892,-0.807008,-0.044091,0.143917,-0.942096,0.302893,-0.042942,-0.982681,-0.180262,0.367807,0.058118,0.928084, + 0.262639,-0.497968,0.826467,0.478301,-0.489102,0.729388,0.367807,0.058119,0.928084,-0.081059,0.946877,0.311213, + 0.119945,0.589525,0.798795,0.330520,0.632236,0.700738,0.273669,-0.574589,-0.771332,0.427372,-0.827204,-0.364811, + -0.042942,-0.982681,-0.180262,-0.267245,-0.708265,-0.653407,0.124751,0.623349,-0.771928,0.149649,0.039194,-0.987962, + -0.447158,-0.027414,-0.894035,-0.429135,0.623866,-0.653172,0.380293,0.924846,-0.006103,0.241635,0.908569,-0.340756, + -0.263962,0.952830,-0.149794,-0.081059,0.946877,0.311213,0.478301,-0.489102,0.729388,0.143917,-0.942096,0.302893, + 0.588892,-0.807008,-0.044091,0.149649,0.039194,-0.987962,0.273669,-0.574589,-0.771332,-0.267245,-0.708265,-0.653407, + -0.447158,-0.027414,-0.894035,0.241635,0.908569,-0.340756,0.124751,0.623349,-0.771928,-0.429135,0.623866,-0.653172, + -0.263962,0.952830,-0.149794,0.143917,-0.942096,0.302893,0.478301,-0.489102,0.729388,0.262639,-0.497968,0.826467, + -0.155880,0.969298,-0.190168,-0.320744,0.641187,-0.697139,-0.791987,0.484408,-0.371627,-0.652329,0.757460,0.026855, + -0.340245,-0.014107,-0.940231,-0.158911,-0.699675,-0.696565,-0.656695,-0.658073,-0.368364,-0.831355,-0.080813,-0.549835, + 0.366276,0.603412,0.708334,0.515896,0.852876,-0.080337,0.040554,0.956660,0.288370,0.040554,0.956660,0.288370, + -0.155880,0.969298,-0.190168,-0.652329,0.757460,0.026855,-0.533132,0.769157,0.352374,-0.320744,0.641187,-0.697139, + -0.340245,-0.014107,-0.940231,-0.831355,-0.080813,-0.549835,-0.791987,0.484408,-0.371627,-0.158911,-0.699675,-0.696565, + 0.066507,-0.972837,-0.221731,-0.450615,-0.892702,-0.005447,-0.656695,-0.658073,-0.368364,0.366276,0.603412,0.708334, + 0.040554,0.956660,0.288370,0.106462,0.581245,0.806734,0.504264,-0.452294,0.735628,0.264053,-0.923058,0.279714, + 0.701755,-0.702352,-0.119337,0.066507,-0.972837,-0.221731,0.264053,-0.923058,0.279714,-0.360398,-0.875018,0.323198, + -0.450615,-0.892702,-0.005447,0.367766,0.058115,0.928101,0.247543,-0.492398,0.834426,0.504264,-0.452294,0.735628, + 0.367766,0.058114,0.928101,0.504264,-0.452294,0.735628,0.247543,-0.492398,0.834426,0.264053,-0.923058,0.279714, + 0.066507,-0.972837,-0.221731,0.551322,-0.730893,-0.402293,0.701755,-0.702352,-0.119337,0.264053,-0.923058,0.279714, + 0.264053,-0.923058,0.279714,0.247543,-0.492398,0.834426,-0.360398,-0.875018,0.323198,-0.340245,-0.014107,-0.940231, + 0.296823,0.054157,-0.953396,0.408760,-0.499420,-0.763868,-0.158911,-0.699675,-0.696565,-0.158911,-0.699675,-0.696565, + 0.408760,-0.499420,-0.763868,0.551322,-0.730893,-0.402293,0.066507,-0.972837,-0.221731,-0.320744,0.641187,-0.697139, + 0.273430,0.583545,-0.764664,0.296823,0.054157,-0.953396,-0.340245,-0.014107,-0.940231,0.040554,0.956660,0.288370, + 0.515896,0.852876,-0.080337,0.385307,0.840167,-0.381650,-0.155880,0.969298,-0.190168,-0.533132,0.769157,0.352374, + 0.106462,0.581245,0.806734,0.040554,0.956660,0.288370,0.367766,0.058114,0.928101,0.366276,0.603412,0.708334, + 0.106462,0.581245,0.806734,0.367766,0.058115,0.928101,-0.155880,0.969298,-0.190168,0.385307,0.840167,-0.381650, + 0.273430,0.583545,-0.764664,-0.320744,0.641187,-0.697139,0.358957,-0.603352,0.712121,0.391659,-0.616633,0.682911, + 0.421485,0.064707,0.904524,0.365842,0.057758,0.928883,0.026926,-0.974027,-0.224824,0.026923,-0.974027,-0.224826, + 0.190978,-0.967008,0.168590,0.185678,-0.967665,0.170731,0.188618,0.706405,0.682214,0.215299,0.727815,0.651100, + -0.035968,0.980653,0.192423,-0.040228,0.980148,0.194143,-0.372338,-0.019685,-0.927888,-0.372340,-0.019687,-0.927888, + -0.194868,-0.696202,-0.690890,-0.194867,-0.696205,-0.690887,-0.194867,-0.696205,-0.690887,-0.194868,-0.696202,-0.690890, + 0.026923,-0.974027,-0.224826,0.026926,-0.974027,-0.224824,-0.355300,0.628827,-0.691620,-0.355303,0.628826,-0.691619, + -0.372340,-0.019687,-0.927888,-0.372338,-0.019685,-0.927888,-0.040228,0.980148,0.194143,-0.035968,0.980653,0.192423, + -0.193974,0.961946,-0.192443,-0.193974,0.961946,-0.192443,0.365842,0.057758,0.928883,0.421485,0.064707,0.904524, + 0.215299,0.727815,0.651100,0.188618,0.706405,0.682214,0.185678,-0.967665,0.170731,0.190978,-0.967008,0.168590, + 0.391659,-0.616633,0.682911,0.358957,-0.603352,0.712121,-0.193974,0.961946,-0.192443,-0.193974,0.961946,-0.192443, + -0.355303,0.628826,-0.691619,-0.355300,0.628827,-0.691620,-0.193971,0.961946,-0.192443,-0.355304,0.628831,-0.691614, + -0.355309,0.628823,-0.691619,-0.193975,0.961945,-0.192444,-0.372347,-0.019681,-0.927885,-0.194865,-0.696211,-0.690882, + -0.194870,-0.696207,-0.690884,-0.372348,-0.019688,-0.927884,0.403108,0.062455,0.913019,0.206336,0.721438,0.661024, + 0.190175,0.707977,0.680149,0.369184,0.058209,0.927532,-0.036123,0.979971,0.195836,-0.193971,0.961946,-0.192443, + -0.193975,0.961945,-0.192444,-0.038757,0.979657,0.196902,-0.355304,0.628831,-0.691614,-0.372347,-0.019681,-0.927885, + -0.372348,-0.019688,-0.927884,-0.355309,0.628823,-0.691619,-0.194865,-0.696211,-0.690882,0.026925,-0.974027,-0.224824, + 0.026921,-0.974026,-0.224830,-0.194870,-0.696207,-0.690884,0.190566,-0.966363,0.172708,0.381041,-0.612190,0.692843, + 0.361086,-0.603716,0.710734,0.187284,-0.966766,0.174033,0.206336,0.721438,0.661024,-0.036123,0.979971,0.195836, + -0.038757,0.979657,0.196902,0.190175,0.707977,0.680149,0.026925,-0.974027,-0.224824,0.190566,-0.966363,0.172708, + 0.187284,-0.966766,0.174033,0.026921,-0.974026,-0.224830,0.381041,-0.612190,0.692843,0.403108,0.062455,0.913019, + 0.369184,0.058209,0.927532,0.361086,-0.603716,0.710734,-0.193976,0.961944,-0.192450,-0.193974,0.961946,-0.192443, + -0.355300,0.628827,-0.691620,-0.355297,0.628825,-0.691624,0.180372,-0.968289,0.172868,0.185678,-0.967665,0.170731, + 0.358957,-0.603352,0.712121,0.318769,-0.626024,0.711674,0.308733,0.051084,0.949776,0.365842,0.057758,0.928883, + 0.188618,0.706405,0.682214,0.144050,0.719818,0.679052,-0.044487,0.979622,0.195860,-0.040228,0.980148,0.194143, + -0.193974,0.961946,-0.192443,-0.193976,0.961944,-0.192450,-0.355297,0.628825,-0.691624,-0.355300,0.628827,-0.691620, + -0.372338,-0.019685,-0.927888,-0.372336,-0.019684,-0.927889,-0.194868,-0.696204,-0.690888,-0.194867,-0.696205,-0.690887, + 0.026926,-0.974027,-0.224824,0.026926,-0.974027,-0.224825,-0.372336,-0.019684,-0.927889,-0.372338,-0.019685,-0.927888, + -0.194867,-0.696205,-0.690887,-0.194868,-0.696204,-0.690888,0.144050,0.719818,0.679052,0.188618,0.706405,0.682214, + -0.040228,0.980148,0.194143,-0.044487,0.979622,0.195860,0.026926,-0.974027,-0.224825,0.026926,-0.974027,-0.224824, + 0.185678,-0.967665,0.170731,0.180372,-0.968289,0.172868,0.318769,-0.626024,0.711674,0.358957,-0.603352,0.712121, + 0.365842,0.057758,0.928883,0.308733,0.051084,0.949776,0.521541,0.482109,-0.703965,0.921474,0.111367,-0.372133, + 0.514046,0.077209,-0.854281,0.514046,0.077209,-0.854281,0.921474,0.111367,-0.372133,0.614701,-0.351228,-0.706245, + 0.614701,-0.351228,-0.706245,0.921474,0.111367,-0.372133,0.745613,-0.509875,-0.429056,0.745613,-0.509875,-0.429056, + 0.921474,0.111367,-0.372133,0.846977,-0.489392,-0.207668,0.846977,-0.489392,-0.207668,0.921474,0.111367,-0.372133, + 0.878314,-0.332182,0.343832,0.878314,-0.332182,0.343832,0.921474,0.111367,-0.372133,0.883081,0.117019,0.454394, + 0.883081,0.117019,0.454394,0.921474,0.111367,-0.372133,0.757696,0.565966,0.324930,0.757696,0.565966,0.324930, + 0.921474,0.111367,-0.372133,0.725407,0.660095,-0.195086,0.725407,0.660095,-0.195086,0.921474,0.111367,-0.372133, + 0.599115,0.688915,-0.407991,0.599115,0.688915,-0.407991,0.921474,0.111367,-0.372133,0.521541,0.482109,-0.703965, + -0.293044,-0.654789,-0.696690,-0.256051,-0.654220,-0.711642,-0.129766,-0.964224,-0.231157,-0.178545,-0.961246,-0.210067, + -0.173566,0.680048,-0.712327,-0.211137,0.684061,-0.698199,-0.049570,0.982643,-0.178763,0.000815,0.980218,-0.197919, + 0.062772,0.972179,0.225670,0.122407,0.970977,0.205475,0.000815,0.980218,-0.197919,-0.049570,0.982643,-0.178763, + -0.065004,0.984035,-0.165679,-0.242409,0.688703,-0.683320,-0.647551,0.624575,-0.436559,-0.484229,0.874561,-0.025806, + -0.210146,0.685532,-0.697054,-0.032395,0.982921,-0.181154,0.721804,0.599926,-0.345091,0.626775,0.401421,-0.667843, + 0.828196,0.549536,-0.110004,0.721804,0.599926,-0.345091,-0.032395,0.982921,-0.181154,0.106489,0.953299,0.282632, + -0.005629,-0.983166,0.182627,-0.069990,-0.975869,0.206837,-0.178545,-0.961246,-0.210067,-0.129766,-0.964224,-0.231157, + 0.289549,-0.004310,0.957153,0.191900,0.001535,0.981413,0.089361,-0.644400,0.759449,0.180493,-0.658267,0.730826, + 0.564083,-0.481439,-0.670841,0.647877,-0.667518,-0.366981,-0.161946,-0.963731,-0.212123,-0.293114,-0.653892,-0.697502, + 0.828196,0.549536,-0.110004,0.106489,0.953299,0.282632,0.814381,0.429016,0.390805,-0.287112,0.043036,-0.956930, + -0.319736,0.046241,-0.946378,-0.211137,0.684061,-0.698199,-0.173566,0.680048,-0.712327,-0.362384,0.929526,-0.068259, + -0.032395,0.982921,-0.181154,-0.210146,0.685532,-0.697054,-0.551008,0.661141,-0.509198,-0.358730,0.048691,-0.932170, + -0.325101,-0.653545,-0.683512,-0.722537,-0.538838,-0.433121,-0.780215,0.068319,-0.621769,-0.326560,0.046356,-0.944039, + -0.210146,0.685532,-0.697054,0.626775,0.401421,-0.667843,0.551710,-0.018061,-0.833841,0.289544,-0.004308,0.957155, + 0.846367,-0.042178,0.530928,0.814381,0.429016,0.390805,0.180291,0.601789,0.778040,0.106489,0.953299,0.282632, + -0.252454,0.924146,0.286743,0.180291,0.601789,0.778040,-0.016888,-0.962469,0.270864,0.115579,-0.576155,0.809127, + -0.387226,-0.885054,0.258331,-0.252454,0.924146,0.286743,0.106489,0.953299,0.282632,-0.032395,0.982921,-0.181154, + -0.362384,0.929526,-0.068259,-0.551008,0.661141,-0.509198,-0.210146,0.685532,-0.697054,-0.326560,0.046356,-0.944039, + -0.698543,0.065512,-0.712563,-0.630911,-0.588155,-0.505989,-0.293114,-0.653892,-0.697502,-0.161946,-0.963731,-0.212123, + -0.472549,-0.875215,-0.103426,0.095689,-0.543899,0.833677,-0.516041,-0.810292,0.277719,-0.044736,-0.951022,0.305871, + 0.077151,0.945529,0.316265,-0.065004,0.984035,-0.165679,-0.484229,0.874561,-0.025806,-0.388432,0.868293,0.308526, + -0.242409,0.688703,-0.683320,-0.358730,0.048691,-0.932170,-0.780215,0.068319,-0.621769,-0.647551,0.624575,-0.436559, + -0.325101,-0.653545,-0.683512,-0.194886,-0.960774,-0.197312,-0.584125,-0.809524,-0.058903,-0.722537,-0.538838,-0.433121, + -0.388432,0.868293,0.308526,0.156398,0.573382,0.804222,0.077151,0.945529,0.316265,-0.698543,0.065512,-0.712563, + -0.326560,0.046356,-0.944039,-0.293114,-0.653892,-0.697502,-0.630911,-0.588155,-0.505989,0.551710,-0.018061,-0.833841, + 0.564083,-0.481439,-0.670841,-0.293114,-0.653892,-0.697502,-0.326560,0.046356,-0.944039,-0.319736,0.046241,-0.946378, + -0.287112,0.043036,-0.956930,-0.256051,-0.654220,-0.711642,-0.293044,-0.654789,-0.696690,0.767809,-0.491391,0.411102, + 0.846367,-0.042178,0.530928,0.289544,-0.004308,0.957155,0.115579,-0.576155,0.809127,-0.016888,-0.962469,0.270864, + 0.767809,-0.491391,0.411102,0.115579,-0.576155,0.809127,0.165035,0.665407,0.728009,0.252949,0.669656,0.698268, + 0.122407,0.970977,0.205475,0.062772,0.972179,0.225670,-0.194886,-0.960774,-0.197312,-0.044736,-0.951022,0.305871, + -0.516041,-0.810292,0.277719,-0.584125,-0.809524,-0.058903,-0.472549,-0.875215,-0.103426,-0.161946,-0.963731,-0.212123, + -0.016888,-0.962469,0.270864,-0.387226,-0.885054,0.258331,0.647877,-0.667518,-0.366981,0.735450,-0.666357,-0.122806, + -0.016888,-0.962469,0.270864,-0.161946,-0.963731,-0.212123,0.180493,-0.658267,0.730826,0.089361,-0.644400,0.759449, + -0.069990,-0.975869,0.206837,-0.005629,-0.983166,0.182627,0.464887,0.882575,0.070294,0.077151,0.945529,0.316265, + 0.368457,0.579295,0.727088,0.180291,0.601789,0.778040,0.814381,0.429016,0.390805,0.106489,0.953299,0.282632, + -0.016888,-0.962469,0.270864,0.735450,-0.666357,-0.122806,0.767809,-0.491391,0.411102,0.252949,0.669656,0.698268, + 0.165035,0.665407,0.728009,0.191900,0.001535,0.981413,0.289549,-0.004310,0.957153,-0.049570,0.982643,-0.178763, + -0.327908,0.939668,-0.097470,-0.231847,0.925673,0.298960,0.062772,0.972179,0.225670,-0.293044,-0.654789,-0.696690, + -0.541036,-0.607376,-0.581700,-0.563059,0.066586,-0.823730,-0.319736,0.046241,-0.946378,0.191900,0.001535,0.981413, + -0.187139,0.023797,0.982045,-0.266479,-0.562854,0.782422,0.089361,-0.644400,0.759449,0.062772,0.972179,0.225670, + -0.231847,0.925673,0.298960,-0.187737,0.628307,0.754974,0.165035,0.665407,0.728009,0.165035,0.665407,0.728009, + -0.187737,0.628307,0.754974,-0.187139,0.023797,0.982045,0.191900,0.001535,0.981413,-0.178545,-0.961246,-0.210067, + -0.444723,-0.889232,-0.107185,-0.541036,-0.607376,-0.581700,-0.293044,-0.654789,-0.696690,-0.211137,0.684061,-0.698199, + -0.465680,0.660848,-0.588575,-0.327908,0.939668,-0.097470,-0.049570,0.982643,-0.178763,-0.319736,0.046241,-0.946378, + -0.563059,0.066586,-0.823730,-0.465680,0.660848,-0.588575,-0.211137,0.684061,-0.698199,0.089361,-0.644400,0.759449, + -0.266479,-0.562854,0.782422,-0.373515,-0.883209,0.283600,-0.069990,-0.975869,0.206837,-0.069990,-0.975869,0.206837, + -0.373515,-0.883209,0.283600,-0.444723,-0.889232,-0.107185,-0.178545,-0.961246,-0.210067,-0.187139,0.023797,0.982045, + -0.634671,0.047970,0.771292,-0.689540,-0.340238,0.639354,-0.266479,-0.562854,0.782422,-0.541036,-0.607376,-0.581700, + -0.884915,-0.396241,-0.244783,-0.904804,0.092299,-0.415704,-0.563059,0.066586,-0.823730,-0.266479,-0.562854,0.782422, + -0.689540,-0.340238,0.639354,-0.760391,-0.559815,0.329260,-0.373515,-0.883209,0.283600,-0.444723,-0.889232,-0.107185, + -0.814952,-0.572577,0.089490,-0.884915,-0.396241,-0.244783,-0.541036,-0.607376,-0.581700,-0.231847,0.925673,0.298960, + -0.653053,0.672268,0.348679,-0.628994,0.466482,0.621901,-0.187737,0.628307,0.754974,-0.187737,0.628307,0.754974, + -0.628994,0.466482,0.621901,-0.634671,0.047970,0.771292,-0.187139,0.023797,0.982045,-0.563059,0.066586,-0.823730, + -0.904804,0.092299,-0.415704,-0.839663,0.475309,-0.262769,-0.465680,0.660848,-0.588575,-0.373515,-0.883209,0.283600, + -0.760391,-0.559815,0.329260,-0.814952,-0.572577,0.089490,-0.444723,-0.889232,-0.107185,-0.465680,0.660848,-0.588575, + -0.839663,0.475309,-0.262769,-0.728029,0.683338,0.054983,-0.327908,0.939668,-0.097470,-0.327908,0.939668,-0.097470, + -0.728029,0.683338,0.054983,-0.653053,0.672268,0.348679,-0.231847,0.925673,0.298960,-0.884915,-0.396241,-0.244783, + -0.954189,0.082377,0.287642,-0.904804,0.092299,-0.415704,-0.689540,-0.340238,0.639354,-0.954189,0.082377,0.287642, + -0.760391,-0.559815,0.329260,-0.814952,-0.572577,0.089490,-0.954189,0.082377,0.287642,-0.884915,-0.396241,-0.244783, + -0.653053,0.672268,0.348679,-0.954189,0.082377,0.287642,-0.628994,0.466482,0.621901,-0.628994,0.466482,0.621901, + -0.954189,0.082377,0.287642,-0.634671,0.047970,0.771292,-0.904804,0.092299,-0.415704,-0.954189,0.082377,0.287642, + -0.839663,0.475309,-0.262769,-0.760391,-0.559815,0.329260,-0.954189,0.082377,0.287642,-0.814952,-0.572577,0.089490, + -0.839663,0.475309,-0.262769,-0.954189,0.082377,0.287642,-0.728029,0.683338,0.054983,-0.728029,0.683338,0.054983, + -0.954189,0.082377,0.287642,-0.653053,0.672268,0.348679,-0.634671,0.047970,0.771292,-0.954189,0.082377,0.287642, + -0.689540,-0.340238,0.639354,0.181624,-0.657107,0.731589,0.290684,-0.004437,0.956809,0.262805,-0.002597,0.964846, + 0.160955,-0.664008,0.730197,-0.129752,-0.964225,-0.231161,-0.006674,-0.983839,0.178929,-0.009325,-0.983672,0.179732, + -0.129748,-0.964225,-0.231160,0.254098,0.667527,0.699887,0.121604,0.971725,0.202394,0.119475,0.971854,0.203039, + 0.234564,0.677381,0.697234,-0.006674,-0.983839,0.178929,0.181624,-0.657107,0.731589,0.160955,-0.664008,0.730197, + -0.009325,-0.983672,0.179732,-0.256027,-0.654231,-0.711641,-0.129752,-0.964225,-0.231161,-0.129748,-0.964225,-0.231160, + -0.256020,-0.654229,-0.711644,-0.173537,0.680058,-0.712324,-0.287087,0.043041,-0.956937,-0.287081,0.043036,-0.956939, + -0.173538,0.680053,-0.712329,0.121604,0.971725,0.202394,0.000822,0.980217,-0.197924,0.000822,0.980218,-0.197921, + 0.119475,0.971854,0.203039,0.290684,-0.004437,0.956809,0.254098,0.667527,0.699887,0.234564,0.677381,0.697234, + 0.262805,-0.002597,0.964846,-0.287087,0.043041,-0.956937,-0.256027,-0.654231,-0.711641,-0.256020,-0.654229,-0.711644, + -0.287081,0.043036,-0.956939,0.000822,0.980217,-0.197924,-0.173537,0.680058,-0.712324,-0.173538,0.680053,-0.712329, + 0.000822,0.980218,-0.197921,0.156398,0.573382,0.804222,0.289563,-0.004310,0.957149,0.289563,-0.004308,0.957149, + 0.368457,0.579295,0.727088,0.218190,-0.922827,-0.317464,0.354553,-0.934400,0.034482,-0.044736,-0.951022,0.305871, + -0.194886,-0.960774,-0.197312,0.289563,-0.004310,0.957149,0.095689,-0.543899,0.833677,0.307280,-0.576251,0.757307, + 0.289563,-0.004308,0.957149,0.077151,0.945529,0.316265,0.156398,0.573382,0.804222,0.368457,0.579295,0.727088, + 0.138974,-0.640648,-0.755154,0.218190,-0.922827,-0.317464,-0.194886,-0.960774,-0.197312,-0.325101,-0.653545,-0.683512, + 0.213558,0.619224,-0.755615,0.141829,0.013684,-0.989797,-0.358730,0.048691,-0.932170,-0.242409,0.688703,-0.683320, + 0.464887,0.882575,0.070294,0.350941,0.890262,-0.290298,-0.065004,0.984035,-0.165679,0.077151,0.945529,0.316265, + 0.307280,-0.576251,0.757307,-0.044736,-0.951022,0.305871,0.354553,-0.934400,0.034482,0.141829,0.013684,-0.989797, + 0.138974,-0.640648,-0.755154,-0.325101,-0.653545,-0.683512,-0.358730,0.048691,-0.932170,0.350941,0.890262,-0.290298, + 0.213558,0.619224,-0.755615,-0.242409,0.688703,-0.683320,-0.065004,0.984035,-0.165679,-0.044736,-0.951022,0.305871, + 0.307280,-0.576251,0.757307,0.095689,-0.543899,0.833677,0.035462,0.980531,-0.193136,-0.140149,0.685884,-0.714088, + -0.577248,0.648116,-0.496720,-0.416529,0.907384,-0.056184,-0.255982,0.042657,-0.965740,-0.223951,-0.663599,-0.713781, + -0.655759,-0.570609,-0.494354,-0.708765,0.065264,-0.702419,0.398294,0.546284,0.736842,0.584504,0.811257,0.014731, + 0.185400,0.932436,0.310146,0.185400,0.932436,0.310146,0.035462,0.980531,-0.193136,-0.416529,0.907384,-0.056184, + -0.320162,0.899283,0.297969,-0.140149,0.685884,-0.714088,-0.255982,0.042657,-0.965740,-0.708765,0.065264,-0.702419, + -0.577248,0.648116,-0.496720,-0.223951,-0.663599,-0.713781,-0.095170,-0.969614,-0.225370,-0.521664,-0.848497,-0.088988, + -0.655759,-0.570609,-0.494354,0.398294,0.546284,0.736842,0.185400,0.932436,0.310146,0.144160,0.572092,0.807421, + 0.339505,-0.546200,0.765769,0.065567,-0.952107,0.298651,0.481996,-0.875850,-0.023786,-0.095170,-0.969614,-0.225370, + 0.065567,-0.952107,0.298651,-0.451285,-0.851210,0.267924,-0.521664,-0.848497,-0.088988,0.289558,-0.004305,0.957151, + 0.083547,-0.540393,0.837255,0.339505,-0.546200,0.765769,0.289558,-0.004307,0.957151,0.339505,-0.546200,0.765769, + 0.083547,-0.540393,0.837255,0.065567,-0.952107,0.298651,-0.095170,-0.969614,-0.225370,0.346330,-0.872485,-0.344711, + 0.481996,-0.875850,-0.023786,0.065567,-0.952107,0.298651,0.065567,-0.952107,0.298651,0.083547,-0.540393,0.837255, + -0.451285,-0.851210,0.267924,-0.255982,0.042657,-0.965740,0.274913,0.003177,-0.961464,0.270984,-0.605885,-0.747978, + -0.223951,-0.663599,-0.713781,-0.223951,-0.663599,-0.713781,0.270984,-0.605885,-0.747978,0.346330,-0.872485,-0.344711, + -0.095170,-0.969614,-0.225370,-0.140149,0.685884,-0.714088,0.339726,0.569367,-0.748604,0.274913,0.003177,-0.961464, + -0.255982,0.042657,-0.965740,0.185400,0.932436,0.310146,0.584504,0.811257,0.014731,0.473080,0.820667,-0.320469, + 0.035462,0.980531,-0.193136,-0.320162,0.899283,0.297969,0.144160,0.572092,0.807421,0.185400,0.932436,0.310146, + 0.289558,-0.004307,0.957151,0.398294,0.546284,0.736842,0.144160,0.572092,0.807421,0.289558,-0.004305,0.957151, + 0.035462,0.980531,-0.193136,0.473080,0.820667,-0.320469,0.339726,0.569367,-0.748604,-0.140149,0.685884,-0.714088, + 0.179774,-0.657089,0.732062,0.205077,-0.672174,0.711425,0.333413,-0.006943,0.942755,0.287957,-0.004305,0.957634, + -0.129754,-0.964225,-0.231158,-0.129755,-0.964225,-0.231157,-0.003758,-0.984708,0.174171,-0.008047,-0.984451,0.175474, + 0.252449,0.667013,0.700973,0.278187,0.679671,0.678719,0.123993,0.972232,0.198472,0.120549,0.972451,0.199517, + -0.287090,0.043040,-0.956936,-0.287094,0.043038,-0.956935,-0.256035,-0.654225,-0.711643,-0.256032,-0.654225,-0.711644, + -0.256032,-0.654225,-0.711644,-0.256035,-0.654225,-0.711643,-0.129755,-0.964225,-0.231157,-0.129754,-0.964225,-0.231158, + -0.173543,0.680053,-0.712328,-0.173546,0.680053,-0.712327,-0.287094,0.043038,-0.956935,-0.287090,0.043040,-0.956936, + 0.120549,0.972451,0.199517,0.123993,0.972232,0.198472,0.000819,0.980218,-0.197920,0.000820,0.980218,-0.197921, + 0.287957,-0.004305,0.957634,0.333413,-0.006943,0.942755,0.278187,0.679671,0.678719,0.252449,0.667013,0.700973, + -0.008047,-0.984451,0.175474,-0.003758,-0.984708,0.174171,0.205077,-0.672174,0.711425,0.179774,-0.657089,0.732062, + 0.000820,0.980218,-0.197921,0.000819,0.980218,-0.197920,-0.173546,0.680053,-0.712327,-0.173543,0.680053,-0.712328, + 0.000824,0.980218,-0.197921,-0.173537,0.680062,-0.712320,-0.173537,0.680058,-0.712324,0.000822,0.980217,-0.197924, + -0.287094,0.043039,-0.956935,-0.256033,-0.654232,-0.711637,-0.256027,-0.654231,-0.711641,-0.287087,0.043041,-0.956937, + 0.318341,-0.006034,0.947957,0.269749,0.675556,0.686192,0.254098,0.667527,0.699887,0.290684,-0.004437,0.956809, + 0.123733,0.971591,0.201747,0.000824,0.980218,-0.197921,0.000822,0.980217,-0.197924,0.121604,0.971725,0.202394, + -0.173537,0.680062,-0.712320,-0.287094,0.043039,-0.956935,-0.287087,0.043041,-0.956937,-0.173537,0.680058,-0.712324, + -0.256033,-0.654232,-0.711637,-0.129755,-0.964224,-0.231160,-0.129752,-0.964225,-0.231161,-0.256027,-0.654231,-0.711641, + -0.004024,-0.984000,0.178125,0.196989,-0.666576,0.718938,0.181624,-0.657107,0.731589,-0.006674,-0.983839,0.178929, + 0.269749,0.675556,0.686192,0.123733,0.971591,0.201747,0.121604,0.971725,0.202394,0.254098,0.667527,0.699887, + -0.129755,-0.964224,-0.231160,-0.004024,-0.984000,0.178125,-0.006674,-0.983839,0.178929,-0.129752,-0.964225,-0.231161, + 0.196989,-0.666576,0.718938,0.318341,-0.006034,0.947957,0.290684,-0.004437,0.956809,0.181624,-0.657107,0.731589, + 0.000822,0.980218,-0.197919,0.000820,0.980218,-0.197921,-0.173543,0.680053,-0.712328,-0.173540,0.680054,-0.712327, + -0.012338,-0.984175,0.176768,-0.008047,-0.984451,0.175474,0.179774,-0.657089,0.732062,0.145676,-0.668956,0.728887, + 0.241840,-0.001263,0.970315,0.287957,-0.004305,0.957634,0.252449,0.667013,0.700973,0.220286,0.683750,0.695673, + 0.117104,0.972658,0.200557,0.120549,0.972451,0.199517,0.000820,0.980218,-0.197921,0.000822,0.980218,-0.197919, + -0.173540,0.680054,-0.712327,-0.173543,0.680053,-0.712328,-0.287090,0.043040,-0.956936,-0.287087,0.043038,-0.956937, + -0.256029,-0.654228,-0.711642,-0.256032,-0.654225,-0.711644,-0.129754,-0.964225,-0.231158,-0.129753,-0.964225,-0.231157, + -0.287087,0.043038,-0.956937,-0.287090,0.043040,-0.956936,-0.256032,-0.654225,-0.711644,-0.256029,-0.654228,-0.711642, + 0.220286,0.683750,0.695673,0.252449,0.667013,0.700973,0.120549,0.972451,0.199517,0.117104,0.972658,0.200557, + -0.129753,-0.964225,-0.231157,-0.129754,-0.964225,-0.231158,-0.008047,-0.984451,0.175474,-0.012338,-0.984175,0.176768, + 0.145676,-0.668956,0.728887,0.179774,-0.657089,0.732062,0.287957,-0.004305,0.957634,0.241840,-0.001263,0.970315, + 0.626775,0.401421,-0.667843,0.955408,-0.059213,-0.289292,0.551710,-0.018061,-0.833841,0.551710,-0.018061,-0.833841, + 0.955408,-0.059213,-0.289292,0.564083,-0.481439,-0.670841,0.564083,-0.481439,-0.670841,0.955408,-0.059213,-0.289292, + 0.647877,-0.667518,-0.366981,0.647877,-0.667518,-0.366981,0.955408,-0.059213,-0.289292,0.735450,-0.666357,-0.122806, + 0.735450,-0.666357,-0.122806,0.955408,-0.059213,-0.289292,0.767809,-0.491391,0.411102,0.767809,-0.491391,0.411102, + 0.955408,-0.059213,-0.289292,0.846367,-0.042178,0.530928,0.846367,-0.042178,0.530928,0.955408,-0.059213,-0.289292, + 0.814381,0.429016,0.390805,0.814381,0.429016,0.390805,0.955408,-0.059213,-0.289292,0.828196,0.549536,-0.110004, + 0.828196,0.549536,-0.110004,0.955408,-0.059213,-0.289292,0.721804,0.599926,-0.345091,0.721804,0.599926,-0.345091, + 0.955408,-0.059213,-0.289292,0.626775,0.401421,-0.667843,-0.368885,-0.609814,-0.701463,-0.332981,-0.617333,-0.712758, + -0.308449,-0.924199,-0.225201,-0.354137,-0.911502,-0.209170,0.034608,0.701022,-0.712299,-0.001049,0.712362,-0.701812, + 0.175502,0.967956,-0.179609,0.222632,0.955486,-0.193598,0.248698,0.944692,0.213790,0.304584,0.931432,0.199153, + 0.222632,0.955486,-0.193598,0.175502,0.967956,-0.179609,0.158580,0.972799,-0.168864,-0.033038,0.721522,-0.691603, + -0.446516,0.753791,-0.482103,-0.260501,0.963170,-0.066651,-0.001348,0.712033,-0.702145,0.190643,0.964814,-0.181081, + 0.854404,0.435374,-0.283625,0.747865,0.263363,-0.609374,0.926967,0.371661,-0.051003,0.854404,0.435374,-0.283625, + 0.190643,0.964814,-0.181081,0.281192,0.919865,0.273458,-0.226873,-0.957621,0.177454,-0.286276,-0.937975,0.195571, + -0.354137,-0.911502,-0.209170,-0.308449,-0.924199,-0.225201,0.208433,-0.043272,0.977079,0.113538,-0.017045,0.993387, + -0.107917,-0.643756,0.757583,-0.022485,-0.676573,0.736033,0.494670,-0.615658,-0.613406,0.516555,-0.800471,-0.304001, + -0.339888,-0.916639,-0.210356,-0.369210,-0.606695,-0.703992,0.926967,0.371661,-0.051003,0.281192,0.919865,0.273458, + 0.854052,0.270966,0.444042,-0.197593,0.082238,-0.976828,-0.229217,0.092323,-0.968987,-0.001049,0.712362,-0.701812, + 0.034608,0.701022,-0.712299,-0.131313,0.986484,-0.098009,0.190643,0.964814,-0.181081,-0.001348,0.712033,-0.702145, + -0.340649,0.766472,-0.544499,-0.267562,0.102697,-0.958052,-0.400944,-0.598936,-0.693195,-0.774873,-0.411916,-0.479476, + -0.695793,0.215920,-0.685019,-0.236019,0.093595,-0.967231,-0.001348,0.712033,-0.702145,0.747865,0.263363,-0.609374, + 0.593526,-0.147759,-0.791135,0.208469,-0.043271,0.977071,0.774126,-0.204573,0.599064,0.854052,0.270966,0.444042, + 0.246561,0.581945,0.774951,0.281192,0.919865,0.273458,-0.055671,0.966900,0.249009,0.246561,0.581945,0.774951, + -0.239192,-0.934596,0.263282,-0.073371,-0.585692,0.807206,-0.566530,-0.794025,0.220383,-0.055671,0.966900,0.249009, + 0.281192,0.919865,0.273458,0.190643,0.964814,-0.181081,-0.131313,0.986484,-0.098009,-0.340649,0.766472,-0.544499, + -0.001348,0.712033,-0.702145,-0.236019,0.093595,-0.967231,-0.609860,0.194293,-0.768324,-0.690694,-0.478453,-0.542240, + -0.369210,-0.606695,-0.703992,-0.339888,-0.916639,-0.210356,-0.617995,-0.775197,-0.130963,-0.087916,-0.550655,0.830090, + -0.676024,-0.700127,0.229812,-0.265916,-0.917451,0.295925,0.249477,0.919277,0.304451,0.158580,0.972799,-0.168864, + -0.260501,0.963170,-0.066651,-0.196366,0.945121,0.261126,-0.033038,0.721522,-0.691603,-0.267562,0.102697,-0.958052, + -0.695793,0.215920,-0.685019,-0.446516,0.753791,-0.482103,-0.400944,-0.598936,-0.693195,-0.371704,-0.906805,-0.198847, + -0.714841,-0.692425,-0.097726,-0.774873,-0.411916,-0.479476,-0.196366,0.945121,0.261126,0.216182,0.560847,0.799197, + 0.249477,0.919277,0.304451,-0.609860,0.194293,-0.768324,-0.236019,0.093595,-0.967231,-0.369210,-0.606695,-0.703992, + -0.690694,-0.478453,-0.542240,0.593526,-0.147759,-0.791135,0.494670,-0.615658,-0.613406,-0.369210,-0.606695,-0.703992, + -0.236019,0.093595,-0.967231,-0.229217,0.092323,-0.968987,-0.197593,0.082238,-0.976828,-0.332981,-0.617333,-0.712758, + -0.368885,-0.609814,-0.701463,0.608476,-0.642572,0.465680,0.774126,-0.204573,0.599064,0.208469,-0.043271,0.977071, + -0.073371,-0.585692,0.807206,-0.239192,-0.934596,0.263282,0.608476,-0.642572,0.465680,-0.073371,-0.585692,0.807206, + 0.247332,0.641920,0.725786,0.333730,0.628229,0.702817,0.304584,0.931432,0.199153,0.248698,0.944692,0.213790, + -0.371704,-0.906805,-0.198847,-0.265916,-0.917451,0.295925,-0.676024,-0.700127,0.229812,-0.714841,-0.692425,-0.097726, + -0.617995,-0.775197,-0.130963,-0.339888,-0.916639,-0.210356,-0.239192,-0.934596,0.263282,-0.566530,-0.794025,0.220383, + 0.516555,-0.800471,-0.304001,0.580745,-0.811525,-0.064518,-0.239192,-0.934596,0.263282,-0.339888,-0.916639,-0.210356, + -0.022485,-0.676573,0.736033,-0.107917,-0.643756,0.757583,-0.286276,-0.937975,0.195571,-0.226873,-0.957621,0.177454, + 0.614360,0.782849,0.098538,0.249477,0.919277,0.304451,0.422740,0.522381,0.740547,0.246561,0.581945,0.774951, + 0.854052,0.270966,0.444042,0.281192,0.919865,0.273458,-0.239192,-0.934596,0.263282,0.580745,-0.811525,-0.064518, + 0.608476,-0.642572,0.465680,0.333730,0.628229,0.702817,0.247332,0.641920,0.725786,0.113538,-0.017045,0.993387, + 0.208433,-0.043272,0.977079,0.175502,0.967956,-0.179609,-0.099151,0.987303,-0.124103,-0.040039,0.963880,0.263311, + 0.248698,0.944692,0.213790,-0.368885,-0.609814,-0.701463,-0.603732,-0.511208,-0.611698,-0.469325,0.164938,-0.867484, + -0.229217,0.092323,-0.968987,0.113538,-0.017045,0.993387,-0.248643,0.082597,0.965067,-0.433933,-0.492319,0.754536, + -0.107917,-0.643756,0.757583,0.248698,0.944692,0.213790,-0.040039,0.963880,0.263311,-0.100224,0.678819,0.727434, + 0.247332,0.641920,0.725786,0.247332,0.641920,0.725786,-0.100224,0.678819,0.727434,-0.248643,0.082597,0.965067, + 0.113538,-0.017045,0.993387,-0.354137,-0.911502,-0.209170,-0.596744,-0.791446,-0.132326,-0.603732,-0.511208,-0.611698, + -0.368885,-0.609814,-0.701463,-0.001049,0.712362,-0.701812,-0.256390,0.744037,-0.616988,-0.099151,0.987303,-0.124103, + 0.175502,0.967956,-0.179609,-0.229217,0.092323,-0.968987,-0.469325,0.164938,-0.867484,-0.256390,0.744037,-0.616988, + -0.001049,0.712362,-0.701812,-0.107917,-0.643756,0.757583,-0.433933,-0.492319,0.754536,-0.558463,-0.791715,0.247600, + -0.286276,-0.937975,0.195571,-0.286276,-0.937975,0.195571,-0.558463,-0.791715,0.247600,-0.596744,-0.791446,-0.132326, + -0.354137,-0.911502,-0.209170,-0.248643,0.082597,0.965067,-0.664024,0.194584,0.721948,-0.789134,-0.195016,0.582440, + -0.433933,-0.492319,0.754536,-0.603732,-0.511208,-0.611698,-0.922541,-0.229016,-0.310597,-0.827745,0.270194,-0.491766, + -0.469325,0.164938,-0.867484,-0.433933,-0.492319,0.754536,-0.789134,-0.195016,0.582440,-0.874516,-0.405834,0.265555, + -0.558463,-0.791715,0.247600,-0.596744,-0.791446,-0.132326,-0.910915,-0.411667,0.027656,-0.922541,-0.229016,-0.310597, + -0.603732,-0.511208,-0.611698,-0.040039,0.963880,0.263311,-0.502364,0.815915,0.286206,-0.550473,0.614371,0.565268, + -0.100224,0.678819,0.727434,-0.100224,0.678819,0.727434,-0.550473,0.614371,0.565268,-0.664024,0.194584,0.721948, + -0.248643,0.082597,0.965067,-0.469325,0.164938,-0.867484,-0.827745,0.270194,-0.491766,-0.685299,0.650034,-0.328360, + -0.256390,0.744037,-0.616988,-0.558463,-0.791715,0.247600,-0.874516,-0.405834,0.265555,-0.910915,-0.411667,0.027656, + -0.596744,-0.791446,-0.132326,-0.256390,0.744037,-0.616988,-0.685299,0.650034,-0.328360,-0.551715,0.834009,-0.006307, + -0.099151,0.987303,-0.124103,-0.099151,0.987303,-0.124103,-0.551715,0.834009,-0.006307,-0.502364,0.815915,0.286206, + -0.040039,0.963880,0.263311,-0.922541,-0.229016,-0.310597,-0.934845,0.285658,0.210864,-0.827745,0.270194,-0.491766, + -0.789134,-0.195016,0.582440,-0.934845,0.285658,0.210864,-0.874516,-0.405834,0.265555,-0.910915,-0.411667,0.027656, + -0.934845,0.285658,0.210864,-0.922541,-0.229016,-0.310597,-0.502364,0.815915,0.286206,-0.934845,0.285658,0.210864, + -0.550473,0.614371,0.565268,-0.550473,0.614371,0.565268,-0.934845,0.285658,0.210864,-0.664024,0.194584,0.721948, + -0.827745,0.270194,-0.491766,-0.934845,0.285658,0.210864,-0.685299,0.650034,-0.328360,-0.874516,-0.405834,0.265555, + -0.934845,0.285658,0.210864,-0.910915,-0.411667,0.027656,-0.685299,0.650034,-0.328360,-0.934845,0.285658,0.210864, + -0.551715,0.834009,-0.006307,-0.551715,0.834009,-0.006307,-0.934845,0.285658,0.210864,-0.502364,0.815915,0.286206, + -0.664024,0.194584,0.721948,-0.934845,0.285658,0.210864,-0.789134,-0.195016,0.582440,-0.021108,-0.675516,0.737043, + 0.209569,-0.043646,0.976819,0.182397,-0.035949,0.982568,-0.042343,-0.678092,0.733757,-0.308445,-0.924201,-0.225198, + -0.227709,-0.958088,0.173829,-0.230172,-0.957398,0.174386,-0.308441,-0.924202,-0.225198,0.334310,0.625817,0.704691, + 0.304210,0.932191,0.196152,0.302231,0.932741,0.196596,0.317779,0.639333,0.700192,-0.227709,-0.958088,0.173829, + -0.021108,-0.675516,0.737043,-0.042343,-0.678092,0.733757,-0.230172,-0.957398,0.174386,-0.332962,-0.617333,-0.712766, + -0.308445,-0.924201,-0.225198,-0.308441,-0.924202,-0.225198,-0.332952,-0.617339,-0.712766,0.034620,0.701014,-0.712307, + -0.197571,0.082233,-0.976833,-0.197563,0.082231,-0.976835,0.034620,0.701015,-0.712306,0.304210,0.932191,0.196152, + 0.222639,0.955486,-0.193594,0.222636,0.955486,-0.193596,0.302231,0.932741,0.196596,0.209569,-0.043646,0.976819, + 0.334310,0.625817,0.704691,0.317779,0.639333,0.700192,0.182397,-0.035949,0.982568,-0.197571,0.082233,-0.976833, + -0.332962,-0.617333,-0.712766,-0.332952,-0.617339,-0.712766,-0.197563,0.082231,-0.976835,0.222639,0.955486,-0.193594, + 0.034620,0.701014,-0.712307,0.034620,0.701015,-0.712306,0.222636,0.955486,-0.193596,0.216182,0.560847,0.799197, + 0.208482,-0.043277,0.977068,0.208482,-0.043276,0.977068,0.422740,0.522381,0.740547,0.026421,-0.959326,-0.281061, + 0.125228,-0.990010,0.064790,-0.265916,-0.917451,0.295925,-0.371704,-0.906805,-0.198847,0.208482,-0.043277,0.977068, + -0.087916,-0.550655,0.830090,0.111810,-0.625850,0.771887,0.208482,-0.043276,0.977068,0.249477,0.919277,0.304451, + 0.216182,0.560847,0.799197,0.422740,0.522381,0.740547,0.045969,-0.688408,-0.723866,0.026421,-0.959326,-0.281061, + -0.371704,-0.906805,-0.198847,-0.400944,-0.598936,-0.693195,0.392609,0.567411,-0.723811,0.213818,-0.035062,-0.976244, + -0.267562,0.102697,-0.958052,-0.033038,0.721522,-0.691603,0.614360,0.782849,0.098538,0.535966,0.805122,-0.254007, + 0.158580,0.972799,-0.168864,0.249477,0.919277,0.304451,0.111810,-0.625850,0.771887,-0.265916,-0.917451,0.295925, + 0.125228,-0.990010,0.064790,0.213818,-0.035062,-0.976244,0.045969,-0.688408,-0.723866,-0.400944,-0.598936,-0.693195, + -0.267562,0.102697,-0.958052,0.535966,0.805122,-0.254007,0.392609,0.567411,-0.723811,-0.033038,0.721522,-0.691603, + 0.158580,0.972799,-0.168864,-0.265916,-0.917451,0.295925,0.111810,-0.625850,0.771887,-0.087916,-0.550655,0.830090, + 0.254739,0.948619,-0.187697,0.066732,0.697128,-0.713834,-0.369458,0.760056,-0.534617,-0.187474,0.978088,-0.090540, + -0.166998,0.074997,-0.983101,-0.303638,-0.629724,-0.715019,-0.712082,-0.456769,-0.533199,-0.620660,0.196390,-0.759086, + 0.444301,0.485450,0.752950,0.718600,0.693210,0.055448,0.349207,0.885024,0.307877,0.349207,0.885024,0.307877, + 0.254739,0.948619,-0.187697,-0.187474,0.978088,-0.090540,-0.124849,0.958765,0.255310,0.066732,0.697128,-0.713834, + -0.166998,0.074997,-0.983101,-0.620660,0.196390,-0.759086,-0.369458,0.760056,-0.534617,-0.303638,-0.629724,-0.715019, + -0.277474,-0.935619,-0.218234,-0.660445,-0.741024,-0.121227,-0.712082,-0.456769,-0.533199,0.444301,0.485450,0.752950, + 0.349207,0.885024,0.307877,0.204323,0.562456,0.801183,0.148599,-0.603970,0.783032,-0.161235,-0.940696,0.298486, + 0.261519,-0.965017,0.018683,-0.277474,-0.935619,-0.218234,-0.161235,-0.940696,0.298486,-0.621313,-0.750573,0.224967, + -0.660445,-0.741024,-0.121227,0.208484,-0.043275,0.977068,-0.099040,-0.545186,0.832444,0.148599,-0.603970,0.783032, + 0.208483,-0.043277,0.977068,0.148599,-0.603970,0.783032,-0.099040,-0.545186,0.832444,-0.161235,-0.940696,0.298486, + -0.277474,-0.935619,-0.218234,0.158787,-0.941002,-0.298835,0.261519,-0.965017,0.018683,-0.161235,-0.940696,0.298486, + -0.161235,-0.940696,0.298486,-0.099040,-0.545186,0.832444,-0.621313,-0.750573,0.224967,-0.166998,0.074997,-0.983101, + 0.338768,-0.072201,-0.938095,0.178585,-0.683127,-0.708127,-0.303638,-0.629724,-0.715019,-0.303638,-0.629724,-0.715019, + 0.178585,-0.683127,-0.708127,0.158787,-0.941002,-0.298835,-0.277474,-0.935619,-0.218234,0.066732,0.697128,-0.713834, + 0.502953,0.495103,-0.708457,0.338768,-0.072201,-0.938095,-0.166998,0.074997,-0.983101,0.349207,0.885024,0.307877, + 0.718600,0.693210,0.055448,0.640657,0.717175,-0.274262,0.254739,0.948619,-0.187697,-0.124849,0.958765,0.255310, + 0.204323,0.562456,0.801183,0.349207,0.885024,0.307877,0.208483,-0.043277,0.977068,0.444301,0.485450,0.752950, + 0.204323,0.562456,0.801183,0.208484,-0.043275,0.977068,0.254739,0.948619,-0.187697,0.640657,0.717175,-0.274262, + 0.502953,0.495103,-0.708457,0.066732,0.697128,-0.713834,-0.022844,-0.674972,0.737490,-0.000332,-0.695277,0.718742, + 0.251411,-0.055150,0.966308,0.206899,-0.042947,0.977419,-0.308444,-0.924201,-0.225201,-0.308443,-0.924202,-0.225196, + -0.224860,-0.959533,0.169512,-0.228849,-0.958430,0.170411,0.332537,0.625554,0.705763,0.361366,0.632207,0.685368, + 0.306768,0.932093,0.192603,0.303576,0.932988,0.193324,-0.197574,0.082233,-0.976833,-0.197581,0.082235,-0.976831, + -0.332969,-0.617339,-0.712758,-0.332965,-0.617343,-0.712757,-0.332965,-0.617343,-0.712757,-0.332969,-0.617339,-0.712758, + -0.308443,-0.924202,-0.225196,-0.308444,-0.924201,-0.225201,0.034624,0.701020,-0.712300,0.034620,0.701018,-0.712303, + -0.197581,0.082235,-0.976831,-0.197574,0.082233,-0.976833,0.303576,0.932988,0.193324,0.306768,0.932093,0.192603, + 0.222640,0.955487,-0.193587,0.222639,0.955486,-0.193593,0.206899,-0.042947,0.977419,0.251411,-0.055150,0.966308, + 0.361366,0.632207,0.685368,0.332537,0.625554,0.705763,-0.228849,-0.958430,0.170411,-0.224860,-0.959533,0.169512, + -0.000332,-0.695277,0.718742,-0.022844,-0.674972,0.737490,0.222639,0.955486,-0.193593,0.222640,0.955487,-0.193587, + 0.034620,0.701018,-0.712303,0.034624,0.701020,-0.712300,0.222642,0.955486,-0.193591,0.034622,0.701013,-0.712308, + 0.034620,0.701014,-0.712307,0.222639,0.955486,-0.193594,-0.197581,0.082232,-0.976831,-0.332973,-0.617332,-0.712763, + -0.332962,-0.617333,-0.712766,-0.197571,0.082233,-0.976833,0.236646,-0.051062,0.970253,0.351928,0.630186,0.692108, + 0.334310,0.625817,0.704691,0.209569,-0.043646,0.976819,0.306188,0.931637,0.195706,0.222642,0.955486,-0.193591, + 0.222639,0.955486,-0.193594,0.304210,0.932191,0.196152,0.034622,0.701013,-0.712308,-0.197581,0.082232,-0.976831, + -0.197571,0.082233,-0.976833,0.034620,0.701014,-0.712307,-0.332973,-0.617332,-0.712763,-0.308449,-0.924200,-0.225196, + -0.308445,-0.924201,-0.225198,-0.332962,-0.617333,-0.712766,-0.225244,-0.958771,0.173274,-0.007494,-0.688157,0.725523, + -0.021108,-0.675516,0.737043,-0.227709,-0.958088,0.173829,0.351928,0.630186,0.692108,0.306188,0.931637,0.195706, + 0.304210,0.932191,0.196152,0.334310,0.625817,0.704691,-0.308449,-0.924200,-0.225196,-0.225244,-0.958771,0.173274, + -0.227709,-0.958088,0.173829,-0.308445,-0.924201,-0.225198,-0.007494,-0.688157,0.725523,0.236646,-0.051062,0.970253, + 0.209569,-0.043646,0.976819,-0.021108,-0.675516,0.737043,0.222641,0.955486,-0.193592,0.222639,0.955486,-0.193593, + 0.034624,0.701020,-0.712300,0.034625,0.701018,-0.712302,-0.232832,-0.957309,0.171312,-0.228849,-0.958430,0.170411, + -0.022844,-0.674972,0.737490,-0.057900,-0.679709,0.731193,0.162011,-0.030226,0.986326,0.206899,-0.042947,0.977419, + 0.332537,0.625554,0.705763,0.305510,0.648275,0.697426,0.300381,0.933873,0.194045,0.303576,0.932988,0.193324, + 0.222639,0.955486,-0.193593,0.222641,0.955486,-0.193592,0.034625,0.701018,-0.712302,0.034624,0.701020,-0.712300, + -0.197574,0.082233,-0.976833,-0.197565,0.082231,-0.976835,-0.332961,-0.617342,-0.712760,-0.332965,-0.617343,-0.712757, + -0.308444,-0.924201,-0.225201,-0.308444,-0.924201,-0.225199,-0.197565,0.082231,-0.976835,-0.197574,0.082233,-0.976833, + -0.332965,-0.617343,-0.712757,-0.332961,-0.617342,-0.712760,0.305510,0.648275,0.697426,0.332537,0.625554,0.705763, + 0.303576,0.932988,0.193324,0.300381,0.933873,0.194045,-0.308444,-0.924201,-0.225199,-0.308444,-0.924201,-0.225201, + -0.228849,-0.958430,0.170411,-0.232832,-0.957309,0.171312,-0.057900,-0.679709,0.731193,-0.022844,-0.674972,0.737490, + 0.206899,-0.042947,0.977419,0.162011,-0.030226,0.986326,0.747865,0.263363,-0.609374,0.941286,-0.262373,-0.212465, + 0.593526,-0.147759,-0.791135,0.593526,-0.147759,-0.791135,0.941286,-0.262373,-0.212465,0.494670,-0.615658,-0.613406, + 0.494670,-0.615658,-0.613406,0.941286,-0.262373,-0.212465,0.516555,-0.800471,-0.304001,0.516555,-0.800471,-0.304001, + 0.941286,-0.262373,-0.212465,0.580745,-0.811525,-0.064518,0.580745,-0.811525,-0.064518,0.941286,-0.262373,-0.212465, + 0.608476,-0.642572,0.465680,0.608476,-0.642572,0.465680,0.941286,-0.262373,-0.212465,0.774126,-0.204573,0.599064, + 0.774126,-0.204573,0.599064,0.941286,-0.262373,-0.212465,0.854052,0.270966,0.444042,0.854052,0.270966,0.444042, + 0.941286,-0.262373,-0.212465,0.926967,0.371661,-0.051003,0.926967,0.371661,-0.051003,0.941286,-0.262373,-0.212465, + 0.854404,0.435374,-0.283625,0.854404,0.435374,-0.283625,0.941286,-0.262373,-0.212465,0.747865,0.263363,-0.609374, + -0.284996,0.410427,-0.866214,-0.276626,0.323558,-0.904869,-0.774025,0.285606,-0.565079,-0.757208,0.403308,-0.513789, + 0.902429,0.016380,-0.430526,0.902081,0.054934,-0.428056,0.976028,-0.130838,0.173928,0.971643,-0.175576,0.158374, + 0.798477,-0.211976,0.563472,0.794998,-0.270982,0.542722,0.971643,-0.175576,0.158374,0.976028,-0.130838,0.173928, + 0.970251,-0.167135,0.175153,0.908124,0.053044,-0.415327,0.741138,0.670006,-0.042501,0.791377,0.521026,0.319772, + 0.898715,0.007531,-0.438467,0.964991,-0.214474,0.150972,0.398791,-0.898507,-0.183439,0.340764,-0.786938,-0.514401, + 0.256678,-0.966491,0.003351,0.398791,-0.898507,-0.183439,0.964991,-0.214474,0.150972,0.750109,-0.314410,0.581793, + -0.968371,0.187882,-0.164190,-0.937534,0.329937,-0.110325,-0.757208,0.403308,-0.513789,-0.774025,0.285606,-0.565079, + -0.402910,-0.214760,0.889686,-0.359442,-0.071147,0.930451,-0.844685,0.149458,0.513975,-0.879384,-0.015687,0.475854, + -0.344404,-0.540469,-0.767645,-0.609937,-0.547258,-0.573136,-0.758967,0.400567,-0.513337,-0.275660,0.417039,-0.866077, + 0.256678,-0.966491,0.003351,0.750109,-0.314410,0.581793,0.027298,-0.871033,0.490466,0.442585,0.215321,-0.870491, + 0.426397,0.271303,-0.862891,0.902081,0.054934,-0.428056,0.902429,0.016380,-0.430526,0.909920,0.299423,0.287041, + 0.964991,-0.214474,0.150972,0.898715,0.007531,-0.438467,0.847960,0.504324,-0.163161,0.442596,0.301660,-0.844458, + -0.270486,0.462745,-0.844218,-0.041745,0.945362,-0.323338,0.422696,0.856456,-0.296331,0.433891,0.258905,-0.862964, + 0.898715,0.007531,-0.438467,0.340764,-0.786938,-0.514401,0.066926,-0.645394,-0.760913,-0.389706,-0.224344,0.893196, + -0.428463,-0.778422,0.458780,0.027298,-0.871033,0.490466,0.217856,-0.270352,0.937789,0.750109,-0.314410,0.581793, + 0.773186,0.217684,0.595648,0.217856,-0.270352,0.937789,-0.956822,0.285969,-0.052082,-0.797259,0.073297,0.599170, + -0.662770,0.747932,0.036520,0.773186,0.217684,0.595648,0.750109,-0.314410,0.581793,0.964991,-0.214474,0.150972, + 0.909920,0.299423,0.287041,0.847960,0.504324,-0.163161,0.898715,0.007531,-0.438467,0.433891,0.258905,-0.862964, + 0.457290,0.747725,-0.481449,-0.128878,0.847818,-0.514388,-0.275660,0.417039,-0.866077,-0.758967,0.400567,-0.513337, + -0.531130,0.800815,-0.276760,-0.759820,0.128922,0.637223,-0.456341,0.881499,0.121295,-0.945054,0.326615,-0.013971, + 0.745757,-0.263891,0.611726,0.970251,-0.167135,0.175153,0.791377,0.521026,0.319772,0.680374,0.460886,0.569803, + 0.908124,0.053044,-0.415327,0.442596,0.301660,-0.844458,0.422696,0.856456,-0.296331,0.741138,0.670006,-0.042501, + -0.270486,0.462745,-0.844218,-0.748550,0.449401,-0.487557,-0.363912,0.921994,-0.132268,-0.041745,0.945362,-0.323338, + 0.680374,0.460886,0.569803,0.173720,-0.190168,0.966260,0.745757,-0.263891,0.611726,0.457290,0.747725,-0.481449, + 0.433891,0.258905,-0.862964,-0.275660,0.417039,-0.866077,-0.128878,0.847818,-0.514388,0.066926,-0.645394,-0.760913, + -0.344404,-0.540469,-0.767645,-0.275660,0.417039,-0.866077,0.433891,0.258905,-0.862964,0.426397,0.271303,-0.862891, + 0.442585,0.215321,-0.870491,-0.276626,0.323558,-0.904869,-0.284996,0.410427,-0.866214,-0.763083,-0.606646,0.222901, + -0.428463,-0.778422,0.458780,-0.389706,-0.224344,0.893196,-0.797259,0.073297,0.599170,-0.956822,0.285969,-0.052082, + -0.763083,-0.606646,0.222901,-0.797259,0.073297,0.599170,0.311019,-0.203657,0.928327,0.326245,-0.319151,0.889779, + 0.794998,-0.270982,0.542722,0.798477,-0.211976,0.563472,-0.748550,0.449401,-0.487557,-0.945054,0.326615,-0.013971, + -0.456341,0.881499,0.121295,-0.363912,0.921994,-0.132268,-0.531130,0.800815,-0.276760,-0.758967,0.400567,-0.513337, + -0.956822,0.285969,-0.052082,-0.662770,0.747932,0.036520,-0.609937,-0.547258,-0.573136,-0.699808,-0.615341,-0.362801, + -0.956822,0.285969,-0.052082,-0.758967,0.400567,-0.513337,-0.879384,-0.015687,0.475854,-0.844685,0.149458,0.513975, + -0.937534,0.329937,-0.110325,-0.968371,0.187882,-0.164190,0.523246,-0.824086,0.217018,0.745757,-0.263891,0.611726, + 0.141237,-0.426929,0.893187,0.217856,-0.270352,0.937789,0.027298,-0.871033,0.490466,0.750109,-0.314410,0.581793, + -0.956822,0.285969,-0.052082,-0.699808,-0.615341,-0.362801,-0.763083,-0.606646,0.222901,0.326245,-0.319151,0.889779, + 0.311019,-0.203657,0.928327,-0.359442,-0.071147,0.930451,-0.402910,-0.214760,0.889686,0.976028,-0.130838,0.173928, + 0.981926,-0.032673,0.186422,0.803505,-0.095553,0.587579,0.798477,-0.211976,0.563472,-0.284996,0.410427,-0.866214, + -0.227243,0.625542,-0.746363,0.451523,0.411583,-0.791661,0.426397,0.271303,-0.862891,-0.359442,-0.071147,0.930451, + -0.258919,0.224181,0.939523,-0.682733,0.463340,0.564971,-0.844685,0.149458,0.513975,0.798477,-0.211976,0.563472, + 0.803505,-0.095553,0.587579,0.354512,0.031229,0.934530,0.311019,-0.203657,0.928327,0.311019,-0.203657,0.928327, + 0.354512,0.031229,0.934530,-0.258919,0.224181,0.939523,-0.359442,-0.071147,0.930451,-0.757208,0.403308,-0.513789, + -0.647117,0.662476,-0.377312,-0.227243,0.625542,-0.746363,-0.284996,0.410427,-0.866214,0.902081,0.054934,-0.428056, + 0.903634,0.148046,-0.401905,0.981926,-0.032673,0.186422,0.976028,-0.130838,0.173928,0.426397,0.271303,-0.862891, + 0.451523,0.411583,-0.791661,0.903634,0.148046,-0.401905,0.902081,0.054934,-0.428056,-0.844685,0.149458,0.513975, + -0.682733,0.463340,0.564971,-0.784501,0.620120,0.002898,-0.937534,0.329937,-0.110325,-0.937534,0.329937,-0.110325, + -0.784501,0.620120,0.002898,-0.647117,0.662476,-0.377312,-0.757208,0.403308,-0.513789,-0.258919,0.224181,0.939523, + -0.049354,0.616173,0.786063,-0.334174,0.772857,0.539463,-0.682733,0.463340,0.564971,-0.227243,0.625542,-0.746363, + -0.025755,0.927375,-0.373246,0.489766,0.772342,-0.404495,0.451523,0.411583,-0.791661,-0.682733,0.463340,0.564971, + -0.334174,0.772857,0.539463,-0.388173,0.906059,0.168462,-0.784501,0.620120,0.002898,-0.647117,0.662476,-0.377312, + -0.307222,0.949196,-0.068126,-0.025755,0.927375,-0.373246,-0.227243,0.625542,-0.746363,0.803505,-0.095553,0.587579, + 0.701800,0.405013,0.586039,0.413008,0.431939,0.801781,0.354512,0.031229,0.934530,0.354512,0.031229,0.934530, + 0.413008,0.431939,0.801781,-0.049354,0.616173,0.786063,-0.258919,0.224181,0.939523,0.451523,0.411583,-0.791661, + 0.489766,0.772342,-0.404495,0.786315,0.603233,-0.133486,0.903634,0.148046,-0.401905,-0.784501,0.620120,0.002898, + -0.388173,0.906059,0.168462,-0.307222,0.949196,-0.068126,-0.647117,0.662476,-0.377312,0.903634,0.148046,-0.401905, + 0.786315,0.603233,-0.133486,0.861270,0.430601,0.269807,0.981926,-0.032673,0.186422,0.981926,-0.032673,0.186422, + 0.861270,0.430601,0.269807,0.701800,0.405013,0.586039,0.803505,-0.095553,0.587579,-0.025755,0.927375,-0.373246, + 0.219996,0.919348,0.326193,0.489766,0.772342,-0.404495,-0.334174,0.772857,0.539463,0.219996,0.919348,0.326193, + -0.388173,0.906059,0.168462,-0.307222,0.949196,-0.068126,0.219996,0.919348,0.326193,-0.025755,0.927375,-0.373246, + 0.701800,0.405013,0.586039,0.219996,0.919348,0.326193,0.413008,0.431939,0.801781,0.413008,0.431939,0.801781, + 0.219996,0.919348,0.326193,-0.049354,0.616173,0.786063,0.489766,0.772342,-0.404495,0.219996,0.919348,0.326193, + 0.786315,0.603233,-0.133486,-0.388173,0.906059,0.168462,0.219996,0.919348,0.326193,-0.307222,0.949196,-0.068126, + 0.786315,0.603233,-0.133486,0.219996,0.919348,0.326193,0.861270,0.430601,0.269807,0.861270,0.430601,0.269807, + 0.219996,0.919348,0.326193,0.701800,0.405013,0.586039,-0.049354,0.616173,0.786063,0.219996,0.919348,0.326193, + -0.334174,0.772857,0.539463,-0.847283,0.177137,0.500733,-0.371281,-0.119039,0.920858,-0.378289,-0.115937,0.918399, + -0.810880,0.199586,0.550127,-0.725654,0.490217,-0.482819,-0.909854,0.402622,-0.100305,-0.880978,0.468913,-0.063222, + -0.692711,0.557354,-0.457721,0.297447,-0.323301,0.898333,0.777246,-0.374994,0.505241,0.752854,-0.460329,0.470434, + 0.344827,-0.398215,0.850011,-0.909854,0.402622,-0.100305,-0.847283,0.177137,0.500733,-0.810880,0.199586,0.550127, + -0.880978,0.468913,-0.063222,-0.264692,0.487133,-0.832249,-0.725654,0.490217,-0.482819,-0.692711,0.557354,-0.457721, + -0.212240,0.521165,-0.826645,0.883298,-0.020544,-0.468362,0.418732,0.286078,-0.861872,0.470127,0.244615,-0.848023, + 0.882492,-0.103507,-0.458797,0.777246,-0.374994,0.505241,0.953920,-0.276771,0.115903,0.924800,-0.368114,0.096106, + 0.752854,-0.460329,0.470434,-0.371281,-0.119039,0.920858,0.297447,-0.323301,0.898333,0.344827,-0.398215,0.850011, + -0.378289,-0.115937,0.918399,0.418732,0.286078,-0.861872,-0.264692,0.487133,-0.832249,-0.212240,0.521165,-0.826645, + 0.470127,0.244615,-0.848023,0.953920,-0.276771,0.115903,0.883298,-0.020544,-0.468362,0.882492,-0.103507,-0.458797, + 0.924800,-0.368114,0.096106,0.173720,-0.190168,0.966260,-0.408887,-0.174286,0.895788,-0.408288,-0.174500,0.896019, + 0.141237,-0.426929,0.893187,-0.743727,-0.223191,-0.630123,-0.880250,-0.332771,-0.338265,-0.945054,0.326615,-0.013971, + -0.748550,0.449401,-0.487557,-0.408887,-0.174286,0.895788,-0.759820,0.128922,0.637223,-0.828362,-0.090870,0.552774, + -0.408288,-0.174500,0.896019,0.745757,-0.263891,0.611726,0.173720,-0.190168,0.966260,0.141237,-0.426929,0.893187, + -0.364264,-0.248662,-0.897485,-0.743727,-0.223191,-0.630123,-0.748550,0.449401,-0.487557,-0.270486,0.462745,-0.844218, + 0.601866,-0.581442,-0.547433,0.202144,-0.407995,-0.890324,0.442596,0.301660,-0.844458,0.908124,0.053044,-0.415327, + 0.523246,-0.824086,0.217018,0.664986,-0.741627,-0.088220,0.970251,-0.167135,0.175153,0.745757,-0.263891,0.611726, + -0.828362,-0.090870,0.552774,-0.945054,0.326615,-0.013971,-0.880250,-0.332771,-0.338265,0.202144,-0.407995,-0.890324, + -0.364264,-0.248662,-0.897485,-0.270486,0.462745,-0.844218,0.442596,0.301660,-0.844458,0.664986,-0.741627,-0.088220, + 0.601866,-0.581442,-0.547433,0.908124,0.053044,-0.415327,0.970251,-0.167135,0.175153,-0.945054,0.326615,-0.013971, + -0.828362,-0.090870,0.552774,-0.759820,0.128922,0.637223,-0.869502,0.056715,0.490662,-0.892986,0.000221,0.450084, + -0.401961,-0.283302,0.870728,-0.384992,-0.203582,0.900187,-0.753471,0.394358,-0.526082,-0.761045,0.364011,-0.536942, + -0.953022,0.263770,-0.148910,-0.944222,0.298930,-0.138150,0.307963,-0.343377,0.887272,0.317034,-0.408999,0.855693, + 0.783333,-0.351710,0.512533,0.790879,-0.318969,0.522273,0.431642,0.253273,-0.865759,0.424573,0.220157,-0.878219, + -0.278881,0.377919,-0.882838,-0.271226,0.410096,-0.870780,-0.271226,0.410096,-0.870780,-0.278881,0.377919,-0.882838, + -0.761045,0.364011,-0.536942,-0.753471,0.394358,-0.526082,0.894261,0.002991,-0.447537,0.887965,-0.029300,-0.458977, + 0.424573,0.220157,-0.878219,0.431642,0.253273,-0.865759,0.790879,-0.318969,0.522273,0.783333,-0.351710,0.512533, + 0.959468,-0.250497,0.129120,0.965685,-0.219221,0.139267,-0.384992,-0.203582,0.900187,-0.401961,-0.283302,0.870728, + 0.317034,-0.408999,0.855693,0.307963,-0.343377,0.887272,-0.944222,0.298930,-0.138150,-0.953022,0.263770,-0.148910, + -0.892986,0.000221,0.450084,-0.869502,0.056715,0.490662,0.965685,-0.219221,0.139267,0.959468,-0.250497,0.129120, + 0.887965,-0.029300,-0.458977,0.894261,0.002991,-0.447537,0.894261,0.002991,-0.447537,0.431642,0.253273,-0.865759, + 0.418732,0.286078,-0.861872,0.883298,-0.020544,-0.468362,-0.944222,0.298930,-0.138150,-0.869502,0.056715,0.490662, + -0.847283,0.177137,0.500733,-0.909854,0.402622,-0.100305,-0.271226,0.410096,-0.870780,-0.753471,0.394358,-0.526082, + -0.725654,0.490217,-0.482819,-0.264692,0.487133,-0.832249,0.431642,0.253273,-0.865759,-0.271226,0.410096,-0.870780, + -0.264692,0.487133,-0.832249,0.418732,0.286078,-0.861872,0.790879,-0.318969,0.522273,0.965685,-0.219221,0.139267, + 0.953920,-0.276771,0.115903,0.777246,-0.374994,0.505241,-0.384992,-0.203582,0.900187,0.307963,-0.343377,0.887272, + 0.297447,-0.323301,0.898333,-0.371281,-0.119039,0.920858,0.965685,-0.219221,0.139267,0.894261,0.002991,-0.447537, + 0.883298,-0.020544,-0.468362,0.953920,-0.276771,0.115903,-0.753471,0.394358,-0.526082,-0.944222,0.298930,-0.138150, + -0.909854,0.402622,-0.100305,-0.725654,0.490217,-0.482819,0.307963,-0.343377,0.887272,0.790879,-0.318969,0.522273, + 0.777246,-0.374994,0.505241,0.297447,-0.323301,0.898333,-0.869502,0.056715,0.490662,-0.384992,-0.203582,0.900187, + -0.371281,-0.119039,0.920858,-0.847283,0.177137,0.500733,0.340764,-0.786938,-0.514401,-0.205426,-0.924139,-0.322128, + 0.066926,-0.645394,-0.760913,0.066926,-0.645394,-0.760913,-0.205426,-0.924139,-0.322128,-0.344404,-0.540469,-0.767645, + -0.344404,-0.540469,-0.767645,-0.205426,-0.924139,-0.322128,-0.609937,-0.547258,-0.573136,-0.609937,-0.547258,-0.573136, + -0.205426,-0.924139,-0.322128,-0.699808,-0.615341,-0.362801,-0.699808,-0.615341,-0.362801,-0.205426,-0.924139,-0.322128, + -0.763083,-0.606646,0.222901,-0.763083,-0.606646,0.222901,-0.205426,-0.924139,-0.322128,-0.428463,-0.778422,0.458780, + -0.428463,-0.778422,0.458780,-0.205426,-0.924139,-0.322128,0.027298,-0.871033,0.490466,0.027298,-0.871033,0.490466, + -0.205426,-0.924139,-0.322128,0.256678,-0.966491,0.003351,0.256678,-0.966491,0.003351,-0.205426,-0.924139,-0.322128, + 0.398791,-0.898507,-0.183439,0.398791,-0.898507,-0.183439,-0.205426,-0.924139,-0.322128,0.340764,-0.786938,-0.514401, + -0.490470,-0.513127,-0.704372,-0.455818,-0.527085,-0.717225,-0.478519,-0.847184,-0.230865,-0.522562,-0.825659,-0.212643, + 0.136685,0.682971,-0.717543,0.103176,0.701131,-0.705528,0.340951,0.922352,-0.181712,0.386572,0.900770,-0.197928, + 0.420968,0.879552,0.221751,0.475454,0.855557,0.204857,0.386572,0.900770,-0.197928,0.340951,0.922352,-0.181712, + 0.326244,0.929910,-0.169798,0.074814,0.717086,-0.692958,-0.330831,0.819509,-0.467927,-0.101755,0.993427,-0.052427, + 0.104022,0.701677,-0.704861,0.356453,0.916134,-0.183410,0.911840,0.271599,-0.307866,0.764382,0.120286,-0.633444, + 0.979076,0.190681,-0.071065,0.911840,0.271599,-0.307866,0.356453,0.916134,-0.183410,0.450995,0.847254,0.280648, + -0.391466,-0.901969,0.182225,-0.448165,-0.870634,0.202842,-0.522562,-0.825659,-0.212643,-0.478519,-0.847184,-0.230865, + 0.221867,-0.093255,0.970607,0.133003,-0.049970,0.989855,-0.201112,-0.615692,0.761891,-0.121746,-0.663900,0.737844, + 0.363927,-0.679570,-0.636979,0.357139,-0.874147,-0.329120,-0.508535,-0.834019,-0.214020,-0.490165,-0.511512,-0.705758, + 0.979076,0.190681,-0.071065,0.450995,0.847254,0.280648,0.898676,0.097032,0.427745,-0.204500,0.128564,-0.970387, + -0.233843,0.144249,-0.961514,0.103176,0.701131,-0.705528,0.136685,0.682971,-0.717543,0.032243,0.995568,-0.088343, + 0.356453,0.916134,-0.183410,0.104022,0.701677,-0.704861,-0.224827,0.814394,-0.534991,-0.269481,0.161622,-0.949346, + -0.520040,-0.498491,-0.693588,-0.852584,-0.238857,-0.464809,-0.664781,0.348178,-0.660937,-0.240194,0.146916,-0.959543, + 0.104022,0.701677,-0.704861,0.764382,0.120286,-0.633444,0.539064,-0.245720,-0.805625,0.221869,-0.093249,0.970608, + 0.739842,-0.350695,0.574149,0.898676,0.097032,0.427745,0.363815,0.508471,0.780446,0.450995,0.847254,0.280648, + 0.114224,0.957033,0.266536,0.363815,0.508471,0.780446,-0.397755,-0.877071,0.269328,-0.153574,-0.562923,0.812117, + -0.704895,-0.668377,0.237476,0.114224,0.957033,0.266536,0.450995,0.847254,0.280648,0.356453,0.916134,-0.183410, + 0.032243,0.995568,-0.088343,-0.224827,0.814394,-0.534991,0.104022,0.701677,-0.704861,-0.240194,0.146916,-0.959543, + -0.586394,0.312288,-0.747408,-0.783637,-0.320541,-0.532134,-0.490165,-0.511512,-0.705758,-0.508535,-0.834019,-0.214020, + -0.762554,-0.635179,-0.122718,-0.160752,-0.525298,0.835596,-0.795746,-0.551502,0.250267,-0.420505,-0.855251,0.302857, + 0.419729,0.852087,0.312691,0.326244,0.929910,-0.169798,-0.101755,0.993427,-0.052427,-0.031906,0.958931,0.281839, + 0.074814,0.717086,-0.692958,-0.269481,0.161622,-0.949346,-0.664781,0.348178,-0.660937,-0.330831,0.819509,-0.467927, + -0.520040,-0.498491,-0.693588,-0.538258,-0.818436,-0.201100,-0.842201,-0.532464,-0.084732,-0.852584,-0.238857,-0.464809, + -0.031906,0.958931,0.281839,0.330008,0.492277,0.805455,0.419729,0.852087,0.312691,-0.586394,0.312288,-0.747408, + -0.240194,0.146916,-0.959543,-0.490165,-0.511512,-0.705758,-0.783637,-0.320541,-0.532134,0.539064,-0.245720,-0.805625, + 0.363927,-0.679570,-0.636979,-0.490165,-0.511512,-0.705758,-0.240194,0.146916,-0.959543,-0.233843,0.144249,-0.961514, + -0.204500,0.128564,-0.970387,-0.455818,-0.527085,-0.717225,-0.490470,-0.513127,-0.704372,0.498330,-0.741826,0.448734, + 0.739842,-0.350695,0.574149,0.221869,-0.093249,0.970608,-0.153574,-0.562923,0.812117,-0.397755,-0.877071,0.269328, + 0.498330,-0.741826,0.448734,-0.153574,-0.562923,0.812117,0.375569,0.570736,0.730211,0.459109,0.540764,0.704836, + 0.475454,0.855557,0.204857,0.420968,0.879552,0.221751,-0.538258,-0.818436,-0.201100,-0.420505,-0.855251,0.302857, + -0.795746,-0.551502,0.250267,-0.842201,-0.532464,-0.084732,-0.762554,-0.635179,-0.122718,-0.508535,-0.834019,-0.214020, + -0.397755,-0.877071,0.269328,-0.704895,-0.668377,0.237476,0.357139,-0.874147,-0.329120,0.426244,-0.900650,-0.084529, + -0.397755,-0.877071,0.269328,-0.508535,-0.834019,-0.214020,-0.121746,-0.663900,0.737844,-0.201112,-0.615692,0.761891, + -0.448165,-0.870634,0.202842,-0.391466,-0.901969,0.182225,0.759723,0.644043,0.089612,0.419729,0.852087,0.312691, + 0.529251,0.415646,0.739684,0.363815,0.508471,0.780446,0.898676,0.097032,0.427745,0.450995,0.847254,0.280648, + -0.397755,-0.877071,0.269328,0.426244,-0.900650,-0.084529,0.498330,-0.741826,0.448734,0.459109,0.540764,0.704836, + 0.375569,0.570736,0.730211,0.133003,-0.049970,0.989855,0.221867,-0.093255,0.970607,0.340951,0.922352,-0.181712, + 0.067442,0.990991,-0.115710,0.132069,0.950877,0.279982,0.420968,0.879552,0.221751,-0.490470,-0.513127,-0.704372, + -0.704879,-0.372376,-0.603723,-0.455774,0.258857,-0.851624,-0.233843,0.144249,-0.961514,0.133003,-0.049970,0.989855, + -0.207763,0.115527,0.971333,-0.497798,-0.404484,0.767196,-0.201112,-0.615692,0.761891,0.420968,0.879552,0.221751, + 0.132069,0.950877,0.279982,0.036179,0.671632,0.740001,0.375569,0.570736,0.730211,0.375569,0.570736,0.730211, + 0.036179,0.671632,0.740001,-0.207763,0.115527,0.971333,0.133003,-0.049970,0.989855,-0.522562,-0.825659,-0.212643, + -0.742863,-0.657668,-0.125011,-0.704879,-0.372376,-0.603723,-0.490470,-0.513127,-0.704372,0.103176,0.701131,-0.705528, + -0.144122,0.779063,-0.610156,0.067442,0.990991,-0.115710,0.340951,0.922352,-0.181712,-0.233843,0.144249,-0.961514, + -0.455774,0.258857,-0.851624,-0.144122,0.779063,-0.610156,0.103176,0.701131,-0.705528,-0.201112,-0.615692,0.761891, + -0.497798,-0.404484,0.767196,-0.693689,-0.670234,0.263784,-0.448165,-0.870634,0.202842,-0.448165,-0.870634,0.202842, + -0.693689,-0.670234,0.263784,-0.742863,-0.657668,-0.125011,-0.522562,-0.825659,-0.212643,-0.207763,0.115527,0.971333, + -0.601724,0.304443,0.738406,-0.796317,-0.041483,0.603455,-0.497798,-0.404484,0.767196,-0.704879,-0.372376,-0.603723, + -0.957125,-0.038684,-0.287081,-0.779527,0.422657,-0.462276,-0.455774,0.258857,-0.851624,-0.497798,-0.404484,0.767196, + -0.796317,-0.041483,0.603455,-0.930003,-0.225559,0.290203,-0.693689,-0.670234,0.263784,-0.742863,-0.657668,-0.125011, + -0.973799,-0.221833,0.050059,-0.957125,-0.038684,-0.287081,-0.704879,-0.372376,-0.603723,0.132069,0.950877,0.279982, + -0.353923,0.882127,0.310790,-0.425522,0.689268,0.586379,0.036179,0.671632,0.740001,0.036179,0.671632,0.740001, + -0.425522,0.689268,0.586379,-0.601724,0.304443,0.738406,-0.207763,0.115527,0.971333,-0.455774,0.258857,-0.851624, + -0.779527,0.422657,-0.462276,-0.575384,0.758824,-0.305156,-0.144122,0.779063,-0.610156,-0.693689,-0.670234,0.263784, + -0.930003,-0.225559,0.290203,-0.973799,-0.221833,0.050059,-0.742863,-0.657668,-0.125011,-0.144122,0.779063,-0.610156, + -0.575384,0.758824,-0.305156,-0.405705,0.913864,0.015988,0.067442,0.990991,-0.115710,0.067442,0.990991,-0.115710, + -0.405705,0.913864,0.015988,-0.353923,0.882127,0.310790,0.132069,0.950877,0.279982,-0.957125,-0.038684,-0.287081, + -0.861565,0.448051,0.238657,-0.779527,0.422657,-0.462276,-0.796317,-0.041483,0.603455,-0.861565,0.448051,0.238657, + -0.930003,-0.225559,0.290203,-0.973799,-0.221833,0.050059,-0.861565,0.448051,0.238657,-0.957125,-0.038684,-0.287081, + -0.353923,0.882127,0.310790,-0.861565,0.448051,0.238657,-0.425522,0.689268,0.586379,-0.425522,0.689268,0.586379, + -0.861565,0.448051,0.238657,-0.601724,0.304443,0.738406,-0.779527,0.422657,-0.462276,-0.861565,0.448051,0.238657, + -0.575384,0.758824,-0.305156,-0.930003,-0.225559,0.290203,-0.861565,0.448051,0.238657,-0.973799,-0.221833,0.050059, + -0.575384,0.758824,-0.305156,-0.861565,0.448051,0.238657,-0.405705,0.913864,0.015988,-0.405705,0.913864,0.015988, + -0.861565,0.448051,0.238657,-0.353923,0.882127,0.310790,-0.601724,0.304443,0.738406,-0.861565,0.448051,0.238657, + -0.796317,-0.041483,0.603455,-0.120247,-0.663183,0.738734,0.222878,-0.093811,0.970322,0.197514,-0.081260,0.976926, + -0.141879,-0.661720,0.736205,-0.478517,-0.847187,-0.230859,-0.392513,-0.902253,0.178532,-0.394892,-0.901084,0.179188, + -0.478522,-0.847185,-0.230856,0.459274,0.538328,0.706591,0.475145,0.856459,0.201779,0.473235,0.857392,0.202304, + 0.445198,0.554838,0.702819,-0.392513,-0.902253,0.178532,-0.120247,-0.663183,0.738734,-0.141879,-0.661720,0.736205, + -0.394892,-0.901084,0.179188,-0.455821,-0.527096,-0.717215,-0.478517,-0.847187,-0.230859,-0.478522,-0.847185,-0.230856, + -0.455824,-0.527095,-0.717214,0.136691,0.682976,-0.717537,-0.204511,0.128565,-0.970384,-0.204508,0.128566,-0.970385, + 0.136693,0.682978,-0.717535,0.475145,0.856459,0.201779,0.386565,0.900771,-0.197936,0.386564,0.900773,-0.197933, + 0.473235,0.857392,0.202304,0.222878,-0.093811,0.970322,0.459274,0.538328,0.706591,0.445198,0.554838,0.702819, + 0.197514,-0.081260,0.976926,-0.204511,0.128565,-0.970384,-0.455821,-0.527096,-0.717215,-0.455824,-0.527095,-0.717214, + -0.204508,0.128566,-0.970385,0.386565,0.900771,-0.197936,0.136691,0.682976,-0.717537,0.136693,0.682978,-0.717535, + 0.386564,0.900773,-0.197933,0.330008,0.492277,0.805455,0.221873,-0.093247,0.970607,0.221873,-0.093248,0.970607, + 0.529251,0.415646,0.739684,-0.143458,-0.943548,-0.298557,-0.039794,-0.997719,0.054525,-0.420505,-0.855251,0.302857, + -0.538258,-0.818436,-0.201100,0.221873,-0.093247,0.970607,-0.160752,-0.525298,0.835596,0.023939,-0.636976,0.770511, + 0.221873,-0.093248,0.970607,0.419729,0.852087,0.312691,0.330008,0.492277,0.805455,0.529251,0.415646,0.739684, + -0.087488,-0.666679,-0.740192,-0.143458,-0.943548,-0.298557,-0.538258,-0.818436,-0.201100,-0.520040,-0.498491,-0.693588, + 0.470245,0.480000,-0.740587,0.181183,-0.063325,-0.981409,-0.269481,0.161622,-0.949346,0.074814,0.717086,-0.692958, + 0.759723,0.644043,0.089612,0.675253,0.686022,-0.270938,0.326244,0.929910,-0.169798,0.419729,0.852087,0.312691, + 0.023939,-0.636976,0.770511,-0.420505,-0.855251,0.302857,-0.039794,-0.997719,0.054525,0.181183,-0.063325,-0.981409, + -0.087488,-0.666679,-0.740192,-0.520040,-0.498491,-0.693588,-0.269481,0.161622,-0.949346,0.675253,0.686022,-0.270938, + 0.470245,0.480000,-0.740587,0.074814,0.717086,-0.692958,0.326244,0.929910,-0.169798,-0.420505,-0.855251,0.302857, + 0.023939,-0.636976,0.770511,-0.160752,-0.525298,0.835596,0.417995,0.887942,-0.191936,0.169073,0.674761,-0.718410, + -0.254470,0.812835,-0.523970,-0.026038,0.996528,-0.079084,-0.175657,0.116046,-0.977588,-0.429549,-0.546924,-0.718583, + -0.800402,-0.294788,-0.521973,-0.596378,0.316205,-0.737799,0.543773,0.374353,0.751113,0.845121,0.532986,0.041191, + 0.513929,0.798930,0.312390,0.513929,0.798930,0.312390,0.417995,0.887942,-0.191936,-0.026038,0.996528,-0.079084, + 0.042657,0.960644,0.274488,0.169073,0.674761,-0.718410,-0.175657,0.116046,-0.977588,-0.596378,0.316205,-0.737799, + -0.254470,0.812835,-0.523970,-0.429549,-0.546924,-0.718583,-0.449243,-0.864918,-0.223826,-0.798157,-0.592122,-0.111069, + -0.800402,-0.294788,-0.521973,0.543773,0.374353,0.751113,0.513929,0.798930,0.312390,0.318228,0.495860,0.807994, + 0.064686,-0.621650,0.780619,-0.319663,-0.898263,0.301560,0.101341,-0.994846,0.003298,-0.449243,-0.864918,-0.223826, + -0.319663,-0.898263,0.301560,-0.751256,-0.613344,0.243768,-0.798157,-0.592122,-0.111069,0.221861,-0.093247,0.970609, + -0.170726,-0.517473,0.838495,0.064686,-0.621650,0.780619,0.221861,-0.093247,0.970609,0.064686,-0.621650,0.780619, + -0.170726,-0.517473,0.838495,-0.319663,-0.898263,0.301560,-0.449243,-0.864918,-0.223826,-0.006360,-0.947540,-0.319575, + 0.101341,-0.994846,0.003298,-0.319663,-0.898263,0.301560,-0.319663,-0.898263,0.301560,-0.170726,-0.517473,0.838495, + -0.751256,-0.613344,0.243768,-0.175657,0.116046,-0.977588,0.298638,-0.123347,-0.946362,0.046514,-0.685185,-0.726882, + -0.429549,-0.546924,-0.718583,-0.429549,-0.546924,-0.718583,0.046514,-0.685185,-0.726882,-0.006360,-0.947540,-0.319575, + -0.449243,-0.864918,-0.223826,0.169073,0.674761,-0.718410,0.566871,0.386483,-0.727522,0.298638,-0.123347,-0.946362, + -0.175657,0.116046,-0.977588,0.513929,0.798930,0.312390,0.845121,0.532986,0.041191,0.762347,0.576173,-0.294705, + 0.417995,0.887942,-0.191936,0.042657,0.960644,0.274488,0.318228,0.495860,0.807994,0.513929,0.798930,0.312390, + 0.221861,-0.093247,0.970609,0.543773,0.374353,0.751113,0.318228,0.495860,0.807994,0.221861,-0.093247,0.970609, + 0.417995,0.887942,-0.191936,0.762347,0.576173,-0.294705,0.566871,0.386483,-0.727522,0.169073,0.674761,-0.718410, + -0.121929,-0.662406,0.739156,-0.103579,-0.686467,0.719746,0.261949,-0.112788,0.958468,0.220372,-0.092632,0.971007, + -0.478519,-0.847184,-0.230865,-0.478519,-0.847184,-0.230864,-0.389978,-0.904235,0.173997,-0.393831,-0.902359,0.175059, + 0.457502,0.538465,0.707635,0.486998,0.539877,0.686561,0.477677,0.855923,0.198040,0.474588,0.857442,0.198894, + -0.204514,0.128566,-0.970384,-0.204516,0.128572,-0.970383,-0.455818,-0.527089,-0.717221,-0.455817,-0.527095,-0.717218, + -0.455817,-0.527095,-0.717218,-0.455818,-0.527089,-0.717221,-0.478519,-0.847184,-0.230864,-0.478519,-0.847184,-0.230865, + 0.136682,0.682971,-0.717543,0.136679,0.682975,-0.717540,-0.204516,0.128572,-0.970383,-0.204514,0.128566,-0.970384, + 0.474588,0.857442,0.198894,0.477677,0.855923,0.198040,0.386565,0.900771,-0.197937,0.386569,0.900769,-0.197938, + 0.220372,-0.092632,0.971007,0.261949,-0.112788,0.958468,0.486998,0.539877,0.686561,0.457502,0.538465,0.707635, + -0.393831,-0.902359,0.175059,-0.389978,-0.904235,0.173997,-0.103579,-0.686467,0.719746,-0.121929,-0.662406,0.739156, + 0.386569,0.900769,-0.197938,0.386565,0.900771,-0.197937,0.136679,0.682975,-0.717540,0.136682,0.682971,-0.717543, + 0.386566,0.900771,-0.197936,0.136688,0.682974,-0.717539,0.136691,0.682976,-0.717537,0.386565,0.900771,-0.197936, + -0.204517,0.128562,-0.970384,-0.455820,-0.527101,-0.717212,-0.455821,-0.527096,-0.717215,-0.204511,0.128565,-0.970384, + 0.248172,-0.106063,0.962892,0.477340,0.539487,0.693614,0.459274,0.538328,0.706591,0.222878,-0.093811,0.970322, + 0.477053,0.855522,0.201254,0.386566,0.900771,-0.197936,0.386565,0.900771,-0.197936,0.475145,0.856459,0.201779, + 0.136688,0.682974,-0.717539,-0.204517,0.128562,-0.970384,-0.204511,0.128565,-0.970384,0.136691,0.682976,-0.717537, + -0.455820,-0.527101,-0.717212,-0.478513,-0.847188,-0.230862,-0.478517,-0.847187,-0.230859,-0.455821,-0.527096,-0.717215, + -0.390130,-0.903415,0.177878,-0.109214,-0.678082,0.726827,-0.120247,-0.663183,0.738734,-0.392513,-0.902253,0.178532, + 0.477340,0.539487,0.693614,0.477053,0.855522,0.201254,0.475145,0.856459,0.201779,0.459274,0.538328,0.706591, + -0.478513,-0.847188,-0.230862,-0.390130,-0.903415,0.177878,-0.392513,-0.902253,0.178532,-0.478517,-0.847187,-0.230859, + -0.109214,-0.678082,0.726827,0.248172,-0.106063,0.962892,0.222878,-0.093811,0.970322,-0.120247,-0.663183,0.738734, + 0.386575,0.900768,-0.197934,0.386569,0.900769,-0.197938,0.136682,0.682971,-0.717543,0.136683,0.682964,-0.717550, + -0.397676,-0.900465,0.176113,-0.393831,-0.902359,0.175059,-0.121929,-0.662406,0.739156,-0.157752,-0.660454,0.734108, + 0.178446,-0.071888,0.981320,0.220372,-0.092632,0.971007,0.457502,0.538465,0.707635,0.434559,0.566099,0.700493, + 0.471493,0.858952,0.199742,0.474588,0.857442,0.198894,0.386569,0.900769,-0.197938,0.386575,0.900768,-0.197934, + 0.136683,0.682964,-0.717550,0.136682,0.682971,-0.717543,-0.204514,0.128566,-0.970384,-0.204511,0.128562,-0.970385, + -0.455813,-0.527088,-0.717225,-0.455817,-0.527095,-0.717218,-0.478519,-0.847184,-0.230865,-0.478517,-0.847186,-0.230861, + -0.204511,0.128562,-0.970385,-0.204514,0.128566,-0.970384,-0.455817,-0.527095,-0.717218,-0.455813,-0.527088,-0.717225, + 0.434559,0.566099,0.700493,0.457502,0.538465,0.707635,0.474588,0.857442,0.198894,0.471493,0.858952,0.199742, + -0.478517,-0.847186,-0.230861,-0.478519,-0.847184,-0.230865,-0.393831,-0.902359,0.175059,-0.397676,-0.900465,0.176113, + -0.157752,-0.660454,0.734108,-0.121929,-0.662406,0.739156,0.220372,-0.092632,0.971007,0.178446,-0.071888,0.981320, + 0.764382,0.120286,-0.633444,0.871776,-0.426925,-0.240294,0.539064,-0.245720,-0.805625,0.539064,-0.245720,-0.805625, + 0.871776,-0.426925,-0.240294,0.363927,-0.679570,-0.636979,0.363927,-0.679570,-0.636979,0.871776,-0.426925,-0.240294, + 0.357139,-0.874147,-0.329120,0.357139,-0.874147,-0.329120,0.871776,-0.426925,-0.240294,0.426244,-0.900650,-0.084529, + 0.426244,-0.900650,-0.084529,0.871776,-0.426925,-0.240294,0.498330,-0.741826,0.448734,0.498330,-0.741826,0.448734, + 0.871776,-0.426925,-0.240294,0.739842,-0.350695,0.574149,0.739842,-0.350695,0.574149,0.871776,-0.426925,-0.240294, + 0.898676,0.097032,0.427745,0.898676,0.097032,0.427745,0.871776,-0.426925,-0.240294,0.979076,0.190681,-0.071065, + 0.979076,0.190681,-0.071065,0.871776,-0.426925,-0.240294,0.911840,0.271599,-0.307866,0.911840,0.271599,-0.307866, + 0.871776,-0.426925,-0.240294,0.764382,0.120286,-0.633444,-0.027435,0.001300,0.999623,-0.027435,0.001300,0.999623, + -0.027435,0.001300,0.999623,-0.027435,0.001300,0.999623,-0.027435,0.001300,0.999623,-0.027435,0.001300,0.999623, + -0.027435,0.001300,0.999623,-0.809767,0.146724,-0.568110,-0.944705,-0.166713,-0.282382,-0.933860,-0.351693,0.064938, + -0.765354,-0.189049,0.615218,-0.556694,0.190956,0.808472,-0.348760,0.542938,0.763927,-0.249916,0.828326,0.501415, + -0.224517,0.974272,-0.019675,-0.519596,0.669788,-0.530476,-0.987458,0.133980,0.083519,-0.850449,-0.524813,0.036171, + -0.848556,-0.527895,0.035769,-0.987180,0.135980,0.083575,-0.701624,0.706484,0.092753,-0.987458,0.133980,0.083519, + -0.987180,0.135980,0.083575,-0.693676,0.714282,0.092816,-0.307451,0.945945,0.103257,-0.701624,0.706484,0.092753, + -0.693676,0.714282,0.092816,-0.307030,0.946079,0.103280,-0.000000,0.993680,0.112247,-0.307451,0.945945,0.103257, + -0.307030,0.946079,0.103280,-0.000000,0.993680,0.112247,-0.762760,0.642937,0.069496,-0.801046,0.594125,0.073082, + -0.304256,0.952590,0.001176,-0.298282,0.954478,-0.000227,-0.298282,0.954478,-0.000227,-0.304256,0.952590,0.001176, + -0.000000,0.999173,-0.040655,-0.000000,0.999173,-0.040655,-0.000000,0.064195,0.997937,0.000001,0.064195,0.997937, + 0.000001,0.064195,0.997937,0.000001,0.064195,0.997937,0.000001,0.064195,0.997937,0.000001,0.064195,0.997937, + -0.000000,0.064195,0.997937,-0.044882,-0.146354,-0.988214,-0.044882,-0.146354,-0.988214,-0.044882,-0.146354,-0.988214, + -0.044882,-0.146354,-0.988214,-0.044882,-0.146354,-0.988214,0.000000,-0.146502,-0.989210,0.000000,-0.146502,-0.989210, + 0.020090,0.184977,0.982537,0.020090,0.184977,0.982537,0.020090,0.184977,0.982537,0.020090,0.184977,0.982537, + 0.020090,0.184977,0.982537,-0.000000,0.185015,0.982736,-0.000000,0.185015,0.982736,0.020090,0.184977,0.982537, + 0.020090,0.184977,0.982537,-0.166083,0.986069,-0.009145,-0.166398,0.968880,0.183255,0.519443,0.841910,0.146173, + 0.531361,0.846498,0.033119,0.373674,-0.926330,0.047751,0.373009,-0.910832,0.176774,-0.423872,-0.887232,0.182079, + -0.444124,-0.895945,-0.006039,-0.842716,0.535609,-0.054335,-0.824955,0.533170,0.187560,-0.166398,0.968880,0.183255, + -0.166083,0.986069,-0.009145,-0.444124,-0.895945,-0.006039,-0.423872,-0.887232,0.182079,-0.951903,-0.252578,0.173452, + -0.958772,-0.279019,-0.053892,0.930650,0.362109,0.052617,0.923116,0.367107,0.114411,0.934737,-0.329769,0.132363, + 0.933975,-0.351637,0.063572,0.531361,0.846498,0.033119,0.519443,0.841910,0.146173,0.923116,0.367107,0.114411, + 0.930650,0.362109,0.052617,0.933975,-0.351637,0.063572,0.934737,-0.329769,0.132363,0.373009,-0.910832,0.176774, + 0.373674,-0.926330,0.047751,-0.958772,-0.279019,-0.053892,-0.951903,-0.252578,0.173452,-0.824955,0.533170,0.187560, + -0.842716,0.535609,-0.054335,-0.936928,-0.278987,-0.210553,-0.420166,-0.228431,-0.878225,0.090192,-0.712647,-0.695701, + -0.408267,-0.903129,-0.132952,-0.121407,0.988369,-0.091583,0.282874,0.729267,-0.623018,-0.329738,0.437609,-0.836523, + -0.818163,0.541821,-0.192456,0.936204,0.326420,-0.130277,0.799074,0.207709,-0.564214,0.698318,0.583471,-0.414625, + 0.582308,0.810138,-0.067778,0.440711,-0.892895,-0.092263,0.584790,-0.663285,-0.466985,0.812972,-0.194012,-0.549032, + 0.940589,-0.315409,-0.125738,0.940589,-0.315409,-0.125738,0.812972,-0.194012,-0.549032,0.799074,0.207709,-0.564214, + 0.936204,0.326420,-0.130277,0.582308,0.810138,-0.067778,0.698318,0.583471,-0.414625,0.282874,0.729267,-0.623018, + -0.121407,0.988369,-0.091583,-0.818163,0.541821,-0.192456,-0.329738,0.437609,-0.836523,-0.420166,-0.228431,-0.878225, + -0.936928,-0.278987,-0.210553,-0.408267,-0.903129,-0.132952,0.090192,-0.712647,-0.695701,0.584790,-0.663285,-0.466985, + 0.440711,-0.892895,-0.092263,-0.936928,-0.278987,-0.210553,-0.958772,-0.279019,-0.053892,-0.842716,0.535609,-0.054335, + -0.818163,0.541821,-0.192456,0.940589,-0.315409,-0.125738,0.933975,-0.351637,0.063572,0.373674,-0.926330,0.047751, + 0.440711,-0.892895,-0.092263,0.582308,0.810138,-0.067778,0.531361,0.846498,0.033119,0.930650,0.362109,0.052617, + 0.936204,0.326420,-0.130277,0.936204,0.326420,-0.130277,0.930650,0.362109,0.052617,0.933975,-0.351637,0.063572, + 0.940589,-0.315409,-0.125738,-0.408267,-0.903129,-0.132952,-0.444124,-0.895945,-0.006039,-0.958772,-0.279019,-0.053892, + -0.936928,-0.278987,-0.210553,-0.818163,0.541821,-0.192456,-0.842716,0.535609,-0.054335,-0.166083,0.986069,-0.009145, + -0.121407,0.988369,-0.091583,0.440711,-0.892895,-0.092263,0.373674,-0.926330,0.047751,-0.444124,-0.895945,-0.006039, + -0.408267,-0.903129,-0.132952,-0.121407,0.988369,-0.091583,-0.166083,0.986069,-0.009145,0.531361,0.846498,0.033119, + 0.582308,0.810138,-0.067778,0.698318,0.583471,-0.414625,0.799074,0.207709,-0.564214,0.812972,-0.194012,-0.549032, + 0.584790,-0.663285,-0.466985,-0.646527,-0.231030,0.727069,-0.279351,-0.562570,0.778125,0.280274,-0.580050,0.764846, + 0.693792,-0.216756,0.686782,0.282874,0.729267,-0.623018,0.698318,0.583471,-0.414625,0.584790,-0.663285,-0.466985, + 0.090192,-0.712647,-0.695701,0.090192,-0.712647,-0.695701,-0.420166,-0.228431,-0.878225,-0.329738,0.437609,-0.836523, + 0.282874,0.729267,-0.623018,0.933080,-0.321125,0.161991,0.397342,-0.905735,0.147522,0.422989,-0.895208,-0.140292, + 0.947997,-0.289195,-0.132919,-0.185371,0.971485,-0.147830,-0.839634,0.520616,-0.154838,-0.818040,0.556819,0.144093, + -0.172047,0.978406,0.114546,0.947997,-0.289195,-0.132919,0.624641,-0.246588,-0.740958,0.627342,0.248447,-0.738049, + 0.930237,0.340007,-0.138035,0.930237,0.340007,-0.138035,0.918629,0.372821,0.130865,0.933080,-0.321125,0.161991, + 0.947997,-0.289195,-0.132919,-0.818040,0.556819,0.144093,-0.561623,0.314865,0.765140,-0.119083,0.626060,0.770629, + -0.172047,0.978406,0.114546,0.507455,0.854742,0.109115,0.528639,0.837646,-0.137443,-0.185371,0.971485,-0.147830, + -0.172047,0.978406,0.114546,-0.397209,-0.904767,0.153691,-0.426283,-0.889955,-0.162060,0.422989,-0.895208,-0.140292, + 0.397342,-0.905735,0.147522,0.930237,0.340007,-0.138035,0.528639,0.837646,-0.137443,0.507455,0.854742,0.109115, + 0.918629,0.372821,0.130865,-0.397209,-0.904767,0.153691,-0.938281,-0.297001,0.177257,-0.949566,-0.269526,-0.160250, + -0.426283,-0.889955,-0.162060,-0.630732,-0.182287,-0.754287,-0.572065,0.381502,-0.726084,-0.125869,0.701220,-0.701746, + 0.368941,0.599750,-0.710058,0.627342,0.248447,-0.738049,0.624641,-0.246588,-0.740958,0.297345,-0.672687,-0.677553, + -0.297375,-0.652664,-0.696849,-0.185371,0.971485,-0.147830,-0.125869,0.701220,-0.701746,-0.572065,0.381502,-0.726084, + -0.839634,0.520616,-0.154838,0.930237,0.340007,-0.138035,0.627342,0.248447,-0.738049,0.368941,0.599750,-0.710058, + 0.528639,0.837646,-0.137443,-0.426283,-0.889955,-0.162060,-0.297375,-0.652664,-0.696849,0.297345,-0.672687,-0.677553, + 0.422989,-0.895208,-0.140292,0.528639,0.837646,-0.137443,0.368941,0.599750,-0.710058,-0.125869,0.701220,-0.701746, + -0.185371,0.971485,-0.147830,-0.949566,-0.269526,-0.160250,-0.630732,-0.182287,-0.754287,-0.297375,-0.652664,-0.696849, + -0.426283,-0.889955,-0.162060,-0.839634,0.520616,-0.154838,-0.572065,0.381502,-0.726084,-0.630732,-0.182287,-0.754287, + -0.949566,-0.269526,-0.160250,0.422989,-0.895208,-0.140292,0.297345,-0.672687,-0.677553,0.624641,-0.246588,-0.740958, + 0.947997,-0.289195,-0.132919,-0.609311,-0.200906,0.767057,-0.271812,-0.616211,0.739191,0.284022,-0.624129,0.727870, + 0.602692,-0.231521,0.763649,0.617881,0.192786,0.762271,0.361742,0.532702,0.765096,-0.119083,0.626060,0.770629, + -0.561623,0.314865,0.765140,-0.938281,-0.297001,0.177257,-0.609311,-0.200906,0.767057,-0.561623,0.314865,0.765140, + -0.818040,0.556819,0.144093,-0.397209,-0.904767,0.153691,-0.271812,-0.616211,0.739191,-0.609311,-0.200906,0.767057, + -0.938281,-0.297001,0.177257,0.918629,0.372821,0.130865,0.617881,0.192786,0.762271,0.602692,-0.231521,0.763649, + 0.933080,-0.321125,0.161991,0.507455,0.854742,0.109115,0.361742,0.532702,0.765096,0.617881,0.192786,0.762271, + 0.918629,0.372821,0.130865,-0.172047,0.978406,0.114546,-0.119083,0.626060,0.770629,0.361742,0.532702,0.765096, + 0.507455,0.854742,0.109115,0.397342,-0.905735,0.147522,0.284022,-0.624129,0.727870,-0.271812,-0.616211,0.739191, + -0.397209,-0.904767,0.153691,0.933080,-0.321125,0.161991,0.602692,-0.231521,0.763649,0.284022,-0.624129,0.727870, + 0.397342,-0.905735,0.147522,-0.839634,0.520616,-0.154838,-0.949566,-0.269526,-0.160250,-0.938281,-0.297001,0.177257, + -0.818040,0.556819,0.144093,0.645911,0.262364,0.716913,0.371392,0.518785,0.770019,-0.124985,0.611622,0.781215, + -0.584197,0.320210,0.745775,0.693792,-0.216756,0.686782,0.645911,0.262364,0.716913,-0.584197,0.320210,0.745775, + -0.646527,-0.231030,0.727069,-0.062405,0.228499,-0.971542,-0.014127,0.002532,-0.999897,0.046958,0.002753,-0.998893, + -0.083763,0.175968,-0.980826,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.000000,0.000000,1.000000,-0.004682,-0.992463,-0.122458,0.733149,-0.673766,-0.092369,0.779838,-0.620064,0.085873, + 0.002226,-0.990008,0.140996,-0.122001,0.992530,0.000000,-0.242180,0.970231,0.000000,-0.242180,0.970231,0.000000, + -0.122001,0.992530,0.000000,-0.995669,-0.081546,-0.044650,-0.739857,-0.666337,-0.092778,-0.779083,-0.620682,0.088221, + -0.995960,-0.089150,-0.010746,0.998395,-0.051663,-0.023179,0.998279,-0.047046,-0.034996,0.998874,-0.038611,-0.027567, + 0.998150,-0.060145,-0.008857,0.733149,-0.673766,-0.092369,0.998395,-0.051663,-0.023179,0.998150,-0.060145,-0.008857, + 0.779838,-0.620064,0.085873,-0.993011,-0.106193,-0.051500,-0.995669,-0.081546,-0.044650,-0.995960,-0.089150,-0.010746, + -0.994705,-0.097682,-0.031927,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.000000,0.000000,1.000000,-0.090645,0.375347,-0.922441,-0.062405,0.228499,-0.971542,-0.083763,0.175968,-0.980826, + -0.248017,0.388976,-0.887235,0.114958,-0.993370,0.000000,0.122001,-0.992530,0.000000,0.242180,-0.970231,0.000000, + 0.242180,-0.970231,0.000000,-0.125362,0.992111,0.000001,-0.460402,0.887710,0.000001,-0.460402,0.887710,0.000001, + -0.125862,0.992048,0.000001,0.992376,0.123247,0.000000,0.992376,0.123247,0.000000,0.992376,0.123247,0.000000, + 0.992376,0.123247,0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.000000,0.000000,1.000000,-0.993584,0.113095,0.000000,-0.993584,0.113095,0.000000,-0.993584,0.113095,0.000000, + -0.993584,0.113095,0.000000,-0.097320,0.152099,-0.983562,-0.035933,0.151440,-0.987813,0.132531,0.146701,-0.980262, + 0.132531,0.146701,-0.980262,0.059590,0.353551,-0.933515,-0.018347,0.152751,-0.988094,-0.062405,0.228499,-0.971542, + -0.090645,0.375347,-0.922441,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.000000,0.000000,1.000000,0.000000,1.000000,0.000000,-0.122001,0.992530,0.000000,-0.122001,0.992530,0.000000, + 0.000000,1.000000,0.000000,-0.739857,-0.666337,-0.092778,-0.004682,-0.992463,-0.122458,0.002226,-0.990008,0.140996, + -0.779083,-0.620682,0.088221,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.000000,0.000000,1.000000,-0.018347,0.152751,-0.988094,-0.074344,0.002305,-0.997230,-0.014127,0.002532,-0.999897, + -0.062405,0.228499,-0.971542,-0.273742,0.150725,-0.949920,-0.273742,0.150725,-0.949920,-0.035933,0.151440,-0.987813, + -0.097320,0.152099,-0.983562,-0.000000,0.000000,1.000000,-0.000000,0.000000,1.000000,0.000000,0.000000,1.000000, + 0.000000,0.000000,1.000000,0.224134,0.974558,0.000001,-0.125362,0.992111,0.000001,-0.125862,0.992048,0.000001, + 0.224134,0.974558,0.000001,0.000000,-1.000000,0.000000,0.000000,-1.000000,0.000000,0.122001,-0.992530,0.000000, + 0.114958,-0.993370,0.000000,-0.843890,-0.480072,-0.239543,-0.010690,-0.925729,-0.378036,-0.004682,-0.992463,-0.122458, + -0.739857,-0.666337,-0.092778,0.000000,1.000000,-0.000000,-0.113002,0.993595,-0.000000,-0.122001,0.992530,0.000000, + 0.000000,1.000000,0.000000,-0.990028,-0.117519,-0.077683,-0.995166,-0.064240,-0.074277,-0.995669,-0.081546,-0.044650, + -0.993011,-0.106193,-0.051500,0.854215,-0.477028,-0.206788,0.998528,-0.041186,-0.035305,0.998395,-0.051663,-0.023179, + 0.733149,-0.673766,-0.092369,0.998528,-0.041186,-0.035305,0.997365,-0.057516,-0.044219,0.998279,-0.047046,-0.034996, + 0.998395,-0.051663,-0.023179,-0.995166,-0.064240,-0.074277,-0.843890,-0.480072,-0.239543,-0.739857,-0.666337,-0.092778, + -0.995669,-0.081546,-0.044650,-0.113002,0.993595,-0.000000,-0.242180,0.970231,0.000000,-0.242180,0.970231,0.000000, + -0.122001,0.992530,0.000000,-0.010690,-0.925729,-0.378036,0.854215,-0.477028,-0.206788,0.733149,-0.673766,-0.092369, + -0.004682,-0.992463,-0.122458,-0.729301,-0.124439,-0.672782,0.719403,-0.174816,-0.672234,0.300662,-0.494588,-0.815466, + -0.316629,-0.482016,-0.816950,-0.846207,0.531264,0.041127,-0.835162,0.534326,0.130386,-0.174451,0.976777,0.124392, + -0.184621,0.978404,0.092958,-0.729301,-0.124439,-0.672782,-0.961726,-0.271159,-0.039448,-0.846207,0.531264,0.041127, + -0.630847,0.436252,-0.641652,-0.141916,0.733680,-0.664510,-0.184621,0.978404,0.092958,0.526678,0.844293,0.098890, + 0.396188,0.625344,-0.672295,0.396188,0.625344,-0.672295,0.526678,0.844293,0.098890,0.936566,0.343946,0.067415, + 0.704203,0.288377,-0.648797,-0.630847,0.436252,-0.641652,-0.846207,0.531264,0.041127,-0.184621,0.978404,0.092958, + -0.141916,0.733680,-0.664510,0.300662,-0.494588,-0.815466,0.393601,-0.915564,-0.082583,-0.430111,-0.897267,-0.099586, + -0.316629,-0.482016,-0.816950,-0.316629,-0.482016,-0.816950,-0.430111,-0.897267,-0.099586,-0.961726,-0.271159,-0.039448, + -0.729301,-0.124439,-0.672782,0.704203,0.288377,-0.648797,0.936566,0.343946,0.067415,0.937787,-0.347192,-0.003589, + 0.719403,-0.174816,-0.672234,0.719403,-0.174816,-0.672234,0.937787,-0.347192,-0.003589,0.393601,-0.915564,-0.082583, + 0.300662,-0.494588,-0.815466,-0.156596,0.987285,0.027305,-0.145528,0.987420,-0.061829,0.519618,0.852578,-0.055750, + 0.540615,0.840911,0.024578,0.393601,-0.915564,-0.082583,0.370185,-0.916441,0.151983,-0.417861,-0.896856,0.145057, + -0.430111,-0.897267,-0.099586,-0.430111,-0.897267,-0.099586,-0.417861,-0.896856,0.145057,-0.945035,-0.296307,0.138244, + -0.961726,-0.271159,-0.039448,0.936566,0.343946,0.067415,0.926116,0.353718,0.131119,0.918258,-0.366315,0.150386, + 0.937787,-0.347192,-0.003589,0.937787,-0.347192,-0.003589,0.918258,-0.366315,0.150386,0.370185,-0.916441,0.151983, + 0.393601,-0.915564,-0.082583,-0.961726,-0.271159,-0.039448,-0.945035,-0.296307,0.138244,-0.835162,0.534326,0.130386, + -0.846207,0.531264,0.041127,-0.184621,0.978404,0.092958,-0.174451,0.976777,0.124392,0.523728,0.843128,0.121839, + 0.526678,0.844293,0.098890,0.526678,0.844293,0.098890,0.523728,0.843128,0.121839,0.926116,0.353718,0.131119, + 0.936566,0.343946,0.067415,0.022896,0.003890,0.999730,0.022896,0.003890,0.999730,0.022896,0.003890,0.999730, + 0.022896,0.003890,0.999730,0.022896,0.003890,0.999730,0.022896,0.003890,0.999730,0.022896,0.003890,0.999730, + 0.022896,0.003890,0.999730,0.540615,0.840911,0.024578,0.519618,0.852578,-0.055750,0.924253,0.378591,-0.049244, + 0.931749,0.361967,0.028703,-0.834380,0.550073,0.035061,-0.825679,0.561406,-0.055468,-0.145528,0.987420,-0.061829, + -0.156596,0.987285,0.027305,0.389595,-0.920985,0.001395,0.359129,-0.928797,-0.091447,-0.414858,-0.905498,-0.089255, + -0.432447,-0.901655,0.002790,-0.432447,-0.901655,0.002790,-0.414858,-0.905498,-0.089255,-0.955945,-0.286289,-0.064863, + -0.964466,-0.262958,0.025668,0.931749,0.361967,0.028703,0.924253,0.378591,-0.049244,0.925371,-0.373063,-0.067175, + 0.940969,-0.337858,0.020728,0.940969,-0.337858,0.020728,0.925371,-0.373063,-0.067175,0.359129,-0.928797,-0.091447, + 0.389595,-0.920985,0.001395,-0.964466,-0.262958,0.025668,-0.955945,-0.286289,-0.064863,-0.825679,0.561406,-0.055468, + -0.834380,0.550073,0.035061,-0.945035,-0.296307,0.138244,-0.961490,-0.238279,0.136967,-0.828589,0.548792,0.110758, + -0.835162,0.534326,0.130386,0.918258,-0.366315,0.150386,0.940564,-0.316463,0.123252,0.392573,-0.904825,0.164861, + 0.370185,-0.916441,0.151983,0.926116,0.353718,0.131119,0.928725,0.359499,0.090726,0.940564,-0.316463,0.123252, + 0.918258,-0.366315,0.150386,-0.417861,-0.896856,0.145057,-0.431465,-0.886254,0.168502,-0.961490,-0.238279,0.136967, + -0.945035,-0.296307,0.138244,0.370185,-0.916441,0.151983,0.392573,-0.904825,0.164861,-0.431465,-0.886254,0.168502, + -0.417861,-0.896856,0.145057,-0.835162,0.534326,0.130386,-0.828589,0.548792,0.110758,-0.157171,0.982914,0.095800, + -0.174451,0.976777,0.124392,0.523728,0.843128,0.121839,0.532714,0.842008,0.085081,0.928725,0.359499,0.090726, + 0.926116,0.353718,0.131119,-0.174451,0.976777,0.124392,-0.157171,0.982914,0.095800,0.532714,0.842008,0.085081, + 0.523728,0.843128,0.121839,-0.961490,-0.238279,0.136967,-0.964466,-0.262958,0.025668,-0.834380,0.550073,0.035061, + -0.828589,0.548792,0.110758,0.940564,-0.316463,0.123252,0.940969,-0.337858,0.020728,0.389595,-0.920985,0.001395, + 0.392573,-0.904825,0.164861,0.928725,0.359499,0.090726,0.931749,0.361967,0.028703,0.940969,-0.337858,0.020728, + 0.940564,-0.316463,0.123252,-0.431465,-0.886254,0.168502,-0.432447,-0.901655,0.002790,-0.964466,-0.262958,0.025668, + -0.961490,-0.238279,0.136967,0.392573,-0.904825,0.164861,0.389595,-0.920985,0.001395,-0.432447,-0.901655,0.002790, + -0.431465,-0.886254,0.168502,-0.828589,0.548792,0.110758,-0.834380,0.550073,0.035061,-0.156596,0.987285,0.027305, + -0.157171,0.982914,0.095800,0.532714,0.842008,0.085081,0.540615,0.840911,0.024578,0.931749,0.361967,0.028703, + 0.928725,0.359499,0.090726,-0.157171,0.982914,0.095800,-0.156596,0.987285,0.027305,0.540615,0.840911,0.024578, + 0.532714,0.842008,0.085081,-0.630847,0.436252,-0.641652,-0.141916,0.733680,-0.664510,0.396188,0.625344,-0.672295, + 0.704203,0.288377,-0.648797,0.719403,-0.174816,-0.672234,-0.729301,-0.124439,-0.672782,-0.630847,0.436252,-0.641652, + 0.704203,0.288377,-0.648797,-0.410712,-0.907677,-0.086242,-0.362765,-0.930337,-0.053618,-0.818552,-0.491156,0.297891, + -0.832657,-0.553764,-0.005305,-0.993707,-0.055355,0.097377,-0.901604,-0.016680,0.432240,-0.863617,0.291678,0.411206, + -0.920738,0.378834,0.093414,-0.617604,0.786138,0.023503,-0.690724,0.610064,0.388228,-0.266203,0.961880,0.062637, + -0.295561,0.955318,-0.003297,-0.832657,-0.553764,-0.005305,-0.818552,-0.491156,0.297891,-0.901604,-0.016680,0.432240, + -0.993707,-0.055355,0.097377,-0.920738,0.378834,0.093414,-0.863617,0.291678,0.411206,-0.690724,0.610064,0.388228, + -0.617604,0.786138,0.023503,-0.295561,0.955318,-0.003297,-0.266203,0.961880,0.062637,-0.000000,0.994585,0.103926, + 0.000000,1.000000,-0.000000,0.000000,-0.996486,-0.083764,0.000000,-0.999848,0.017452,-0.362765,-0.930337,-0.053618, + -0.410712,-0.907677,-0.086242,-0.000000,0.865702,0.500559,-0.000000,0.994585,0.103926,-0.266203,0.961880,0.062637, + -0.478882,0.671386,0.565609,-0.000000,-0.472515,0.881323,-0.000000,-0.019800,0.999804,-0.387999,0.039243,0.920824, + -0.413932,-0.336555,0.845808,-0.000000,-0.019800,0.999804,0.000000,0.446974,0.894547,-0.399734,0.356159,0.844609, + -0.387999,0.039243,0.920824,0.000000,-0.900158,0.435563,-0.000000,-0.472515,0.881323,-0.413932,-0.336555,0.845808, + -0.247078,-0.887434,0.389119,0.000000,0.446974,0.894547,-0.000000,0.865702,0.500559,-0.478882,0.671386,0.565609, + -0.399734,0.356159,0.844609,0.000000,-0.999848,0.017452,0.000000,-0.900158,0.435563,-0.247078,-0.887434,0.389119, + -0.362765,-0.930337,-0.053618,-0.266203,0.961880,0.062637,-0.690724,0.610064,0.388228,-0.478882,0.671386,0.565609, + -0.690724,0.610064,0.388228,-0.863617,0.291678,0.411206,-0.691272,0.070172,0.719180,-0.727815,0.045074,0.684290, + -0.863617,0.291678,0.411206,-0.901604,-0.016680,0.432240,-0.704785,0.042537,0.708144,-0.691272,0.070172,0.719180, + -0.901604,-0.016680,0.432240,-0.818552,-0.491156,0.297891,-0.620898,-0.653232,0.433329,-0.704785,0.042537,0.708144, + -0.247078,-0.887434,0.389119,-0.413932,-0.336555,0.845808,-0.620898,-0.653232,0.433329,-0.727815,0.045074,0.684290, + -0.399734,0.356159,0.844609,-0.478882,0.671386,0.565609,-0.691272,0.070172,0.719180,-0.387999,0.039243,0.920824, + -0.399734,0.356159,0.844609,-0.727815,0.045074,0.684290,-0.704785,0.042537,0.708144,-0.413932,-0.336555,0.845808, + -0.387999,0.039243,0.920824,-0.691272,0.070172,0.719180,-0.413932,-0.336555,0.845808,-0.704785,0.042537,0.708144, + -0.620898,-0.653232,0.433329,-0.247078,-0.887434,0.389119,-0.620898,-0.653232,0.433329,-0.818552,-0.491156,0.297891, + -0.362765,-0.930337,-0.053618,0.045632,0.030332,-0.998498,0.000000,0.030364,-0.999539,0.000000,0.030364,-0.999539, + 0.045632,0.030332,-0.998498,0.045632,0.030332,-0.998498,0.045632,0.030332,-0.998498,0.045632,0.030332,-0.998498, + 0.045632,0.030332,-0.998498,-0.196446,0.778169,-0.596542,-0.255542,0.416381,-0.872540,-0.566330,0.507947,-0.649045, + -0.690724,0.610064,0.388228,-0.727815,0.045074,0.684290,-0.478882,0.671386,0.565609,-0.962027,0.199004,-0.186820, + -0.957052,0.139990,-0.253877,-0.975339,0.090564,-0.201274,-0.962027,0.199004,-0.186820,-0.967895,0.160256,-0.193643, + -0.974656,0.147960,-0.167788,-0.976502,0.080770,-0.199799,-0.000000,0.980289,-0.197566,0.000000,0.909684,-0.415301, + -0.132362,0.892152,-0.431909,-0.151030,0.971647,-0.181914,-0.604594,0.792207,-0.082909,-0.768956,0.631585,-0.099031, + -0.396244,0.906918,-0.143141,-0.371299,0.918490,-0.136061,-0.151030,0.971647,-0.181914,-0.132362,0.892152,-0.431909, + -0.320119,0.870522,-0.373785,-0.371299,0.918490,-0.136061,-0.604594,0.792207,-0.082909,-0.923512,0.377543,-0.067723, + -0.768956,0.631585,-0.099031,-0.260226,0.960901,0.094611,-0.094658,0.994912,0.034486,-0.073066,0.992509,0.097915, + -0.267503,0.962108,0.052833,-0.635056,0.734589,-0.238919,-0.710428,0.702172,-0.047403,-0.482810,0.875723,-0.001943, + -0.505853,0.846188,-0.167569,-0.702770,0.674562,-0.226009,-0.773754,0.617337,-0.142124,-0.710428,0.702172,-0.047403, + -0.635056,0.734589,-0.238919,-0.260226,0.960901,0.094611,-0.267503,0.962108,0.052833,-0.482810,0.875723,-0.001943, + -0.484495,0.861454,0.152192,-0.073066,0.992509,0.097915,-0.094658,0.994912,0.034486,0.041927,0.998666,0.030131, + 0.010329,0.995674,0.092339,-0.710428,0.702172,-0.047403,-0.714245,0.688970,0.123186,-0.484495,0.861454,0.152192, + -0.482810,0.875723,-0.001943,-0.710428,0.702172,-0.047403,-0.773754,0.617337,-0.142124,-0.714245,0.688970,0.123186, + 0.010329,0.995674,0.092339,-0.033368,0.983562,0.177463,-0.140473,0.981139,0.132794,-0.073066,0.992509,0.097915, + -0.073066,0.992509,0.097915,-0.140473,0.981139,0.132794,-0.305140,0.952302,0.003132,-0.267503,0.962108,0.052833, + -0.267503,0.962108,0.052833,-0.305140,0.952302,0.003132,-0.505853,0.846188,-0.167569,-0.482810,0.875723,-0.001943, + -0.412603,0.886126,0.211041,-0.436322,0.877102,0.200783,-0.271940,0.916054,0.294776,-0.254664,0.912920,0.318942, + -0.157156,0.965253,-0.208776,-0.185737,0.965954,-0.180095,-0.319868,0.939395,-0.123378,-0.299566,0.945571,-0.127103, + -0.250136,0.929373,0.271475,-0.244703,0.923827,0.294388,-0.247556,0.964079,0.096272,-0.245931,0.965579,0.084708, + -0.520365,0.847177,-0.107291,-0.364900,0.884152,-0.291759,-0.475306,0.879690,0.015149,-0.520365,0.847177,-0.107291, + -0.408720,0.897728,-0.164416,-0.402428,0.893459,-0.199454,-0.364900,0.884152,-0.291759,-0.402428,0.893459,-0.199454, + -0.408720,0.897728,-0.164416,0.000001,0.956172,-0.292804,0.000000,0.988795,-0.149280,0.000000,0.654946,0.755676, + -0.000006,0.582089,0.813125,-0.338336,0.620260,0.707676,-0.340937,0.604859,0.719658,-0.340937,0.604859,0.719658, + -0.338336,0.620260,0.707676,-0.394063,0.624199,0.674604,-0.300677,0.576843,0.759503,-0.300677,0.576843,0.759503, + -0.394063,0.624199,0.674604,-0.383126,0.625734,0.679464 + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: 0.499460,0.746749,0.500464,0.746782,0.500811,0.746782,0.500464,0.747270,0.549074,0.746782,0.544564,0.746782, + 0.512258,0.746782,0.499771,0.745047,0.501505,0.745047,0.507749,0.746782,0.318697,0.771130,0.333385,0.769135, + 0.328463,0.771130,0.626218,0.771130,0.328463,0.771129,0.705639,0.765753,0.510177,0.746782,0.509830,0.746782, + 0.333214,0.770161,0.333214,0.770161,0.498867,0.744972,0.503933,0.746782,0.545934,0.771389,0.496325,0.774494, + 0.509120,0.763766,0.503586,0.746782,0.498730,0.746782,0.506250,0.746782,0.509025,0.746782,0.346682,0.759217, + 0.513674,0.746522,0.504577,0.746522,0.348327,0.759217,0.503227,0.746782,0.502546,0.746782 + UVIndex: 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,12,12,12,12,13,13,13,13,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16,16,16,16,16,16,12,12,12,12,12, + 12,12,12,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13, + 13,13,13,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,12,12,12,12,12,12,12,17,17,17,17,17,17,17,17,17,17, + 17,17,17,17,17,18,18,19,18,17,17,17,17,18,18,18,18,18,18,18,18,18,18,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,26,26,26,26,26,26,26,26,26,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1, + 1,1,2,2,2,12,12,12,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, + 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, + 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,3,3,3,3,3,3,3,3,3,3,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4, + 4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,12,12,12,12,12, + 12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4, + 4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4, + 4,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,5, + 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,4,4,4,4,4, + 4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,5, + 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,4,4,4,4,4, + 4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5, + 5,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,12,12,12,25,25,25,25,25,25,25,25,25,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,9,9,9,9,9,9,9,11,11,11,11, + 11,11,11,9,9,9,9,9,9,9,9,9,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,6,6,6,6,12,12,12,12,12,12,12,12,7,7,7,7, + 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, + 7,7,7,7,8,8,8,8,8,8,8,8,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,6,6,27,27,27,27,28,28,28,28,29,29,29,29, + 30,30,30,30,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,28,28,28,28,29,29,29,29,31,31,31,31,32,32,32,32,32,32,32,32,33,33,33,33,32,32,32,32,32,32,32,32,29,29,29,29,28,28,28,28,30,30,30,30, + 29,29,29,29,28,28,28,28,27,27,27,27,32,32,32,32,33,33,33,33,32,32,32,32,31,31,31,31,29,29,29,29,30,30,30,30,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,29,29,29,29,34,34,34,34, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,17,17,17,17,17,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,34,34,34,34,34,34,34,34,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20, + 20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,21,21,21,21,21,21,21,21,21,21,21,20,20,20,21,21,21,21,21,21,21,21,21,21, + 21,21,21,21,20,20,20,20,22,22,22,22,22,22,22,22,12,12,12,21,21,21,17,17,17,17,17,17,17,12,14,12,12,14,12,12,12,14,12,12,12,19,18,19,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23, + 23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,15,15,15,15,15,15,15,15,15,15,15,15,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,10,10,10,10,10, + 10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,15, + 15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,12,12,12,12,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16,16,16,16,16,16,12,12,12,12,12,12,12,12,13,13,13,13,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,15,15,15,15,15,15,15,15, + 15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,12,12,12,12,12,12,12,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,18,18,19,18,17,17, + 17,17,18,18,18,18,18,18,18,18,18,18,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,26,26,26,26,26,26,26,26,26,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,12,12,12,12,10,10, + 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, + 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, + 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,3,3,3,3,3,3,3,3,3,3,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12, + 4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4, + 4,4,4,4,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,4,4, + 4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,5,5,5,5,5,5,5,5,5,5,5,5, + 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4, + 4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,5,5,5,5,5,5,5,5,5,5,5,5, + 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4, + 4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5, + 5,5,12,12,12,12,12,12,12,25,25,25,25,25,25,25,25,25,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,9,9,9,9,9,9,9,11,11,11,11,11,11,11,9,9,9,9,9,9,9,9, + 9,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,6,6,6,6,12,12,12,12,12,12,12,12,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, + 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8, + 8,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,6,6,6,6,6,6,6,27,27,27,27,28,28,28,28,29,29,29,29,30,30,30,30,29,29,29,29,29,29,29, + 29,29,29,29,29,29,29,29,29,28,28,28,28,29,29,29,29,31,31,31,31,32,32,32,32,32,32,32,32,33,33,33,33,32,32,32,32,32,32,32,32,29,29,29,29,28,28,28,28,30,30,30,30,29,29,29,29,28,28,28,28,27,27,27, + 27,32,32,32,32,33,33,33,33,32,32,32,32,31,31,31,31,29,29,29,29,30,30,30,30,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,29,29,29,29,34,34,34,34,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,17,17,17,17,17,17, + 17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,34,34,34,34,34,34,34,34,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20, + 20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,21,21,21,21,21,21,21,21,21,21,21,20,20,20,21,21,21,21,21,21,21,21,21,21,21,21,21,21,20,20,20,20,22,22,22, + 22,22,22,22,22,12,12,12,21,21,21,17,17,17,17,17,17,17,12,12,12,14,14,12,12,12,14,12,12,12,19,19,18,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23, + 23,23,23,23,23,23,23,23,15,15,15,15,15,15,15,15,15,15,15,15,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24 + } + LayerElementTexture: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "IndexToDirect" + BlendMode: "Translucent" + TextureAlpha: 1 + TextureId: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 + } + LayerElementUV: 1 { + Version: 101 + Name: "UVMap" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: 0.000000,0.000000 + UVIndex: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + LayerElementTexture: 1 { + Version: 101 + Name: "UVMap" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "IndexToDirect" + BlendMode: "Translucent" + TextureAlpha: 1 + TextureId: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "IndexToDirect" + Materials: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementTexture" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + } + Layer: 1 { + Version: 100 + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 1 + } + LayerElement: { + Type: "LayerElementTexture" + TypedIndex: 1 + } + } + } + Model: "Model::B-hips", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,88.761772155761719,-4.373991489410400 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000137314100,-1.466618345944404,89.999995674159678 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",17.991413 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-spine", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",17.991411209106445,0.000001358313739,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000318559141,-4.211841701211012,-0.000000011713996 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",15.047420 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-chest", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",15.047423362731934,0.000001136049036,0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.000000858875765,11.230100556896803,-0.000000084441081 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",14.252813 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-upperChest", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",14.252818107604980,0.000001076058425,-0.000000715255737 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000280983406,-3.716515955715576,-0.000000009116456 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",20.827699 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-neck", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",20.827699661254883,0.000001572447104,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000928971322,-12.120502800118604,-0.000000098626622 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.813282 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-head", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.813275814056396,0.000000514388375,-0.000000238418579 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.000000542845267,7.152811874787557,-0.000000033928309 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",23.973245 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-shoulder_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",20.827699661254883,0.000001572447104,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.529607524408935,10.997979993048839,-98.654398597876181 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",15.951475 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-upper_arm_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",18.017663955688477,-6.888279914855957,-0.014649376273155 + Property: "Lcl Rotation", "Lcl Rotation", "A+",88.922970464698594,-4.461925235689261,-5.664204161697151 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",25.348923 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-forearm_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",25.348926544189453,0.000001430511475,0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.179562404927138,-1.077972257878186,25.604357462346691 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",28.138610 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-hand_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",28.138603210449219,0.000006020069122,0.000016812235117 + Property: "Lcl Rotation", "Lcl Rotation", "A+",88.283480343278740,3.811115356380586,4.692161521099951 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999761581421,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",11.994553 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",7.265076637268066,0.756654858589172,-3.438893556594849 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-2.998737138812079,1.688726279355968,4.753508572677625 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.905620 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.905625343322754,0.000001192092896,0.000003814697266 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.120770270985868,-1.294598110707176,1.645221816324457 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.279968 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.279974937438965,0.000011086463928,-0.000002861022949 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.294100715264760,-0.000167217605586,0.000796471646226 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.728172 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.728179454803467,-0.000004172325134,-0.000000953674316 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.081458322397532,1.791500349240414,-3.177464833257662 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.037953 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",-3.406556844711304,0.604700684547424,1.061834573745728 + Property: "Lcl Rotation", "Lcl Rotation", "A+",24.626520260012391,48.475064898088519,41.031651099118967 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",5.735394 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",5.735394954681396,-0.000010251998901,0.000004261732101 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-66.193610378735400,11.844219940644692,8.374355776236262 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.715906 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.715909957885742,0.000001192092896,-0.000010013580322 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.880941790891112,3.740840393784072,1.773698421664153 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,1.000000238418579 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.229172 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",7.584181308746338,-0.248462617397308,-1.287496566772461 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.502631799003714,-6.839804795693832,5.154258396283323 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.446428 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.446431159973145,-0.000005006790161,0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.792697553335868,-2.456235276719433,-2.256432820146395 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.479960 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.479953289031982,0.000000834465027,-0.000001072883606 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.037782051837624,0.000272916036242,-0.000086621424187 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,0.999999880790710 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.902372 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.902382135391235,-0.000007092952728,0.000002026557922 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.657867972681374,1.240545914606477,-3.388804119669070 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.179749 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.954074859619141,-1.212558031082153,1.113663911819458 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-9.184804678807655,-11.583073634145153,7.931864532178561 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.374777 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.374775886535645,-0.000002324581146,0.000000953674316 + Property: "Lcl Rotation", "Lcl Rotation", "A+",10.161461965962838,-9.377988895518371,-3.725369588427192 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.200719 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.200707435607910,0.000004246830940,0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.221778670268802,-0.000156563934131,-0.000053797468038 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.659142 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.659150123596191,-0.000011965632439,-0.000000238418579 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.793155602897082,1.195807108325900,-3.451065776265289 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999821186066,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.981712 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_04_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.182454586029053,-1.503905296325684,3.012989521026611 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.929265485990588,-19.994823842313536,6.809783126083907 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",5.985128 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_01_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",5.985130310058594,-0.000011321157217,0.000000268220901 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-7.853797177512720,-11.588793917575032,3.376728558659916 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.277808 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_02_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.277798175811768,-0.000007376074791,0.000002622604370 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.002475517104185,-0.000092301567124,0.000588252022454 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.855224 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_03_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",2.855215787887573,0.000008359551430,-0.000001907348633 + Property: "Lcl Rotation", "Lcl Rotation", "A+",3.503836458122966,1.839779541388580,-4.283919833748406 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.329595 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-shoulder_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",20.827699661254883,0.000001572447104,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",1.529606350470172,10.997979993048839,98.654398597876181 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",15.951475 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-upper_arm_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",18.017660140991211,6.888282299041748,-0.014649137854576 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-88.922970464698594,-4.461933346538901,5.664213126320436 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,0.999999880790710 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",25.348923 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-forearm_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",25.348926544189453,0.000001907348633,-0.000001549720764 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.179562044741381,-1.077972151156481,-25.604354047252105 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",28.138610 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-hand_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",28.138603210449219,-0.000000774860382,0.000001545995474 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-88.283459852711232,3.811105537983654,-4.692154264023959 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",11.994553 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",7.265080451965332,-0.756669044494629,-3.438889980316162 + Property: "Lcl Rotation", "Lcl Rotation", "A+",2.998723691877151,1.688720196218739,-4.753507292017156 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.905620 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.905617237091064,0.000016450881958,0.000001430511475 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.120770937996529,-1.294596723325001,-1.645220962550811 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.279968 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.279973030090332,-0.000001192092896,0.000000000000000 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.294098767593629,-0.000173301276945,-0.000796273783767 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.728172 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_index_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.728166580200195,0.000007033348083,-0.000003814697266 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.081458429119238,1.791505898769114,3.177466754248366 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.037953 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",-3.406562328338623,-0.604685306549072,1.061831712722778 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-24.626521967559682,48.475064898088519,-41.031647684024378 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",5.735394 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",5.735394954681396,0.000007152557373,-0.000002652406693 + Property: "Lcl Rotation", "Lcl Rotation", "A+",66.193624039113729,11.844229332154802,-8.374355776236262 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.715906 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thumb_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.715911865234375,0.000001668930054,-0.000006198883057 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.880937788827145,3.740836124915841,-1.773699061994388 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.229172 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",7.584187030792236,0.248433470726013,-1.287491083145142 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.502629130961070,-6.839813333430294,-5.154253273641446 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999821186066,0.999999880790710 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.446428 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.446434497833252,-0.000003844499588,-0.000000476837158 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.792702462534334,-2.456231221294613,2.256423428636286 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.479960 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.479962348937988,0.000019580125809,0.000001668930054 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.037779167016515,0.000273507825818,0.000101375504598 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999880790710 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.902372 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_middle_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.902383565902710,-0.000011533498764,0.000001430511475 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.657865197917024,1.240546768380123,3.388802839008600 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.179749 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.954081058502197,1.212544441223145,1.113667130470276 + Property: "Lcl Rotation", "Lcl Rotation", "A+",9.184790164655668,-11.583080464334323,-7.931859409536684 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",6.374777 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.374773979187012,0.000011861324310,-0.000004291534424 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-10.161447451810851,-9.377989749292018,3.725370442200838 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",4.200719 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",4.200715065002441,-0.000002965331078,-0.000000715255737 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.221807271685951,-0.000155814107322,0.000055223467134 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.659142 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_ring_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.659138441085815,-0.000015825033188,-0.000001192092896 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-1.793124867045817,1.195805294056902,3.451063001500939 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000119209290,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.981712 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-palm_04_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.182450771331787,1.503892064094543,3.012992858886719 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.929262924669649,-19.994827257408122,-6.809771600139682 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",5.985128 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_01_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",5.985134124755859,0.000020943582058,-0.000000238418579 + Property: "Lcl Rotation", "Lcl Rotation", "A+",7.853769002982394,-11.588796478895970,-3.376725997338977 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000119209290 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",3.277808 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_02_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",3.277809619903564,-0.000006258487701,0.000002026557922 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.002491312125081,-0.000095823161946,-0.000595135676698 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.855224 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-f_pinky_03_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",2.855217695236206,-0.000016033649445,-0.000001549720764 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-3.503824718735331,1.839783169926576,4.283927517711223 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",2.329595 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thigh_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.463121414184570,-7.962748050689697,0.513411998748779 + Property: "Lcl Rotation", "Lcl Rotation", "A+",10.746713555183709,-178.546294866510948,2.741086608507113 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",46.786695 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-shin_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",46.786693572998047,0.000003039836884,-0.000000059604645 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-7.509487341452872,-1.675449245383129,2.435970318895446 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",37.308764 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-foot_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",37.308761596679688,0.000001937150955,-0.000000059604645 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.029377817558946,58.870465965765838,-8.427124110216413 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",17.486919 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-toe_L", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",17.486915588378906,-0.000000029802322,0.000000596046448 + Property: "Lcl Rotation", "Lcl Rotation", "A+",164.548272955075163,27.954200376468869,-1.588490265078413 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",12.117565 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-thigh_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",6.463120460510254,7.962749004364014,0.513411998748779 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-10.745613894727338,-178.546171923105902,-2.741306028334199 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",46.786695 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-shin_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",46.786689758300781,0.000004529953003,-0.000000089406967 + Property: "Lcl Rotation", "Lcl Rotation", "A+",7.508355237597944,-1.675495669325143,-2.435938942713946 + Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",37.308764 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-foot_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",37.308761596679688,0.000001676380634,-0.000000089406967 + Property: "Lcl Rotation", "Lcl Rotation", "A+",0.029365491201928,58.870459135576667,8.427118133800889 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,0.999999940395355 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",17.486919 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Model: "Model::B-toe_R", "Limb" { + Version: 232 + Properties60: { + Property: "QuaternionInterpolate", "bool", "",0 + Property: "Visibility", "Visibility", "A+",1 + Property: "Lcl Translation", "Lcl Translation", "A+",17.486913681030273,0.000000596046448,-0.000000119209290 + Property: "Lcl Rotation", "Lcl Rotation", "A+",-164.548245634318477,27.954198668921578,1.588524202580851 + Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999761581421,1.000000119209290,1.000000119209290 + Property: "RotationOffset", "Vector3D", "",0,0,0 + Property: "RotationPivot", "Vector3D", "",0,0,0 + Property: "ScalingOffset", "Vector3D", "",0,0,0 + Property: "ScalingPivot", "Vector3D", "",0,0,0 + Property: "TranslationActive", "bool", "",0 + Property: "TranslationMin", "Vector3D", "",0,0,0 + Property: "TranslationMax", "Vector3D", "",0,0,0 + Property: "TranslationMinX", "bool", "",0 + Property: "TranslationMinY", "bool", "",0 + Property: "TranslationMinZ", "bool", "",0 + Property: "TranslationMaxX", "bool", "",0 + Property: "TranslationMaxY", "bool", "",0 + Property: "TranslationMaxZ", "bool", "",0 + Property: "RotationOrder", "enum", "",0 + Property: "RotationSpaceForLimitOnly", "bool", "",0 + Property: "AxisLen", "double", "",10 + Property: "PreRotation", "Vector3D", "",0,0,0 + Property: "PostRotation", "Vector3D", "",0,0,0 + Property: "RotationActive", "bool", "",0 + Property: "RotationMin", "Vector3D", "",0,0,0 + Property: "RotationMax", "Vector3D", "",0,0,0 + Property: "RotationMinX", "bool", "",0 + Property: "RotationMinY", "bool", "",0 + Property: "RotationMinZ", "bool", "",0 + Property: "RotationMaxX", "bool", "",0 + Property: "RotationMaxY", "bool", "",0 + Property: "RotationMaxZ", "bool", "",0 + Property: "RotationStiffnessX", "double", "",0 + Property: "RotationStiffnessY", "double", "",0 + Property: "RotationStiffnessZ", "double", "",0 + Property: "MinDampRangeX", "double", "",0 + Property: "MinDampRangeY", "double", "",0 + Property: "MinDampRangeZ", "double", "",0 + Property: "MaxDampRangeX", "double", "",0 + Property: "MaxDampRangeY", "double", "",0 + Property: "MaxDampRangeZ", "double", "",0 + Property: "MinDampStrengthX", "double", "",0 + Property: "MinDampStrengthY", "double", "",0 + Property: "MinDampStrengthZ", "double", "",0 + Property: "MaxDampStrengthX", "double", "",0 + Property: "MaxDampStrengthY", "double", "",0 + Property: "MaxDampStrengthZ", "double", "",0 + Property: "PreferedAngleX", "double", "",0 + Property: "PreferedAngleY", "double", "",0 + Property: "PreferedAngleZ", "double", "",0 + Property: "InheritType", "enum", "",0 + Property: "ScalingActive", "bool", "",0 + Property: "ScalingMin", "Vector3D", "",1,1,1 + Property: "ScalingMax", "Vector3D", "",1,1,1 + Property: "ScalingMinX", "bool", "",0 + Property: "ScalingMinY", "bool", "",0 + Property: "ScalingMinZ", "bool", "",0 + Property: "ScalingMaxX", "bool", "",0 + Property: "ScalingMaxY", "bool", "",0 + Property: "ScalingMaxZ", "bool", "",0 + Property: "GeometricTranslation", "Vector3D", "",0,0,0 + Property: "GeometricRotation", "Vector3D", "",0,0,0 + Property: "GeometricScaling", "Vector3D", "",1,1,1 + Property: "LookAtProperty", "object", "" + Property: "UpVectorProperty", "object", "" + Property: "Show", "bool", "",1 + Property: "NegativePercentShapeSupport", "bool", "",1 + Property: "DefaultAttributeIndex", "int", "",0 + Property: "Size", "double", "",1 + Property: "LimbLength", "double", "",12.117565 + Property: "Color", "ColorRGB", "",0.8,0.8,0.8 + Property: "Color", "Color", "A",0.8,0.8,0.8 + } + MultiLayer: 0 + MultiTake: 1 + Shading: Y + Culling: "CullingOff" + TypeFlags: "Skeleton" + } + Material: "Material::DummyMaterial", "" { + Version: 102 + ShadingModel: "lambert" + MultiLayer: 0 + Properties60: { + Property: "ShadingModel", "KString", "", "Lambert" + Property: "MultiLayer", "bool", "",0 + Property: "EmissiveColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "EmissiveFactor", "double", "",0.0000 + Property: "AmbientColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "AmbientFactor", "double", "",1.0000 + Property: "DiffuseColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "DiffuseFactor", "double", "",0.8000 + Property: "Bump", "Vector3D", "",0,0,0 + Property: "TransparentColor", "ColorRGB", "",1,1,1 + Property: "TransparencyFactor", "double", "",0.0000 + Property: "Emissive", "ColorRGB", "",0,0,0 + Property: "Ambient", "ColorRGB", "",1.0,1.0,1.0 + Property: "Diffuse", "ColorRGB", "",1.0,1.0,1.0 + Property: "Opacity", "double", "",1.0 + } + } + Material: "Material::DummyMaterial__DummyTexture", "" { + Version: 102 + ShadingModel: "lambert" + MultiLayer: 0 + Properties60: { + Property: "ShadingModel", "KString", "", "Lambert" + Property: "MultiLayer", "bool", "",0 + Property: "EmissiveColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "EmissiveFactor", "double", "",0.0000 + Property: "AmbientColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "AmbientFactor", "double", "",1.0000 + Property: "DiffuseColor", "ColorRGB", "",1.0000,1.0000,1.0000 + Property: "DiffuseFactor", "double", "",0.8000 + Property: "Bump", "Vector3D", "",0,0,0 + Property: "TransparentColor", "ColorRGB", "",1,1,1 + Property: "TransparencyFactor", "double", "",0.0000 + Property: "Emissive", "ColorRGB", "",0,0,0 + Property: "Ambient", "ColorRGB", "",1.0,1.0,1.0 + Property: "Diffuse", "ColorRGB", "",1.0,1.0,1.0 + Property: "Opacity", "double", "",1.0 + } + } + Video: "Video::DummyTexture", "Clip" { + Type: "Clip" + Properties60: { + Property: "FrameRate", "double", "",0 + Property: "LastFrame", "int", "",0 + Property: "Width", "int", "",0 + Property: "Height", "int", "",0 + Property: "Path", "charptr", "", "DummyTexture.png" + Property: "StartFrame", "int", "",0 + Property: "StopFrame", "int", "",0 + Property: "PlaySpeed", "double", "",1 + Property: "Offset", "KTime", "",0 + Property: "InterlaceMode", "enum", "",0 + Property: "FreeRunning", "bool", "",0 + Property: "Loop", "bool", "",0 + Property: "AccessMode", "enum", "",0 + } + UseMipMap: 0 + Filename: "DummyTexture.png" + RelativeFilename: "C:\3D Projects\00 - Editable Character\DummyTexture.png" + } + Texture: "Texture::DummyTexture", "TextureVideoClip" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::DummyTexture" + Properties60: { + Property: "Translation", "Vector", "A+",0,0,0 + Property: "Rotation", "Vector", "A+",0,0,0 + Property: "Scaling", "Vector", "A+",1,1,1 + Property: "Texture alpha", "Number", "A+",0 + Property: "TextureTypeUse", "enum", "",0 + Property: "CurrentTextureBlendMode", "enum", "",1 + Property: "UseMaterial", "bool", "",0 + Property: "UseMipMap", "bool", "",0 + Property: "CurrentMappingType", "enum", "",0 + Property: "UVSwap", "bool", "",0 + Property: "WrapModeU", "enum", "",0 + Property: "WrapModeV", "enum", "",0 + Property: "TextureRotationPivot", "Vector3D", "",0,0,0 + Property: "TextureScalingPivot", "Vector3D", "",0,0,0 + Property: "VideoProperty", "object", "" + } + Media: "Video::DummyTexture" + FileName: "DummyTexture.png" + RelativeFilename: "C:\3D Projects\00 - Editable Character\DummyTexture.png" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "None" + Cropping: 0,0,0,0 + } + Deformer: "Deformer::Skin MaleDummy_Mesh", "Skin" { + Version: 100 + MultiLayer: 0 + Type: "Skin" + Properties60: { + } + Link_DeformAcuracy: 50 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-hips", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 127,128,331,332,333,334,335,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217 + ,1218,1219,1220,1221,1222,1390,1391,1392,1640,1641,1642,1643,1644,1646,2513,2514,2515,2516,2517,2518,2519,2520,2521 + ,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542 + Weights: 0.02090592,0.04322323,0.00595372,0.03287850,0.08124778,0.13982078,0.29122839,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.90909091,0.90909091,1.00000000,1.00000000,0.90909091,1.00000000,0.90909091,1.00000000,1.00000000,1.00000000,0.80372567,0.02090592,0.04322323,0.03678203,0.00595372,0.03287850,0.08124778,0.13982078,0.16069681,0.29122839,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.90909091,0.90909091,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.90909091,1.00000000,1.00000000,1.00000000,0.90909091,1.00000000,1.00000000,1.00000000,0.80372567 + Transform: 0.000000075497894,-1.000000000000000,0.000000000000000,0.000000000000000,0.025593999773264,0.000000001932293,0.999672353267670,0.000000000000000,-0.999672293663025,-0.000000075473160,0.025593999773264,0.000000000000000,-88.620735168457031,-0.000006690679129,6.644373416900635,1.000000000000000 + TransformLink: 0.000000075497901,0.999672472476959,0.025594567880034,0.000000000000000,-1.000000000000000,0.000000075473174,0.000000001932336,0.000000000000000,0.000000000000000,-0.025594567880034,0.999672412872314,0.000000000000000,0.000000000000000,88.761772155761719,-4.373987674713135,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-spine", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 9,31,87,88,100,113,114,115,116,117,124,125,126,127,128,331,332,333,334,335,1260,1282,1338 + ,1339,1351,1365,1368,1373,1374,1375,1376,1377,1378,1379,1387,1388,1389,1390,1391,1392,1393,1640,1641,1642,1643,1644 + ,1645,1646 + Weights: 0.08430748,0.12363072,0.07584697,0.06728271,0.17974168,0.38507966,0.20747725,0.13865592,0.07920376,0.06641592,0.57311134,0.65437252,0.83977433,0.89477960,0.90858927,0.92062967,0.89521772,0.85638371,0.83843179,0.70877161,0.08430748,0.12363072,0.07584697,0.06728271,0.17974168,0.05507461,0.21174221,0.42953527,0.38507966,0.20747725,0.13865592,0.07920376,0.06641592,0.06965470,0.57311134,0.65437252,0.83977433,0.89477960 + ,0.90858927,0.91978290,0.56504305,0.92062967,0.89521772,0.85638371,0.83843179,0.83930319,0.92122079,0.70877161 + Transform: 0.000000075497901,-1.000000000000000,0.000000000000000,0.000000000000000,0.098945103585720,0.000000007470147,0.995092868804932,0.000000000000000,-0.995092809200287,-0.000000075127424,0.098945103585720,0.000000000000000,-105.836227416992188,-0.000007990412996,14.456482887268066,1.000000000000000 + TransformLink: 0.000000075497901,0.995092928409576,0.098945677280426,0.000000000000000,-1.000000000000000,0.000000075127424,0.000000007470191,0.000000000000000,0.000000000000000,-0.098945677280426,0.995092868804932,0.000000000000000,0.000000000000000,106.747291564941406,-3.913505077362061,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-chest", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 9,31,87,88,100,113,114,115,116,117,124,125,126,127,128,331,332,333,334,1260,1282,1338,1339 + ,1351,1365,1368,1373,1374,1375,1376,1377,1378,1379,1387,1388,1389,1390,1391,1392,1393,1640,1641,1642,1643,1645 + Weights: 0.91569252,0.87636928,0.92415303,0.93271729,0.82025832,0.61492034,0.79252275,0.86134408,0.92079624,0.93358408,0.42688866,0.34562748,0.16022567,0.08431448,0.04818750,0.07341661,0.07190378,0.06236851,0.02174742,0.91569252,0.87636928,0.92415303,0.93271729,0.82025832,0.94492539,0.78825779,0.57046473,0.61492034,0.79252275,0.86134408,0.92079624,0.93358408,0.93034530,0.42688866,0.34562748,0.16022567,0.08431448,0.04818750 + ,0.04343506,0.43495695,0.07341661,0.07190378,0.06236851,0.02174742,0.07877921 + Transform: 0.000000075497901,-1.000000000000000,0.000000000000000,0.000000000000000,-0.096743412315845,-0.000000007303925,0.995309412479401,0.000000000000000,-0.995309352874756,-0.000000075143767,-0.096743412315845,0.000000000000000,-121.384490966796875,-0.000009164274161,-9.362368583679199,1.000000000000000 + TransformLink: 0.000000075497901,0.995309472084045,-0.096742853522301,0.000000000000000,-1.000000000000000,0.000000075143774,-0.000000007303882,0.000000000000000,0.000000000000000,0.096742853522301,0.995309412479401,0.000000000000000,0.000000000000000,121.720870971679688,-2.424628257751465,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-upperChest", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 0,10,11,12,30,32,33,77,78,79,84,85,97,98,99,104,105,108,109,110,111,112,118 + ,119,120,121,186,187,188,189,190,191,277,278,329,330,336,337,338,339,340,341,1223,1224,1225,1226 + ,1251,1261,1262,1263,1281,1283,1284,1328,1329,1330,1335,1336,1348,1349,1350,1355,1356,1359,1360,1361,1362,1363,1364 + ,1366,1367,1369,1370,1371,1372,1380,1381,1382,1383,1384,1458,1459,1460,1461,1462,1463,1464,1465,1565,1566,1581,1588 + ,1637,1638,1639,1647,1648,1649,1650,1651,1652,2543,2544,2545,2546,2547 + Weights: 0.07214776,1.00000000,0.16537366,0.63616824,1.00000000,0.42713911,0.22059265,1.00000000,1.00000000,1.00000000,0.64087835,1.00000000,0.60514806,0.43404693,0.32683404,0.05611746,0.06921416,0.09263562,0.08587552,0.00307719,0.02158447,1.00000000,0.47563095,0.75977495,1.00000000,0.67450938,0.02821268,0.08106867,0.05620523,0.36144796,0.43537962,0.08200091,0.09793328,0.01084062,0.00703408,0.12118285,0.64087835,0.64087835 + ,0.52759702,0.53742405,0.16075492,0.45457334,0.64087835,0.64087835,1.00000000,0.86514952,0.07214776,1.00000000,0.16537366,0.63616824,1.00000000,0.42713911,0.22059265,1.00000000,1.00000000,1.00000000,0.64087835,1.00000000,0.60514806,0.43404693,0.32683404,0.05611746,0.06921416,0.09263562,0.08587552,0.17702312,0.00307719,0.02158447,0.72076152,1.00000000,0.68005079,0.49796256,0.64632792,0.98527762,0.91120597,0.47563095 + ,0.79513690,0.75977495,1.00000000,0.67450938,0.02821268,0.08106867,0.05620523,0.36144796,0.49523905,0.07192647,0.43537962,0.08200091,0.09793328,0.01084062,0.47731340,0.14044822,0.00703408,0.12118285,0.18973901,0.64087835,0.64087835,0.52759702,0.53742405,0.16075492,0.45457334,0.64087835,0.87611076,0.64087835,1.00000000,0.86514952 + Transform: 0.000000075497901,-1.000000000000000,0.000000000000000,0.000000000000000,-0.032024037092924,-0.000000002417748,0.999487161636353,0.000000000000000,-0.999487102031708,-0.000000075459177,-0.032024037092924,0.000000000000000,-135.958923339843750,-0.000010264613593,-0.550673723220825,1.000000000000000 + TransformLink: 0.000000075497901,0.999487161636353,-0.032023474574089,0.000000000000000,-1.000000000000000,0.000000075459184,-0.000000002417705,0.000000000000000,0.000000000000000,0.032023474574089,0.999487102031708,0.000000000000000,0.000000000000000,135.906829833984375,-3.803485870361328,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-neck", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 190,191,277,278,280,282,283,284,327,328,329,330,1464,1465,1565,1566,1568,1570,1571,1572,1573,1574,1581 + ,1588,1634,1635,1636,1637,1638,1639 + Weights: 0.28584635,0.15255694,0.80217087,0.90562472,0.90896961,0.27737309,0.92220903,0.10106497,0.83782008,0.81260663,0.80700850,0.76440779,0.28584635,0.15255694,0.80217087,0.90562472,0.90896961,0.27737309,0.92220903,0.10106497,0.35072190,0.91236935,0.33733720,0.75615246,0.83782008,0.81260663,0.79014324,0.80700850,0.76440779,0.70156714 + Transform: 0.000000075497908,-1.000000000000000,0.000000000000000,0.000000000000000,0.178550601005554,0.000000013480196,0.983930766582489,0.000000000000000,-0.983930766582489,-0.000000074284706,0.178550601005554,0.000000000000000,-153.407196044921875,-0.000011581921171,32.381847381591797,1.000000000000000 + TransformLink: 0.000000075497901,0.983930647373199,0.178551152348518,0.000000000000000,-1.000000000000000,0.000000074284699,0.000000013480237,0.000000000000000,0.000000000000000,-0.178551152348518,0.983930647373199,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-head", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 129,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185 + ,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,279,281,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,421,1227 + ,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250 + ,1394,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450 + ,1451,1452,1453,1454,1455,1456,1457,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481 + ,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504 + ,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527 + ,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550 + ,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1567,1569,1575,1576,1577,1578,1579,1580,1582 + ,1583,1584,1585,1586,1587,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606 + ,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1732,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558 + ,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.000000075497908,-1.000000000000000,0.000000000000000,0.000000000000000,0.054645836353302,0.000000004125646,0.998505830764771,0.000000000000000,-0.998505890369415,-0.000000075385095,0.054645836353302,0.000000000000000,-163.005645751953125,-0.000012306583812,12.179812431335449,1.000000000000000 + TransformLink: 0.000000075497901,0.998505711555481,0.054646395146847,0.000000000000000,-1.000000000000000,0.000000075385088,0.000000004125688,0.000000000000000,0.000000000000000,-0.054646395146847,0.998505771160126,0.000000000000000,0.000000000000000,163.427642822265625,-3.253942012786865,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-shoulder_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 0,11,12,32,33,84,97,98,99,104,105,106,107,108,109,110,111,118,119,121,186,187,188 + ,189,190,191,277,278,280,282,283,284,327,328,329,330,336,337,338,339,340,341,1223,1224,1226,1251 + ,1283,1284,1359,1361,1362,1364,1367,1369,1370,1371,1372,1381,1458,1460,1462,1463,1570,1573,1574,1581,1588,1634,1636 + ,1639,2544 + Weights: 0.59532905,0.61306207,0.19898444,0.53463506,0.72557898,0.19305383,0.39485194,0.43727870,0.67316596,0.94388254,0.72843046,0.81145165,1.00000000,0.81030343,0.70801864,0.97389587,0.78242215,0.40112101,0.24022505,0.32549062,0.89259276,0.91893133,0.74850766,0.63855204,0.27877404,0.76544215,0.09989585,0.08353465,0.09103039,0.64313333,0.07779097,0.89893503,0.16177006,0.18739337,0.18595742,0.11440936,0.19305383,0.19305383 + ,0.33568922,0.32331575,0.58363904,0.38829516,0.19305383,0.19305383,0.13485048,0.33252319,0.03822584,0.05382838,0.09706095,0.41148844,0.02302695,0.13961924,0.15997460,0.25101872,0.17683604,0.00736119,0.04439702,0.10243155,0.07919456,0.19528711,0.25238047,0.46403676,0.07949358,0.32463905,0.04381532,0.09267470,0.05169966,0.00040986,0.10492838,0.05434693,0.06194462 + Transform: 0.970456957817078,0.145385771989822,0.192551672458649,0.000000000000000,-0.185946255922318,-0.057862475514412,0.980854749679565,0.000000000000000,0.153743997216225,-0.987681448459625,-0.029119068756700,0.000000000000000,23.264068603515625,-155.051910400390625,-0.178692340850830,1.000000000000000 + TransformLink: 0.970457077026367,-0.153743743896484,-0.185946345329285,0.000000000000000,0.145385965704918,0.987681686878204,-0.057861916720867,0.000000000000000,0.192551702260971,0.029118552803993,0.980854690074921,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-upper_arm_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 7,8,11,12,13,14,15,16,18,21,22,24,25,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,80,81,82,83,84,86,93,94,95,96,98,101,102 + ,103,105,106,109,111,118,122,123,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,1223,1224 + Weights: 0.86910419,0.95952429,0.22156427,0.16484732,1.00000000,0.96939774,0.98492820,1.00000000,0.89318395,0.63923252,0.61532576,1.00000000,0.67097256,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.79318705,0.81015428,0.93887024,0.94346007,0.16606783,0.96514125,0.81871633,1.00000000,0.90191610,0.95902975,0.12867437,0.65588311,0.87117851,0.96441243,0.20235538,0.18854835,0.20610584,0.19599337,0.12324804,1.00000000 + ,1.00000000,0.16606783,0.16606783,0.13671376,0.13926020,0.25560604,0.15713150,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.16606783,0.16606783 + Transform: 0.963465690612793,0.122453816235065,-0.238198474049568,0.000000000000000,-0.102476805448532,0.990230500698090,0.094562254846096,0.000000000000000,0.247451081871986,-0.066697657108307,0.966601908206940,0.000000000000000,19.771352767944336,-4.468714237213135,146.864364624023438,1.000000000000000 + TransformLink: 0.963466048240662,-0.247450917959213,-0.102476976811886,0.000000000000000,0.122453846037388,0.066697128117085,0.990230560302734,0.000000000000000,-0.238198712468147,-0.966602087020874,0.094561710953712,0.000000000000000,16.481088638305664,147.149887084960938,-7.436580181121826,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-forearm_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1,2,3,4,5,6,7,8,14,15,17,18,19,20,21,22,23,25,26,27,28,29,80 + ,81,82,83,86,89,90,91,92,93,95,96,101,102,103,130,131,134,135,136,137,138,139,140 + ,141,142,143,144,145,146,153,155,156,157,158,159,160,161,162,163,367,368,369,370,371,372,373 + ,374,375,376,377,378,379,380,381,382,383,384,402,403,406,408 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.13089581,0.04047571,0.03060226,0.01507180,1.00000000,0.10681605,1.00000000,1.00000000,0.36076748,0.38467424,1.00000000,0.32902744,1.00000000,1.00000000,1.00000000,1.00000000,0.20681295,0.18984572,0.06112976,0.05653993,0.03485875,1.00000000,1.00000000,1.00000000,1.00000000,0.18128367,0.09808390,0.04097025,0.34411689,0.12882149,0.03558757,1.00000000 + ,1.00000000,0.07981860,0.99018782,0.98820258,1.00000000,1.00000000,1.00000000,1.00000000,0.00226979,0.17325517,0.19713300,0.21226036,0.06485106,0.00320299,1.00000000,1.00000000,0.78528534,0.67253733,0.64669959,0.87921557,0.96786639,1.00000000,1.00000000,0.91992599,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,0.05452354,0.01312341,0.06475466,0.05824454 + Transform: 0.917127609252930,-0.306736230850220,-0.254537671804428,0.000000000000000,0.337238460779190,0.937547326087952,0.085295610129833,0.000000000000000,0.212477967143059,-0.164066866040230,0.963293969631195,0.000000000000000,-4.196830272674561,-1.158909559249878,146.973709106445312,1.000000000000000 + TransformLink: 0.917127966880798,-0.212478071451187,0.337238281965256,0.000000000000000,-0.306736350059509,0.164066329598427,0.937547326087952,0.000000000000000,-0.254537850618362,-0.963293969631195,0.085295021533966,0.000000000000000,40.903915405273438,140.877273559570312,-10.034259796142578,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-hand_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 132,133,134,135,136,141,142,143,144,145,146,147,148,149,150,151,152,154,156,157,158,159,160 + ,163,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 + Weights: 0.67422010,0.33496223,0.87585124,0.00981218,0.01179742,0.88549267,0.77815658,0.73515591,0.64954859,0.60867239,0.30029306,0.97161375,0.98804574,0.89316104,0.90054437,0.92308422,1.00000000,0.15698308,0.21471466,0.32746267,0.35330041,0.12078443,0.03213361,0.08007401,0.99414875,0.91469878,0.92923899,1.00000000,0.92980361,0.92610471,0.82986886,0.82983763,0.86336598,0.93495936,0.46091075,0.71048233,0.93438930,0.85678583 + ,0.90906979,0.80903538,0.06221736,0.92645906,0.96869888,0.12430245,0.00298828,0.88101062,0.28766796,0.80034332,0.36400125,0.91671058,0.97466767,0.98855568,0.20243703,0.96263021,0.78494672,0.91637778,0.79410017,0.96794429,0.10992834,0.05099128 + Transform: 0.903915047645569,-0.206204876303673,0.374722629785538,0.000000000000000,0.406219452619553,0.139657750725746,-0.903040230274200,0.000000000000000,0.133878558874130,0.968491256237030,0.210003167390823,0.000000000000000,-42.019367218017578,144.480102539062500,2.839035272598267,1.000000000000000 + TransformLink: 0.903915047645569,-0.133878588676453,0.406219154596329,0.000000000000000,-0.206205055117607,-0.968491256237030,0.139657124876976,0.000000000000000,0.374722748994827,-0.210002630949020,-0.903040230274200,0.000000000000000,66.710617065429688,134.898437500000000,-0.544842541217804,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 927,928,929,930,939,940,941,944,945,946,947,948,950,952,953,956,957,958,960,962,963,965,967 + ,970,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030 + ,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053 + ,1054,1055,1056,1057,1058,1059 + Weights: 0.55553157,0.68589739,0.69039274,0.66646250,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66477608,1.00000000,1.00000000,0.68509247,1.00000000,1.00000000,0.67097714,1.00000000,1.00000000,1.00000000,0.20411286,0.23184625,0.23418472,0.20779167,0.21018096,0.18851249,0.20604995,0.22614876,0.22188966,0.22157966,0.88554139,0.85260635,0.85608520,0.88556025 + ,0.84070000,0.86963662,0.86894615,0.89039276,0.88439318,0.84785247,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.03618848,0.03332088,0.04396551,0.03249955,0.03683832,0.04103770,0.04180955,0.02489706,0.02899218,0.03319899,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.871777057647705,-0.325123727321625,0.366468548774719,0.000000000000000,0.426928639411926,0.137288793921471,-0.893803119659424,0.000000000000000,0.240284696221352,0.935652911663055,0.258489876985550,0.000000000000000,-39.743824005126953,148.080108642578125,13.467598915100098,1.000000000000000 + TransformLink: 0.871777117252350,-0.240284770727158,0.426928371191025,0.000000000000000,-0.325123876333237,-0.935652852058411,0.137288197875023,0.000000000000000,0.366468578577042,-0.258489310741425,-0.893803000450134,0.000000000000000,77.856681823730469,132.482971191406250,8.675494194030762,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 927,928,929,930,931,932,933,934,935,936,937,938,942,943,949,951,953,954,955,958,959,961,963 + ,964,966,968,969,971,975,980,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007 + ,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1039,1040 + ,1041,1042,1043,1044,1045,1046,1047,1048 + Weights: 0.44446843,0.31410261,0.30960726,0.33353750,0.08481234,0.06494558,0.05743064,0.14273668,0.15829112,0.19168933,0.23314264,0.16876020,0.06751399,0.10064556,0.15702113,0.06370853,0.33522392,0.06123962,0.15159909,0.31490753,0.23585104,0.08469177,0.32902286,0.14971314,0.06325126,0.20703347,0.09222411,0.00287238,0.00907141,0.00574850,0.80219903,0.83569900,0.80088751,0.75787725,0.78150958,0.77213065,0.76467713,0.85936375 + ,0.79001009,0.82430117,0.35043866,0.32523550,0.30875565,0.32495361,0.31769282,0.59465225,0.32535857,0.79588714,0.76815375,0.76581528,0.79220833,0.78981904,0.81148751,0.79395005,0.77385124,0.77811034,0.77842034,0.11445861,0.14739365,0.14391480,0.11443975,0.15930000,0.13036338,0.13105385,0.10960724,0.11560682,0.15214753,0.94874072,0.94899414,0.91486221,0.94165079,0.93602876,0.92681209,0.92218071,0.97309288,0.94881177 + ,0.94681012 + Transform: 0.871773600578308,-0.327012658119202,0.364792257547379,0.000000000000000,0.426927924156189,0.141868963837624,-0.893087983131409,0.000000000000000,0.240298479795456,0.934310495853424,0.263288468122482,0.000000000000000,-44.021686553955078,148.009628295898438,14.227651596069336,1.000000000000000 + TransformLink: 0.871773660182953,-0.240298524498940,0.426927655935287,0.000000000000000,-0.327012777328491,-0.934310376644135,0.141868367791176,0.000000000000000,0.364792257547379,-0.263287901878357,-0.893087804317474,0.000000000000000,81.587860107421875,131.454559326171875,10.502734184265137,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 931,932,933,934,935,936,937,938,942,943,949,951,954,955,959,961,964,966,968,969,971,972,973 + ,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996 + ,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048 + Weights: 0.91518766,0.93505442,0.94256936,0.85726332,0.84170888,0.80831067,0.76685736,0.83123980,0.93248601,0.89935444,0.84297887,0.93629147,0.93876038,0.84840091,0.76414896,0.91530823,0.85028686,0.93674874,0.79296653,0.90777589,0.99712762,1.00000000,1.00000000,1.00000000,0.99092859,1.00000000,1.00000000,1.00000000,1.00000000,0.99425150,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19780097,0.16430100,0.19911249,0.24212275,0.21849042,0.22786935,0.23532287,0.14063625,0.20998991,0.17569883,0.64956134,0.67476450,0.69124435,0.67504639,0.68230718,0.40534775,0.67464143,0.01507079,0.01768498,0.04117228,0.02584966,0.02713292,0.03215021,0.03600973,0.00201005,0.02219605,0.01999088 + Transform: 0.876720726490021,-0.270733028650284,0.397573113441467,0.000000000000000,0.446123600006104,0.148684605956078,-0.882534384727478,0.000000000000000,0.179818332195282,0.951102852821350,0.251135289669037,0.000000000000000,-56.297935485839844,145.344955444335938,9.732245445251465,1.000000000000000 + TransformLink: 0.876720666885376,-0.179818391799927,0.446123301982880,0.000000000000000,-0.270733147859573,-0.951102793216705,0.148683995008469,0.000000000000000,0.397573113441467,-0.251134693622589,-0.882534265518188,0.000000000000000,84.837982177734375,130.558685302734375,12.094393730163574,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 132,133,134,141,142,143,144,145,146,154,401,402,403,404,405,406,407,408,409,410,411,413,414 + ,415,416,417,418,419,420,829,830,831,834,835,836,837,838,840,842,845,846,848,850,852,854,857 + ,896,897,898,899,900,901,902,903,904,905,916,919,920,921,922,926 + Weights: 0.32577990,0.66503777,0.04433016,0.11223753,0.04858825,0.06771108,0.13819104,0.32647655,0.69650394,0.84301692,0.93778264,0.01901740,0.01817772,0.87569755,0.97803993,0.05423472,0.71233204,0.14141214,0.63599875,0.08328942,0.00246327,0.72091778,0.02866163,0.21505328,0.08362222,0.20589983,0.03205571,0.82795271,0.57519062,0.24717244,0.24320149,0.21265871,0.15927222,0.15109722,0.06372184,0.13374836,0.05784341,0.25329622 + ,0.15929428,0.24222914,0.15306959,0.22610473,0.12085376,0.19584415,0.11593511,0.03225036,0.03668489,0.04870030,0.13089940,0.13476485,0.13741093,0.13118615,0.10640691,0.09890779,0.00116997,0.11504134,0.00757288,0.00948179,0.02082300,0.01730346,0.01745216,0.11695827 + Transform: 0.016713107004762,-0.476839333772659,0.878831446170807,0.000000000000000,0.949134051799774,-0.268840819597244,-0.163918524980545,0.000000000000000,0.314428657293320,0.836868524551392,0.448091447353363,0.000000000000000,37.809902191162109,145.769287109375000,-0.241263419389725,1.000000000000000 + TransformLink: 0.016712998971343,-0.314429074525833,0.949133753776550,0.000000000000000,-0.476839482784271,-0.836868166923523,-0.268841236829758,0.000000000000000,0.878831565380096,-0.448091149330139,-0.163918867707253,0.000000000000000,69.088668823242188,133.770111083984375,3.262594461441040,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 405,413,419,420,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,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 + Weights: 0.01897179,0.07664520,0.06211894,0.37381810,0.09316965,0.12009251,0.13530018,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.75282756,0.75679851,0.78734129,0.09802152,0.07611805,0.84072778,0.84890278,0.93627816,0.86625164,0.94215659,0.25000000,0.74670378,0.10547605,0.84070572,0.13469779,0.25000000,0.75777086,0.84693041,0.25000000,0.77389527,0.08849600,0.87914624,0.25000000,0.80415585,0.12527166,0.88406489 + ,0.25000000,0.06985141,0.96774964,0.04525989,0.04281504,0.05670828,0.01586654,0.01963321,0.02414035,0.05570557,0.00998922,0.05433475,0.01891661,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.96331511,0.95129970,0.86910060,0.86523515,0.86258907,0.86881385,0.89359309,0.90109221 + ,0.99883003,0.88495866,0.89235369,0.86300878,0.88571235,0.96760119,0.91731545,0.86478136,0.94641552,0.87203256,0.94518102,0.90347031,0.99242712,1.00000000,1.00000000,0.98683564,0.97917700,0.97791017,0.98254784,1.00000000,1.00000000,1.00000000,0.88304173 + Transform: -0.232167050242424,-0.968405783176422,-0.091041013598442,0.000000000000000,0.914345622062683,-0.185360953211784,-0.360018223524094,0.000000000000000,0.331768363714218,-0.166827440261841,0.928492605686188,0.000000000000000,51.884300231933594,46.596813201904297,131.963150024414062,1.000000000000000 + TransformLink: -0.232167229056358,-0.331768840551376,0.914345681667328,0.000000000000000,-0.968405961990356,0.166827455163002,-0.185360789299011,0.000000000000000,-0.091041058301926,-0.928492248058319,-0.360018789768219,0.000000000000000,69.184524536132812,131.966735839843750,8.706250190734863,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 821,822,823,824,825,826,827,828,832,833,839,841,843,844,847,849,851,853,855,856,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,906,907,908,909,910,911,912,913,914,915,919 + ,921 + Weights: 0.90683035,0.87990749,0.86469982,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.90197848,0.92388195,0.75000000,0.89452395,0.86530221,0.75000000,0.75000000,0.91150400,0.75000000,0.87472834,0.75000000,0.93014859,0.95474011,0.95718496,0.94329172,0.98413346,0.98036679,0.97585965,0.94429443,0.99001078,0.94566525,0.98108339,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.10764631,0.13699122,0.11428765,0.03239881,0.08268455,0.13521864,0.05358448,0.12796744,0.05481898,0.09652969,0.00368258,0.00478636 + Transform: -0.255531698465347,-0.958982706069946,-0.122701436281204,0.000000000000000,0.929724216461182,-0.208935290575027,-0.303247004747391,0.000000000000000,0.265172004699707,-0.191567823290825,0.944979250431061,0.000000000000000,39.874782562255859,43.035892486572266,135.529739379882812,1.000000000000000 + TransformLink: -0.255531907081604,-0.265172541141510,0.929724335670471,0.000000000000000,-0.958982765674591,0.191567853093147,-0.208935067057610,0.000000000000000,-0.122701466083527,-0.944978952407837,-0.303247600793839,0.000000000000000,68.089645385742188,130.402145385742188,13.018218994140625,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 688,689,690,691,700,701,702,705,706,707,708,709,711,713,714,717,718,719,721,723,724,726,728 + ,731,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 + Weights: 0.55842562,0.69141321,0.69571807,0.66863568,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66736224,1.00000000,1.00000000,0.69019266,1.00000000,1.00000000,0.67597483,1.00000000,1.00000000,1.00000000,0.20075277,0.22833661,0.23113810,0.20146216,0.20366175,0.18679425,0.20305151,0.21939741,0.22153911,0.21529614,0.89112657,0.85732657,0.86032770,0.89116729 + ,0.84374142,0.87303963,0.87242729,0.89588017,0.89023651,0.85101814,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.03247804,0.02750140,0.04144693,0.02679214,0.03297682,0.03714199,0.03791358,0.01919514,0.02316805,0.03064799,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.941285073757172,-0.235582828521729,0.241833090782166,0.000000000000000,0.262374877929688,0.059660643339157,-0.963119924068451,0.000000000000000,0.212466821074486,0.970021307468414,0.117968633770943,0.000000000000000,-47.683288574218750,147.130798339843750,1.980477690696716,1.000000000000000 + TransformLink: 0.941284835338593,-0.212466716766357,0.262374490499496,0.000000000000000,-0.235582992434502,-0.970021247863770,0.059660047292709,0.000000000000000,0.241833269596100,-0.117968127131462,-0.963120043277740,0.000000000000000,79.066123962402344,132.822525024414062,5.640485763549805,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 688,689,690,691,692,693,694,695,696,697,698,699,703,704,710,712,714,715,716,719,720,722,724 + ,725,727,729,730,736,741,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,800,801,802 + ,803,804,805,806,807,808,809 + Weights: 0.44157438,0.30858679,0.30428193,0.33136432,0.08157100,0.06315961,0.05333834,0.13684518,0.15649934,0.18772597,0.23094239,0.16241637,0.06302301,0.09773548,0.15371371,0.06100160,0.33263776,0.05852231,0.14817530,0.30980734,0.23175135,0.08032090,0.32402517,0.14383593,0.05898009,0.20508882,0.09018466,0.00575879,0.00334737,0.80590940,0.84020656,0.80712321,0.75948298,0.78841763,0.77548487,0.76857136,0.86587182,0.79680772 + ,0.82695892,0.34478865,0.32315493,0.30281712,0.32192068,0.31443517,0.59951783,0.31997128,0.79924723,0.77166339,0.76886190,0.79853784,0.79633825,0.81320575,0.79694849,0.78060259,0.77846089,0.78470386,0.10887343,0.14267343,0.13967230,0.10883271,0.15625858,0.12696037,0.12757271,0.10411983,0.10976349,0.14898186,0.95590375,0.95973712,0.92024286,0.95287802,0.94368905,0.93427561,0.93003120,0.98080486,0.96017921,0.95203242 + Transform: 0.941284298896790,-0.235421910881996,0.241992890834808,0.000000000000000,0.262379407882690,0.059025939553976,-0.963157892227173,0.000000000000000,0.212464794516563,0.970099329948425,0.117329984903336,0.000000000000000,-52.163475036621094,147.132003784179688,1.883208870887756,1.000000000000000 + TransformLink: 0.941284060478210,-0.212464690208435,0.262378990650177,0.000000000000000,-0.235422044992447,-0.970099091529846,0.059025328606367,0.000000000000000,0.241993054747581,-0.117329463362694,-0.963157892227173,0.000000000000000,83.283042907714844,131.870681762695312,6.815913200378418,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 692,693,694,695,696,697,698,699,703,704,710,712,715,716,720,722,725,727,729,730,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,800,801,802,803,804,805,806,808,809 + Weights: 0.91842900,0.93684039,0.94666166,0.86315482,0.84350066,0.81227403,0.76905761,0.83758363,0.93697699,0.90226452,0.84628629,0.93899840,0.94147769,0.85182470,0.76824865,0.91967910,0.85616407,0.94101991,0.79491118,0.90981534,1.00000000,1.00000000,1.00000000,1.00000000,0.99424121,1.00000000,1.00000000,1.00000000,1.00000000,0.99665263,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19409060,0.15979344,0.19287679,0.24051702,0.21158237,0.22451513,0.23142864,0.13412818,0.20319228,0.17304108,0.65521135,0.67684507,0.69718288,0.67807932,0.68556483,0.40048217,0.68002872,0.01161821,0.01276148,0.03831021,0.02032984,0.02333413,0.02858240,0.03205522,0.01665274,0.01731959 + Transform: 0.948091804981232,-0.176343023777008,0.264622747898102,0.000000000000000,0.279223203659058,0.063435547053814,-0.958128690719604,0.000000000000000,0.152172967791557,0.982282757759094,0.109381712973118,0.000000000000000,-64.690597534179688,143.556686401367188,-1.165579199790955,1.000000000000000 + TransformLink: 0.948091626167297,-0.152172923088074,0.279222875833511,0.000000000000000,-0.176343142986298,-0.982282459735870,0.063434906303883,0.000000000000000,0.264622867107391,-0.109381206333637,-0.958128631114960,0.000000000000000,86.956283569335938,131.041564941406250,7.839813709259033,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 147,148,149,150,151,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,411,412,414 + ,555,556,557,558,567,568,569,572,573,574,575,576,578,580,581,584,585,586,588,590,591,593,595 + ,598,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 + Weights: 0.02838625,0.01195426,0.10683896,0.09945563,0.07691578,0.00585125,0.08530122,0.07076101,0.07019639,0.07389529,0.17013114,0.17016237,0.13663402,0.06504064,0.53908925,0.28951767,0.06561070,0.14321417,0.09093021,0.19096462,0.02286906,0.01144432,0.00870816,0.55428607,0.68372984,0.68830303,0.66576818,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66386571 + ,1.00000000,1.00000000,0.68305015,1.00000000,1.00000000,0.66902059,1.00000000,1.00000000,1.00000000,0.20518547,0.23298530,0.23506746,0.21026876,0.21278154,0.18870022,0.20693642,0.22882885,0.22146118,0.22404317,0.88329062,0.85092411,0.85464133,0.88329683,0.83979101,0.86846369,0.86774307,0.88817605,0.88201889,0.84698844,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,0.03740945,0.03562727,0.04452568,0.03475928,0.03814109,0.04235138,0.04311413,0.02716406,0.03132811,0.03380638,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: 0.955407321453094,-0.293278157711029,0.034422043710947,0.000000000000000,0.059214554727077,0.076078258454800,-0.995342016220093,0.000000000000000,0.289293557405472,0.952995300292969,0.090051978826523,0.000000000000000,-37.692729949951172,149.861724853515625,11.806225776672363,1.000000000000000 + TransformLink: 0.955407142639160,-0.289293318986893,0.059214156121016,0.000000000000000,-0.293278396129608,-0.952995300292969,0.076077707111835,0.000000000000000,0.034422233700752,-0.090051487088203,-0.995342075824738,0.000000000000000,79.556701660156250,132.976425170898438,2.582040309906006,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 555,556,557,558,559,560,561,562,563,564,565,566,570,571,577,579,581,582,583,586,587,589,591 + ,592,594,596,597,599,603,608,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,667,668 + ,669,670,671,672,673,674,675,676 + Weights: 0.44571393,0.31627016,0.31169697,0.33423182,0.08581998,0.06545567,0.05906925,0.14508294,0.15865449,0.19295833,0.23368369,0.17136622,0.06935931,0.10150628,0.15816307,0.06469208,0.33613429,0.06229922,0.15278788,0.31694985,0.23729763,0.08636536,0.33097941,0.15202456,0.06482421,0.20732401,0.09261210,0.00358364,0.01002771,0.00606734,0.80097844,0.83410668,0.79846157,0.75775691,0.77876138,0.77112043,0.76338636,0.85665210 + ,0.78732419,0.82367891,0.35279437,0.32575999,0.31108213,0.32600714,0.31882719,0.59248238,0.32745529,0.79481453,0.76701470,0.76493254,0.78973124,0.78721846,0.81129978,0.79306358,0.77117115,0.77853882,0.77595683,0.11670938,0.14907589,0.14535867,0.11670317,0.16020899,0.13153631,0.13225693,0.11182395,0.11798111,0.15301156,0.94632389,0.94474284,0.91356473,0.93719091,0.93341371,0.92431679,0.91951170,0.96891058,0.94424933 + ,0.94547340 + Transform: 0.955407738685608,-0.293141841888428,0.035554386675358,0.000000000000000,0.059211764484644,0.072225019335747,-0.995629191398621,0.000000000000000,0.289292901754379,0.953337013721466,0.086361706256866,0.000000000000000,-41.893550872802734,149.906250000000000,11.226173400878906,1.000000000000000 + TransformLink: 0.955407500267029,-0.289292633533478,0.059211365878582,0.000000000000000,-0.293142050504684,-0.953336954116821,0.072224460542202,0.000000000000000,0.035554572939873,-0.086361207067966,-0.995629251003265,0.000000000000000,83.570098876953125,131.761184692382812,2.830782413482666,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 559,560,561,562,563,564,565,566,570,571,577,579,582,583,587,589,592,594,596,597,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,667,668,669,670,671,672,673,674,675,676 + Weights: 0.91418002,0.93454433,0.94093075,0.85491706,0.84134551,0.80704167,0.76631631,0.82863378,0.93064069,0.89849372,0.84183693,0.93530792,0.93770078,0.84721212,0.76270237,0.91363464,0.84797544,0.93517579,0.79267599,0.90738790,0.99641636,1.00000000,1.00000000,1.00000000,0.98997229,1.00000000,1.00000000,1.00000000,1.00000000,0.99393266,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19902156,0.16589332,0.20153843,0.24224309,0.22123862,0.22887957,0.23661364,0.14334790,0.21267581,0.17632109,0.64720563,0.67424001,0.68891787,0.67399286,0.68117281,0.40751762,0.67254471,0.01626667,0.01962989,0.04190959,0.02804981,0.02844520,0.03333183,0.03737417,0.00392537,0.02442256,0.02072022 + Transform: 0.970367729663849,-0.233236744999886,0.063146606087685,0.000000000000000,0.075522840023041,0.044509261846542,-0.996150076389313,0.000000000000000,0.229528501629829,0.971400916576385,0.060804974287748,0.000000000000000,-54.716270446777344,147.136001586914062,5.485082149505615,1.000000000000000 + TransformLink: 0.970367252826691,-0.229528188705444,0.075522474944592,0.000000000000000,-0.233236953616142,-0.971400737762451,0.044508676975965,0.000000000000000,0.063146799802780,-0.060804475098848,-0.996150314807892,0.000000000000000,87.066070556640625,130.702621459960938,3.047445297241211,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_01_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 422,423,424,425,434,435,436,439,440,441,442,443,445,447,448,451,452,453,455,457,458,460,462 + ,465,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 + Weights: 0.41945042,0.51240211,0.51123387,0.50189348,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.50377306,1.00000000,1.00000000,0.51392385,1.00000000,1.00000000,0.51554835,1.00000000,1.00000000,1.00000000,0.22930413,0.21402838,0.21711311,0.20172950,0.20636136,0.22409389,0.22719407,0.21188410,0.20077337,0.20947909,0.78913898,0.78299719,0.78287381,0.78513331 + ,0.74181314,0.77035110,0.77029656,0.80060007,0.79818802,0.79001293,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.06306747,0.05404492,0.05754869,0.05394494,0.06433073,0.05707865,0.05789203,0.05126282,0.05415907,0.06334618,0.96233499,0.94996393,0.95145921,0.96161965,0.94457680,0.95057852,0.95041996,0.96953389,0.96497952,0.95180062,1.00000000 + Transform: 0.921476900577545,-0.345276445150375,-0.177945449948311,0.000000000000000,-0.111367605626583,0.204034924507141,-0.972608447074890,0.000000000000000,0.372126072645187,0.916053414344788,0.149560749530792,0.000000000000000,-23.710603713989258,149.412612915039062,33.595500946044922,1.000000000000000 + TransformLink: 0.921476781368256,-0.372125774621964,-0.111367926001549,0.000000000000000,-0.345276683568954,-0.916053593158722,0.204034358263016,0.000000000000000,-0.177945360541344,-0.149560287594795,-0.972608387470245,0.000000000000000,79.415618896484375,133.071182250976562,-0.450643688440323,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_02_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 422,423,424,425,426,427,428,429,430,431,432,433,437,438,444,446,448,449,450,453,454,456,458 + ,459,461,463,464,466,467,468,469,470,471,472,473,474,475,477,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,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550 + ,551,552,553 + Weights: 0.58054958,0.48759789,0.48876613,0.49810652,0.12735913,0.09841113,0.08995051,0.18101944,0.19349716,0.23795356,0.27294827,0.20529319,0.10199090,0.14490670,0.19268168,0.09676300,0.49622694,0.09460819,0.18869235,0.48607615,0.27156515,0.12420534,0.48445165,0.18667037,0.09681053,0.25041736,0.13423585,0.05083306,0.02926042,0.01691564,0.02280597,0.05581929,0.02417552,0.02460108,0.03021634,0.02249770,0.05197639,0.00313269 + ,0.75499163,0.78682165,0.75492967,0.71685738,0.73519455,0.72834042,0.72104038,0.82014940,0.74336047,0.77656427,0.37599572,0.35548971,0.34312846,0.35499596,0.34983758,0.58105731,0.35627440,0.77069587,0.78597162,0.78288689,0.79827050,0.79363864,0.77590611,0.77280593,0.78811590,0.79922663,0.79052091,0.21086102,0.21700281,0.21712619,0.21486669,0.25818686,0.22964890,0.22970344,0.19939993,0.20181198,0.20998707,0.88064982 + ,0.88856430,0.86958066,0.88281242,0.87106816,0.87590504,0.87234523,0.90745112,0.88491385,0.87735612,0.03766501,0.05003607,0.04854079,0.03838035,0.05542320,0.04942148,0.04958004,0.03046611,0.03502048,0.04819938 + Transform: 0.921473026275635,-0.345278203487396,-0.177961856126785,0.000000000000000,-0.111367076635361,0.204078063368797,-0.972599446773529,0.000000000000000,0.372135698795319,0.916043043136597,0.149599716067314,0.000000000000000,-26.986824035644531,149.411437988281250,33.601997375488281,1.000000000000000 + TransformLink: 0.921472966670990,-0.372135430574417,-0.111367404460907,0.000000000000000,-0.345278471708298,-0.916043341159821,0.204077526926994,0.000000000000000,-0.177961766719818,-0.149599254131317,-0.972599387168884,0.000000000000000,82.436042785644531,131.851425170898438,-0.815686285495758,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_03_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 426,427,428,429,430,431,432,433,437,438,444,446,449,450,454,456,459,461,463,464,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,534,535,536,537,538,539,540,541,542,543 + Weights: 0.87264087,0.90158887,0.91004949,0.81898056,0.80650284,0.76204644,0.72705173,0.79470681,0.89800910,0.85509330,0.80731832,0.90323700,0.90539181,0.81130765,0.72843485,0.87579466,0.81332963,0.90318947,0.74958264,0.86576415,0.94916694,0.97073958,0.98308436,0.97719403,0.94418071,0.97582448,0.97539892,0.96978366,0.97750230,0.94802361,1.00000000,0.99686731,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.24500837,0.21317835,0.24507033,0.28314262,0.26480545,0.27165958,0.27895962,0.17985060,0.25663953,0.22343573,0.62400428,0.64451029,0.65687154,0.64500404,0.65016242,0.41894269,0.64372560,0.05628271,0.05739078,0.07287065,0.06324264,0.06460111,0.06701630,0.06976275,0.04128606,0.06092708,0.05929770 + Transform: 0.949916899204254,-0.283982604742050,-0.130429238080978,0.000000000000000,-0.095010221004486,0.135166078805923,-0.986257255077362,0.000000000000000,0.297709792852402,0.949254333972931,0.101415246725082,0.000000000000000,-41.977218627929688,148.462722778320312,23.241060256958008,1.000000000000000 + TransformLink: 0.949916779994965,-0.297709465026855,-0.095010511577129,0.000000000000000,-0.283982932567596,-0.949254631996155,0.135165572166443,0.000000000000000,-0.130429118871689,-0.101414747536182,-0.986257135868073,0.000000000000000,85.067054748535156,130.788894653320312,-1.133665204048157,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-shoulder_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 0,32,33,108,110,186,188,282,327,1251,1262,1263,1283,1284,1335,1348,1349,1350,1355,1356,1357,1358,1359 + ,1360,1361,1362,1363,1364,1367,1369,1370,1371,1372,1380,1381,1382,1384,1458,1459,1460,1461,1462,1463,1464,1465,1565 + ,1566,1568,1570,1571,1572,1573,1574,1581,1588,1634,1635,1636,1637,1638,1639,1647,1648,1649,1650,1651,1652,2543,2544 + ,2545,2547 + Weights: 0.33252319,0.03822584,0.05382838,0.09706095,0.02302695,0.07919456,0.19528711,0.07949358,0.00040986,0.59532905,0.61306207,0.19898444,0.53463506,0.72557898,0.19305383,0.39485194,0.43727870,0.67316596,0.94388254,0.72843046,0.81145165,1.00000000,0.81030343,0.70801864,0.41148844,0.97389587,0.78242215,0.13961924,0.15997460,0.25101872,0.17683604,0.00736119,0.04439702,0.40112101,0.10243155,0.24022505,0.32549062,0.89259276 + ,0.91893133,0.74850766,0.63855204,0.25238047,0.46403676,0.27877404,0.76544215,0.09989585,0.08353465,0.09103039,0.64313333,0.07779097,0.89893503,0.32463905,0.04381532,0.09267470,0.05169966,0.16177006,0.18739337,0.10492838,0.18595742,0.11440936,0.05434693,0.19305383,0.19305383,0.33568922,0.32331575,0.58363904,0.38829516,0.19305383,0.06194462,0.19305383,0.13485048 + Transform: -0.970456957817078,0.145385622978210,-0.192551657557487,0.000000000000000,-0.185946270823479,0.057862445712090,0.980854749679565,0.000000000000000,0.153743848204613,0.987681448459625,-0.029119066894054,0.000000000000000,23.264045715332031,155.051910400390625,-0.178691864013672,1.000000000000000 + TransformLink: -0.970457077026367,-0.153743594884872,-0.185946345329285,0.000000000000000,0.145385816693306,-0.987681686878204,0.057861886918545,0.000000000000000,-0.192551702260971,0.029118552803993,0.980854690074921,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-upper_arm_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1258,1259,1262,1263,1264,1265,1266,1267,1269,1272,1273,1275,1276,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294 + ,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317 + ,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1331,1332,1333,1334,1335,1337,1344,1345,1346,1347,1349,1352,1353 + ,1354,1356,1357,1360,1363,1380,1385,1386,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661 + ,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,2543,2545 + Weights: 0.86910419,0.95952429,0.22156427,0.16484732,1.00000000,0.96939774,0.98492820,1.00000000,0.89318395,0.63923252,0.61532576,1.00000000,0.67097256,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.79318705,0.81015428,0.93887024,0.94346007,0.16606783,0.96514125,0.81871633,1.00000000,0.90191610,0.95902975,0.12867437,0.65588311,0.87117851,0.96441243,0.20235538,0.18854835,0.20610584,0.19599337,0.12324804,1.00000000 + ,1.00000000,0.16606783,0.16606783,0.13671376,0.13926020,0.25560604,0.15713150,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.16606783,0.16606783 + Transform: -0.963465809822083,0.122453682124615,0.238198518753052,0.000000000000000,-0.102476663887501,-0.990230619907379,0.094562269747257,0.000000000000000,0.247451096773148,0.066697701811790,0.966602027416229,0.000000000000000,19.771352767944336,4.468717575073242,146.864379882812500,1.000000000000000 + TransformLink: -0.963466048240662,-0.247450917959213,-0.102476827800274,0.000000000000000,0.122453697025776,-0.066697172820568,-0.990230560302734,0.000000000000000,0.238198712468147,-0.966602087020874,0.094561710953712,0.000000000000000,-16.481088638305664,147.149887084960938,-7.436580181121826,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-forearm_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1252,1253,1254,1255,1256,1257,1258,1259,1265,1266,1268,1269,1270,1271,1272,1273,1274,1276,1277,1278,1279,1280,1331 + ,1332,1333,1334,1337,1340,1341,1342,1343,1344,1346,1347,1352,1353,1354,1395,1396,1399,1400,1401,1402,1403,1404,1405 + ,1406,1407,1408,1409,1410,1411,1418,1420,1421,1422,1423,1424,1425,1426,1427,1428,1678,1679,1680,1681,1682,1683,1684 + ,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1713,1714,1717,1719 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.13089581,0.04047571,0.03060226,0.01507180,1.00000000,0.10681605,1.00000000,1.00000000,0.36076748,0.38467424,1.00000000,0.32902744,1.00000000,1.00000000,1.00000000,1.00000000,0.20681295,0.18984572,0.06112976,0.05653993,0.03485875,1.00000000,1.00000000,1.00000000,1.00000000,0.18128367,0.09808390,0.04097025,0.34411689,0.12882149,0.03558757,1.00000000 + ,1.00000000,0.07981860,0.99018782,0.98820258,1.00000000,1.00000000,1.00000000,1.00000000,0.00226979,0.17325517,0.19713300,0.21226036,0.06485106,0.00320299,1.00000000,1.00000000,0.78528534,0.67253733,0.64669959,0.87921557,0.96786639,1.00000000,1.00000000,0.91992599,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,0.05452354,0.01312341,0.06475466,0.05824454 + Transform: -0.917127609252930,-0.306736350059509,0.254537671804428,0.000000000000000,0.337238579988480,-0.937547326087952,0.085295610129833,0.000000000000000,0.212477967143059,0.164066895842552,0.963294029235840,0.000000000000000,-4.196830749511719,1.158909082412720,146.973709106445312,1.000000000000000 + TransformLink: -0.917127966880798,-0.212478041648865,0.337238401174545,0.000000000000000,-0.306736469268799,-0.164066359400749,-0.937547326087952,0.000000000000000,0.254537850618362,-0.963293969631195,0.085295021533966,0.000000000000000,-40.903915405273438,140.877273559570312,-10.034259796142578,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-hand_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1397,1398,1399,1400,1401,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1419,1421,1422,1423,1424,1425 + ,1428,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717 + ,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731 + Weights: 0.67422010,0.33496223,0.87585124,0.00981218,0.01179742,0.88549267,0.77815658,0.73515591,0.64954859,0.60867239,0.30029306,0.97161375,0.98804574,0.89316104,0.90054437,0.92308422,1.00000000,0.15698308,0.21471466,0.32746267,0.35330041,0.12078443,0.03213361,0.08007401,0.99414875,0.91469878,0.92923899,1.00000000,0.92980361,0.92610471,0.82986886,0.82983763,0.86336598,0.93495936,0.46091075,0.71048233,0.93438930,0.85678583 + ,0.90906979,0.80903538,0.06221736,0.92645906,0.96869888,0.12430245,0.00298828,0.88101062,0.28766796,0.80034332,0.36400125,0.91671058,0.97466767,0.98855568,0.20243703,0.96263021,0.78494672,0.91637778,0.79410017,0.96794429,0.10992834,0.05099128 + Transform: -0.903914988040924,-0.206205129623413,-0.374722629785538,0.000000000000000,0.406219452619553,-0.139657914638519,-0.903040170669556,0.000000000000000,0.133878707885742,-0.968491196632385,0.210003405809402,0.000000000000000,-42.019340515136719,-144.480133056640625,2.839073419570923,1.000000000000000 + TransformLink: -0.903915047645569,-0.133878767490387,0.406219214200974,0.000000000000000,-0.206205293536186,0.968491196632385,-0.139657288789749,0.000000000000000,-0.374722689390182,-0.210002869367599,-0.903040230274200,0.000000000000000,-66.710617065429688,134.898437500000000,-0.544842541217804,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2238,2239,2240,2241,2250,2251,2252,2255,2256,2257,2258,2259,2261,2263,2264,2267,2268,2269,2271,2273,2274,2276,2278 + ,2281,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341 + ,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364 + ,2365,2366,2367,2368,2369,2370 + Weights: 0.55553157,0.68589739,0.69039274,0.66646250,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66477608,1.00000000,1.00000000,0.68509247,1.00000000,1.00000000,0.67097714,1.00000000,1.00000000,1.00000000,0.20411286,0.23184625,0.23418472,0.20779167,0.21018096,0.18851249,0.20604995,0.22614876,0.22188966,0.22157966,0.88554139,0.85260635,0.85608520,0.88556025 + ,0.84070000,0.86963662,0.86894615,0.89039276,0.88439318,0.84785247,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.03618848,0.03332088,0.04396551,0.03249955,0.03683832,0.04103770,0.04180955,0.02489706,0.02899218,0.03319899,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: -0.871777057647705,-0.325123846530914,-0.366468548774719,0.000000000000000,0.426928609609604,-0.137288734316826,-0.893803179264069,0.000000000000000,0.240284785628319,-0.935652911663055,0.258489876985550,0.000000000000000,-39.743808746337891,-148.080108642578125,13.467598915100098,1.000000000000000 + TransformLink: -0.871777117252350,-0.240284919738770,0.426928400993347,0.000000000000000,-0.325123965740204,0.935652911663055,-0.137288168072701,0.000000000000000,-0.366468518972397,-0.258489310741425,-0.893803060054779,0.000000000000000,-77.856681823730469,132.482971191406250,8.675495147705078,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2253,2254,2260,2262,2264,2265,2266,2269,2270,2272,2274 + ,2275,2277,2279,2280,2282,2286,2291,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318 + ,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2350,2351 + ,2352,2353,2354,2355,2356,2357,2358,2359 + Weights: 0.44446843,0.31410261,0.30960726,0.33353750,0.08481234,0.06494558,0.05743064,0.14273668,0.15829112,0.19168933,0.23314264,0.16876020,0.06751399,0.10064556,0.15702113,0.06370853,0.33522392,0.06123962,0.15159909,0.31490753,0.23585104,0.08469177,0.32902286,0.14971314,0.06325126,0.20703347,0.09222411,0.00287238,0.00907141,0.00574850,0.80219903,0.83569900,0.80088751,0.75787725,0.78150958,0.77213065,0.76467713,0.85936375 + ,0.79001009,0.82430117,0.35043866,0.32523550,0.30875565,0.32495361,0.31769282,0.59465225,0.32535857,0.79588714,0.76815375,0.76581528,0.79220833,0.78981904,0.81148751,0.79395005,0.77385124,0.77811034,0.77842034,0.11445861,0.14739365,0.14391480,0.11443975,0.15930000,0.13036338,0.13105385,0.10960724,0.11560682,0.15214753,0.94874072,0.94899414,0.91486221,0.94165079,0.93602876,0.92681209,0.92218071,0.97309288,0.94881177 + ,0.94681012 + Transform: -0.871773600578308,-0.327012747526169,-0.364792168140411,0.000000000000000,0.426927804946899,-0.141868889331818,-0.893088042736053,0.000000000000000,0.240298539400101,-0.934310376644135,0.263288378715515,0.000000000000000,-44.021678924560547,-148.009643554687500,14.227649688720703,1.000000000000000 + TransformLink: -0.871773719787598,-0.240298718214035,0.426927596330643,0.000000000000000,-0.327012836933136,0.934310436248779,-0.141868293285370,0.000000000000000,-0.364792138338089,-0.263287842273712,-0.893087863922119,0.000000000000000,-81.587860107421875,131.454559326171875,10.502735137939453,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2242,2243,2244,2245,2246,2247,2248,2249,2253,2254,2260,2262,2265,2266,2270,2272,2275,2277,2279,2280,2282,2283,2284 + ,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307 + ,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359 + Weights: 0.91518766,0.93505442,0.94256936,0.85726332,0.84170888,0.80831067,0.76685736,0.83123980,0.93248601,0.89935444,0.84297887,0.93629147,0.93876038,0.84840091,0.76414896,0.91530823,0.85028686,0.93674874,0.79296653,0.90777589,0.99712762,1.00000000,1.00000000,1.00000000,0.99092859,1.00000000,1.00000000,1.00000000,1.00000000,0.99425150,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19780097,0.16430100,0.19911249,0.24212275,0.21849042,0.22786935,0.23532287,0.14063625,0.20998991,0.17569883,0.64956134,0.67476450,0.69124435,0.67504639,0.68230718,0.40534775,0.67464143,0.01507079,0.01768498,0.04117228,0.02584966,0.02713292,0.03215021,0.03600973,0.00201005,0.02219605,0.01999088 + Transform: -0.876720666885376,-0.270733118057251,-0.397573083639145,0.000000000000000,0.446123510599136,-0.148684501647949,-0.882534384727478,0.000000000000000,0.179818361997604,-0.951102793216705,0.251135230064392,0.000000000000000,-56.297924041748047,-145.344955444335938,9.732239723205566,1.000000000000000 + TransformLink: -0.876720726490021,-0.179818540811539,0.446123361587524,0.000000000000000,-0.270733177661896,0.951102852821350,-0.148683935403824,0.000000000000000,-0.397573113441467,-0.251134663820267,-0.882534325122833,0.000000000000000,-84.837982177734375,130.558685302734375,12.094394683837891,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1397,1398,1399,1406,1407,1408,1409,1410,1411,1419,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1724,1725 + ,1726,1727,1728,1729,1730,1731,2140,2141,2142,2145,2146,2147,2148,2149,2151,2153,2156,2157,2159,2161,2163,2165,2168 + ,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2227,2230,2231,2232,2233,2237 + Weights: 0.32577990,0.66503777,0.04433016,0.11223753,0.04858825,0.06771108,0.13819104,0.32647655,0.69650394,0.84301692,0.93778264,0.01901740,0.01817772,0.87569755,0.97803993,0.05423472,0.71233204,0.14141214,0.63599875,0.08328942,0.00246327,0.72091778,0.02866163,0.21505328,0.08362222,0.20589983,0.03205571,0.82795271,0.57519062,0.24717244,0.24320149,0.21265871,0.15927222,0.15109722,0.06372184,0.13374836,0.05784341,0.25329622 + ,0.15929428,0.24222914,0.15306959,0.22610473,0.12085376,0.19584415,0.11593511,0.03225036,0.03668489,0.04870030,0.13089940,0.13476485,0.13741093,0.13118615,0.10640691,0.09890779,0.00116997,0.11504134,0.00757288,0.00948179,0.02082300,0.01730346,0.01745216,0.11695827 + Transform: -0.016712972894311,-0.476839363574982,-0.878831565380096,0.000000000000000,0.949134051799774,0.268840879201889,-0.163918480277061,0.000000000000000,0.314428627490997,-0.836868464946747,0.448091477155685,0.000000000000000,37.809906005859375,-145.769271850585938,-0.241265803575516,1.000000000000000 + TransformLink: -0.016712898388505,-0.314429134130478,0.949133753776550,0.000000000000000,-0.476839482784271,0.836868226528168,0.268841296434402,0.000000000000000,-0.878831505775452,-0.448091208934784,-0.163918748497963,0.000000000000000,-69.088668823242188,133.770111083984375,3.262595653533936,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1716,1724,1730,1731,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150 + ,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173 + ,2174,2175,2176,2177,2178,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207 + ,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230 + ,2231,2232,2233,2234,2235,2236,2237 + Weights: 0.01897179,0.07664520,0.06211894,0.37381810,0.09316965,0.12009251,0.13530018,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.75282756,0.75679851,0.78734129,0.09802152,0.07611805,0.84072778,0.84890278,0.93627816,0.86625164,0.94215659,0.25000000,0.74670378,0.10547605,0.84070572,0.13469779,0.25000000,0.75777086,0.84693041,0.25000000,0.77389527,0.08849600,0.87914624,0.25000000,0.80415585,0.12527166,0.88406489 + ,0.25000000,0.06985141,0.96774964,0.04525989,0.04281504,0.05670828,0.01586654,0.01963321,0.02414035,0.05570557,0.00998922,0.05433475,0.01891661,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.96331511,0.95129970,0.86910060,0.86523515,0.86258907,0.86881385,0.89359309,0.90109221 + ,0.99883003,0.88495866,0.89235369,0.86300878,0.88571235,0.96760119,0.91731545,0.86478136,0.94641552,0.87203256,0.94518102,0.90347031,0.99242712,1.00000000,1.00000000,0.98683564,0.97917700,0.97791017,0.98254784,1.00000000,1.00000000,1.00000000,0.88304173 + Transform: 0.232167273759842,-0.968405842781067,0.091041192412376,0.000000000000000,0.914345800876617,0.185361042618752,-0.360018253326416,0.000000000000000,0.331768274307251,0.166827723383904,0.928492486476898,0.000000000000000,51.884307861328125,-46.596771240234375,131.963150024414062,1.000000000000000 + TransformLink: 0.232167378067970,-0.331768810749054,0.914345562458038,0.000000000000000,-0.968405842781067,-0.166827693581581,0.185360908508301,0.000000000000000,0.091041296720505,-0.928492307662964,-0.360018789768219,0.000000000000000,-69.184524536132812,131.966735839843750,8.706251144409180,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2132,2133,2134,2135,2136,2137,2138,2139,2143,2144,2150,2152,2154,2155,2158,2160,2162,2164,2166,2167,2169,2170,2171 + ,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194 + ,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2230 + ,2232 + Weights: 0.90683035,0.87990749,0.86469982,0.75000000,0.75000000,0.75000000,0.75000000,0.75000000,0.90197848,0.92388195,0.75000000,0.89452395,0.86530221,0.75000000,0.75000000,0.91150400,0.75000000,0.87472834,0.75000000,0.93014859,0.95474011,0.95718496,0.94329172,0.98413346,0.98036679,0.97585965,0.94429443,0.99001078,0.94566525,0.98108339,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.25000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.50000000,0.10764631,0.13699122,0.11428765,0.03239881,0.08268455,0.13521864,0.05358448,0.12796744,0.05481898,0.09652969,0.00368258,0.00478636 + Transform: 0.255531907081604,-0.958982706069946,0.122701533138752,0.000000000000000,0.929724216461182,0.208935365080833,-0.303247064352036,0.000000000000000,0.265171974897385,0.191568031907082,0.944979012012482,0.000000000000000,39.874790191650391,-43.035858154296875,135.529724121093750,1.000000000000000 + TransformLink: 0.255532026290894,-0.265172541141510,0.929724156856537,0.000000000000000,-0.958982646465302,-0.191568031907082,0.208935216069221,0.000000000000000,0.122701652348042,-0.944979012012482,-0.303247660398483,0.000000000000000,-68.089645385742188,130.402145385742188,13.018218994140625,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1999,2000,2001,2002,2011,2012,2013,2016,2017,2018,2019,2020,2022,2024,2025,2028,2029,2030,2032,2034,2035,2037,2039 + ,2042,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102 + ,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125 + ,2126,2127,2128,2129,2130,2131 + Weights: 0.55842562,0.69141321,0.69571807,0.66863568,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66736224,1.00000000,1.00000000,0.69019266,1.00000000,1.00000000,0.67597483,1.00000000,1.00000000,1.00000000,0.20075277,0.22833661,0.23113810,0.20146216,0.20366175,0.18679425,0.20305151,0.21939741,0.22153911,0.21529614,0.89112657,0.85732657,0.86032770,0.89116729 + ,0.84374142,0.87303963,0.87242729,0.89588017,0.89023651,0.85101814,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.03247804,0.02750140,0.04144693,0.02679214,0.03297682,0.03714199,0.03791358,0.01919514,0.02316805,0.03064799,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: -0.941284954547882,-0.235583156347275,-0.241833075881004,0.000000000000000,0.262374818325043,-0.059660725295544,-0.963119924068451,0.000000000000000,0.212467089295387,-0.970021247863770,0.117968790233135,0.000000000000000,-47.683242797851562,-147.130813598632812,1.980502367019653,1.000000000000000 + TransformLink: -0.941284835338593,-0.212467029690742,0.262374520301819,0.000000000000000,-0.235583305358887,0.970021188259125,-0.059660125523806,0.000000000000000,-0.241833180189133,-0.117968276143074,-0.963120043277740,0.000000000000000,-79.066123962402344,132.822525024414062,5.640485763549805,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2014,2015,2021,2023,2025,2026,2027,2030,2031,2033,2035 + ,2036,2038,2040,2041,2047,2052,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080 + ,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2111,2112,2113 + ,2114,2115,2116,2117,2118,2119,2120 + Weights: 0.44157438,0.30858679,0.30428193,0.33136432,0.08157100,0.06315961,0.05333834,0.13684518,0.15649934,0.18772597,0.23094239,0.16241637,0.06302301,0.09773548,0.15371371,0.06100160,0.33263776,0.05852231,0.14817530,0.30980734,0.23175135,0.08032090,0.32402517,0.14383593,0.05898009,0.20508882,0.09018466,0.00575879,0.00334737,0.80590940,0.84020656,0.80712321,0.75948298,0.78841763,0.77548487,0.76857136,0.86587182,0.79680772 + ,0.82695892,0.34478865,0.32315493,0.30281712,0.32192068,0.31443517,0.59951783,0.31997128,0.79924723,0.77166339,0.76886190,0.79853784,0.79633825,0.81320575,0.79694849,0.78060259,0.77846089,0.78470386,0.10887343,0.14267343,0.13967230,0.10883271,0.15625858,0.12696037,0.12757271,0.10411983,0.10976349,0.14898186,0.95590375,0.95973712,0.92024286,0.95287802,0.94368905,0.93427561,0.93003120,0.98080486,0.96017921,0.95203242 + Transform: -0.941284298896790,-0.235422000288963,-0.241992861032486,0.000000000000000,0.262379318475723,-0.059026133269072,-0.963157951831818,0.000000000000000,0.212464809417725,-0.970099270343781,0.117330186069012,0.000000000000000,-52.163471221923828,-147.132019042968750,1.883238315582275,1.000000000000000 + TransformLink: -0.941284120082855,-0.212464749813080,0.262379020452499,0.000000000000000,-0.235422119498253,0.970099091529846,-0.059025518596172,0.000000000000000,-0.241992965340614,-0.117329657077789,-0.963157892227173,0.000000000000000,-83.283042907714844,131.870681762695312,6.815913200378418,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2003,2004,2005,2006,2007,2008,2009,2010,2014,2015,2021,2023,2026,2027,2031,2033,2036,2038,2040,2041,2043,2044,2045 + ,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068 + ,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2111,2112,2113,2114,2115,2116,2117,2119,2120 + Weights: 0.91842900,0.93684039,0.94666166,0.86315482,0.84350066,0.81227403,0.76905761,0.83758363,0.93697699,0.90226452,0.84628629,0.93899840,0.94147769,0.85182470,0.76824865,0.91967910,0.85616407,0.94101991,0.79491118,0.90981534,1.00000000,1.00000000,1.00000000,1.00000000,0.99424121,1.00000000,1.00000000,1.00000000,1.00000000,0.99665263,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19409060,0.15979344,0.19287679,0.24051702,0.21158237,0.22451513,0.23142864,0.13412818,0.20319228,0.17304108,0.65521135,0.67684507,0.69718288,0.67807932,0.68556483,0.40048217,0.68002872,0.01161821,0.01276148,0.03831021,0.02032984,0.02333413,0.02858240,0.03205522,0.01665274,0.01731959 + Transform: -0.948091745376587,-0.176343113183975,-0.264622658491135,0.000000000000000,0.279223173856735,-0.063435778021812,-0.958128631114960,0.000000000000000,0.152172997593880,-0.982282638549805,0.109381958842278,0.000000000000000,-64.690582275390625,-143.556701660156250,-1.165544748306274,1.000000000000000 + TransformLink: -0.948091685771942,-0.152172967791557,0.279222875833511,0.000000000000000,-0.176343247294426,0.982282459735870,-0.063435129821301,0.000000000000000,-0.264622807502747,-0.109381452202797,-0.958128631114960,0.000000000000000,-86.956283569335938,131.041564941406250,7.839813709259033,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1412,1413,1414,1415,1416,1696,1697,1698,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1722,1723,1725 + ,1866,1867,1868,1869,1878,1879,1880,1883,1884,1885,1886,1887,1889,1891,1892,1895,1896,1897,1899,1901,1902,1904,1906 + ,1909,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969 + ,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992 + ,1993,1994,1995,1996,1997,1998 + Weights: 0.02838625,0.01195426,0.10683896,0.09945563,0.07691578,0.00585125,0.08530122,0.07076101,0.07019639,0.07389529,0.17013114,0.17016237,0.13663402,0.06504064,0.53908925,0.28951767,0.06561070,0.14321417,0.09093021,0.19096462,0.02286906,0.01144432,0.00870816,0.55428607,0.68372984,0.68830303,0.66576818,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.66386571 + ,1.00000000,1.00000000,0.68305015,1.00000000,1.00000000,0.66902059,1.00000000,1.00000000,1.00000000,0.20518547,0.23298530,0.23506746,0.21026876,0.21278154,0.18870022,0.20693642,0.22882885,0.22146118,0.22404317,0.88329062,0.85092411,0.85464133,0.88329683,0.83979101,0.86846369,0.86774307,0.88817605,0.88201889,0.84698844,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,0.03740945,0.03562727,0.04452568,0.03475928,0.03814109,0.04235138,0.04311413,0.02716406,0.03132811,0.03380638,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + Transform: -0.955407202243805,-0.293278247117996,-0.034421976655722,0.000000000000000,0.059214428067207,-0.076078467071056,-0.995341956615448,0.000000000000000,0.289293557405472,-0.952995121479034,0.090052194893360,0.000000000000000,-37.692718505859375,-149.861709594726562,11.806259155273438,1.000000000000000 + TransformLink: -0.955407202243805,-0.289293467998505,0.059214171022177,0.000000000000000,-0.293278455734253,0.952995359897614,-0.076077930629253,0.000000000000000,-0.034422054886818,-0.090051665902138,-0.995342075824738,0.000000000000000,-79.556701660156250,132.976425170898438,2.582040786743164,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1881,1882,1888,1890,1892,1893,1894,1897,1898,1900,1902 + ,1903,1905,1907,1908,1910,1914,1919,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946 + ,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1978,1979 + ,1980,1981,1982,1983,1984,1985,1986,1987 + Weights: 0.44571393,0.31627016,0.31169697,0.33423182,0.08581998,0.06545567,0.05906925,0.14508294,0.15865449,0.19295833,0.23368369,0.17136622,0.06935931,0.10150628,0.15816307,0.06469208,0.33613429,0.06229922,0.15278788,0.31694985,0.23729763,0.08636536,0.33097941,0.15202456,0.06482421,0.20732401,0.09261210,0.00358364,0.01002771,0.00606734,0.80097844,0.83410668,0.79846157,0.75775691,0.77876138,0.77112043,0.76338636,0.85665210 + ,0.78732419,0.82367891,0.35279437,0.32575999,0.31108213,0.32600714,0.31882719,0.59248238,0.32745529,0.79481453,0.76701470,0.76493254,0.78973124,0.78721846,0.81129978,0.79306358,0.77117115,0.77853882,0.77595683,0.11670938,0.14907589,0.14535867,0.11670317,0.16020899,0.13153631,0.13225693,0.11182395,0.11798111,0.15301156,0.94632389,0.94474284,0.91356473,0.93719091,0.93341371,0.92431679,0.91951170,0.96891058,0.94424933 + ,0.94547340 + Transform: -0.955407619476318,-0.293141871690750,-0.035554479807615,0.000000000000000,0.059211656451225,-0.072224736213684,-0.995629251003265,0.000000000000000,0.289292931556702,-0.953336894512177,0.086361452937126,0.000000000000000,-41.893543243408203,-149.906250000000000,11.226132392883301,1.000000000000000 + TransformLink: -0.955407619476318,-0.289292782545090,0.059211391955614,0.000000000000000,-0.293142110109329,0.953337132930756,-0.072224192321301,0.000000000000000,-0.035554550588131,-0.086360923945904,-0.995629310607910,0.000000000000000,-83.570098876953125,131.761184692382812,2.830782890319824,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1870,1871,1872,1873,1874,1875,1876,1877,1881,1882,1888,1890,1893,1894,1898,1900,1903,1905,1907,1908,1910,1911,1912 + ,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935 + ,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987 + Weights: 0.91418002,0.93454433,0.94093075,0.85491706,0.84134551,0.80704167,0.76631631,0.82863378,0.93064069,0.89849372,0.84183693,0.93530792,0.93770078,0.84721212,0.76270237,0.91363464,0.84797544,0.93517579,0.79267599,0.90738790,0.99641636,1.00000000,1.00000000,1.00000000,0.98997229,1.00000000,1.00000000,1.00000000,1.00000000,0.99393266,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.19902156,0.16589332,0.20153843,0.24224309,0.22123862,0.22887957,0.23661364,0.14334790,0.21267581,0.17632109,0.64720563,0.67424001,0.68891787,0.67399286,0.68117281,0.40751762,0.67254471,0.01626667,0.01962989,0.04190959,0.02804981,0.02844520,0.03333183,0.03737417,0.00392537,0.02442256,0.02072022 + Transform: -0.970367550849915,-0.233236864209175,-0.063146546483040,0.000000000000000,0.075522728264332,-0.044509500265121,-0.996150076389313,0.000000000000000,0.229528561234474,-0.971400618553162,0.060805227607489,0.000000000000000,-54.716247558593750,-147.135986328125000,5.485122203826904,1.000000000000000 + TransformLink: -0.970367372035980,-0.229528382420540,0.075522489845753,0.000000000000000,-0.233237102627754,0.971400916576385,-0.044508945196867,0.000000000000000,-0.063146628439426,-0.060804702341557,-0.996150314807892,0.000000000000000,-87.066070556640625,130.702621459960938,3.047445774078369,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_01_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1733,1734,1735,1736,1745,1746,1747,1750,1751,1752,1753,1754,1756,1758,1759,1762,1763,1764,1766,1768,1769,1771,1773 + ,1776,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836 + ,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859 + ,1860,1861,1862,1863,1864,1865 + Weights: 0.41945042,0.51240211,0.51123387,0.50189348,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.50377306,1.00000000,1.00000000,0.51392385,1.00000000,1.00000000,0.51554835,1.00000000,1.00000000,1.00000000,0.22930413,0.21402838,0.21711311,0.20172950,0.20636136,0.22409389,0.22719407,0.21188410,0.20077337,0.20947909,0.78913898,0.78299719,0.78287381,0.78513331 + ,0.74181314,0.77035110,0.77029656,0.80060007,0.79818802,0.79001293,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.06306747,0.05404492,0.05754869,0.05394494,0.06433073,0.05707865,0.05789203,0.05126282,0.05415907,0.06334618,0.96233499,0.94996393,0.95145921,0.96161965,0.94457680,0.95057852,0.95041996,0.96953389,0.96497952,0.95180062,1.00000000 + Transform: -0.921476662158966,-0.345276564359665,0.177945315837860,0.000000000000000,-0.111367583274841,-0.204034671187401,-0.972608268260956,0.000000000000000,0.372126042842865,-0.916053354740143,0.149560526013374,0.000000000000000,-23.710580825805664,-149.412628173828125,33.595458984375000,1.000000000000000 + TransformLink: -0.921476900577545,-0.372125893831253,-0.111367911100388,0.000000000000000,-0.345276772975922,0.916053533554077,-0.204034149646759,0.000000000000000,0.177945315837860,-0.149560049176216,-0.972608566284180,0.000000000000000,-79.415618896484375,133.071182250976562,-0.450643211603165,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_02_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1748,1749,1755,1757,1759,1760,1761,1764,1765,1767,1769 + ,1770,1772,1774,1775,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1788,1798,1799,1800,1801,1802,1803,1804,1805 + ,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828 + ,1829,1830,1831,1832,1833,1834,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861 + ,1862,1863,1864 + Weights: 0.58054958,0.48759789,0.48876613,0.49810652,0.12735913,0.09841113,0.08995051,0.18101944,0.19349716,0.23795356,0.27294827,0.20529319,0.10199090,0.14490670,0.19268168,0.09676300,0.49622694,0.09460819,0.18869235,0.48607615,0.27156515,0.12420534,0.48445165,0.18667037,0.09681053,0.25041736,0.13423585,0.05083306,0.02926042,0.01691564,0.02280597,0.05581929,0.02417552,0.02460108,0.03021634,0.02249770,0.05197639,0.00313269 + ,0.75499163,0.78682165,0.75492967,0.71685738,0.73519455,0.72834042,0.72104038,0.82014940,0.74336047,0.77656427,0.37599572,0.35548971,0.34312846,0.35499596,0.34983758,0.58105731,0.35627440,0.77069587,0.78597162,0.78288689,0.79827050,0.79363864,0.77590611,0.77280593,0.78811590,0.79922663,0.79052091,0.21086102,0.21700281,0.21712619,0.21486669,0.25818686,0.22964890,0.22970344,0.19939993,0.20181198,0.20998707,0.88064982 + ,0.88856430,0.86958066,0.88281242,0.87106816,0.87590504,0.87234523,0.90745112,0.88491385,0.87735612,0.03766501,0.05003607,0.04854079,0.03838035,0.05542320,0.04942148,0.04958004,0.03046611,0.03502048,0.04819938 + Transform: -0.921472728252411,-0.345278382301331,0.177961871027946,0.000000000000000,-0.111367091536522,-0.204078122973442,-0.972599267959595,0.000000000000000,0.372135818004608,-0.916042983531952,0.149599745869637,0.000000000000000,-26.986783981323242,-149.411453247070312,33.602005004882812,1.000000000000000 + TransformLink: -0.921473026275635,-0.372135668992996,-0.111367411911488,0.000000000000000,-0.345278620719910,0.916043162345886,-0.204077616333961,0.000000000000000,0.177961871027946,-0.149599269032478,-0.972599506378174,0.000000000000000,-82.436042785644531,131.851425170898438,-0.815685808658600,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_03_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1737,1738,1739,1740,1741,1742,1743,1744,1748,1749,1755,1757,1760,1761,1765,1767,1770,1772,1774,1775,1777,1778,1779 + ,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802 + ,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854 + Weights: 0.87264087,0.90158887,0.91004949,0.81898056,0.80650284,0.76204644,0.72705173,0.79470681,0.89800910,0.85509330,0.80731832,0.90323700,0.90539181,0.81130765,0.72843485,0.87579466,0.81332963,0.90318947,0.74958264,0.86576415,0.94916694,0.97073958,0.98308436,0.97719403,0.94418071,0.97582448,0.97539892,0.96978366,0.97750230,0.94802361,1.00000000,0.99686731,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,0.24500837,0.21317835,0.24507033,0.28314262,0.26480545,0.27165958,0.27895962,0.17985060,0.25663953,0.22343573,0.62400428,0.64451029,0.65687154,0.64500404,0.65016242,0.41894269,0.64372560,0.05628271,0.05739078,0.07287065,0.06324264,0.06460111,0.06701630,0.06976275,0.04128606,0.06092708,0.05929770 + Transform: -0.949916779994965,-0.283982694149017,0.130429282784462,0.000000000000000,-0.095010213553905,-0.135166361927986,-0.986257076263428,0.000000000000000,0.297709792852402,-0.949254393577576,0.101415477693081,0.000000000000000,-41.977210998535156,-148.462753295898438,23.241096496582031,1.000000000000000 + TransformLink: -0.949916899204254,-0.297709554433823,-0.095010496675968,0.000000000000000,-0.283982902765274,0.949254453182220,-0.135165810585022,0.000000000000000,0.130429223179817,-0.101414993405342,-0.986257255077362,0.000000000000000,-85.067054748535156,130.788894653320312,-1.133664727210999,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thigh_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,1060,1061,1062,1063,1064,1065,1066 + ,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089 + ,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1212,1213,1216,1218,1222 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,0.54455159,0.46106000,0.48141867,0.52280769,0.45528245,0.49959056,0.45924866,0.69907292,0.61349142,0.63200239,0.62868923,0.78781981,0.78312587,0.77115573,0.70139722,0.77531855,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.09090909,0.09090909,0.09090909,0.09090909,0.19627433 + Transform: 0.047806117683649,-0.981110692024231,0.187447234988213,0.000000000000000,-0.000189417813090,-0.187670662999153,-0.982232034206390,0.000000000000000,0.998856544494629,0.046921193599701,-0.009157647378743,0.000000000000000,94.719398498535156,11.586173057556152,-5.994208812713623,1.000000000000000 + TransformLink: 0.047806121408939,-0.998856723308563,-0.000189982034499,0.000000000000000,-0.981110632419586,-0.046921089291573,-0.187670707702637,0.000000000000000,0.187447190284729,0.009158199653029,-0.982231914997101,0.000000000000000,7.962748527526855,95.209640502929688,-3.695322990417480,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-shin_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1108,1109,1110,1111,1112,1113,1114 + ,1115,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175 + ,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198 + ,1199,1200,1201 + Weights: 0.45544841,0.53894000,0.51858133,0.47719231,0.54471755,0.50040944,0.54075134,0.30092708,0.38650858,0.36799761,0.37131077,0.21218019,0.21687413,0.22884427,0.29860278,0.22468145,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.67824221,0.91256857,1.00000000,0.94986987,1.00000000,1.00000000,1.00000000,0.83824880,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.96763651,1.00000000,1.00000000,1.00000000,1.00000000,0.99626942 + Transform: 0.011540855281055,-0.998295366764069,0.057212971150875,0.000000000000000,-0.036880746483803,-0.057602774351835,-0.997658193111420,0.000000000000000,0.999252915382385,0.009403777308762,-0.037482656538486,0.000000000000000,48.185890197753906,10.424536705017090,-6.096130847930908,1.000000000000000 + TransformLink: 0.011540859937668,-0.999253153800964,-0.036881305277348,0.000000000000000,-0.998295247554779,-0.009403739124537,-0.057602811604738,0.000000000000000,0.057212918996811,0.037483222782612,-0.997658073902130,0.000000000000000,10.199435234069824,48.476436614990234,-3.704212188720703,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-foot_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1136,1137,1138,1139,1140,1141,1146,1147,1148,1149,1150 + ,1151,1152,1153,1178,1179,1181,1185,1196,1201 + Weights: 1.00000000,0.98404321,1.00000000,1.00000000,1.00000000,0.76505144,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.91039097,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.32175779,0.08743143,0.05013013,0.16175120,0.03236349,0.00373058 + Transform: 0.032561752945185,-0.985909819602966,0.164078697562218,0.000000000000000,0.839499652385712,-0.062109000980854,-0.539798796176910,0.000000000000000,0.542383611202240,0.155320748686790,0.825648307800293,0.000000000000000,9.990980148315430,11.903600692749023,4.757122993469238,1.000000000000000 + TransformLink: 0.032561764121056,-0.542384207248688,0.839499354362488,0.000000000000000,-0.985909521579742,-0.155320763587952,-0.062109123915434,0.000000000000000,0.164078623056412,-0.825648307800293,-0.539799332618713,0.000000000000000,10.630007743835449,11.195537567138672,-5.080208301544189,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-toe_L", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1117,1121,1128,1129,1130,1131,1132,1133,1134,1135,1142,1143,1144,1145,1148 + Weights: 0.01595679,0.23494856,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.08960903 + Transform: -0.024021634832025,0.995131850242615,0.095580123364925,0.000000000000000,0.995823800563812,0.015395344235003,0.089986331760883,0.000000000000000,0.088076755404472,0.097342550754547,-0.991345703601837,0.000000000000000,-9.140233993530273,-11.126141548156738,-3.630423069000244,1.000000000000000 + TransformLink: -0.024021618068218,-0.088077373802662,0.995824098587036,0.000000000000000,0.995131731033325,-0.097342632710934,0.015395309776068,0.000000000000000,0.095580101013184,0.991346180438995,0.089986905455589,0.000000000000000,11.199411392211914,1.710910320281982,9.600047111511230,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thigh_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,2371,2372,2373,2374,2375,2376,2377 + ,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400 + ,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2525,2526,2534,2538,2542 + Weights: 1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,0.54455159,0.46106000,0.48141867,0.52280769,0.45528245,0.49959056,0.45924866,0.69907292,0.61349142,0.63200239,0.62868923,0.78781981,0.78312587,0.77115573,0.70139722,0.77531855,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.09090909,0.09090909,0.09090909,0.09090909,0.19627433 + Transform: -0.047805979847908,-0.981114387512207,-0.187427759170532,0.000000000000000,-0.000189443890122,0.187651261687279,-0.982235729694366,0.000000000000000,0.998856604099274,-0.046921215951443,-0.009156711399555,0.000000000000000,94.719406127929688,-11.586277008056641,-5.993978023529053,1.000000000000000 + TransformLink: -0.047805964946747,-0.998856663703918,-0.000190006656339,0.000000000000000,-0.981114387512207,0.046921130269766,0.187651216983795,0.000000000000000,-0.187427818775177,0.009157273918390,-0.982235670089722,0.000000000000000,-7.962748527526855,95.209640502929688,-3.695322990417480,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-shin_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2419,2420,2421,2422,2423,2424,2425 + ,2426,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486 + ,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509 + ,2510,2511,2512 + Weights: 0.45544841,0.53894000,0.51858133,0.47719231,0.54471755,0.50040944,0.54075134,0.30092708,0.38650858,0.36799761,0.37131077,0.21218019,0.21687413,0.22884427,0.29860278,0.22468145,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 + ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.67824221,0.91256857,1.00000000,0.94986987,1.00000000,1.00000000,1.00000000,0.83824880,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.96763651,1.00000000,1.00000000,1.00000000,1.00000000,0.99626942 + Transform: -0.011540683917701,-0.998295247554779,-0.057212896645069,0.000000000000000,-0.036880742758512,0.057602785527706,-0.997658073902130,0.000000000000000,0.999252915382385,-0.009403586387634,-0.037482637912035,0.000000000000000,48.185897827148438,-10.424526214599609,-6.096127986907959,1.000000000000000 + TransformLink: -0.011540669947863,-0.999253094196320,-0.036881301552057,0.000000000000000,-0.998295307159424,0.009403570555151,0.057602744549513,0.000000000000000,-0.057212948799133,0.037483211606741,-0.997658133506775,0.000000000000000,-10.199435234069824,48.476440429687500,-3.704211950302124,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-foot_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2447,2448,2449,2450,2451,2452,2457,2458,2459,2460,2461 + ,2462,2463,2464,2489,2490,2492,2496,2507,2512 + Weights: 1.00000000,0.98404321,1.00000000,1.00000000,1.00000000,0.76505144,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.91039097,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.32175779,0.08743143,0.05013013,0.16175120,0.03236349,0.00373058 + Transform: -0.032561704516411,-0.985909759998322,-0.164078623056412,0.000000000000000,0.839499473571777,0.062109105288982,-0.539798855781555,0.000000000000000,0.542383730411530,-0.155320674180984,0.825648307800293,0.000000000000000,9.990983963012695,-11.903597831726074,4.757127285003662,1.000000000000000 + TransformLink: -0.032561637461185,-0.542384266853333,0.839499354362488,0.000000000000000,-0.985909640789032,0.155320674180984,0.062109153717756,0.000000000000000,-0.164078623056412,-0.825648188591003,-0.539799451828003,0.000000000000000,-10.630005836486816,11.195541381835938,-5.080207347869873,1.000000000000000 + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-toe_R", "Cluster" { + Version: 100 + MultiLayer: 0 + Type: "Cluster" + Properties60: { + Property: "SrcModel", "object", "" + Property: "SrcModelReference", "object", "" + } + UserData: "", "" + Indexes: 2428,2432,2439,2440,2441,2442,2443,2444,2445,2446,2453,2454,2455,2456,2459 + Weights: 0.01595679,0.23494856,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.08960903 + Transform: 0.024021400138736,0.995131790637970,-0.095580622553825,0.000000000000000,0.995824158191681,-0.015395118854940,0.089986376464367,0.000000000000000,0.088076785206795,-0.097343102097511,-0.991345822811127,0.000000000000000,-9.140239715576172,11.126136779785156,-3.630433082580566,1.000000000000000 + TransformLink: 0.024021439254284,-0.088077388703823,0.995823800563812,0.000000000000000,0.995131790637970,0.097343094646931,-0.015395024791360,0.000000000000000,-0.095580652356148,0.991346001625061,0.089986875653267,0.000000000000000,-11.199409484863281,1.710914134979248,9.600046157836914,1.000000000000000 + } + Pose: "Pose::BIND_POSES", "BindPose" { + Type: "BindPose" + Version: 100 + Properties60: { + } + NbPoseNodes: 62 + PoseNode: { + Node: "Model::Dummy" + Matrix: 1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000,0.000000043711388,0.000000000000000,0.000000000000000,-0.000000043711388,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000 + } + PoseNode: { + Node: "Model::MaleDummy_Mesh" + Matrix: 0.000000075497901,-0.000000564259949,1.000000000000000,0.000000000000000,-1.000000000000000,-0.000000000000043,0.000000075497901,0.000000000000000,0.000000000000000,-1.000000000000000,-0.000000564259949,0.000000000000000,0.000000000000000,0.000000000000001,-0.000000014901147,1.000000000000000 + } + PoseNode: { + Node: "Model::B-hips" + Matrix: 0.000000075497901,0.999672472476959,0.025594567880034,0.000000000000000,-1.000000000000000,0.000000075473174,0.000000001932336,0.000000000000000,0.000000000000000,-0.025594567880034,0.999672412872314,0.000000000000000,0.000000000000000,88.761772155761719,-4.373987674713135,1.000000000000000 + } + PoseNode: { + Node: "Model::B-spine" + Matrix: 0.000000075497901,0.995092928409576,0.098945677280426,0.000000000000000,-1.000000000000000,0.000000075127424,0.000000007470191,0.000000000000000,0.000000000000000,-0.098945677280426,0.995092868804932,0.000000000000000,0.000000000000000,106.747291564941406,-3.913505077362061,1.000000000000000 + } + PoseNode: { + Node: "Model::B-chest" + Matrix: 0.000000075497901,0.995309472084045,-0.096742853522301,0.000000000000000,-1.000000000000000,0.000000075143774,-0.000000007303882,0.000000000000000,0.000000000000000,0.096742853522301,0.995309412479401,0.000000000000000,0.000000000000000,121.720870971679688,-2.424628257751465,1.000000000000000 + } + PoseNode: { + Node: "Model::B-upperChest" + Matrix: 0.000000075497901,0.999487161636353,-0.032023474574089,0.000000000000000,-1.000000000000000,0.000000075459184,-0.000000002417705,0.000000000000000,0.000000000000000,0.032023474574089,0.999487102031708,0.000000000000000,0.000000000000000,135.906829833984375,-3.803485870361328,1.000000000000000 + } + PoseNode: { + Node: "Model::B-neck" + Matrix: 0.000000075497901,0.983930647373199,0.178551152348518,0.000000000000000,-1.000000000000000,0.000000074284699,0.000000013480237,0.000000000000000,0.000000000000000,-0.178551152348518,0.983930647373199,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + PoseNode: { + Node: "Model::B-head" + Matrix: 0.000000075497901,0.998505711555481,0.054646395146847,0.000000000000000,-1.000000000000000,0.000000075385088,0.000000004125688,0.000000000000000,0.000000000000000,-0.054646395146847,0.998505771160126,0.000000000000000,0.000000000000000,163.427642822265625,-3.253942012786865,1.000000000000000 + } + PoseNode: { + Node: "Model::B-shoulder_L" + Matrix: 0.970457077026367,-0.153743743896484,-0.185946345329285,0.000000000000000,0.145385965704918,0.987681686878204,-0.057861916720867,0.000000000000000,0.192551702260971,0.029118552803993,0.980854690074921,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + PoseNode: { + Node: "Model::B-upper_arm_L" + Matrix: 0.963466048240662,-0.247450917959213,-0.102476976811886,0.000000000000000,0.122453846037388,0.066697128117085,0.990230560302734,0.000000000000000,-0.238198712468147,-0.966602087020874,0.094561710953712,0.000000000000000,16.481088638305664,147.149887084960938,-7.436580181121826,1.000000000000000 + } + PoseNode: { + Node: "Model::B-forearm_L" + Matrix: 0.917127966880798,-0.212478071451187,0.337238281965256,0.000000000000000,-0.306736350059509,0.164066329598427,0.937547326087952,0.000000000000000,-0.254537850618362,-0.963293969631195,0.085295021533966,0.000000000000000,40.903915405273438,140.877273559570312,-10.034259796142578,1.000000000000000 + } + PoseNode: { + Node: "Model::B-hand_L" + Matrix: 0.903915047645569,-0.133878588676453,0.406219154596329,0.000000000000000,-0.206205055117607,-0.968491256237030,0.139657124876976,0.000000000000000,0.374722748994827,-0.210002630949020,-0.903040230274200,0.000000000000000,66.710617065429688,134.898437500000000,-0.544842541217804,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_01_L" + Matrix: 0.872291147708893,-0.207394763827324,0.442826539278030,0.000000000000000,-0.300975680351257,-0.941448450088501,0.151948347687721,0.000000000000000,0.385385215282440,-0.265823245048523,-0.883637964725494,0.000000000000000,71.832969665527344,133.915161132812500,5.617502212524414,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_01_L" + Matrix: 0.871777117252350,-0.240284770727158,0.426928371191025,0.000000000000000,-0.325123876333237,-0.935652852058411,0.137288197875023,0.000000000000000,0.366468578577042,-0.258489310741425,-0.893803000450134,0.000000000000000,77.856681823730469,132.482971191406250,8.675494194030762,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_02_L" + Matrix: 0.871773660182953,-0.240298524498940,0.426927655935287,0.000000000000000,-0.327012777328491,-0.934310376644135,0.141868367791176,0.000000000000000,0.364792257547379,-0.263287901878357,-0.893087804317474,0.000000000000000,81.587860107421875,131.454559326171875,10.502734184265137,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_03_L" + Matrix: 0.876720666885376,-0.179818391799927,0.446123301982880,0.000000000000000,-0.270733147859573,-0.951102793216705,0.148683995008469,0.000000000000000,0.397573113441467,-0.251134693622589,-0.882534265518188,0.000000000000000,84.837982177734375,130.558685302734375,12.094393730163574,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_01_L" + Matrix: 0.016712998971343,-0.314429074525833,0.949133753776550,0.000000000000000,-0.476839482784271,-0.836868166923523,-0.268841236829758,0.000000000000000,0.878831565380096,-0.448091149330139,-0.163918867707253,0.000000000000000,69.088668823242188,133.770111083984375,3.262594461441040,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_02_L" + Matrix: -0.232167229056358,-0.331768840551376,0.914345681667328,0.000000000000000,-0.968405961990356,0.166827455163002,-0.185360789299011,0.000000000000000,-0.091041058301926,-0.928492248058319,-0.360018789768219,0.000000000000000,69.184524536132812,131.966735839843750,8.706250190734863,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_03_L" + Matrix: -0.255531907081604,-0.265172541141510,0.929724335670471,0.000000000000000,-0.958982765674591,0.191567853093147,-0.208935067057610,0.000000000000000,-0.122701466083527,-0.944978952407837,-0.303247600793839,0.000000000000000,68.089645385742188,130.402145385742188,13.018218994140625,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_02_L" + Matrix: 0.920086801052094,-0.243785858154297,0.306607842445374,0.000000000000000,-0.279475420713425,-0.956999719142914,0.077748998999596,0.000000000000000,0.274469733238220,-0.157225236296654,-0.948655128479004,0.000000000000000,73.134849548339844,134.394073486328125,3.663960695266724,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_01_L" + Matrix: 0.941284835338593,-0.212466716766357,0.262374490499496,0.000000000000000,-0.235582992434502,-0.970021247863770,0.059660047292709,0.000000000000000,0.241833269596100,-0.117968127131462,-0.963120043277740,0.000000000000000,79.066123962402344,132.822525024414062,5.640485763549805,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_02_L" + Matrix: 0.941284060478210,-0.212464690208435,0.262378990650177,0.000000000000000,-0.235422044992447,-0.970099091529846,0.059025328606367,0.000000000000000,0.241993054747581,-0.117329463362694,-0.963157892227173,0.000000000000000,83.283042907714844,131.870681762695312,6.815913200378418,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_03_L" + Matrix: 0.948091626167297,-0.152172923088074,0.279222875833511,0.000000000000000,-0.176343142986298,-0.982282459735870,0.063434906303883,0.000000000000000,0.264622867107391,-0.109381206333637,-0.958128631114960,0.000000000000000,86.956283569335938,131.041564941406250,7.839813709259033,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_03_L" + Matrix: 0.924398779869080,-0.302989006042480,0.231698542833328,0.000000000000000,-0.355564355850220,-0.904384493827820,0.235929429531097,0.000000000000000,0.138060688972473,-0.300476729869843,-0.943744122982025,0.000000000000000,73.663864135742188,134.907913208007812,1.105013608932495,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_01_L" + Matrix: 0.955407142639160,-0.289293318986893,0.059214156121016,0.000000000000000,-0.293278396129608,-0.952995300292969,0.076077707111835,0.000000000000000,0.034422233700752,-0.090051487088203,-0.995342075824738,0.000000000000000,79.556701660156250,132.976425170898438,2.582040309906006,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_02_L" + Matrix: 0.955407500267029,-0.289292633533478,0.059211365878582,0.000000000000000,-0.293142050504684,-0.953336954116821,0.072224460542202,0.000000000000000,0.035554572939873,-0.086361207067966,-0.995629251003265,0.000000000000000,83.570098876953125,131.761184692382812,2.830782413482666,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_03_L" + Matrix: 0.970367252826691,-0.229528188705444,0.075522474944592,0.000000000000000,-0.233236953616142,-0.971400737762451,0.044508676975965,0.000000000000000,0.063146799802780,-0.060804475098848,-0.996150314807892,0.000000000000000,87.066070556640625,130.702621459960938,3.047445297241211,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_04_L" + Matrix: 0.948591947555542,-0.304644018411636,0.085820831358433,0.000000000000000,-0.311020493507385,-0.947486579418182,0.074401780962944,0.000000000000000,0.058648139238358,-0.097269028425217,-0.993528604507446,0.000000000000000,73.738174438476562,134.894515991210938,-0.964292347431183,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_01_L" + Matrix: 0.921476781368256,-0.372125774621964,-0.111367926001549,0.000000000000000,-0.345276683568954,-0.916053593158722,0.204034358263016,0.000000000000000,-0.177945360541344,-0.149560287594795,-0.972608387470245,0.000000000000000,79.415618896484375,133.071182250976562,-0.450643688440323,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_02_L" + Matrix: 0.921472966670990,-0.372135430574417,-0.111367404460907,0.000000000000000,-0.345278471708298,-0.916043341159821,0.204077526926994,0.000000000000000,-0.177961766719818,-0.149599254131317,-0.972599387168884,0.000000000000000,82.436042785644531,131.851425170898438,-0.815686285495758,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_03_L" + Matrix: 0.949916779994965,-0.297709465026855,-0.095010511577129,0.000000000000000,-0.283982932567596,-0.949254631996155,0.135165572166443,0.000000000000000,-0.130429118871689,-0.101414747536182,-0.986257135868073,0.000000000000000,85.067054748535156,130.788894653320312,-1.133665204048157,1.000000000000000 + } + PoseNode: { + Node: "Model::B-shoulder_R" + Matrix: -0.970457077026367,-0.153743594884872,-0.185946345329285,0.000000000000000,0.145385816693306,-0.987681686878204,0.057861886918545,0.000000000000000,-0.192551702260971,0.029118552803993,0.980854690074921,0.000000000000000,0.000000000000000,156.723846435546875,-4.470461368560791,1.000000000000000 + } + PoseNode: { + Node: "Model::B-upper_arm_R" + Matrix: -0.963466048240662,-0.247450917959213,-0.102476827800274,0.000000000000000,0.122453697025776,-0.066697172820568,-0.990230560302734,0.000000000000000,0.238198712468147,-0.966602087020874,0.094561710953712,0.000000000000000,-16.481088638305664,147.149887084960938,-7.436580181121826,1.000000000000000 + } + PoseNode: { + Node: "Model::B-forearm_R" + Matrix: -0.917127966880798,-0.212478041648865,0.337238401174545,0.000000000000000,-0.306736469268799,-0.164066359400749,-0.937547326087952,0.000000000000000,0.254537850618362,-0.963293969631195,0.085295021533966,0.000000000000000,-40.903915405273438,140.877273559570312,-10.034259796142578,1.000000000000000 + } + PoseNode: { + Node: "Model::B-hand_R" + Matrix: -0.903915047645569,-0.133878767490387,0.406219214200974,0.000000000000000,-0.206205293536186,0.968491196632385,-0.139657288789749,0.000000000000000,-0.374722689390182,-0.210002869367599,-0.903040230274200,0.000000000000000,-66.710617065429688,134.898437500000000,-0.544842541217804,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_01_R" + Matrix: -0.872291147708893,-0.207394912838936,0.442826569080353,0.000000000000000,-0.300975799560547,0.941448509693146,-0.151948317885399,0.000000000000000,-0.385385155677795,-0.265823245048523,-0.883638024330139,0.000000000000000,-71.832969665527344,133.915161132812500,5.617502689361572,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_01_R" + Matrix: -0.871777117252350,-0.240284919738770,0.426928400993347,0.000000000000000,-0.325123965740204,0.935652911663055,-0.137288168072701,0.000000000000000,-0.366468518972397,-0.258489310741425,-0.893803060054779,0.000000000000000,-77.856681823730469,132.482971191406250,8.675495147705078,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_02_R" + Matrix: -0.871773719787598,-0.240298718214035,0.426927596330643,0.000000000000000,-0.327012836933136,0.934310436248779,-0.141868293285370,0.000000000000000,-0.364792138338089,-0.263287842273712,-0.893087863922119,0.000000000000000,-81.587860107421875,131.454559326171875,10.502735137939453,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_index_03_R" + Matrix: -0.876720726490021,-0.179818540811539,0.446123361587524,0.000000000000000,-0.270733177661896,0.951102852821350,-0.148683935403824,0.000000000000000,-0.397573113441467,-0.251134663820267,-0.882534325122833,0.000000000000000,-84.837982177734375,130.558685302734375,12.094394683837891,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_01_R" + Matrix: -0.016712898388505,-0.314429134130478,0.949133753776550,0.000000000000000,-0.476839482784271,0.836868226528168,0.268841296434402,0.000000000000000,-0.878831505775452,-0.448091208934784,-0.163918748497963,0.000000000000000,-69.088668823242188,133.770111083984375,3.262595653533936,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_02_R" + Matrix: 0.232167378067970,-0.331768810749054,0.914345562458038,0.000000000000000,-0.968405842781067,-0.166827693581581,0.185360908508301,0.000000000000000,0.091041296720505,-0.928492307662964,-0.360018789768219,0.000000000000000,-69.184524536132812,131.966735839843750,8.706251144409180,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thumb_03_R" + Matrix: 0.255532026290894,-0.265172541141510,0.929724156856537,0.000000000000000,-0.958982646465302,-0.191568031907082,0.208935216069221,0.000000000000000,0.122701652348042,-0.944979012012482,-0.303247660398483,0.000000000000000,-68.089645385742188,130.402145385742188,13.018218994140625,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_02_R" + Matrix: -0.920086860656738,-0.243786022067070,0.306607812643051,0.000000000000000,-0.279475569725037,0.956999659538269,-0.077749215066433,0.000000000000000,-0.274469554424286,-0.157225474715233,-0.948655128479004,0.000000000000000,-73.134849548339844,134.394073486328125,3.663961172103882,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_01_R" + Matrix: -0.941284835338593,-0.212467029690742,0.262374520301819,0.000000000000000,-0.235583305358887,0.970021188259125,-0.059660125523806,0.000000000000000,-0.241833180189133,-0.117968276143074,-0.963120043277740,0.000000000000000,-79.066123962402344,132.822525024414062,5.640485763549805,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_02_R" + Matrix: -0.941284120082855,-0.212464749813080,0.262379020452499,0.000000000000000,-0.235422119498253,0.970099091529846,-0.059025518596172,0.000000000000000,-0.241992965340614,-0.117329657077789,-0.963157892227173,0.000000000000000,-83.283042907714844,131.870681762695312,6.815913200378418,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_middle_03_R" + Matrix: -0.948091685771942,-0.152172967791557,0.279222875833511,0.000000000000000,-0.176343247294426,0.982282459735870,-0.063435129821301,0.000000000000000,-0.264622807502747,-0.109381452202797,-0.958128631114960,0.000000000000000,-86.956283569335938,131.041564941406250,7.839813709259033,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_03_R" + Matrix: -0.924398899078369,-0.302989155054092,0.231698557734489,0.000000000000000,-0.355564445257187,0.904384553432465,-0.235929399728775,0.000000000000000,-0.138060599565506,-0.300476700067520,-0.943744182586670,0.000000000000000,-73.663864135742188,134.907913208007812,1.105014204978943,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_01_R" + Matrix: -0.955407202243805,-0.289293467998505,0.059214171022177,0.000000000000000,-0.293278455734253,0.952995359897614,-0.076077930629253,0.000000000000000,-0.034422054886818,-0.090051665902138,-0.995342075824738,0.000000000000000,-79.556701660156250,132.976425170898438,2.582040786743164,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_02_R" + Matrix: -0.955407619476318,-0.289292782545090,0.059211391955614,0.000000000000000,-0.293142110109329,0.953337132930756,-0.072224192321301,0.000000000000000,-0.035554550588131,-0.086360923945904,-0.995629310607910,0.000000000000000,-83.570098876953125,131.761184692382812,2.830782890319824,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_ring_03_R" + Matrix: -0.970367372035980,-0.229528382420540,0.075522489845753,0.000000000000000,-0.233237102627754,0.971400916576385,-0.044508945196867,0.000000000000000,-0.063146628439426,-0.060804702341557,-0.996150314807892,0.000000000000000,-87.066070556640625,130.702621459960938,3.047445774078369,1.000000000000000 + } + PoseNode: { + Node: "Model::B-palm_04_R" + Matrix: -0.948592007160187,-0.304644107818604,0.085820876061916,0.000000000000000,-0.311020553112030,0.947486519813538,-0.074402049183846,0.000000000000000,-0.058648049831390,-0.097269289195538,-0.993528664112091,0.000000000000000,-73.738174438476562,134.894515991210938,-0.964292109012604,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_01_R" + Matrix: -0.921476900577545,-0.372125893831253,-0.111367911100388,0.000000000000000,-0.345276772975922,0.916053533554077,-0.204034149646759,0.000000000000000,0.177945315837860,-0.149560049176216,-0.972608566284180,0.000000000000000,-79.415618896484375,133.071182250976562,-0.450643211603165,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_02_R" + Matrix: -0.921473026275635,-0.372135668992996,-0.111367411911488,0.000000000000000,-0.345278620719910,0.916043162345886,-0.204077616333961,0.000000000000000,0.177961871027946,-0.149599269032478,-0.972599506378174,0.000000000000000,-82.436042785644531,131.851425170898438,-0.815685808658600,1.000000000000000 + } + PoseNode: { + Node: "Model::B-f_pinky_03_R" + Matrix: -0.949916899204254,-0.297709554433823,-0.095010496675968,0.000000000000000,-0.283982902765274,0.949254453182220,-0.135165810585022,0.000000000000000,0.130429223179817,-0.101414993405342,-0.986257255077362,0.000000000000000,-85.067054748535156,130.788894653320312,-1.133664727210999,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thigh_L" + Matrix: 0.047806121408939,-0.998856723308563,-0.000189982034499,0.000000000000000,-0.981110632419586,-0.046921089291573,-0.187670707702637,0.000000000000000,0.187447190284729,0.009158199653029,-0.982231914997101,0.000000000000000,7.962748527526855,95.209640502929688,-3.695322990417480,1.000000000000000 + } + PoseNode: { + Node: "Model::B-shin_L" + Matrix: 0.011540859937668,-0.999253153800964,-0.036881305277348,0.000000000000000,-0.998295247554779,-0.009403739124537,-0.057602811604738,0.000000000000000,0.057212918996811,0.037483222782612,-0.997658073902130,0.000000000000000,10.199435234069824,48.476436614990234,-3.704212188720703,1.000000000000000 + } + PoseNode: { + Node: "Model::B-foot_L" + Matrix: 0.032561764121056,-0.542384207248688,0.839499354362488,0.000000000000000,-0.985909521579742,-0.155320763587952,-0.062109123915434,0.000000000000000,0.164078623056412,-0.825648307800293,-0.539799332618713,0.000000000000000,10.630007743835449,11.195537567138672,-5.080208301544189,1.000000000000000 + } + PoseNode: { + Node: "Model::B-toe_L" + Matrix: -0.024021618068218,-0.088077373802662,0.995824098587036,0.000000000000000,0.995131731033325,-0.097342632710934,0.015395309776068,0.000000000000000,0.095580101013184,0.991346180438995,0.089986905455589,0.000000000000000,11.199411392211914,1.710910320281982,9.600047111511230,1.000000000000000 + } + PoseNode: { + Node: "Model::B-thigh_R" + Matrix: -0.047805964946747,-0.998856663703918,-0.000190006656339,0.000000000000000,-0.981114387512207,0.046921130269766,0.187651216983795,0.000000000000000,-0.187427818775177,0.009157273918390,-0.982235670089722,0.000000000000000,-7.962748527526855,95.209640502929688,-3.695322990417480,1.000000000000000 + } + PoseNode: { + Node: "Model::B-shin_R" + Matrix: -0.011540669947863,-0.999253094196320,-0.036881301552057,0.000000000000000,-0.998295307159424,0.009403570555151,0.057602744549513,0.000000000000000,-0.057212948799133,0.037483211606741,-0.997658133506775,0.000000000000000,-10.199435234069824,48.476440429687500,-3.704211950302124,1.000000000000000 + } + PoseNode: { + Node: "Model::B-foot_R" + Matrix: -0.032561637461185,-0.542384266853333,0.839499354362488,0.000000000000000,-0.985909640789032,0.155320674180984,0.062109153717756,0.000000000000000,-0.164078623056412,-0.825648188591003,-0.539799451828003,0.000000000000000,-10.630005836486816,11.195541381835938,-5.080207347869873,1.000000000000000 + } + PoseNode: { + Node: "Model::B-toe_R" + Matrix: 0.024021439254284,-0.088077388703823,0.995823800563812,0.000000000000000,0.995131790637970,0.097343094646931,-0.015395024791360,0.000000000000000,-0.095580652356148,0.991346001625061,0.089986875653267,0.000000000000000,-11.199409484863281,1.710914134979248,9.600046157836914,1.000000000000000 + } + } + GlobalSettings: { + Version: 1000 + Properties60: { + Property: "UpAxis", "int", "",1 + Property: "UpAxisSign", "int", "",1 + Property: "FrontAxis", "int", "",2 + Property: "FrontAxisSign", "int", "",1 + Property: "CoordAxis", "int", "",0 + Property: "CoordAxisSign", "int", "",1 + Property: "UnitScaleFactor", "double", "",1 + } + } +} + +; Object relations +;------------------------------------------------------------------ + +Relations: { + Model: "Model::Dummy", "Limb" { + } + Model: "Model::MaleDummy_Mesh", "Mesh" { + } + Model: "Model::B-hips", "Limb" { + } + Model: "Model::B-spine", "Limb" { + } + Model: "Model::B-chest", "Limb" { + } + Model: "Model::B-upperChest", "Limb" { + } + Model: "Model::B-neck", "Limb" { + } + Model: "Model::B-head", "Limb" { + } + Model: "Model::B-shoulder_L", "Limb" { + } + Model: "Model::B-upper_arm_L", "Limb" { + } + Model: "Model::B-forearm_L", "Limb" { + } + Model: "Model::B-hand_L", "Limb" { + } + Model: "Model::B-palm_01_L", "Limb" { + } + Model: "Model::B-f_index_01_L", "Limb" { + } + Model: "Model::B-f_index_02_L", "Limb" { + } + Model: "Model::B-f_index_03_L", "Limb" { + } + Model: "Model::B-thumb_01_L", "Limb" { + } + Model: "Model::B-thumb_02_L", "Limb" { + } + Model: "Model::B-thumb_03_L", "Limb" { + } + Model: "Model::B-palm_02_L", "Limb" { + } + Model: "Model::B-f_middle_01_L", "Limb" { + } + Model: "Model::B-f_middle_02_L", "Limb" { + } + Model: "Model::B-f_middle_03_L", "Limb" { + } + Model: "Model::B-palm_03_L", "Limb" { + } + Model: "Model::B-f_ring_01_L", "Limb" { + } + Model: "Model::B-f_ring_02_L", "Limb" { + } + Model: "Model::B-f_ring_03_L", "Limb" { + } + Model: "Model::B-palm_04_L", "Limb" { + } + Model: "Model::B-f_pinky_01_L", "Limb" { + } + Model: "Model::B-f_pinky_02_L", "Limb" { + } + Model: "Model::B-f_pinky_03_L", "Limb" { + } + Model: "Model::B-shoulder_R", "Limb" { + } + Model: "Model::B-upper_arm_R", "Limb" { + } + Model: "Model::B-forearm_R", "Limb" { + } + Model: "Model::B-hand_R", "Limb" { + } + Model: "Model::B-palm_01_R", "Limb" { + } + Model: "Model::B-f_index_01_R", "Limb" { + } + Model: "Model::B-f_index_02_R", "Limb" { + } + Model: "Model::B-f_index_03_R", "Limb" { + } + Model: "Model::B-thumb_01_R", "Limb" { + } + Model: "Model::B-thumb_02_R", "Limb" { + } + Model: "Model::B-thumb_03_R", "Limb" { + } + Model: "Model::B-palm_02_R", "Limb" { + } + Model: "Model::B-f_middle_01_R", "Limb" { + } + Model: "Model::B-f_middle_02_R", "Limb" { + } + Model: "Model::B-f_middle_03_R", "Limb" { + } + Model: "Model::B-palm_03_R", "Limb" { + } + Model: "Model::B-f_ring_01_R", "Limb" { + } + Model: "Model::B-f_ring_02_R", "Limb" { + } + Model: "Model::B-f_ring_03_R", "Limb" { + } + Model: "Model::B-palm_04_R", "Limb" { + } + Model: "Model::B-f_pinky_01_R", "Limb" { + } + Model: "Model::B-f_pinky_02_R", "Limb" { + } + Model: "Model::B-f_pinky_03_R", "Limb" { + } + Model: "Model::B-thigh_L", "Limb" { + } + Model: "Model::B-shin_L", "Limb" { + } + Model: "Model::B-foot_L", "Limb" { + } + Model: "Model::B-toe_L", "Limb" { + } + Model: "Model::B-thigh_R", "Limb" { + } + Model: "Model::B-shin_R", "Limb" { + } + Model: "Model::B-foot_R", "Limb" { + } + Model: "Model::B-toe_R", "Limb" { + } + Model: "Model::Producer Perspective", "Camera" { + } + Model: "Model::Producer Top", "Camera" { + } + Model: "Model::Producer Bottom", "Camera" { + } + Model: "Model::Producer Front", "Camera" { + } + Model: "Model::Producer Back", "Camera" { + } + Model: "Model::Producer Right", "Camera" { + } + Model: "Model::Producer Left", "Camera" { + } + Model: "Model::Camera Switcher", "CameraSwitcher" { + } + Material: "Material::DummyMaterial", "" { + } + Material: "Material::DummyMaterial__DummyTexture", "" { + } + Texture: "Texture::DummyTexture", "TextureVideoClip" { + } + Video: "Video::DummyTexture", "Clip" { + } + Deformer: "Deformer::Skin MaleDummy_Mesh", "Skin" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-hips", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-spine", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-chest", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-upperChest", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-neck", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-head", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-shoulder_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-upper_arm_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-forearm_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-hand_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_01_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_02_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_03_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-shoulder_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-upper_arm_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-forearm_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-hand_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_index_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thumb_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_01_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_02_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_03_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thigh_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-shin_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-foot_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-toe_L", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-thigh_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-shin_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-foot_R", "Cluster" { + } + Deformer: "SubDeformer::Cluster MaleDummy_Mesh B-toe_R", "Cluster" { + } +} + +; Object connections +;------------------------------------------------------------------ + +Connections: { + Connect: "OO", "Model::MaleDummy_Mesh", "Model::Scene" + Connect: "OO", "Model::Dummy", "Model::Scene" + Connect: "OO", "Material::DummyMaterial", "Model::MaleDummy_Mesh" + Connect: "OO", "Material::DummyMaterial__DummyTexture", "Model::MaleDummy_Mesh" + Connect: "OO", "Texture::DummyTexture", "Model::MaleDummy_Mesh" + Connect: "OO", "Video::DummyTexture", "Texture::DummyTexture" + Connect: "OO", "Deformer::Skin MaleDummy_Mesh", "Model::MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-hips", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-spine", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-chest", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-upperChest", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-neck", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-head", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-shoulder_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-upper_arm_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-forearm_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-hand_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_01_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_02_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_03_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_01_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_02_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_03_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_01_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_02_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_03_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_01_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_02_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_03_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_01_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_02_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_03_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-shoulder_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-upper_arm_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-forearm_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-hand_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_01_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_02_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_03_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_01_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_02_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_03_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_01_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_02_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_03_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_01_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_02_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_03_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_01_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_02_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_03_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-thigh_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-shin_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-foot_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-toe_L", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-thigh_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-shin_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-foot_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "SubDeformer::Cluster MaleDummy_Mesh B-toe_R", "Deformer::Skin MaleDummy_Mesh" + Connect: "OO", "Model::B-hips", "SubDeformer::Cluster MaleDummy_Mesh B-hips" + Connect: "OO", "Model::B-spine", "SubDeformer::Cluster MaleDummy_Mesh B-spine" + Connect: "OO", "Model::B-chest", "SubDeformer::Cluster MaleDummy_Mesh B-chest" + Connect: "OO", "Model::B-upperChest", "SubDeformer::Cluster MaleDummy_Mesh B-upperChest" + Connect: "OO", "Model::B-neck", "SubDeformer::Cluster MaleDummy_Mesh B-neck" + Connect: "OO", "Model::B-head", "SubDeformer::Cluster MaleDummy_Mesh B-head" + Connect: "OO", "Model::B-shoulder_L", "SubDeformer::Cluster MaleDummy_Mesh B-shoulder_L" + Connect: "OO", "Model::B-upper_arm_L", "SubDeformer::Cluster MaleDummy_Mesh B-upper_arm_L" + Connect: "OO", "Model::B-forearm_L", "SubDeformer::Cluster MaleDummy_Mesh B-forearm_L" + Connect: "OO", "Model::B-hand_L", "SubDeformer::Cluster MaleDummy_Mesh B-hand_L" + Connect: "OO", "Model::B-f_index_01_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_01_L" + Connect: "OO", "Model::B-f_index_02_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_02_L" + Connect: "OO", "Model::B-f_index_03_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_03_L" + Connect: "OO", "Model::B-thumb_01_L", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_01_L" + Connect: "OO", "Model::B-thumb_02_L", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_02_L" + Connect: "OO", "Model::B-thumb_03_L", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_03_L" + Connect: "OO", "Model::B-f_middle_01_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_01_L" + Connect: "OO", "Model::B-f_middle_02_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_02_L" + Connect: "OO", "Model::B-f_middle_03_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_03_L" + Connect: "OO", "Model::B-f_ring_01_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_01_L" + Connect: "OO", "Model::B-f_ring_02_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_02_L" + Connect: "OO", "Model::B-f_ring_03_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_03_L" + Connect: "OO", "Model::B-f_pinky_01_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_01_L" + Connect: "OO", "Model::B-f_pinky_02_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_02_L" + Connect: "OO", "Model::B-f_pinky_03_L", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_03_L" + Connect: "OO", "Model::B-shoulder_R", "SubDeformer::Cluster MaleDummy_Mesh B-shoulder_R" + Connect: "OO", "Model::B-upper_arm_R", "SubDeformer::Cluster MaleDummy_Mesh B-upper_arm_R" + Connect: "OO", "Model::B-forearm_R", "SubDeformer::Cluster MaleDummy_Mesh B-forearm_R" + Connect: "OO", "Model::B-hand_R", "SubDeformer::Cluster MaleDummy_Mesh B-hand_R" + Connect: "OO", "Model::B-f_index_01_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_01_R" + Connect: "OO", "Model::B-f_index_02_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_02_R" + Connect: "OO", "Model::B-f_index_03_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_index_03_R" + Connect: "OO", "Model::B-thumb_01_R", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_01_R" + Connect: "OO", "Model::B-thumb_02_R", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_02_R" + Connect: "OO", "Model::B-thumb_03_R", "SubDeformer::Cluster MaleDummy_Mesh B-thumb_03_R" + Connect: "OO", "Model::B-f_middle_01_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_01_R" + Connect: "OO", "Model::B-f_middle_02_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_02_R" + Connect: "OO", "Model::B-f_middle_03_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_middle_03_R" + Connect: "OO", "Model::B-f_ring_01_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_01_R" + Connect: "OO", "Model::B-f_ring_02_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_02_R" + Connect: "OO", "Model::B-f_ring_03_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_ring_03_R" + Connect: "OO", "Model::B-f_pinky_01_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_01_R" + Connect: "OO", "Model::B-f_pinky_02_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_02_R" + Connect: "OO", "Model::B-f_pinky_03_R", "SubDeformer::Cluster MaleDummy_Mesh B-f_pinky_03_R" + Connect: "OO", "Model::B-thigh_L", "SubDeformer::Cluster MaleDummy_Mesh B-thigh_L" + Connect: "OO", "Model::B-shin_L", "SubDeformer::Cluster MaleDummy_Mesh B-shin_L" + Connect: "OO", "Model::B-foot_L", "SubDeformer::Cluster MaleDummy_Mesh B-foot_L" + Connect: "OO", "Model::B-toe_L", "SubDeformer::Cluster MaleDummy_Mesh B-toe_L" + Connect: "OO", "Model::B-thigh_R", "SubDeformer::Cluster MaleDummy_Mesh B-thigh_R" + Connect: "OO", "Model::B-shin_R", "SubDeformer::Cluster MaleDummy_Mesh B-shin_R" + Connect: "OO", "Model::B-foot_R", "SubDeformer::Cluster MaleDummy_Mesh B-foot_R" + Connect: "OO", "Model::B-toe_R", "SubDeformer::Cluster MaleDummy_Mesh B-toe_R" + Connect: "OO", "Model::B-hips", "Model::Dummy" + Connect: "OO", "Model::B-spine", "Model::B-hips" + Connect: "OO", "Model::B-chest", "Model::B-spine" + Connect: "OO", "Model::B-upperChest", "Model::B-chest" + Connect: "OO", "Model::B-neck", "Model::B-upperChest" + Connect: "OO", "Model::B-head", "Model::B-neck" + Connect: "OO", "Model::B-shoulder_L", "Model::B-upperChest" + Connect: "OO", "Model::B-upper_arm_L", "Model::B-shoulder_L" + Connect: "OO", "Model::B-forearm_L", "Model::B-upper_arm_L" + Connect: "OO", "Model::B-hand_L", "Model::B-forearm_L" + Connect: "OO", "Model::B-palm_01_L", "Model::B-hand_L" + Connect: "OO", "Model::B-f_index_01_L", "Model::B-palm_01_L" + Connect: "OO", "Model::B-f_index_02_L", "Model::B-f_index_01_L" + Connect: "OO", "Model::B-f_index_03_L", "Model::B-f_index_02_L" + Connect: "OO", "Model::B-thumb_01_L", "Model::B-palm_01_L" + Connect: "OO", "Model::B-thumb_02_L", "Model::B-thumb_01_L" + Connect: "OO", "Model::B-thumb_03_L", "Model::B-thumb_02_L" + Connect: "OO", "Model::B-palm_02_L", "Model::B-hand_L" + Connect: "OO", "Model::B-f_middle_01_L", "Model::B-palm_02_L" + Connect: "OO", "Model::B-f_middle_02_L", "Model::B-f_middle_01_L" + Connect: "OO", "Model::B-f_middle_03_L", "Model::B-f_middle_02_L" + Connect: "OO", "Model::B-palm_03_L", "Model::B-hand_L" + Connect: "OO", "Model::B-f_ring_01_L", "Model::B-palm_03_L" + Connect: "OO", "Model::B-f_ring_02_L", "Model::B-f_ring_01_L" + Connect: "OO", "Model::B-f_ring_03_L", "Model::B-f_ring_02_L" + Connect: "OO", "Model::B-palm_04_L", "Model::B-hand_L" + Connect: "OO", "Model::B-f_pinky_01_L", "Model::B-palm_04_L" + Connect: "OO", "Model::B-f_pinky_02_L", "Model::B-f_pinky_01_L" + Connect: "OO", "Model::B-f_pinky_03_L", "Model::B-f_pinky_02_L" + Connect: "OO", "Model::B-shoulder_R", "Model::B-upperChest" + Connect: "OO", "Model::B-upper_arm_R", "Model::B-shoulder_R" + Connect: "OO", "Model::B-forearm_R", "Model::B-upper_arm_R" + Connect: "OO", "Model::B-hand_R", "Model::B-forearm_R" + Connect: "OO", "Model::B-palm_01_R", "Model::B-hand_R" + Connect: "OO", "Model::B-f_index_01_R", "Model::B-palm_01_R" + Connect: "OO", "Model::B-f_index_02_R", "Model::B-f_index_01_R" + Connect: "OO", "Model::B-f_index_03_R", "Model::B-f_index_02_R" + Connect: "OO", "Model::B-thumb_01_R", "Model::B-palm_01_R" + Connect: "OO", "Model::B-thumb_02_R", "Model::B-thumb_01_R" + Connect: "OO", "Model::B-thumb_03_R", "Model::B-thumb_02_R" + Connect: "OO", "Model::B-palm_02_R", "Model::B-hand_R" + Connect: "OO", "Model::B-f_middle_01_R", "Model::B-palm_02_R" + Connect: "OO", "Model::B-f_middle_02_R", "Model::B-f_middle_01_R" + Connect: "OO", "Model::B-f_middle_03_R", "Model::B-f_middle_02_R" + Connect: "OO", "Model::B-palm_03_R", "Model::B-hand_R" + Connect: "OO", "Model::B-f_ring_01_R", "Model::B-palm_03_R" + Connect: "OO", "Model::B-f_ring_02_R", "Model::B-f_ring_01_R" + Connect: "OO", "Model::B-f_ring_03_R", "Model::B-f_ring_02_R" + Connect: "OO", "Model::B-palm_04_R", "Model::B-hand_R" + Connect: "OO", "Model::B-f_pinky_01_R", "Model::B-palm_04_R" + Connect: "OO", "Model::B-f_pinky_02_R", "Model::B-f_pinky_01_R" + Connect: "OO", "Model::B-f_pinky_03_R", "Model::B-f_pinky_02_R" + Connect: "OO", "Model::B-thigh_L", "Model::B-hips" + Connect: "OO", "Model::B-shin_L", "Model::B-thigh_L" + Connect: "OO", "Model::B-foot_L", "Model::B-shin_L" + Connect: "OO", "Model::B-toe_L", "Model::B-foot_L" + Connect: "OO", "Model::B-thigh_R", "Model::B-hips" + Connect: "OO", "Model::B-shin_R", "Model::B-thigh_R" + Connect: "OO", "Model::B-foot_R", "Model::B-shin_R" + Connect: "OO", "Model::B-toe_R", "Model::B-foot_R" +} +;Takes and animation section +;---------------------------------------------------- + +Takes: { + Current: "" +} +;Version 5 settings +;------------------------------------------------------------------ + +Version5: { + AmbientRenderSettings: { + Version: 101 + AmbientLightColor: 0.0,0.0,0.0,0 + } + FogOptions: { + FogEnable: 0 + FogMode: 0 + FogDensity: 0.000 + FogStart: 5.000 + FogEnd: 25.000 + FogColor: 0.1,0.1,0.1,1 + } + Settings: { + FrameRate: "30" + TimeFormat: 1 + SnapOnFrames: 0 + ReferenceTimeIndex: -1 + TimeLineStartTime: 0 + TimeLineStopTime: 383345111400 + } + RendererSetting: { + DefaultCamera: "Producer Perspective" + DefaultViewingMode: 0 + } +} diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Models/MaleDummy.fbx.meta b/Assets/Mirror/Examples/TestNT/Dummy/Models/MaleDummy.fbx.meta new file mode 100644 index 000000000..815199f35 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Models/MaleDummy.fbx.meta @@ -0,0 +1,656 @@ +fileFormatVersion: 2 +guid: 317a56890b5c8e74ab1d492a2c7fb608 +ModelImporter: + serializedVersion: 23 + fileIDToRecycleName: + 100000: B-chest + 100002: B-f_index.01.L + 100004: B-f_index.01.R + 100006: B-f_index.02.L + 100008: B-f_index.02.R + 100010: B-f_index.03.L + 100012: B-f_index.03.R + 100014: B-f_middle.01.L + 100016: B-f_middle.01.R + 100018: B-f_middle.02.L + 100020: B-f_middle.02.R + 100022: B-f_middle.03.L + 100024: B-f_middle.03.R + 100026: B-f_pinky.01.L + 100028: B-f_pinky.01.R + 100030: B-f_pinky.02.L + 100032: B-f_pinky.02.R + 100034: B-f_pinky.03.L + 100036: B-f_pinky.03.R + 100038: B-f_ring.01.L + 100040: B-f_ring.01.R + 100042: B-f_ring.02.L + 100044: B-f_ring.02.R + 100046: B-f_ring.03.L + 100048: B-f_ring.03.R + 100050: B-foot.L + 100052: B-foot.R + 100054: B-forearm.L + 100056: B-forearm.R + 100058: B-hand.L + 100060: B-hand.R + 100062: B-head + 100064: B-hips + 100066: B-neck + 100068: B-palm.01.L + 100070: B-palm.01.R + 100072: B-palm.02.L + 100074: B-palm.02.R + 100076: B-palm.03.L + 100078: B-palm.03.R + 100080: B-palm.04.L + 100082: B-palm.04.R + 100084: B-shin.L + 100086: B-shin.R + 100088: B-shoulder.L + 100090: B-shoulder.R + 100092: B-spine + 100094: B-thigh.L + 100096: B-thigh.R + 100098: B-thumb.01.L + 100100: B-thumb.01.R + 100102: B-thumb.02.L + 100104: B-thumb.02.R + 100106: B-thumb.03.L + 100108: B-thumb.03.R + 100110: B-toe.L + 100112: B-toe.R + 100114: B-upper_arm.L + 100116: B-upper_arm.R + 100118: B-upperChest + 100120: Dummy + 100122: //RootNode + 100124: FemaleDummy_Mesh + 100126: MaleDummy_Mesh + 100128: B-f_index_01_L + 100130: B-f_index_01_R + 100132: B-f_index_02_L + 100134: B-f_index_02_R + 100136: B-f_index_03_L + 100138: B-f_index_03_R + 100140: B-f_middle_01_L + 100142: B-f_middle_01_R + 100144: B-f_middle_02_L + 100146: B-f_middle_02_R + 100148: B-f_middle_03_L + 100150: B-f_middle_03_R + 100152: B-f_pinky_01_L + 100154: B-f_pinky_01_R + 100156: B-f_pinky_02_L + 100158: B-f_pinky_02_R + 100160: B-f_pinky_03_L + 100162: B-f_pinky_03_R + 100164: B-f_ring_01_L + 100166: B-f_ring_01_R + 100168: B-f_ring_02_L + 100170: B-f_ring_02_R + 100172: B-f_ring_03_L + 100174: B-f_ring_03_R + 100176: B-foot_L + 100178: B-foot_R + 100180: B-forearm_L + 100182: B-forearm_R + 100184: B-hand_L + 100186: B-hand_R + 100188: B-palm_01_L + 100190: B-palm_01_R + 100192: B-palm_02_L + 100194: B-palm_02_R + 100196: B-palm_03_L + 100198: B-palm_03_R + 100200: B-palm_04_L + 100202: B-palm_04_R + 100204: B-shin_L + 100206: B-shin_R + 100208: B-shoulder_L + 100210: B-shoulder_R + 100212: B-thigh_L + 100214: B-thigh_R + 100216: B-thumb_01_L + 100218: B-thumb_01_R + 100220: B-thumb_02_L + 100222: B-thumb_02_R + 100224: B-thumb_03_L + 100226: B-thumb_03_R + 100228: B-toe_L + 100230: B-toe_R + 100232: B-upper_arm_L + 100234: B-upper_arm_R + 400000: B-chest + 400002: B-f_index.01.L + 400004: B-f_index.01.R + 400006: B-f_index.02.L + 400008: B-f_index.02.R + 400010: B-f_index.03.L + 400012: B-f_index.03.R + 400014: B-f_middle.01.L + 400016: B-f_middle.01.R + 400018: B-f_middle.02.L + 400020: B-f_middle.02.R + 400022: B-f_middle.03.L + 400024: B-f_middle.03.R + 400026: B-f_pinky.01.L + 400028: B-f_pinky.01.R + 400030: B-f_pinky.02.L + 400032: B-f_pinky.02.R + 400034: B-f_pinky.03.L + 400036: B-f_pinky.03.R + 400038: B-f_ring.01.L + 400040: B-f_ring.01.R + 400042: B-f_ring.02.L + 400044: B-f_ring.02.R + 400046: B-f_ring.03.L + 400048: B-f_ring.03.R + 400050: B-foot.L + 400052: B-foot.R + 400054: B-forearm.L + 400056: B-forearm.R + 400058: B-hand.L + 400060: B-hand.R + 400062: B-head + 400064: B-hips + 400066: B-neck + 400068: B-palm.01.L + 400070: B-palm.01.R + 400072: B-palm.02.L + 400074: B-palm.02.R + 400076: B-palm.03.L + 400078: B-palm.03.R + 400080: B-palm.04.L + 400082: B-palm.04.R + 400084: B-shin.L + 400086: B-shin.R + 400088: B-shoulder.L + 400090: B-shoulder.R + 400092: B-spine + 400094: B-thigh.L + 400096: B-thigh.R + 400098: B-thumb.01.L + 400100: B-thumb.01.R + 400102: B-thumb.02.L + 400104: B-thumb.02.R + 400106: B-thumb.03.L + 400108: B-thumb.03.R + 400110: B-toe.L + 400112: B-toe.R + 400114: B-upper_arm.L + 400116: B-upper_arm.R + 400118: B-upperChest + 400120: Dummy + 400122: //RootNode + 400124: FemaleDummy_Mesh + 400126: MaleDummy_Mesh + 400128: B-f_index_01_L + 400130: B-f_index_01_R + 400132: B-f_index_02_L + 400134: B-f_index_02_R + 400136: B-f_index_03_L + 400138: B-f_index_03_R + 400140: B-f_middle_01_L + 400142: B-f_middle_01_R + 400144: B-f_middle_02_L + 400146: B-f_middle_02_R + 400148: B-f_middle_03_L + 400150: B-f_middle_03_R + 400152: B-f_pinky_01_L + 400154: B-f_pinky_01_R + 400156: B-f_pinky_02_L + 400158: B-f_pinky_02_R + 400160: B-f_pinky_03_L + 400162: B-f_pinky_03_R + 400164: B-f_ring_01_L + 400166: B-f_ring_01_R + 400168: B-f_ring_02_L + 400170: B-f_ring_02_R + 400172: B-f_ring_03_L + 400174: B-f_ring_03_R + 400176: B-foot_L + 400178: B-foot_R + 400180: B-forearm_L + 400182: B-forearm_R + 400184: B-hand_L + 400186: B-hand_R + 400188: B-palm_01_L + 400190: B-palm_01_R + 400192: B-palm_02_L + 400194: B-palm_02_R + 400196: B-palm_03_L + 400198: B-palm_03_R + 400200: B-palm_04_L + 400202: B-palm_04_R + 400204: B-shin_L + 400206: B-shin_R + 400208: B-shoulder_L + 400210: B-shoulder_R + 400212: B-thigh_L + 400214: B-thigh_R + 400216: B-thumb_01_L + 400218: B-thumb_01_R + 400220: B-thumb_02_L + 400222: B-thumb_02_R + 400224: B-thumb_03_L + 400226: B-thumb_03_R + 400228: B-toe_L + 400230: B-toe_R + 400232: B-upper_arm_L + 400234: B-upper_arm_R + 2100000: DummyMaterial + 2300000: MaleDummy_Mesh + 3300000: MaleDummy_Mesh + 4300000: MaleDummy_Mesh + 4300002: FemaleDummy_Mesh + 9500000: //RootNode + 13700000: FemaleDummy_Mesh + 13700002: MaleDummy_Mesh + 2186277476908879412: ImportLogs + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + importVisibility: 1 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + previousCalculatedGlobalScale: 0.01 + hasPreviousCalculatedGlobalScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: + - name: EditableDefaultScale(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Dummy + parentName: EditableDefaultScale(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.000000021855694, y: 0, z: -0, w: 1} + scale: {x: 100, y: 100, z: 100} + - name: B-hips + parentName: Dummy + position: {x: -0, y: 0.008876177, z: -0.00043739914} + rotation: {x: 0.012798388, y: -0, z: -0, w: 0.9999181} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0017991419, z: -1.8626451e-11} + rotation: {x: 0.036746945, y: -0, z: -0, w: 0.9993247} + scale: {x: 1, y: 0.9999999, z: 0.99999994} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.0015047421, z: -3.7252902e-11} + rotation: {x: -0.09784432, y: -0, z: -0, w: 0.9952018} + scale: {x: 1, y: 1.0000005, z: 1.0000006} + - name: B-upperChest + parentName: B-chest + position: {x: -0, y: 0.0014252802, z: 3.7252902e-11} + rotation: {x: 0.032427058, y: -0, z: -0, w: 0.9994741} + scale: {x: 1, y: 0.99999934, z: 0.9999995} + - name: B-neck + parentName: B-upperChest + position: {x: -0, y: 0.00208277, z: -9.3132255e-12} + rotation: {x: 0.10557423, y: -0, z: -0, w: 0.9944114} + scale: {x: 1, y: 1.0000001, z: 0.99999994} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.00068132696, z: 7.4505804e-11} + rotation: {x: -0.062379554, y: -0, z: -0, w: 0.99805254} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-shoulder.L + parentName: B-upperChest + position: {x: -0, y: 0.00208277, z: -9.3132255e-12} + rotation: {x: -0.05129588, y: -0.03220433, z: 0.68322456, w: 0.7276921} + scale: {x: 1.0000015, y: 1.0000023, z: 1.0000004} + - name: B-upper_arm.L + parentName: B-shoulder.L + position: {x: -0.00068882934, y: 0.001801766, z: -0.0000014652009} + rotation: {x: 0.062331416, y: -0.6976711, z: 0.008005099, w: 0.71365654} + scale: {x: 1.0000013, y: 1.0000002, z: 1.000001} + - name: B-forearm.L + parentName: B-upper_arm.L + position: {x: 1.11758706e-10, y: 0.0025348922, z: 6.7986544e-10} + rotation: {x: -0.012433325, y: -0.0003938972, z: -0.05298948, w: 0.99851763} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000006} + - name: B-hand.L + parentName: B-forearm.L + position: {x: -5.122274e-11, y: 0.0028138617, z: -3.3935066e-10} + rotation: {x: -0.052334458, y: -0.69449025, z: -0.0062217335, w: 0.71756923} + scale: {x: 1.0000007, y: 1.0000012, z: 1.0000021} + - name: B-palm.01.L + parentName: B-hand.L + position: {x: 0.000075664764, y: 0.0007265078, z: -0.00034388993} + rotation: {x: -0.013634146, y: 0.026751304, z: -0.041835554, w: 0.9986732} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000008} + - name: B-f_index.01.L + parentName: B-palm.01.L + position: {x: -0.0000000024028122, y: 0.000690562, z: -1.4901161e-10} + rotation: {x: 0.011281358, y: -0.0012158621, z: -0.014369097, w: 0.99983245} + scale: {x: 0.9999998, y: 1.0000004, z: 1.0000001} + - name: B-f_index.02.L + parentName: B-f_index.01.L + position: {x: 0.000000001946464, y: 0.00042799825, z: -2.9802322e-10} + rotation: {x: 0.00000097882, y: 0.0025663236, z: -0.000005781607, w: 0.9999967} + scale: {x: 0.99999976, y: 0.99999964, z: 1} + - name: B-f_index.03.L + parentName: B-f_index.02.L + position: {x: -4.842877e-10, y: 0.00037281643, z: -5.9604643e-10} + rotation: {x: -0.015364016, y: -0.0098655615, z: 0.027866274, w: 0.99944496} + scale: {x: 1.0000004, y: 1.0000006, z: 1.0000007} + - name: B-thumb.01.L + parentName: B-palm.01.L + position: {x: 0.000060467923, y: -0.00034065708, z: 0.00010618263} + rotation: {x: -0.40551424, y: 0.002636315, z: -0.1203764, w: 0.90612406} + scale: {x: 1.0000002, y: 1.0000001, z: 0.9999996} + - name: B-thumb.02.L + parentName: B-thumb.01.L + position: {x: 3.5390257e-10, y: 0.0005735398, z: -8.428469e-10} + rotation: {x: -0.0137797, y: 0.5520173, z: -0.034641966, w: 0.8329988} + scale: {x: 1.0000002, y: 1.000001, z: 1.0000019} + - name: B-thumb.03.L + parentName: B-thumb.02.L + position: {x: -2.2351741e-10, y: 0.0004715903, z: 7.4505804e-11} + rotation: {x: -0.032514773, y: 0.0081872335, z: -0.015720233, w: 0.99931407} + scale: {x: 1.0000004, y: 1, z: 1.0000006} + - name: B-palm.02.L + parentName: B-hand.L + position: {x: -0.00002484525, y: 0.0007584182, z: -0.0001287499} + rotation: {x: 0.058998797, y: -0.01575807, z: -0.045660924, w: 0.99708873} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000011} + - name: B-f_middle.01.L + parentName: B-palm.02.L + position: {x: 9.685754e-10, y: 0.0006446434, z: 1.11758706e-10} + rotation: {x: 0.004326611, y: -0.015621986, z: 0.022444451, w: 0.99961674} + scale: {x: 1.0000011, y: 1.0000011, z: 1.0000023} + - name: B-f_middle.02.L + parentName: B-f_middle.01.L + position: {x: 0.0000000014482066, y: 0.00044799544, z: 1.3038516e-10} + rotation: {x: -0.000002169981, y: -0.00032959308, z: -0.00000078740385, w: 1} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000018} + - name: B-f_middle.03.L + parentName: B-f_middle.02.L + position: {x: -7.916242e-11, y: 0.0003902376, z: -1.6763806e-10} + rotation: {x: -0.010650916, y: -0.0060580033, z: 0.029629825, w: 0.99948585} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000014} + - name: B-palm.03.L + parentName: B-hand.L + position: {x: -0.00012125652, y: 0.00069540803, z: 0.00011136616} + rotation: {x: 0.10585365, y: 0.072510384, z: -0.060528606, w: 0.9898856} + scale: {x: 0.99999994, y: 1.0000004, z: 1.0000019} + - name: B-f_ring.01.L + parentName: B-palm.03.L + position: {x: -4.5169143e-10, y: 0.0006374776, z: 1.8626451e-11} + rotation: {x: -0.046693016, y: -0.09034952, z: 0.04088146, w: 0.99397457} + scale: {x: 1.0000011, y: 1.0000012, z: 1.000002} + - name: B-f_ring.02.L + parentName: B-f_ring.01.L + position: {x: 3.329478e-10, y: 0.00042007145, z: -9.313225e-11} + rotation: {x: 0.0000012367963, y: -0.0019355414, z: 0.0000020777804, w: 0.99999815} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000013} + - name: B-f_ring.03.L + parentName: B-f_ring.02.L + position: {x: 0.0000000010430813, y: 0.0003659135, z: 7.4505804e-11} + rotation: {x: -0.009957923, y: -0.015953919, z: 0.030267384, w: 0.99936485} + scale: {x: 1, y: 1.0000001, z: 0.9999998} + - name: B-palm.04.L + parentName: B-hand.L + position: {x: -0.00015038993, y: 0.0006182451, z: 0.0003012987} + rotation: {x: 0.17281692, y: -0.018282471, z: -0.05989217, w: 0.9829614} + scale: {x: 0.99999994, y: 1.0000001, z: 1.0000023} + - name: B-f_pinky.01.L + parentName: B-palm.04.L + position: {x: 2.8230715e-11, y: 0.00059851253, z: 6.0535965e-11} + rotation: {x: -0.12430125, y: 0.06521367, z: 0.02468389, w: 0.9897915} + scale: {x: 1.0000006, y: 1.0000011, z: 1.0000015} + - name: B-f_pinky.02.L + parentName: B-f_pinky.01.L + position: {x: 5.611218e-10, y: 0.00032778076, z: 9.313225e-11} + rotation: {x: 0.00000067800266, y: 0.000021867449, z: -0.0000037509008, w: 1} + scale: {x: 1.0000014, y: 1.0000024, z: 1.0000037} + - name: B-f_pinky.03.L + parentName: B-f_pinky.02.L + position: {x: -6.286427e-11, y: 0.00028552162, z: 9.313225e-11} + rotation: {x: -0.014893157, y: -0.031146662, z: 0.037842095, w: 0.99868715} + scale: {x: 1.0000006, y: 0.9999992, z: 0.9999997} + - name: B-shoulder.R + parentName: B-upperChest + position: {x: -0, y: 0.00208277, z: -9.3132255e-12} + rotation: {x: -0.05129588, y: 0.03220433, z: -0.68322456, w: 0.7276921} + scale: {x: 1.0000015, y: 1.0000023, z: 1.0000004} + - name: B-upper_arm.R + parentName: B-shoulder.R + position: {x: 0.00068882934, y: 0.001801766, z: -0.0000014652009} + rotation: {x: -0.062331416, y: -0.6976711, z: 0.008005099, w: -0.71365654} + scale: {x: 1.0000013, y: 1.0000002, z: 1.000001} + - name: B-forearm.R + parentName: B-upper_arm.R + position: {x: -1.11758706e-10, y: 0.0025348922, z: 6.7986544e-10} + rotation: {x: 0.012433325, y: -0.0003938972, z: -0.05298948, w: -0.99851763} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000006} + - name: B-hand.R + parentName: B-forearm.R + position: {x: 5.122274e-11, y: 0.0028138617, z: -3.3935066e-10} + rotation: {x: -0.05233449, y: 0.69449025, z: 0.0062217796, w: 0.7175694} + scale: {x: 1.0000013, y: 1.0000017, z: 1.0000026} + - name: B-palm.01.R + parentName: B-hand.R + position: {x: -0.00007566638, y: 0.0007265081, z: -0.00034388958} + rotation: {x: -0.013634165, y: -0.026751185, z: 0.04183555, w: 0.99867326} + scale: {x: 1.0000001, y: 1.000001, z: 1.0000018} + - name: B-f_index.01.R + parentName: B-palm.01.R + position: {x: 0.0000000011920929, y: 0.0006905621, z: 1.4901161e-10} + rotation: {x: 0.011281489, y: 0.0012159215, z: 0.014369035, w: 0.99983245} + scale: {x: 1.0000001, y: 0.99999994, z: 0.99999976} + - name: B-f_index.02.R + parentName: B-f_index.01.R + position: {x: 4.377216e-10, y: 0.00042799767, z: 0} + rotation: {x: 0.00000087730564, y: -0.0025664063, z: 0.0000058444753, w: 0.9999968} + scale: {x: 0.9999997, y: 0.9999998, z: 0.99999964} + - name: B-f_index.03.R + parentName: B-f_index.02.R + position: {x: 4.4703483e-10, y: 0.00037281643, z: -2.2351741e-10} + rotation: {x: -0.015363973, y: 0.009865616, z: -0.02786628, w: 0.99944496} + scale: {x: 1.0000005, y: 1.0000015, z: 1.0000026} + - name: B-thumb.01.R + parentName: B-palm.01.R + position: {x: -0.000060469127, y: -0.00034065708, z: 0.00010618305} + rotation: {x: -0.405514, y: -0.0026360918, z: 0.12037661, w: 0.9061241} + scale: {x: 1.0000002, y: 1.0000013, z: 1.0000001} + - name: B-thumb.02.R + parentName: B-thumb.01.R + position: {x: 8.381903e-10, y: 0.00057353964, z: -7.683411e-10} + rotation: {x: -0.013779546, y: -0.55201757, z: 0.03464215, w: 0.8329986} + scale: {x: 1, y: 1.000001, z: 1.0000023} + - name: B-thumb.03.R + parentName: B-thumb.02.R + position: {x: -2.7939676e-10, y: 0.00047159, z: 7.4505804e-11} + rotation: {x: -0.032514874, y: -0.008187142, z: 0.015720278, w: 0.99931407} + scale: {x: 1.0000001, y: 1, z: 1.0000004} + - name: B-palm.02.R + parentName: B-hand.R + position: {x: 0.000024843677, y: 0.0007584185, z: -0.00012874958} + rotation: {x: 0.058998965, y: 0.015758067, z: 0.04566092, w: 0.9970888} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000015} + - name: B-f_middle.01.R + parentName: B-palm.02.R + position: {x: -6.193295e-10, y: 0.00064464426, z: -3.7252902e-11} + rotation: {x: 0.004326918, y: 0.015621927, z: -0.022443997, w: 0.9996167} + scale: {x: 1.0000002, y: 0.9999997, z: 1} + - name: B-f_middle.02.R + parentName: B-f_middle.01.R + position: {x: -2.561137e-10, y: 0.00044799483, z: 1.11758706e-10} + rotation: {x: -0.000002153217, y: 0.00032955303, z: 0.00000065937616, w: 1} + scale: {x: 1.0000002, y: 1.0000015, z: 1.0000015} + - name: B-f_middle.03.R + parentName: B-f_middle.02.R + position: {x: -0.000000001913868, y: 0.00039023758, z: -4.656613e-10} + rotation: {x: -0.010650898, y: 0.0060580675, z: -0.029629683, w: 0.99948585} + scale: {x: 1.000001, y: 1.0000008, z: 1.0000021} + - name: B-palm.03.R + parentName: B-hand.R + position: {x: 0.00012125501, y: 0.0006954083, z: 0.00011136649} + rotation: {x: 0.10585369, y: -0.0725105, z: 0.06052859, w: 0.9898856} + scale: {x: 1.0000002, y: 1.0000014, z: 1.0000029} + - name: B-f_ring.01.R + parentName: B-palm.03.R + position: {x: -0.0000000014109537, y: 0.0006374779, z: -9.313225e-11} + rotation: {x: -0.04669383, y: 0.09034948, z: -0.04088194, w: 0.9939745} + scale: {x: 1.000001, y: 1.0000004, z: 1.0000006} + - name: B-f_ring.02.R + parentName: B-f_ring.01.R + position: {x: 9.522773e-10, y: 0.00042007203, z: -3.7252902e-11} + rotation: {x: 0.0000011995431, y: 0.0019356678, z: -0.000002271961, w: 0.99999815} + scale: {x: 1.0000008, y: 1.0000007, z: 1.0000018} + - name: B-f_ring.03.R + parentName: B-f_ring.02.R + position: {x: 2.2118911e-10, y: 0.00036591405, z: 5.5879353e-11} + rotation: {x: -0.009957899, y: 0.015953658, z: -0.030267367, w: 0.999365} + scale: {x: 0.9999999, y: 1.0000014, z: 1.0000012} + - name: B-palm.04.R + parentName: B-hand.R + position: {x: 0.00015038965, y: 0.0006182454, z: 0.000301299} + rotation: {x: 0.17281696, y: 0.01828235, z: 0.0598921, w: 0.9829613} + scale: {x: 1.0000001, y: 0.9999991, z: 1.0000013} + - name: B-f_pinky.01.R + parentName: B-palm.04.R + position: {x: -7.6164725e-10, y: 0.0005985128, z: -5.122274e-11} + rotation: {x: -0.124301285, y: -0.06521486, z: -0.024685921, w: 0.9897913} + scale: {x: 1.0000017, y: 1.0000024, z: 1.0000033} + - name: B-f_pinky.02.R + parentName: B-f_pinky.01.R + position: {x: -0.000000002066372, y: 0.00032778032, z: -3.7252902e-11} + rotation: {x: 0.0000006631015, y: -0.000021956856, z: 0.0000036810516, w: 1} + scale: {x: 1.0000004, y: 1.0000013, z: 1.0000018} + - name: B-f_pinky.03.R + parentName: B-f_pinky.02.R + position: {x: 8.8475643e-11, y: 0.0002855228, z: -1.7695129e-10} + rotation: {x: -0.014893046, y: 0.03114657, z: -0.037841965, w: 0.9986872} + scale: {x: 1.0000012, y: 1.0000011, z: 1.0000018} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.0007962748, y: 0.0006463123, z: 0.000051341205} + rotation: {x: 0.9952116, y: -0.025000494, z: -0.09392035, w: 0.01038938} + scale: {x: 1.0000633, y: 1.0000025, z: 1.0000203} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0, y: 0.004678668, z: -9.3132255e-12} + rotation: {x: 0.015978139, y: 0.065175675, z: -0.020249128, w: 0.9975404} + scale: {x: 0.9999999, y: 1.0000012, z: 1.0000011} + - name: B-foot.L + parentName: B-shin.L + position: {x: 1.4901161e-10, y: 0.0037308745, z: -4.1909514e-11} + rotation: {x: -0.49012765, y: -0.035872627, z: 0.06386208, w: 0.8685676} + scale: {x: 0.99999857, y: 1.0000014, z: 1.0000021} + - name: B-toe.L + parentName: B-foot.L + position: {x: 2.3283064e-12, y: 0.0017486822, z: -7.4505804e-11} + rotation: {x: 0.019136654, y: 0.96194214, z: -0.2411274, w: -0.12711683} + scale: {x: 0.9999968, y: 0.9999865, z: 1.0000182} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.0007962748, y: 0.0006463123, z: 0.000051341205} + rotation: {x: 0.9952116, y: 0.02500049, z: 0.09392023, w: 0.010389384} + scale: {x: 1.0000635, y: 1.0000031, z: 1.0000203} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -3.259629e-11, y: 0.0046786685, z: 1.3969838e-11} + rotation: {x: 0.015978139, y: -0.065175585, z: 0.020249138, w: 0.9975404} + scale: {x: 0.9999997, y: 1.0000013, z: 1.0000014} + - name: B-foot.R + parentName: B-shin.R + position: {x: -1.7345883e-10, y: 0.0037308745, z: 2.7939677e-11} + rotation: {x: -0.4901277, y: 0.03587262, z: -0.06386207, w: 0.8685676} + scale: {x: 0.99999887, y: 1.000002, z: 1.0000026} + - name: B-toe.R + parentName: B-foot.R + position: {x: -4.8894434e-11, y: 0.0017486825, z: 1.3038516e-10} + rotation: {x: -0.019136682, y: 0.96194214, z: -0.24112731, w: 0.12711689} + scale: {x: 0.99999744, y: 0.99998665, z: 1.0000181} + - name: MaleDummy_Mesh + parentName: EditableDefaultScale(Clone) + position: {x: -0, y: 6.513498e-18, z: -1.4901147e-10} + rotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067} + scale: {x: 100, y: 100, z: 100} + - name: FemaleDummy_Mesh + parentName: EditableDefaultScale(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.000000021855694, y: 0, z: -0, w: 1} + scale: {x: 100, y: 100, z: 100} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 3 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Textures.meta b/Assets/Mirror/Examples/TestNT/Dummy/Textures.meta new file mode 100644 index 000000000..1c20b7027 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7e686ef7af4386a4286a37d3be0deb87 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Textures/DummyTexture.png b/Assets/Mirror/Examples/TestNT/Dummy/Textures/DummyTexture.png new file mode 100644 index 0000000000000000000000000000000000000000..1b8630c341d4520056dd9eba408d239e024efd8b GIT binary patch literal 3890 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 literal 0 HcmV?d00001 diff --git a/Assets/Mirror/Examples/TestNT/Dummy/Textures/DummyTexture.png.meta b/Assets/Mirror/Examples/TestNT/Dummy/Textures/DummyTexture.png.meta new file mode 100644 index 000000000..73f3c2364 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/Dummy/Textures/DummyTexture.png.meta @@ -0,0 +1,88 @@ +fileFormatVersion: 2 +guid: 0c78f3bc217d9b24a9c1d10479de2940 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/_Animation.meta b/Assets/Mirror/Examples/TestNT/_Animation.meta new file mode 100644 index 000000000..f9d568125 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/_Animation.meta @@ -0,0 +1,6 @@ +fileFormatVersion: 2 +guid: eb0e763ded53048dd80e7b78c35ded56 +folderAsset: yes +DefaultImporter: + userData: + assetBundleName: diff --git a/Assets/Mirror/Examples/TestNT/_Animation/DancingNew.anim b/Assets/Mirror/Examples/TestNT/_Animation/DancingNew.anim new file mode 100644 index 000000000..1cef74783 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/_Animation/DancingNew.anim @@ -0,0 +1,106883 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DancingNew + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.000000042688693 + inSlope: 0.33172882 + outSlope: 0.33172882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.01105767 + inSlope: 0.38410407 + outSlope: 0.38410407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.025606982 + inSlope: 0.50660145 + outSlope: 0.50660145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.044831105 + inSlope: 0.56964517 + outSlope: 0.56964517 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.06358333 + inSlope: 0.4386021 + outSlope: 0.4386021 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.07407124 + inSlope: 0.17592475 + outSlope: 0.17592475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.075311646 + inSlope: -0.0685062 + outSlope: -0.0685062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.069504164 + inSlope: -0.1519961 + outSlope: -0.1519961 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.049798574 + inSlope: -0.23998731 + outSlope: -0.23998731 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.018763883 + inSlope: -0.31882125 + outSlope: -0.31882125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.008533126 + inSlope: -0.2907322 + outSlope: -0.2907322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.00061826105 + inSlope: -0.2595424 + outSlope: -0.2595424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.03804923 + inSlope: -0.07144091 + outSlope: -0.07144091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.04187411 + inSlope: -0.042934075 + outSlope: -0.042934075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.03970854 + inSlope: 0.122878015 + outSlope: 0.122878015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.021802576 + inSlope: 0.14995137 + outSlope: 0.14995137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.01780971 + inSlope: 0.08521484 + outSlope: 0.08521484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.01581855 + inSlope: 0.014608456 + outSlope: 0.014608456 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.014918997 + inSlope: 0.04144196 + outSlope: 0.04144196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.009178506 + inSlope: 0.031810567 + outSlope: 0.031810567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.008741675 + inSlope: -0.010091847 + outSlope: -0.010091847 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.009851299 + inSlope: -0.052257847 + outSlope: -0.052257847 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.017435951 + inSlope: -0.053487904 + outSlope: -0.053487904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.018747035 + inSlope: 0.0014638727 + outSlope: 0.0014638727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.019124476 + inSlope: -0.040155806 + outSlope: -0.040155806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.024805998 + inSlope: -0.118534476 + outSlope: -0.118534476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.035721585 + inSlope: -0.04948993 + outSlope: -0.04948993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.031141011 + inSlope: 0.13870072 + outSlope: 0.13870072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.018963864 + inSlope: 0.19812462 + outSlope: 0.19812462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.00738485 + inSlope: 0.10564177 + outSlope: 0.10564177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.0053510186 + inSlope: 0.005164407 + outSlope: 0.005164407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.007040542 + inSlope: -0.10032627 + outSlope: -0.10032627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.018903695 + inSlope: -0.20743346 + outSlope: -0.20743346 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.03164595 + inSlope: -0.14831428 + outSlope: -0.14831428 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.03523373 + inSlope: 0.116976276 + outSlope: 0.116976276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.024303367 + inSlope: 0.1857577 + outSlope: 0.1857577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.012716964 + inSlope: 0.118914425 + outSlope: 0.118914425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.010060924 + inSlope: 0.014154393 + outSlope: 0.014154393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.011773339 + inSlope: -0.13863689 + outSlope: -0.13863689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.019303374 + inSlope: -0.31715608 + outSlope: -0.31715608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.032917056 + inSlope: -0.47335076 + outSlope: -0.47335076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.08382027 + inSlope: -0.3301834 + outSlope: -0.3301834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.09213514 + inSlope: 0.02563155 + outSlope: 0.02563155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.088291906 + inSlope: -0.014189012 + outSlope: -0.014189012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.09563949 + inSlope: -0.1423445 + outSlope: -0.1423445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.10028013 + inSlope: 0.08257423 + outSlope: 0.08257423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.058598675 + inSlope: 0.34635913 + outSlope: 0.34635913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.030877331 + inSlope: 0.23064667 + outSlope: 0.23064667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.012340841 + inSlope: 0.120162226 + outSlope: 0.120162226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.0064984784 + inSlope: 0.022640489 + outSlope: 0.022640489 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.0059389723 + inSlope: 0.012068683 + outSlope: 0.012068683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.005693896 + inSlope: -0.0031751518 + outSlope: -0.0031751518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.0080544045 + inSlope: -0.09131915 + outSlope: -0.09131915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.012238586 + inSlope: -0.16555649 + outSlope: -0.16555649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.019091493 + inSlope: -0.23524055 + outSlope: -0.23524055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.043602824 + inSlope: -0.14386147 + outSlope: -0.14386147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.045214508 + inSlope: 0.07763047 + outSlope: 0.07763047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.035192475 + inSlope: -0.006173199 + outSlope: -0.006173199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.037494093 + inSlope: -0.13970554 + outSlope: -0.13970554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.05521805 + inSlope: -0.3407361 + outSlope: -0.3407361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.07746225 + inSlope: -0.24065885 + outSlope: -0.24065885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.083404385 + inSlope: 0.06874978 + outSlope: 0.06874978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.06578614 + inSlope: 0.14313573 + outSlope: 0.14313573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.060425837 + inSlope: 0.0696491 + outSlope: 0.0696491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.050647285 + inSlope: 0.29861033 + outSlope: 0.29861033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.037702158 + inSlope: 0.46833858 + outSlope: 0.46833858 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.019424742 + inSlope: 0.5816482 + outSlope: 0.5816482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.0010743511 + inSlope: 0.5823151 + outSlope: 0.5823151 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.019396227 + inSlope: 0.45878202 + outSlope: 0.45878202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.031659964 + inSlope: 0.25130188 + outSlope: 0.25130188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.036149845 + inSlope: 0.028653003 + outSlope: 0.028653003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.026137771 + inSlope: -0.26372415 + outSlope: -0.26372415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.01598857 + inSlope: -0.33061725 + outSlope: -0.33061725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.0040966426 + inSlope: -0.38511118 + outSlope: -0.38511118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.009685484 + inSlope: -0.44705355 + outSlope: -0.44705355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.025706898 + inSlope: -0.5054735 + outSlope: -0.5054735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.07534325 + inSlope: -0.3601734 + outSlope: -0.3601734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.07367881 + inSlope: 0.3124228 + outSlope: 0.3124228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.04501436 + inSlope: 0.54160464 + outSlope: 0.54160464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.025305651 + inSlope: 0.5986196 + outSlope: 0.5986196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.005106424 + inSlope: 0.5497625 + outSlope: 0.5497625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.011345147 + inSlope: 0.37947884 + outSlope: 0.37947884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.019631164 + inSlope: -0.19020891 + outSlope: -0.19020891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.007511559 + inSlope: -0.35698467 + outSlope: -0.35698467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.0041677905 + inSlope: -0.24621624 + outSlope: -0.24621624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.008902841 + inSlope: -0.044559427 + outSlope: -0.044559427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.007138416 + inSlope: 0.13354339 + outSlope: 0.13354339 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.000000042688693 + inSlope: 0.21415398 + outSlope: 0.21415398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Chest Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.000000085377344 + inSlope: 0.9476375 + outSlope: 0.9476375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.03158783 + inSlope: 0.9769201 + outSlope: 0.9769201 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.065127924 + inSlope: 1.0532072 + outSlope: 1.0532072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.101801656 + inSlope: 1.0643157 + outSlope: 1.0643157 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.1360823 + inSlope: 0.8156698 + outSlope: 0.8156698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.16124237 + inSlope: -0.047607236 + outSlope: -0.047607236 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.15300582 + inSlope: -0.2860149 + outSlope: -0.2860149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.10737036 + inSlope: -0.68956614 + outSlope: -0.68956614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.050242495 + inSlope: -0.96254027 + outSlope: -0.96254027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.017209394 + inSlope: -0.9435048 + outSlope: -0.9435048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.012657822 + inSlope: -0.7724787 + outSlope: -0.7724787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.034289163 + inSlope: -0.4820977 + outSlope: -0.4820977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.044797655 + inSlope: -0.1545592 + outSlope: -0.1545592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.044593118 + inSlope: 0.11398661 + outSlope: 0.11398661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.027412092 + inSlope: 0.27254993 + outSlope: 0.27254993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.01902856 + inSlope: 0.21162507 + outSlope: 0.21162507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.013303758 + inSlope: 0.1554376 + outSlope: 0.1554376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.0086660525 + inSlope: 0.17356664 + outSlope: 0.17356664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.0017326466 + inSlope: 0.28805536 + outSlope: 0.28805536 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.010537653 + inSlope: 0.46522912 + outSlope: 0.46522912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.02928262 + inSlope: 0.6384367 + outSlope: 0.6384367 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.10163878 + inSlope: 0.607532 + outSlope: 0.607532 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.12971725 + inSlope: 0.23075297 + outSlope: 0.23075297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.1351011 + inSlope: -0.016401688 + outSlope: -0.016401688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.12666544 + inSlope: -0.15778166 + outSlope: -0.15778166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.102379344 + inSlope: -0.12128107 + outSlope: -0.12128107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.09280787 + inSlope: -0.071342245 + outSlope: -0.071342245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.081800625 + inSlope: -0.04191749 + outSlope: -0.04191749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.0828014 + inSlope: 0.09680897 + outSlope: 0.09680897 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.09100979 + inSlope: -0.008513469 + outSlope: -0.008513469 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.076030955 + inSlope: 0.0153001165 + outSlope: 0.0153001165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.13977568 + inSlope: 0.18838714 + outSlope: 0.18838714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.13471167 + inSlope: -0.21279304 + outSlope: -0.21279304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.10061929 + inSlope: -0.49828824 + outSlope: -0.49828824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.01879669 + inSlope: -0.5749726 + outSlope: -0.5749726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.0009924539 + inSlope: -0.484196 + outSlope: -0.484196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.034217324 + inSlope: -0.25061965 + outSlope: -0.25061965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.04693554 + inSlope: -0.10360277 + outSlope: -0.10360277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.044867467 + inSlope: 0.20676018 + outSlope: 0.20676018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.03480008 + inSlope: 0.38509417 + outSlope: 0.38509417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.019194547 + inSlope: 0.50809485 + outSlope: 0.50809485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.00092698936 + inSlope: 0.5273135 + outSlope: 0.5273135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.015959783 + inSlope: 0.4320938 + outSlope: 0.4320938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.027879234 + inSlope: 0.2589854 + outSlope: 0.2589854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.033225458 + inSlope: 0.076401286 + outSlope: 0.076401286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.02988551 + inSlope: -0.09079493 + outSlope: -0.09079493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.02691966 + inSlope: -0.06453876 + outSlope: -0.06453876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.02558293 + inSlope: -0.019955514 + outSlope: -0.019955514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.024969853 + inSlope: -0.05904266 + outSlope: -0.05904266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.02165312 + inSlope: -0.15457478 + outSlope: -0.15457478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.014664877 + inSlope: -0.25535852 + outSlope: -0.25535852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.0046292343 + inSlope: -0.31867167 + outSlope: -0.31867167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.00657988 + inSlope: -0.3229229 + outSlope: -0.3229229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.016898938 + inSlope: -0.27510676 + outSlope: -0.27510676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.030226821 + inSlope: -0.12506163 + outSlope: -0.12506163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.035712555 + inSlope: -0.018735528 + outSlope: -0.018735528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.03258681 + inSlope: 0.076998934 + outSlope: 0.076998934 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.022383144 + inSlope: 0.11940577 + outSlope: 0.11940577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.01344741 + inSlope: 0.14210212 + outSlope: 0.14210212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.008714563 + inSlope: 0.12417312 + outSlope: 0.12417312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.0051692105 + inSlope: 0.06391269 + outSlope: 0.06391269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.004453721 + inSlope: -0.042197455 + outSlope: -0.042197455 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.007982371 + inSlope: -0.17723615 + outSlope: -0.17723615 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.016269453 + inSlope: -0.31059122 + outSlope: -0.31059122 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.097617984 + inSlope: -0.19130482 + outSlope: -0.19130482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.092432685 + inSlope: 0.27167025 + outSlope: 0.27167025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.03799654 + inSlope: 0.43456268 + outSlope: 0.43456268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.0002580851 + inSlope: 0.2957872 + outSlope: 0.2957872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.014815155 + inSlope: 0.14509937 + outSlope: 0.14509937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.017887695 + inSlope: -0.08231452 + outSlope: -0.08231452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.012716479 + inSlope: -0.2468546 + outSlope: -0.2468546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.0014306632 + inSlope: -0.43532568 + outSlope: -0.43532568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.016305206 + inSlope: -0.6210635 + outSlope: -0.6210635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.067417435 + inSlope: -0.82566714 + outSlope: -0.82566714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.13496 + inSlope: -0.33476326 + outSlope: -0.33476326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.14101931 + inSlope: 0.23304987 + outSlope: 0.23304987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.11942335 + inSlope: 0.75149155 + outSlope: 0.75149155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.06067278 + inSlope: 0.907123 + outSlope: 0.907123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.000000085377344 + inSlope: 0.91335183 + outSlope: 0.91335183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Chest Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.0000005976415 + inSlope: 1.6003304 + outSlope: 1.6003304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.10636177 + inSlope: 1.5676521 + outSlope: 1.5676521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.1578539 + inSlope: 1.4428811 + outSlope: 1.4428811 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.20255385 + inSlope: 1.020168 + outSlope: 1.020168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.22802454 + inSlope: -0.18975358 + outSlope: -0.18975358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.21321486 + inSlope: -0.44757956 + outSlope: -0.44757956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.12910888 + inSlope: -1.0324106 + outSlope: -1.0324106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.041606244 + inSlope: -1.5338264 + outSlope: -1.5338264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.012340313 + inSlope: -1.6130433 + outSlope: -1.6130433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.06592993 + inSlope: -1.5018296 + outSlope: -1.5018296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.14716488 + inSlope: -0.85378015 + outSlope: -0.85378015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.19230601 + inSlope: -0.29145557 + outSlope: -0.29145557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.21765707 + inSlope: -0.044360794 + outSlope: -0.044360794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.19982496 + inSlope: 0.62594587 + outSlope: 0.62594587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.06296318 + inSlope: 0.99339145 + outSlope: 0.99339145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.032983635 + inSlope: 0.77852917 + outSlope: 0.77852917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.011061211 + inSlope: 0.54117304 + outSlope: 0.54117304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.0030946091 + inSlope: 0.33074772 + outSlope: 0.33074772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.0109886145 + inSlope: 0.16608833 + outSlope: 0.16608833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.014167164 + inSlope: 0.0356753 + outSlope: 0.0356753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.0015428412 + inSlope: -0.37581855 + outSlope: -0.37581855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.01669626 + inSlope: -0.5254129 + outSlope: -0.5254129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.05969094 + inSlope: -0.707798 + outSlope: -0.707798 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.13030604 + inSlope: -0.07876608 + outSlope: -0.07876608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.11486718 + inSlope: 0.48786902 + outSlope: 0.48786902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.053630173 + inSlope: 0.5040908 + outSlope: 0.5040908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.03953567 + inSlope: 0.33441055 + outSlope: 0.33441055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.025532369 + inSlope: 0.04945951 + outSlope: 0.04945951 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.024145288 + inSlope: 0.028645853 + outSlope: 0.028645853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.025815545 + inSlope: -0.13846347 + outSlope: -0.13846347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.032853544 + inSlope: -0.3003775 + outSlope: -0.3003775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.0643497 + inSlope: -0.61462826 + outSlope: -0.61462826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.18145043 + inSlope: -0.55112314 + outSlope: -0.55112314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.19894107 + inSlope: 0.33261296 + outSlope: 0.33261296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.12227121 + inSlope: 0.94130033 + outSlope: 0.94130033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.067239076 + inSlope: 0.61290455 + outSlope: 0.61290455 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.050751235 + inSlope: 0.40855375 + outSlope: 0.40855375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.030640373 + inSlope: 0.3172419 + outSlope: 0.3172419 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.018852677 + inSlope: 0.39760685 + outSlope: 0.39760685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.0041332743 + inSlope: 0.42610472 + outSlope: 0.42610472 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.009554276 + inSlope: 0.28790468 + outSlope: 0.28790468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.015060351 + inSlope: -0.06269662 + outSlope: -0.06269662 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.005374505 + inSlope: -0.56614304 + outSlope: -0.56614304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.022682482 + inSlope: -1.0761669 + outSlope: -1.0761669 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.117667854 + inSlope: -1.4989183 + outSlope: -1.4989183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.20368926 + inSlope: -0.89490086 + outSlope: -0.89490086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.23293759 + inSlope: 0.05261091 + outSlope: 0.05261091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.2059056 + inSlope: 0.7083028 + outSlope: 0.7083028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.13245885 + inSlope: 1.4391592 + outSlope: 1.4391592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.021839725 + inSlope: 1.755126 + outSlope: 1.755126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.03730805 + inSlope: 1.7539675 + outSlope: 1.7539675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.1957023 + inSlope: 1.2064333 + outSlope: 1.2064333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.23664333 + inSlope: -0.589925 + outSlope: -0.589925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.1542895 + inSlope: -1.7193463 + outSlope: -1.7193463 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.021998862 + inSlope: -2.0334644 + outSlope: -2.0334644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.044931255 + inSlope: -1.909426 + outSlope: -1.909426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.19400911 + inSlope: -0.9332963 + outSlope: -0.9332963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.19135465 + inSlope: 1.044377 + outSlope: 1.044377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.08852271 + inSlope: 1.9745595 + outSlope: 1.9745595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.016264843 + inSlope: 2.284477 + outSlope: 2.284477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.06377503 + inSlope: 2.4121623 + outSlope: 2.4121623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.2749738 + inSlope: 1.3699166 + outSlope: 1.3699166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.29214832 + inSlope: -1.0979316 + outSlope: -1.0979316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.17107485 + inSlope: -2.3138778 + outSlope: -2.3138778 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.08781948 + inSlope: -2.5346336 + outSlope: -2.5346336 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.0020994467 + inSlope: -2.472381 + outSlope: -2.472381 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.077005774 + inSlope: -2.1724632 + outSlope: -2.1724632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.19148156 + inSlope: -1.1963613 + outSlope: -1.1963613 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.14368227 + inSlope: 1.4819074 + outSlope: 1.4819074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.025423152 + inSlope: 1.9703486 + outSlope: 1.9703486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.042645663 + inSlope: 2.0573125 + outSlope: 2.0573125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.2370983 + inSlope: 1.5831752 + outSlope: 1.5831752 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.3140796 + inSlope: -0.3068195 + outSlope: -0.3068195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.17788184 + inSlope: -2.0820348 + outSlope: -2.0820348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.030114884 + inSlope: -2.12892 + outSlope: -2.12892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.037787642 + inSlope: -1.8897933 + outSlope: -1.8897933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.17903244 + inSlope: -0.9036927 + outSlope: -0.9036927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.2031826 + inSlope: -0.08459002 + outSlope: -0.08459002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.18467177 + inSlope: 0.80413103 + outSlope: 0.80413103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.10350215 + inSlope: 1.4494236 + outSlope: 1.4494236 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.0000005976415 + inSlope: 1.5883564 + outSlope: 1.5883564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Chest Twist Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000017075472 + inSlope: -0.09859564 + outSlope: -0.09859564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.003286351 + inSlope: 0.0050483756 + outSlope: 0.0050483756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.00033672908 + inSlope: 0.30303708 + outSlope: 0.30303708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.016916124 + inSlope: 0.6640175 + outSlope: 0.6640175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.044604562 + inSlope: 0.77621055 + outSlope: 0.77621055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.06866349 + inSlope: 0.5644448 + outSlope: 0.5644448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.08223422 + inSlope: 0.1877142 + outSlope: 0.1877142 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.07048709 + inSlope: -0.36184835 + outSlope: -0.36184835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.057054557 + inSlope: -0.33441007 + outSlope: -0.33441007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.048193086 + inSlope: -0.13369544 + outSlope: -0.13369544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.048141528 + inSlope: 0.12032625 + outSlope: 0.12032625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.0763123 + inSlope: 0.15719905 + outSlope: 0.15719905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.078114666 + inSlope: -0.051131416 + outSlope: -0.051131416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.057572883 + inSlope: -0.121703185 + outSlope: -0.121703185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.05622316 + inSlope: 0.041373596 + outSlope: 0.041373596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.069572926 + inSlope: 0.0077153407 + outSlope: 0.0077153407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.06690513 + inSlope: -0.15227468 + outSlope: -0.15227468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.051528297 + inSlope: -0.17183171 + outSlope: -0.17183171 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.04796583 + inSlope: -0.008588348 + outSlope: -0.008588348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.059493154 + inSlope: 0.2956415 + outSlope: 0.2956415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.081405476 + inSlope: 0.2840349 + outSlope: 0.2840349 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.095699996 + inSlope: 0.0028493553 + outSlope: 0.0028493553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.08455894 + inSlope: -0.019792961 + outSlope: -0.019792961 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.09142821 + inSlope: 0.12505174 + outSlope: 0.12505174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.0956732 + inSlope: -0.12091903 + outSlope: -0.12091903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.062313024 + inSlope: -0.22513773 + outSlope: -0.22513773 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.06278338 + inSlope: 0.26291355 + outSlope: 0.26291355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.10840015 + inSlope: 0.2899202 + outSlope: 0.2899202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.1315468 + inSlope: 0.23568815 + outSlope: 0.23568815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.1485575 + inSlope: -0.18006134 + outSlope: -0.18006134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.1103882 + inSlope: -0.016172841 + outSlope: -0.016172841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.12549886 + inSlope: 0.39671385 + outSlope: 0.39671385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.16435686 + inSlope: 0.20128638 + outSlope: 0.20128638 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.1623258 + inSlope: -0.19981 + outSlope: -0.19981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.11724352 + inSlope: -0.793705 + outSlope: -0.793705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.050066076 + inSlope: -1.1064085 + outSlope: -1.1064085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.012819812 + inSlope: -1.0352385 + outSlope: -1.0352385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.018949762 + inSlope: -0.7930296 + outSlope: -0.7930296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.040048778 + inSlope: -0.4460742 + outSlope: -0.4460742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.048688013 + inSlope: -0.116467714 + outSlope: -0.116467714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.043904256 + inSlope: 0.066456035 + outSlope: 0.066456035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.043382883 + inSlope: -0.07538674 + outSlope: -0.07538674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.04893003 + inSlope: -0.22358608 + outSlope: -0.22358608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.06611981 + inSlope: -0.13425034 + outSlope: -0.13425034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.06723862 + inSlope: 0.10120465 + outSlope: 0.10120465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.059372842 + inSlope: 0.3456242 + outSlope: 0.3456242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.026223527 + inSlope: 0.50782746 + outSlope: 0.50782746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.010341771 + inSlope: 0.39971805 + outSlope: 0.39971805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.0004243179 + inSlope: 0.23841944 + outSlope: 0.23841944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.005552844 + inSlope: 0.08820364 + outSlope: 0.08820364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.006304555 + inSlope: -0.01450612 + outSlope: -0.01450612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.0045857704 + inSlope: -0.06519817 + outSlope: -0.06519817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.0019580144 + inSlope: -0.08520923 + outSlope: -0.08520923 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.0010948395 + inSlope: -0.11144531 + outSlope: -0.11144531 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.0054716975 + inSlope: -0.17505331 + outSlope: -0.17505331 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.012765081 + inSlope: -0.2746598 + outSlope: -0.2746598 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.023782333 + inSlope: -0.37171316 + outSlope: -0.37171316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.05187513 + inSlope: -0.4123717 + outSlope: -0.4123717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.09765823 + inSlope: -0.2821741 + outSlope: -0.2821741 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.11118657 + inSlope: 0.12474977 + outSlope: 0.12474977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.088335566 + inSlope: 0.5136399 + outSlope: 0.5136399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.035633057 + inSlope: 0.31199297 + outSlope: 0.31199297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.029186355 + inSlope: 0.061911438 + outSlope: 0.061911438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.03150554 + inSlope: -0.17442156 + outSlope: -0.17442156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.06394292 + inSlope: -0.23901668 + outSlope: -0.23901668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.06695781 + inSlope: 0.1694244 + outSlope: 0.1694244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.026816532 + inSlope: 0.5224372 + outSlope: 0.5224372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.0088925725 + inSlope: 0.5317422 + outSlope: 0.5317422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.008632919 + inSlope: 0.49481738 + outSlope: 0.49481738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.024095222 + inSlope: 0.4030165 + outSlope: 0.4030165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.03550066 + inSlope: 0.260149 + outSlope: 0.260149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.042069774 + inSlope: -0.03767515 + outSlope: -0.03767515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.033720516 + inSlope: -0.1715904 + outSlope: -0.1715904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.008531364 + inSlope: -0.15285343 + outSlope: -0.15285343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.0040379902 + inSlope: -0.118983716 + outSlope: -0.118983716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.00059912354 + inSlope: -0.08657879 + outSlope: -0.08657879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.0017339234 + inSlope: -0.036317144 + outSlope: -0.036317144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.0018220174 + inSlope: 0.062401082 + outSlope: 0.062401082 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.0024261447 + inSlope: 0.21432617 + outSlope: 0.21432617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.01246638 + inSlope: 0.36921132 + outSlope: 0.36921132 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.027040208 + inSlope: 0.43679935 + outSlope: 0.43679935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.04158652 + inSlope: 0.34599248 + outSlope: 0.34599248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.05010656 + inSlope: 0.10539778 + outSlope: 0.10539778 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.04861303 + inSlope: -0.18299115 + outSlope: -0.18299115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.03790716 + inSlope: -0.37433505 + outSlope: -0.37433505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.023657385 + inSlope: -0.36674577 + outSlope: -0.36674577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.013457465 + inSlope: -0.16443574 + outSlope: -0.16443574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.012695013 + inSlope: 0.12568438 + outSlope: 0.12568438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.021836415 + inSlope: 0.35364622 + outSlope: 0.35364622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.036271404 + inSlope: 0.20974632 + outSlope: 0.20974632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.03581949 + inSlope: -0.105495654 + outSlope: -0.105495654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.029238367 + inSlope: -0.25462672 + outSlope: -0.25462672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.01884439 + inSlope: -0.31234396 + outSlope: -0.31234396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.008415456 + inSlope: -0.28266358 + outSlope: -0.28266358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000017075472 + inSlope: -0.2524588 + outSlope: -0.2524588 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Head Nod Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.00000034150946 + inSlope: -0.28214583 + outSlope: -0.28214583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.009405203 + inSlope: -0.2689184 + outSlope: -0.2689184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.017928237 + inSlope: -0.17425394 + outSlope: -0.17425394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.021022134 + inSlope: 0.08043035 + outSlope: 0.08043035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.012566214 + inSlope: 0.3958876 + outSlope: 0.3958876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.0053703743 + inSlope: 0.586277 + outSlope: 0.586277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.02651893 + inSlope: 0.5813978 + outSlope: 0.5813978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.044130236 + inSlope: 0.35680813 + outSlope: 0.35680813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.050306138 + inSlope: 0.049038436 + outSlope: 0.049038436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.040262014 + inSlope: -0.19170806 + outSlope: -0.19170806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.03461893 + inSlope: -0.092194624 + outSlope: -0.092194624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.034115706 + inSlope: 0.06592256 + outSlope: 0.06592256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.055523235 + inSlope: 0.23391554 + outSlope: 0.23391554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.06855133 + inSlope: 0.17978168 + outSlope: 0.17978168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.082982935 + inSlope: 0.2983338 + outSlope: 0.2983338 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.108144686 + inSlope: 0.38563606 + outSlope: 0.38563606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.12651554 + inSlope: 0.05819416 + outSlope: 0.05819416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.11379428 + inSlope: -0.36723742 + outSlope: -0.36723742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.08715059 + inSlope: -0.2914507 + outSlope: -0.2914507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.07971111 + inSlope: 0.05221897 + outSlope: 0.05221897 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.09233702 + inSlope: 0.041726943 + outSlope: 0.041726943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.075993836 + inSlope: -0.35984254 + outSlope: -0.35984254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.019728879 + inSlope: -0.285885 + outSlope: -0.285885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.012688045 + inSlope: -0.11947968 + outSlope: -0.11947968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.011763571 + inSlope: 0.06372721 + outSlope: 0.06372721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.016936518 + inSlope: 0.22925204 + outSlope: 0.22925204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.054077342 + inSlope: 0.40213373 + outSlope: 0.40213373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.08693037 + inSlope: 0.2577606 + outSlope: 0.2577606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.11256797 + inSlope: 0.280191 + outSlope: 0.280191 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.12971017 + inSlope: -0.25039226 + outSlope: -0.25039226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.09560433 + inSlope: -0.7210374 + outSlope: -0.7210374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.040715545 + inSlope: -0.8009112 + outSlope: -0.8009112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.015402396 + inSlope: -0.68213177 + outSlope: -0.68213177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.0047599133 + inSlope: -0.5204277 + outSlope: -0.5204277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.028668357 + inSlope: -0.20740885 + outSlope: -0.20740885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.03232369 + inSlope: 0.10574077 + outSlope: 0.10574077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.026070759 + inSlope: 0.2567582 + outSlope: 0.2567582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.015206491 + inSlope: 0.36174506 + outSlope: 0.36174506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.0019543485 + inSlope: 0.38996905 + outSlope: 0.38996905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.010791517 + inSlope: 0.34215415 + outSlope: 0.34215415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.020855905 + inSlope: 0.25746256 + outSlope: 0.25746256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.04098607 + inSlope: 0.2586493 + outSlope: 0.2586493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.051054593 + inSlope: 0.33262914 + outSlope: 0.33262914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.07834083 + inSlope: -0.012838177 + outSlope: -0.012838177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.072979845 + inSlope: -0.31766632 + outSlope: -0.31766632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.033844516 + inSlope: -0.7413759 + outSlope: -0.7413759 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.0077380817 + inSlope: -0.76839197 + outSlope: -0.76839197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.017381746 + inSlope: -0.71928275 + outSlope: -0.71928275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.108326614 + inSlope: -0.7718891 + outSlope: -0.7718891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.19915742 + inSlope: -0.30630878 + outSlope: -0.30630878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.20172174 + inSlope: 0.023668505 + outSlope: 0.023668505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.18634865 + inSlope: 0.37329546 + outSlope: 0.37329546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.12818746 + inSlope: 0.66301185 + outSlope: 0.66301185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.090425774 + inSlope: 0.3551941 + outSlope: 0.3551941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.085479625 + inSlope: -0.19837359 + outSlope: -0.19837359 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.12513433 + inSlope: -0.35266623 + outSlope: -0.35266623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.13744007 + inSlope: -0.0035396852 + outSlope: -0.0035396852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.12626137 + inSlope: 0.049951945 + outSlope: 0.049951945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.13236298 + inSlope: 0.106553055 + outSlope: 0.106553055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.0980277 + inSlope: 0.46590465 + outSlope: 0.46590465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.069472015 + inSlope: 0.33381933 + outSlope: 0.33381933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.054451272 + inSlope: 0.14279121 + outSlope: 0.14279121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.04142752 + inSlope: 0.21492377 + outSlope: 0.21492377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.020042976 + inSlope: 0.43211794 + outSlope: 0.43211794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.003854131 + inSlope: 0.5151672 + outSlope: 0.5151672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.0143014705 + inSlope: 0.5294292 + outSlope: 0.5294292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.03144112 + inSlope: 0.44770268 + outSlope: 0.44770268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.04414829 + inSlope: 0.28318766 + outSlope: 0.28318766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.05032028 + inSlope: 0.09362416 + outSlope: 0.09362416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.04324186 + inSlope: -0.07434604 + outSlope: -0.07434604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.044602998 + inSlope: 0.13742495 + outSlope: 0.13742495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.07210806 + inSlope: 0.3693599 + outSlope: 0.3693599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.11807704 + inSlope: 0.53933215 + outSlope: 0.53933215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.16255376 + inSlope: -0.18534805 + outSlope: -0.18534805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.12773 + inSlope: -0.7690448 + outSlope: -0.7690448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.07096219 + inSlope: -0.7532949 + outSlope: -0.7532949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.04891488 + inSlope: -0.5270751 + outSlope: -0.5270751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.035823885 + inSlope: -0.27191016 + outSlope: -0.27191016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.030239252 + inSlope: -0.0061374027 + outSlope: -0.0061374027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.030378394 + inSlope: -0.04465723 + outSlope: -0.04465723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.027262107 + inSlope: -0.11322255 + outSlope: -0.11322255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.017048841 + inSlope: -0.20399177 + outSlope: -0.20399177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.0092307925 + inSlope: -0.255738 + outSlope: -0.255738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.00000034150946 + inSlope: -0.2769343 + outSlope: -0.2769343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Head Tilt Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000021344341 + inSlope: -2.3884296 + outSlope: -2.3884296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.16182913 + inSlope: -2.538066 + outSlope: -2.538066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.24881853 + inSlope: -2.670491 + outSlope: -2.670491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.33986187 + inSlope: -2.3383431 + outSlope: -2.3383431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.43403995 + inSlope: -0.41741592 + outSlope: -0.41741592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.4325358 + inSlope: 0.11062593 + outSlope: 0.11062593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.34871307 + inSlope: 1.2547476 + outSlope: 1.2547476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.10163544 + inSlope: 1.1413646 + outSlope: 1.1413646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.04643032 + inSlope: 0.48710963 + outSlope: 0.48710963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.03951876 + inSlope: -0.36147013 + outSlope: -0.36147013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.06017946 + inSlope: -0.9266808 + outSlope: -0.9266808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.10129746 + inSlope: -1.5456173 + outSlope: -1.5456173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.4954613 + inSlope: -2.2518806 + outSlope: -2.2518806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.7094304 + inSlope: 0.67724687 + outSlope: 0.67724687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.44137323 + inSlope: 1.3042496 + outSlope: 1.3042496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.3743671 + inSlope: -0.25845343 + outSlope: -0.25845343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.5062358 + inSlope: -2.1959288 + outSlope: -2.1959288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.9644188 + inSlope: -1.2307086 + outSlope: -1.2307086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.9424771 + inSlope: 1.5445887 + outSlope: 1.5445887 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.5874342 + inSlope: 1.675956 + outSlope: 1.675956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.52122 + inSlope: -0.7390244 + outSlope: -0.7390244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.87894917 + inSlope: -2.130072 + outSlope: -2.130072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -1.1299195 + inSlope: -1.1603909 + outSlope: -1.1603909 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -1.0986696 + inSlope: 2.2659225 + outSlope: 2.2659225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.68584764 + inSlope: 5.2581944 + outSlope: 5.2581944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.33591163 + inSlope: 4.789256 + outSlope: 4.789256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.062000472 + inSlope: 3.4314542 + outSlope: 3.4314542 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.04191364 + inSlope: 2.8789444 + outSlope: 2.8789444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.20454462 + inSlope: 2.0069263 + outSlope: 2.0069263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.31337383 + inSlope: -0.09302087 + outSlope: -0.09302087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.25232166 + inSlope: -1.5508564 + outSlope: -1.5508564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.07469196 + inSlope: -1.3239233 + outSlope: -1.3239233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.04043538 + inSlope: -0.65877914 + outSlope: -0.65877914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.030773388 + inSlope: 0.07159147 + outSlope: 0.07159147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.04520814 + inSlope: 0.72982305 + outSlope: 0.72982305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.18216857 + inSlope: 1.6532304 + outSlope: 1.6532304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.32588667 + inSlope: 0.97264993 + outSlope: 0.97264993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.41766855 + inSlope: 0.85843027 + outSlope: 0.85843027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.515032 + inSlope: -0.19111921 + outSlope: -0.19111921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.33300337 + inSlope: -0.87339664 + outSlope: -0.87339664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.31886894 + inSlope: 0.50874 + outSlope: 0.50874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.41621822 + inSlope: 0.76760197 + outSlope: 0.76760197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.5554955 + inSlope: 1.6883521 + outSlope: 1.6883521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.83239853 + inSlope: 0.16804653 + outSlope: 0.16804653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.6107262 + inSlope: -1.5145063 + outSlope: -1.5145063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.511323 + inSlope: 0.41261446 + outSlope: 0.41261446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.62203115 + inSlope: 0.12934965 + outSlope: 0.12934965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.53265226 + inSlope: -1.2328267 + outSlope: -1.2328267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.44825247 + inSlope: -1.182491 + outSlope: -1.182491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.41085932 + inSlope: -1.956246 + outSlope: -1.956246 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.3178362 + inSlope: -2.6422274 + outSlope: -2.6422274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.07799328 + inSlope: -2.3383694 + outSlope: -2.3383694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000021344341 + inSlope: -2.3397942 + outSlope: -2.3397942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Head Turn Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Jaw Close + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Jaw Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.16645063 + inSlope: 1.2082502 + outSlope: 1.2082502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.25625995 + inSlope: 1.6854416 + outSlope: 1.6854416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.31908843 + inSlope: 2.0415642 + outSlope: 2.0415642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39236423 + inSlope: 1.9538262 + outSlope: 1.9538262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.4790674 + inSlope: 0.35981905 + outSlope: 0.35981905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.31335676 + inSlope: -2.2848125 + outSlope: -2.2848125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.1590809 + inSlope: -2.0223966 + outSlope: -2.0223966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.09880727 + inSlope: -1.5046158 + outSlope: -1.5046158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.05877318 + inSlope: -0.89786184 + outSlope: -0.89786184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.038949832 + inSlope: -0.3722697 + outSlope: -0.3722697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.033955213 + inSlope: -0.06038871 + outSlope: -0.06038871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.034923915 + inSlope: -0.008284596 + outSlope: -0.008284596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.03340291 + inSlope: -0.12687564 + outSlope: -0.12687564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.026465535 + inSlope: -0.21715748 + outSlope: -0.21715748 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.018925745 + inSlope: -0.099775 + outSlope: -0.099775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.019813877 + inSlope: 0.26400822 + outSlope: 0.26400822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.036526278 + inSlope: 0.7766273 + outSlope: 0.7766273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.071589045 + inSlope: 1.2894104 + outSlope: 1.2894104 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.3030016 + inSlope: 1.5821924 + outSlope: 1.5821924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.39333376 + inSlope: -0.8996322 + outSlope: -0.8996322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.29322234 + inSlope: -2.0780475 + outSlope: -2.0780475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.05721357 + inSlope: -1.8864496 + outSlope: -1.8864496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.0053423853 + inSlope: -1.4448602 + outSlope: -1.4448602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.03911035 + inSlope: -1.0011449 + outSlope: -1.0011449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.061400626 + inSlope: -0.5196009 + outSlope: -0.5196009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.07375046 + inSlope: -0.33354247 + outSlope: -0.33354247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.08363677 + inSlope: -0.1849871 + outSlope: -0.1849871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.08608292 + inSlope: 0.20974036 + outSlope: 0.20974036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.06965403 + inSlope: 0.9016528 + outSlope: 0.9016528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.025972731 + inSlope: 1.454866 + outSlope: 1.454866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.027336944 + inSlope: 1.6343896 + outSlope: 1.6343896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.08298667 + inSlope: 1.7607284 + outSlope: 1.7607284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.25773504 + inSlope: 1.3909333 + outSlope: 1.3909333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.31047598 + inSlope: -0.7250407 + outSlope: -0.7250407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.22562788 + inSlope: -1.7029735 + outSlope: -1.7029735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.10275569 + inSlope: -1.6020052 + outSlope: -1.6020052 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.05660004 + inSlope: -1.0910172 + outSlope: -1.0910172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.030021247 + inSlope: -0.58700216 + outSlope: -0.58700216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.017466411 + inSlope: -0.33405793 + outSlope: -0.33405793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.0077507403 + inSlope: -0.44803643 + outSlope: -0.44803643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.0124026565 + inSlope: -0.8001903 + outSlope: -0.8001903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.045595232 + inSlope: -0.883373 + outSlope: -0.883373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.07129414 + inSlope: -0.39064607 + outSlope: -0.39064607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.07163828 + inSlope: 0.5135254 + outSlope: 0.5135254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.037058894 + inSlope: 1.3578424 + outSlope: 1.3578424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.018884717 + inSlope: 1.6878424 + outSlope: 1.6878424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.075463824 + inSlope: 1.8323424 + outSlope: 1.8323424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.27868465 + inSlope: 2.0181808 + outSlope: 2.0181808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.47051954 + inSlope: 0.4093426 + outSlope: 0.4093426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.40232542 + inSlope: -1.9097748 + outSlope: -1.9097748 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.22710462 + inSlope: -2.9206202 + outSlope: -2.9206202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.12980685 + inSlope: -2.6278613 + outSlope: -2.6278613 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.05191404 + inSlope: -1.9139112 + outSlope: -1.9139112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.0022128879 + inSlope: -1.3583891 + outSlope: -1.3583891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.03864515 + inSlope: -0.90927947 + outSlope: -0.90927947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.058405682 + inSlope: -0.48706013 + outSlope: -0.48706013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.07111579 + inSlope: -0.39069408 + outSlope: -0.39069408 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.09767519 + inSlope: -0.37436152 + outSlope: -0.37436152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.101566926 + inSlope: 0.71161103 + outSlope: 0.71161103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.066082716 + inSlope: 1.4806372 + outSlope: 1.4806372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.0028578728 + inSlope: 1.7878276 + outSlope: 1.7878276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.05310608 + inSlope: 1.8801845 + outSlope: 1.8801845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.20110539 + inSlope: 2.375524 + outSlope: 2.375524 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.40742177 + inSlope: 1.3117592 + outSlope: 1.3117592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.42414388 + inSlope: -1.0429618 + outSlope: -1.0429618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.30617368 + inSlope: -2.283356 + outSlope: -2.283356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.14500584 + inSlope: -2.1630278 + outSlope: -2.1630278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.07990627 + inSlope: -1.6386857 + outSlope: -1.6386857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.035760228 + inSlope: -1.0161979 + outSlope: -1.0161979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.012159635 + inSlope: -0.48624465 + outSlope: -0.48624465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.0033437817 + inSlope: -0.1606554 + outSlope: -0.1606554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.0014492866 + inSlope: -0.029371046 + outSlope: -0.029371046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.0013857138 + inSlope: 0.04693983 + outSlope: 0.04693983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.0045786058 + inSlope: 0.24753062 + outSlope: 0.24753062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.01788774 + inSlope: 0.64425707 + outSlope: 0.64425707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.047529038 + inSlope: 1.1581919 + outSlope: 1.1581919 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.21130773 + inSlope: 1.6103545 + outSlope: 1.6103545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.29572085 + inSlope: 0.8349899 + outSlope: 0.8349899 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.31570813 + inSlope: -0.343117 + outSlope: -0.343117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.24483798 + inSlope: -1.1380059 + outSlope: -1.1380059 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.15195128 + inSlope: -1.50792 + outSlope: -1.50792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.059540126 + inSlope: -1.0773472 + outSlope: -1.0773472 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.029826432 + inSlope: -0.7292486 + outSlope: -0.7292486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.0109236 + inSlope: -0.45373034 + outSlope: -0.45373034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.000422392 + inSlope: -0.23197287 + outSlope: -0.23197287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.0045414064 + inSlope: 0.13514882 + outSlope: 0.13514882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.0085875215 + inSlope: 0.6305511 + outSlope: 0.6305511 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.037495293 + inSlope: 1.1170924 + outSlope: 1.1170924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.31649846 + inSlope: 1.3700693 + outSlope: 1.3700693 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.37878668 + inSlope: -0.50093293 + outSlope: -0.50093293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.26774585 + inSlope: -1.4744523 + outSlope: -1.4744523 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.14765212 + inSlope: -0.46578616 + outSlope: -0.46578616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.14313069 + inSlope: 0.16133705 + outSlope: 0.16133705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.15840791 + inSlope: 0.58473647 + outSlope: 0.58473647 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.18211308 + inSlope: 0.5463506 + outSlope: 0.5463506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.19483125 + inSlope: -0.42056432 + outSlope: -0.42056432 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.15407549 + inSlope: -1.09077 + outSlope: -1.09077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.122113325 + inSlope: -0.5202478 + outSlope: -0.5202478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.1366786 + inSlope: 0.70587516 + outSlope: 0.70587516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.16645063 + inSlope: 0.8931617 + outSlope: 0.8931617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Arm Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.452862 + inSlope: -1.0572883 + outSlope: -1.0572883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.38839212 + inSlope: -0.6288814 + outSlope: -0.6288814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.37569362 + inSlope: -0.49931154 + outSlope: -0.49931154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.30838022 + inSlope: -0.55037665 + outSlope: -0.55037665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.27439204 + inSlope: 0.07032306 + outSlope: 0.07032306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.33244857 + inSlope: 1.1648946 + outSlope: 1.1648946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.49916562 + inSlope: 0.5675914 + outSlope: 0.5675914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.45916057 + inSlope: -1.1784763 + outSlope: -1.1784763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.35141334 + inSlope: -0.34593716 + outSlope: -0.34593716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.45535955 + inSlope: 0.5656219 + outSlope: 0.5656219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.45909515 + inSlope: -0.24584566 + outSlope: -0.24584566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.46302876 + inSlope: 0.48429137 + outSlope: 0.48429137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.5696274 + inSlope: -0.25896215 + outSlope: -0.25896215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.49092954 + inSlope: -0.29574355 + outSlope: -0.29574355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.54299426 + inSlope: 0.2123945 + outSlope: 0.2123945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.5386443 + inSlope: -0.08761265 + outSlope: -0.08761265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.5596455 + inSlope: 0.5198122 + outSlope: 0.5198122 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.606095 + inSlope: -0.5564427 + outSlope: -0.5564427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.49308679 + inSlope: -0.4200227 + outSlope: -0.4200227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.5598848 + inSlope: 0.24516267 + outSlope: 0.24516267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.51711607 + inSlope: -0.85608685 + outSlope: -0.85608685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.44691655 + inSlope: -0.039041027 + outSlope: -0.039041027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.516473 + inSlope: -0.5988717 + outSlope: -0.5988717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.24344675 + inSlope: -1.4110473 + outSlope: -1.4110473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.18765788 + inSlope: -0.19081765 + outSlope: -0.19081765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.25012413 + inSlope: 1.1104941 + outSlope: 1.1104941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.35099965 + inSlope: 0.5840377 + outSlope: 0.5840377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.35287705 + inSlope: -0.34377545 + outSlope: -0.34377545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.34274337 + inSlope: 0.52920884 + outSlope: 0.52920884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.46650094 + inSlope: 1.6093287 + outSlope: 1.6093287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.6060095 + inSlope: -0.04123722 + outSlope: -0.04123722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.5147141 + inSlope: -1.4983988 + outSlope: -1.4983988 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.37495485 + inSlope: -0.9312794 + outSlope: -0.9312794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.31055766 + inSlope: -0.3973397 + outSlope: -0.3973397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.26927966 + inSlope: -0.28961805 + outSlope: -0.28961805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.2981277 + inSlope: 1.1627101 + outSlope: 1.1627101 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.5378102 + inSlope: 1.5079098 + outSlope: 1.5079098 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.5701477 + inSlope: -1.123092 + outSlope: -1.123092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.377642 + inSlope: -0.7664697 + outSlope: -0.7664697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.37696746 + inSlope: 0.044408035 + outSlope: 0.044408035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.34252954 + inSlope: -0.6755168 + outSlope: -0.6755168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.28916648 + inSlope: 0.71841156 + outSlope: 0.71841156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.39679438 + inSlope: 2.3534882 + outSlope: 2.3534882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.6866009 + inSlope: 0.3595522 + outSlope: 0.3595522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.54863083 + inSlope: -1.7572147 + outSlope: -1.7572147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.452862 + inSlope: -1.275422 + outSlope: -1.275422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Arm Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.08693577 + inSlope: 1.2278883 + outSlope: 1.2278883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.12786539 + inSlope: 1.1079721 + outSlope: 1.1079721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.16080059 + inSlope: 0.836025 + outSlope: 0.836025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.1836004 + inSlope: 0.6983442 + outSlope: 0.6983442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.23736188 + inSlope: 0.1786972 + outSlope: 0.1786972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.23870346 + inSlope: -0.09589412 + outSlope: -0.09589412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.23096894 + inSlope: -0.5248489 + outSlope: -0.5248489 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.15640584 + inSlope: -1.6708667 + outSlope: -1.6708667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.092322424 + inSlope: -2.079298 + outSlope: -2.079298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.017785924 + inSlope: -2.2574825 + outSlope: -2.2574825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.058176473 + inSlope: -2.2016544 + outSlope: -2.2016544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.25728655 + inSlope: -0.31707233 + outSlope: -0.31707233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.22732155 + inSlope: 1.1168618 + outSlope: 1.1168618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.124097474 + inSlope: 1.7216053 + outSlope: 1.7216053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.010387679 + inSlope: 1.5774345 + outSlope: 1.5774345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.039374825 + inSlope: 1.3821957 + outSlope: 1.3821957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.11638087 + inSlope: 0.94935733 + outSlope: 0.94935733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.19742386 + inSlope: 0.78143466 + outSlope: 0.78143466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.24124166 + inSlope: -0.79753864 + outSlope: -0.79753864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.1341487 + inSlope: -2.3132865 + outSlope: -2.3132865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.04670118 + inSlope: -2.769949 + outSlope: -2.769949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.050514385 + inSlope: -2.9221342 + outSlope: -2.9221342 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.23512986 + inSlope: -2.291453 + outSlope: -2.291453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.33744758 + inSlope: -0.6112195 + outSlope: -0.6112195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.2690737 + inSlope: 1.5710912 + outSlope: 1.5710912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.15116575 + inSlope: 1.7742505 + outSlope: 1.7742505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.038097974 + inSlope: 1.6061668 + outSlope: 1.6061668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.014053669 + inSlope: 1.5435877 + outSlope: 1.5435877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.11330415 + inSlope: 1.4083807 + outSlope: 1.4083807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.21438375 + inSlope: -0.5541751 + outSlope: -0.5541751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.11812529 + inSlope: -2.2016535 + outSlope: -2.2016535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.033814732 + inSlope: -2.7046943 + outSlope: -2.7046943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.06218783 + inSlope: -2.8821619 + outSlope: -2.8821619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.24219467 + inSlope: -2.1619017 + outSlope: -2.1619017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.331533 + inSlope: -0.375097 + outSlope: -0.375097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.18325748 + inSlope: 1.8259163 + outSlope: 1.8259163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.0028972896 + inSlope: 1.6946537 + outSlope: 1.6946537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.10129285 + inSlope: 1.3943981 + outSlope: 1.3943981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.21687415 + inSlope: 0.99150914 + outSlope: 0.99150914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.2755868 + inSlope: -0.27848285 + outSlope: -0.27848285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.20121653 + inSlope: -1.8666757 + outSlope: -1.8666757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.045774385 + inSlope: -2.5067577 + outSlope: -2.5067577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.038866527 + inSlope: -2.5039384 + outSlope: -2.5039384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.25329685 + inSlope: -1.3863447 + outSlope: -1.3863447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.25880402 + inSlope: 1.0202473 + outSlope: 1.0202473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.16069938 + inSlope: 1.9207671 + outSlope: 1.9207671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.08946905 + inSlope: 2.265821 + outSlope: 2.265821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.009644787 + inSlope: 2.3815024 + outSlope: 2.3815024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.06929762 + inSlope: 2.212017 + outSlope: 2.212017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.19009247 + inSlope: 1.3180639 + outSlope: 1.3180639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.26328665 + inSlope: 0.35922682 + outSlope: 0.35922682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.27188742 + inSlope: -0.30047306 + outSlope: -0.30047306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.17581084 + inSlope: -1.6892003 + outSlope: -1.6892003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.11154075 + inSlope: -2.1391695 + outSlope: -2.1391695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.03319968 + inSlope: -2.4461694 + outSlope: -2.4461694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.051537063 + inSlope: -2.5036492 + outSlope: -2.5036492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.2024023 + inSlope: -1.7014441 + outSlope: -1.7014441 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.25976068 + inSlope: 0.14808223 + outSlope: 0.14808223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.18378387 + inSlope: 1.9188414 + outSlope: 1.9188414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.025618618 + inSlope: 2.4841995 + outSlope: 2.4841995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.0562684 + inSlope: 2.360135 + outSlope: 2.360135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.30889168 + inSlope: 1.3524449 + outSlope: 1.3524449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.36390606 + inSlope: -0.9370655 + outSlope: -0.9370655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.16316856 + inSlope: -2.6691365 + outSlope: -2.6691365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.07088304 + inSlope: -2.744192 + outSlope: -2.744192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.019777387 + inSlope: -2.6461453 + outSlope: -2.6461453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.10552648 + inSlope: -2.4211302 + outSlope: -2.4211302 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.26071018 + inSlope: -0.13640769 + outSlope: -0.13640769 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.19656895 + inSlope: 1.8054187 + outSlope: 1.8054187 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.12559852 + inSlope: 2.2410164 + outSlope: 2.2410164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.047167987 + inSlope: 2.3369102 + outSlope: 2.3369102 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.030195339 + inSlope: 2.267227 + outSlope: 2.267227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.241556 + inSlope: 1.9245617 + outSlope: 1.9245617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.3969065 + inSlope: -0.04701291 + outSlope: -0.04701291 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.28395027 + inSlope: -2.0450366 + outSlope: -2.0450366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.043069232 + inSlope: -2.346314 + outSlope: -2.346314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.031800654 + inSlope: -2.1324162 + outSlope: -2.1324162 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.09909171 + inSlope: -1.9184515 + outSlope: -1.9184515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.15969731 + inSlope: -1.66853 + outSlope: -1.66853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.21032694 + inSlope: -1.1799569 + outSlope: -1.1799569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.23836103 + inSlope: 0.57125247 + outSlope: 0.57125247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.17224348 + inSlope: 2.2051857 + outSlope: 2.2051857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.09134879 + inSlope: 2.2708287 + outSlope: 2.2708287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.020855032 + inSlope: 1.9305313 + outSlope: 1.9305313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.037353177 + inSlope: 1.6168636 + outSlope: 1.6168636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.08693577 + inSlope: 1.4874793 + outSlope: 1.4874793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Arm Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000005691825 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000005691825 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Eye Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Eye In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33085155 + inSlope: 0.92736477 + outSlope: 0.92736477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.2999394 + inSlope: 1.1484561 + outSlope: 1.1484561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.2542878 + inSlope: 1.453026 + outSlope: 1.453026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.20307098 + inSlope: 1.833164 + outSlope: 1.833164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.13207687 + inSlope: 1.6218249 + outSlope: 1.6218249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.094949335 + inSlope: 1.1868806 + outSlope: 1.1868806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.05295149 + inSlope: 0.33510756 + outSlope: 0.33510756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.07260881 + inSlope: -0.43299434 + outSlope: -0.43299434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.081817776 + inSlope: 0.37923154 + outSlope: 0.37923154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.047326714 + inSlope: -0.2872057 + outSlope: -0.2872057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.10096482 + inSlope: -2.683399 + outSlope: -2.683399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.22621997 + inSlope: -3.8110812 + outSlope: -3.8110812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.45998764 + inSlope: -2.2707624 + outSlope: -2.2707624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.54759914 + inSlope: -1.0193878 + outSlope: -1.0193878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.67647964 + inSlope: -0.31919038 + outSlope: -0.31919038 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.622372 + inSlope: 1.8894193 + outSlope: 1.8894193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.54120183 + inSlope: 2.0235434 + outSlope: 2.0235434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.4874691 + inSlope: 0.89843065 + outSlope: 0.89843065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.4889932 + inSlope: 0.14656809 + outSlope: 0.14656809 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.47153518 + inSlope: 0.9218006 + outSlope: 0.9218006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.3851013 + inSlope: 0.9628359 + outSlope: 0.9628359 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.36335078 + inSlope: 0.27300665 + outSlope: 0.27300665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.36690086 + inSlope: -0.012894429 + outSlope: -0.012894429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.3642104 + inSlope: -0.021748856 + outSlope: -0.021748856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.376242 + inSlope: -0.2261087 + outSlope: -0.2261087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.39854923 + inSlope: -0.6688354 + outSlope: -0.6688354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.42801368 + inSlope: 0.8654946 + outSlope: 0.8654946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.34084964 + inSlope: 2.2998364 + outSlope: 2.2998364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.2209453 + inSlope: 1.5642195 + outSlope: 1.5642195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.13217022 + inSlope: 0.7798935 + outSlope: 0.7798935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.11841697 + inSlope: -0.13620539 + outSlope: -0.13620539 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.14125057 + inSlope: -1.3364404 + outSlope: -1.3364404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.20751292 + inSlope: -3.028449 + outSlope: -3.028449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.34314746 + inSlope: -5.1195397 + outSlope: -5.1195397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.5488157 + inSlope: -5.3575954 + outSlope: -5.3575954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.7003201 + inSlope: -3.44423 + outSlope: -3.44423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.7784311 + inSlope: -1.9774992 + outSlope: -1.9774992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.8234431 + inSlope: 1.283761 + outSlope: 1.283761 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.7465696 + inSlope: 2.5524106 + outSlope: 2.5524106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.48222926 + inSlope: 1.8967464 + outSlope: 1.8967464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.43426406 + inSlope: -0.99076736 + outSlope: -0.99076736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.52704614 + inSlope: -0.77919614 + outSlope: -0.77919614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.53473157 + inSlope: 0.2754975 + outSlope: 0.2754975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.50867945 + inSlope: 0.6179224 + outSlope: 0.6179224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.4759214 + inSlope: 0.55399644 + outSlope: 0.55399644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.45660353 + inSlope: 0.13637212 + outSlope: 0.13637212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.5194887 + inSlope: -2.3832188 + outSlope: -2.3832188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.88112646 + inSlope: -2.8273067 + outSlope: -2.8273067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.96423405 + inSlope: 0.79758334 + outSlope: 0.79758334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.8975914 + inSlope: 2.0038347 + outSlope: 2.0038347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.8306452 + inSlope: 1.5316921 + outSlope: 1.5316921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.7971859 + inSlope: -0.3058982 + outSlope: -0.3058982 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.83820236 + inSlope: -1.4742258 + outSlope: -1.4742258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.99014664 + inSlope: 1.1982601 + outSlope: 1.1982601 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.69808084 + inSlope: 7.6925087 + outSlope: 7.6925087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.38478824 + inSlope: 6.9499474 + outSlope: 6.9499474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.23475146 + inSlope: 3.1474721 + outSlope: 3.1474721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.17495696 + inSlope: 1.8865229 + outSlope: 1.8865229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.10898339 + inSlope: 1.9160614 + outSlope: 1.9160614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.047219656 + inSlope: 2.0311558 + outSlope: 2.0311558 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.026427405 + inSlope: 2.099277 + outSlope: 2.099277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.092732534 + inSlope: 1.7061045 + outSlope: 1.7061045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.1401676 + inSlope: 0.95503384 + outSlope: 0.95503384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.12670779 + inSlope: -0.8343171 + outSlope: -0.8343171 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.055179358 + inSlope: -1.1813104 + outSlope: -1.1813104 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.014679212 + inSlope: -1.1240392 + outSlope: -1.1240392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.01975651 + inSlope: -0.758749 + outSlope: -0.758749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.035904005 + inSlope: -0.06425831 + outSlope: -0.06425831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.024040394 + inSlope: 0.6901001 + outSlope: 0.6901001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.010102619 + inSlope: 1.1915147 + outSlope: 1.1915147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.055393845 + inSlope: 1.4035007 + outSlope: 1.4035007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.10366924 + inSlope: 1.329232 + outSlope: 1.329232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.20224163 + inSlope: 0.7367859 + outSlope: 0.7367859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.22891478 + inSlope: -0.5611464 + outSlope: -0.5611464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.11537161 + inSlope: -1.1157434 + outSlope: -1.1157434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.08313182 + inSlope: -0.73736894 + outSlope: -0.73736894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.06621373 + inSlope: -0.27282047 + outSlope: -0.27282047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.064943805 + inSlope: 0.1387394 + outSlope: 0.1387394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.091190696 + inSlope: 0.48476347 + outSlope: 0.48476347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.12625262 + inSlope: 0.6474539 + outSlope: 0.6474539 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.18696019 + inSlope: 1.2458532 + outSlope: 1.2458532 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.38720497 + inSlope: 0.09118402 + outSlope: 0.09118402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.33967516 + inSlope: -1.401925 + outSlope: -1.401925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.15793073 + inSlope: -1.6992257 + outSlope: -1.6992257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.06931584 + inSlope: -0.8684879 + outSlope: -0.8684879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.048641443 + inSlope: -0.408896 + outSlope: -0.408896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.042056136 + inSlope: -0.08153065 + outSlope: -0.08153065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.04320609 + inSlope: 0.077991985 + outSlope: 0.077991985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.052590996 + inSlope: 0.12775837 + outSlope: 0.12775837 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.05577283 + inSlope: -0.023171518 + outSlope: -0.023171518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.05104623 + inSlope: -0.298429 + outSlope: -0.298429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.03587758 + inSlope: -0.5820675 + outSlope: -0.5820675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.012241767 + inSlope: -0.67964435 + outSlope: -0.67964435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.009431994 + inSlope: -0.6194056 + outSlope: -0.6194056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.029051902 + inSlope: -0.49390623 + outSlope: -0.49390623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.042359043 + inSlope: -0.3190011 + outSlope: -0.3190011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.05031862 + inSlope: 0.06824038 + outSlope: 0.06824038 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.03780969 + inSlope: 0.460928 + outSlope: 0.460928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.019590117 + inSlope: 0.1640277 + outSlope: 0.1640277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.026874518 + inSlope: -0.58462703 + outSlope: -0.58462703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.058565665 + inSlope: -0.8647024 + outSlope: -0.8647024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.08452174 + inSlope: -0.8414409 + outSlope: -0.8414409 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.11466167 + inSlope: -0.8629841 + outSlope: -0.8629841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.14205396 + inSlope: -0.93167436 + outSlope: -0.93167436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.21873085 + inSlope: -1.4026802 + outSlope: -1.4026802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.32326806 + inSlope: -1.4392984 + outSlope: -1.4392984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.3662383 + inSlope: -0.6832044 + outSlope: -0.6832044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.36881498 + inSlope: 0.06253174 + outSlope: 0.06253174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.3408926 + inSlope: 0.29596996 + outSlope: 0.29596996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.33085155 + inSlope: 0.30123204 + outSlope: 0.30123204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Foot Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.44023362 + inSlope: 0.8568808 + outSlope: 0.8568808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.3101448 + inSlope: 1.0663257 + outSlope: 1.0663257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.2755359 + inSlope: 0.82005453 + outSlope: 0.82005453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.23791635 + inSlope: 0.78763795 + outSlope: 0.78763795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.14778842 + inSlope: 2.1128461 + outSlope: 2.1128461 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.062108915 + inSlope: 2.9524765 + outSlope: 2.9524765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.049043346 + inSlope: 3.4841328 + outSlope: 3.4841328 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.17016669 + inSlope: 3.51758 + outSlope: 3.51758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.28354877 + inSlope: 2.6301415 + outSlope: 2.6301415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.34550944 + inSlope: 1.4485284 + outSlope: 1.4485284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.3801173 + inSlope: 0.47240415 + outSlope: 0.47240415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.34249264 + inSlope: -1.3371844 + outSlope: -1.3371844 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.2878574 + inSlope: -1.3464152 + outSlope: -1.3464152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.25273165 + inSlope: -0.41403776 + outSlope: -0.41403776 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.33719116 + inSlope: 1.1694875 + outSlope: 1.1694875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.37359038 + inSlope: 0.9421949 + outSlope: 0.9421949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.42718074 + inSlope: 0.94865257 + outSlope: 0.94865257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.51670784 + inSlope: 0.12111972 + outSlope: 0.12111972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.47251225 + inSlope: -1.2355944 + outSlope: -1.2355944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.35396078 + inSlope: -0.36502936 + outSlope: -0.36502936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.37891674 + inSlope: 0.96787786 + outSlope: 0.96787786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.41946694 + inSlope: 0.9368621 + outSlope: 0.9368621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.45149633 + inSlope: -0.16682775 + outSlope: -0.16682775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.42020252 + inSlope: -0.0496683 + outSlope: -0.0496683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.42589217 + inSlope: 0.09648431 + outSlope: 0.09648431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.41459927 + inSlope: -0.69823784 + outSlope: -0.69823784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.30975232 + inSlope: -0.75398314 + outSlope: -0.75398314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.2967227 + inSlope: 0.26802027 + outSlope: 0.26802027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.32401127 + inSlope: 0.28083828 + outSlope: 0.28083828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.34539187 + inSlope: 0.8317002 + outSlope: 0.8317002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.4470902 + inSlope: 1.9207492 + outSlope: 1.9207492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.56763244 + inSlope: 1.3261168 + outSlope: 1.3261168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.5701436 + inSlope: -1.141998 + outSlope: -1.141998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.43967178 + inSlope: -0.71935403 + outSlope: -0.71935403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.44043577 + inSlope: 0.48334214 + outSlope: 0.48334214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.47083136 + inSlope: 0.082747124 + outSlope: 0.082747124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.44436362 + inSlope: -0.39155313 + outSlope: -0.39155313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.40645728 + inSlope: -0.24478042 + outSlope: -0.24478042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.36141706 + inSlope: -1.3367848 + outSlope: -1.3367848 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.20729697 + inSlope: -3.1561573 + outSlope: -3.1561573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.0902437 + inSlope: -3.5586777 + outSlope: -3.5586777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.029947992 + inSlope: -3.6097825 + outSlope: -3.6097825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.15040824 + inSlope: -3.51577 + outSlope: -3.51577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.26433244 + inSlope: -2.5514503 + outSlope: -2.5514503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.32050475 + inSlope: -0.9510885 + outSlope: -0.9510885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.32773829 + inSlope: -0.17554133 + outSlope: -0.17554133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.33588558 + inSlope: -0.06309813 + outSlope: -0.06309813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.3511247 + inSlope: -0.2593247 + outSlope: -0.2593247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.3762669 + inSlope: 0.08692958 + outSlope: 0.08692958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.35455957 + inSlope: -0.34161094 + outSlope: -0.34161094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.43651968 + inSlope: -1.190268 + outSlope: -1.190268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.56552064 + inSlope: -0.3060797 + outSlope: -0.3060797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.41887197 + inSlope: 0.32512242 + outSlope: 0.32512242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.40685743 + inSlope: 0.10375152 + outSlope: 0.10375152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.41038716 + inSlope: -0.43812984 + outSlope: -0.43812984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.5568697 + inSlope: -0.86360687 + outSlope: -0.86360687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.5908138 + inSlope: 0.41715366 + outSlope: 0.41715366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.47208634 + inSlope: 0.5067985 + outSlope: 0.5067985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.4301865 + inSlope: 0.37606394 + outSlope: 0.37606394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.4070808 + inSlope: 0.19132763 + outSlope: 0.19132763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.40320867 + inSlope: -0.13747184 + outSlope: -0.13747184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.45260942 + inSlope: -0.7067717 + outSlope: -0.7067717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.5074949 + inSlope: -0.03733907 + outSlope: -0.03733907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.44023362 + inSlope: 0.6863502 + outSlope: 0.6863502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Foot Up-Down + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33470947 + inSlope: 1.1631783 + outSlope: 1.1631783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.24659812 + inSlope: 1.8476987 + outSlope: 1.8476987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.17275693 + inSlope: 2.4372602 + outSlope: 2.4372602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.08411411 + inSlope: 2.3034284 + outSlope: 2.3034284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.019195044 + inSlope: 1.4024998 + outSlope: 1.4024998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.009385878 + inSlope: 0.17676544 + outSlope: 0.17676544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.0074106706 + inSlope: -0.89551467 + outSlope: -0.89551467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.050315097 + inSlope: -1.5055456 + outSlope: -1.5055456 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.107780375 + inSlope: -1.7469754 + outSlope: -1.7469754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.21848941 + inSlope: -1.4066546 + outSlope: -1.4066546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.35740137 + inSlope: -0.8606177 + outSlope: -0.8606177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.4283512 + inSlope: -0.13775507 + outSlope: -0.13775507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.4348567 + inSlope: -0.12136592 + outSlope: -0.12136592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.39810348 + inSlope: 1.2940361 + outSlope: 1.2940361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.27078244 + inSlope: 2.2386274 + outSlope: 2.2386274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.13114467 + inSlope: 1.4518709 + outSlope: 1.4518709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.09731867 + inSlope: 0.4754591 + outSlope: 0.4754591 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.09944731 + inSlope: -0.5401457 + outSlope: -0.5401457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.24018379 + inSlope: -1.4571137 + outSlope: -1.4571137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.30765527 + inSlope: -0.48459476 + outSlope: -0.48459476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.29189205 + inSlope: 0.25204867 + outSlope: 0.25204867 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.28477472 + inSlope: -0.09237476 + outSlope: -0.09237476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.2761762 + inSlope: 0.49042574 + outSlope: 0.49042574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.2217792 + inSlope: 0.99991816 + outSlope: 0.99991816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.16152768 + inSlope: 0.4848904 + outSlope: 0.4848904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.15491591 + inSlope: -0.15521714 + outSlope: -0.15521714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.2086115 + inSlope: -1.2409737 + outSlope: -1.2409737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.2976163 + inSlope: -1.1088879 + outSlope: -1.1088879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.346315 + inSlope: 0.06493552 + outSlope: 0.06493552 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.30644023 + inSlope: 0.30308902 + outSlope: 0.30308902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.292591 + inSlope: -0.105169214 + outSlope: -0.105169214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.28661558 + inSlope: 0.5448023 + outSlope: 0.5448023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.21880706 + inSlope: 1.408225 + outSlope: 1.408225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.08302565 + inSlope: 0.5961323 + outSlope: 0.5961323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.076975204 + inSlope: -0.27258018 + outSlope: -0.27258018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.101197645 + inSlope: -1.0643603 + outSlope: -1.0643603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.20240393 + inSlope: -1.5257308 + outSlope: -1.5257308 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.28094497 + inSlope: -0.687863 + outSlope: -0.687863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.29371163 + inSlope: 0.18359247 + outSlope: 0.18359247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.23906004 + inSlope: 0.5673715 + outSlope: 0.5673715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.20401308 + inSlope: -0.067374475 + outSlope: -0.067374475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.24113655 + inSlope: -0.2912233 + outSlope: -0.2912233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.23368464 + inSlope: 0.67285514 + outSlope: 0.67285514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.15217423 + inSlope: 1.5630313 + outSlope: 1.5630313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.096970975 + inSlope: 1.533298 + outSlope: 1.533298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.049954467 + inSlope: 1.0746727 + outSlope: 1.0746727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.025326192 + inSlope: 0.27215675 + outSlope: 0.27215675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.0318107 + inSlope: -0.6554812 + outSlope: -0.6554812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.06902517 + inSlope: -1.4276744 + outSlope: -1.4276744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.12698917 + inSlope: -1.8174921 + outSlope: -1.8174921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.2434279 + inSlope: -1.3072999 + outSlope: -1.3072999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.29090348 + inSlope: -0.18023345 + outSlope: -0.18023345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.27187324 + inSlope: 0.22241881 + outSlope: 0.22241881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.22520341 + inSlope: 0.776618 + outSlope: 0.776618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.15106025 + inSlope: 1.4100728 + outSlope: 1.4100728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.099701606 + inSlope: 1.5934068 + outSlope: 1.5934068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.04483282 + inSlope: 1.5781262 + outSlope: 1.5781262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.005507491 + inSlope: 1.2969304 + outSlope: 1.2969304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.04162913 + inSlope: 0.7324144 + outSlope: 0.7324144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.054335073 + inSlope: -0.057506725 + outSlope: -0.057506725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.03779535 + inSlope: -0.93458354 + outSlope: -0.93458354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.007970441 + inSlope: -1.7124555 + outSlope: -1.7124555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.07636824 + inSlope: -2.219325 + outSlope: -2.219325 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.2344572 + inSlope: -2.197753 + outSlope: -2.197753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.39254713 + inSlope: -0.9017143 + outSlope: -0.9017143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.40675712 + inSlope: 0.30990362 + outSlope: 0.30990362 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.30999827 + inSlope: 0.98361254 + outSlope: 0.98361254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.18865605 + inSlope: 0.36698288 + outSlope: 0.36698288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.23655652 + inSlope: -0.84374106 + outSlope: -0.84374106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.3496525 + inSlope: -1.4019575 + outSlope: -1.4019575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.4773832 + inSlope: -0.7295084 + outSlope: -0.7295084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.4924996 + inSlope: 0.094452724 + outSlope: 0.094452724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.43644252 + inSlope: 1.0541011 + outSlope: 1.0541011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.33470947 + inSlope: 0.9896136 + outSlope: 0.9896136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Forearm Stretch + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0617981 + inSlope: 0.06920021 + outSlope: 0.06920021 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.068651564 + inSlope: 0.21598922 + outSlope: 0.21598922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.0909032 + inSlope: 0.35737753 + outSlope: 0.35737753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.10766168 + inSlope: 0.017612915 + outSlope: 0.017612915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.07235363 + inSlope: -0.58002496 + outSlope: -0.58002496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.0348203 + inSlope: -0.39821866 + outSlope: -0.39821866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.0253324 + inSlope: -0.18401009 + outSlope: -0.18401009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.024243934 + inSlope: 0.078612275 + outSlope: 0.078612275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.027793767 + inSlope: 0.115113124 + outSlope: 0.115113124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.04804527 + inSlope: 0.20151366 + outSlope: 0.20151366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.07874723 + inSlope: 0.50115025 + outSlope: 0.50115025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.123035565 + inSlope: 0.76908183 + outSlope: 0.76908183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.19087483 + inSlope: 0.41385692 + outSlope: 0.41385692 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.17224318 + inSlope: -0.5278671 + outSlope: -0.5278671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.07995205 + inSlope: -0.8112477 + outSlope: -0.8112477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.0036244239 + inSlope: -0.5584892 + outSlope: -0.5584892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.011667308 + inSlope: -0.35150495 + outSlope: -0.35150495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.016205197 + inSlope: 0.24141786 + outSlope: 0.24141786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.005077828 + inSlope: 0.42548582 + outSlope: 0.42548582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.012160558 + inSlope: 0.602141 + outSlope: 0.602141 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.06223309 + inSlope: 0.8425292 + outSlope: 0.8425292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.14402908 + inSlope: 0.6846718 + outSlope: 0.6846718 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.181491 + inSlope: -0.41368413 + outSlope: -0.41368413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.13741992 + inSlope: -0.78688323 + outSlope: -0.78688323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.088933684 + inSlope: -0.502027 + outSlope: -0.502027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.077082686 + inSlope: -0.20230113 + outSlope: -0.20230113 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.08746705 + inSlope: 0.17639843 + outSlope: 0.17639843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.09462835 + inSlope: 0.06436838 + outSlope: 0.06436838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.10204436 + inSlope: 0.25594464 + outSlope: 0.25594464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.13208485 + inSlope: 0.61870396 + outSlope: 0.61870396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.20014805 + inSlope: 0.5881654 + outSlope: 0.5881654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.23503356 + inSlope: -0.34523818 + outSlope: -0.34523818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.14731361 + inSlope: -0.7787883 + outSlope: -0.7787883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.050829034 + inSlope: -1.3541168 + outSlope: -1.3541168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.00013338367 + inSlope: -1.5856614 + outSlope: -1.5856614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.05488162 + inSlope: -1.5180514 + outSlope: -1.5180514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.10106994 + inSlope: -1.1034839 + outSlope: -1.1034839 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.12844715 + inSlope: -0.5374137 + outSlope: -0.5374137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.122370996 + inSlope: 0.2726469 + outSlope: 0.2726469 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.10783721 + inSlope: 0.1659053 + outSlope: 0.1659053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.08286617 + inSlope: 0.45129988 + outSlope: 0.45129988 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.042666934 + inSlope: 0.7065375 + outSlope: 0.7065375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.017997023 + inSlope: 0.7084384 + outSlope: 0.7084384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.0045622494 + inSlope: 0.5827826 + outSlope: 0.5827826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.020855114 + inSlope: 0.34590274 + outSlope: 0.34590274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.027622411 + inSlope: 0.05965753 + outSlope: 0.05965753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.024832278 + inSlope: -0.20037888 + outSlope: -0.20037888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.014263757 + inSlope: -0.37106228 + outSlope: -0.37106228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.00009474251 + inSlope: -0.44218427 + outSlope: -0.44218427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.015215168 + inSlope: -0.42067188 + outSlope: -0.42067188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.027950022 + inSlope: -0.29695484 + outSlope: -0.29695484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.037427355 + inSlope: -0.030614091 + outSlope: -0.030614091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.036928084 + inSlope: -0.03485915 + outSlope: -0.03485915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.045491584 + inSlope: -0.23587911 + outSlope: -0.23587911 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.083134 + inSlope: -0.09562642 + outSlope: -0.09562642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.07839914 + inSlope: 0.16436078 + outSlope: 0.16436078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.068764225 + inSlope: 0.00392054 + outSlope: 0.00392054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.071971424 + inSlope: -0.20763156 + outSlope: -0.20763156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.11963726 + inSlope: -0.1146366 + outSlope: -0.1146366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.11938433 + inSlope: 0.11624503 + outSlope: 0.11624503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.097806595 + inSlope: 0.022919387 + outSlope: 0.022919387 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.10154302 + inSlope: -0.24967277 + outSlope: -0.24967277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.13226384 + inSlope: -0.49604744 + outSlope: -0.49604744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.15259741 + inSlope: 0.07194798 + outSlope: 0.07194798 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.14272456 + inSlope: 0.5172955 + outSlope: 0.5172955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.11811094 + inSlope: 0.8705169 + outSlope: 0.8705169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.05261699 + inSlope: 0.7974154 + outSlope: 0.7974154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.031529177 + inSlope: 0.41972476 + outSlope: 0.41972476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.024635365 + inSlope: 0.06552301 + outSlope: 0.06552301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.02716098 + inSlope: -0.09935691 + outSlope: -0.09935691 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.031259153 + inSlope: -0.07647292 + outSlope: -0.07647292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.03225917 + inSlope: 0.0027885223 + outSlope: 0.0027885223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.031073252 + inSlope: 0.023962487 + outSlope: 0.023962487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.030661672 + inSlope: -0.069154315 + outSlope: -0.069154315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.035683535 + inSlope: -0.2619488 + outSlope: -0.2619488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.04812491 + inSlope: -0.46250147 + outSlope: -0.46250147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.09921784 + inSlope: -0.22751468 + outSlope: -0.22751468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.09077699 + inSlope: 0.45889053 + outSlope: 0.45889053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.042858202 + inSlope: 0.8874109 + outSlope: 0.8874109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.011238571 + inSlope: 0.94839966 + outSlope: 0.94839966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.020368382 + inSlope: 0.86804503 + outSlope: 0.86804503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.046631042 + inSlope: 0.60279405 + outSlope: 0.60279405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.060554616 + inSlope: 0.2470817 + outSlope: 0.2470817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.06310314 + inSlope: 0.018772688 + outSlope: 0.018772688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.061806127 + inSlope: -0.027839735 + outSlope: -0.027839735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.0617981 + inSlope: 0.016528234 + outSlope: 0.016528234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Forearm Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.09163897 + inSlope: 0.45694333 + outSlope: 0.45694333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.13535637 + inSlope: 0.44320306 + outSlope: 0.44320306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.16119152 + inSlope: 0.19984424 + outSlope: 0.19984424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.156181 + inSlope: -0.05370878 + outSlope: -0.05370878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.15906185 + inSlope: -0.047894422 + outSlope: -0.047894422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.1454762 + inSlope: -0.17527452 + outSlope: -0.17527452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.12031235 + inSlope: -0.34536704 + outSlope: -0.34536704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.08863902 + inSlope: -0.16390729 + outSlope: -0.16390729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.08604661 + inSlope: 0.008912303 + outSlope: 0.008912303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.08206926 + inSlope: -0.2083031 + outSlope: -0.2083031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.049009886 + inSlope: -0.23559768 + outSlope: -0.23559768 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.043929487 + inSlope: -0.058644712 + outSlope: -0.058644712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.049549278 + inSlope: 0.15755667 + outSlope: 0.15755667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.07367385 + inSlope: 0.3709247 + outSlope: 0.3709247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.08793939 + inSlope: 0.4712923 + outSlope: 0.4712923 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.11833871 + inSlope: 0.2586999 + outSlope: 0.2586999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.1141704 + inSlope: -0.40487248 + outSlope: -0.40487248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.046727184 + inSlope: -0.6387259 + outSlope: -0.6387259 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.028238775 + inSlope: -0.42986876 + outSlope: -0.42986876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.018069295 + inSlope: -0.18545607 + outSlope: -0.18545607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.015875041 + inSlope: 0.009410601 + outSlope: 0.009410601 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.01869666 + inSlope: 0.09930475 + outSlope: 0.09930475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.022495352 + inSlope: 0.08412171 + outSlope: 0.08412171 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.024304776 + inSlope: 0.019790322 + outSlope: 0.019790322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.023814712 + inSlope: -0.02198388 + outSlope: -0.02198388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.022839185 + inSlope: 0.019282922 + outSlope: 0.019282922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.025100239 + inSlope: 0.1244629 + outSlope: 0.1244629 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.051856965 + inSlope: 0.37472707 + outSlope: 0.37472707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.06537619 + inSlope: 0.44909555 + outSlope: 0.44909555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.09858705 + inSlope: 0.441107 + outSlope: 0.441107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.1146388 + inSlope: -0.061160937 + outSlope: -0.061160937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.04991631 + inSlope: -0.56436133 + outSlope: -0.56436133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.01953156 + inSlope: -0.32802826 + outSlope: -0.32802826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.00665014 + inSlope: -0.05703877 + outSlope: -0.05703877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.0069835917 + inSlope: 0.06020883 + outSlope: 0.06020883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.010664061 + inSlope: 0.13082859 + outSlope: 0.13082859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.015705489 + inSlope: 0.14008754 + outSlope: 0.14008754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.020003222 + inSlope: 0.09696482 + outSlope: 0.09696482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.022169804 + inSlope: 0.028821649 + outSlope: 0.028821649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.021924663 + inSlope: -0.003962856 + outSlope: -0.003962856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.021905614 + inSlope: 0.033053074 + outSlope: 0.033053074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.024128215 + inSlope: 0.14156368 + outSlope: 0.14156368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.0313432 + inSlope: 0.3151045 + outSlope: 0.3151045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.045135163 + inSlope: 0.5006159 + outSlope: 0.5006159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.06471756 + inSlope: 0.61641467 + outSlope: 0.61641467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.10733225 + inSlope: -0.14372683 + outSlope: -0.14372683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.09332403 + inSlope: -0.65737057 + outSlope: -0.65737057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.06350749 + inSlope: -0.96190834 + outSlope: -0.96190834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.02919687 + inSlope: -0.90102136 + outSlope: -0.90102136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.0034394595 + inSlope: -0.5607372 + outSlope: -0.5607372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.008185575 + inSlope: -0.16889973 + outSlope: -0.16889973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.007820511 + inSlope: 0.14288074 + outSlope: 0.14288074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.0013397987 + inSlope: 0.3597831 + outSlope: 0.3597831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.016165111 + inSlope: 0.48329976 + outSlope: 0.48329976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.03355986 + inSlope: 0.48706836 + outSlope: 0.48706836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.048636306 + inSlope: 0.41131437 + outSlope: 0.41131437 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.07267002 + inSlope: 0.35402957 + outSlope: 0.35402957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.10419702 + inSlope: -0.04593075 + outSlope: -0.04593075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.088936426 + inSlope: -0.34121096 + outSlope: -0.34121096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.06912203 + inSlope: -0.09127912 + outSlope: -0.09127912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.0705731 + inSlope: 0.20151009 + outSlope: 0.20151009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.10325285 + inSlope: 0.7029017 + outSlope: 0.7029017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.1618599 + inSlope: 0.007199943 + outSlope: 0.007199943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.1525815 + inSlope: -0.5881499 + outSlope: -0.5881499 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.122649945 + inSlope: -1.0807555 + outSlope: -1.0807555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.038724154 + inSlope: -1.082799 + outSlope: -1.082799 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.008344371 + inSlope: -0.6649687 + outSlope: -0.6649687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.0056070513 + inSlope: -0.20522739 + outSlope: -0.20522739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.0053374423 + inSlope: 0.11793173 + outSlope: 0.11793173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.0022550565 + inSlope: 0.2310288 + outSlope: 0.2310288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.010064463 + inSlope: 0.17973775 + outSlope: 0.17973775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.016808832 + inSlope: 0.08511859 + outSlope: 0.08511859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.019912148 + inSlope: 0.119348235 + outSlope: 0.119348235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.024765339 + inSlope: 0.16205248 + outSlope: 0.16205248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.030715687 + inSlope: 0.15516937 + outSlope: 0.15516937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.035110038 + inSlope: 0.094967976 + outSlope: 0.094967976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.03704688 + inSlope: 0.05446566 + outSlope: 0.05446566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.044864103 + inSlope: 0.30796152 + outSlope: 0.30796152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.059271827 + inSlope: 0.5522927 + outSlope: 0.5522927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.08168358 + inSlope: 0.74218965 + outSlope: 0.74218965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.10875109 + inSlope: 0.77472425 + outSlope: 0.77472425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.15270294 + inSlope: 0.46639523 + outSlope: 0.46639523 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.17079982 + inSlope: -0.054911572 + outSlope: -0.054911572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.13351318 + inSlope: -0.8187824 + outSlope: -0.8187824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.10039214 + inSlope: -1.0954635 + outSlope: -1.0954635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.060482357 + inSlope: -1.0892916 + outSlope: -1.0892916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.027772771 + inSlope: -0.6357394 + outSlope: -0.6357394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.01809977 + inSlope: 0.12043892 + outSlope: 0.12043892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.035802025 + inSlope: 0.7719555 + outSlope: 0.7719555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.06956342 + inSlope: 0.99715483 + outSlope: 0.99715483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.10227895 + inSlope: 0.8008138 + outSlope: 0.8008138 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.122950956 + inSlope: 0.41985083 + outSlope: 0.41985083 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.13554415 + inSlope: 0.21592206 + outSlope: 0.21592206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.14631534 + inSlope: 0.41386458 + outSlope: 0.41386458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.18415014 + inSlope: -0.06654522 + outSlope: -0.06654522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.17440538 + inSlope: -0.4935428 + outSlope: -0.4935428 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.12477837 + inSlope: -0.6832003 + outSlope: -0.6832003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.10570068 + inSlope: -0.39066243 + outSlope: -0.39066243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.09873423 + inSlope: -0.09659895 + outSlope: -0.09659895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.099260755 + inSlope: -0.03728453 + outSlope: -0.03728453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.08967785 + inSlope: -0.28945065 + outSlope: -0.28945065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.076951906 + inSlope: -0.2568412 + outSlope: -0.2568412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.07255512 + inSlope: 0.023378603 + outSlope: 0.023378603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.07851048 + inSlope: 0.28625804 + outSlope: 0.28625804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.09163897 + inSlope: 0.39385507 + outSlope: 0.39385507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Hand Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.000007141229 + inSlope: 0.27765796 + outSlope: 0.27765796 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.009262407 + inSlope: 0.24379593 + outSlope: 0.24379593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.016260205 + inSlope: 0.231534 + outSlope: 0.231534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.02469801 + inSlope: 0.56411654 + outSlope: 0.56411654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.053867973 + inSlope: 1.0186553 + outSlope: 1.0186553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.09260836 + inSlope: 1.0928195 + outSlope: 1.0928195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.14592211 + inSlope: 0.2232235 + outSlope: 0.2232235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.14160419 + inSlope: -0.42515486 + outSlope: -0.42515486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.117578454 + inSlope: -0.7687305 + outSlope: -0.7687305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.090355486 + inSlope: -0.5702758 + outSlope: -0.5702758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.07956007 + inSlope: 0.11435349 + outSlope: 0.11435349 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.09797907 + inSlope: 0.9906248 + outSlope: 0.9906248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.27221164 + inSlope: 1.6366577 + outSlope: 1.6366577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.34477913 + inSlope: 0.5018232 + outSlope: 0.5018232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.2811515 + inSlope: -1.5038693 + outSlope: -1.5038693 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.1496459 + inSlope: -2.15981 + outSlope: -2.15981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.077729516 + inSlope: -1.9137132 + outSlope: -1.9137132 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.02206501 + inSlope: -1.2158623 + outSlope: -1.2158623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.003327937 + inSlope: -0.2138866 + outSlope: -0.2138866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.0078058704 + inSlope: 0.80329293 + outSlope: 0.80329293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.05022495 + inSlope: 1.5099403 + outSlope: 1.5099403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.10846853 + inSlope: 1.6824098 + outSlope: 1.6824098 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.1623855 + inSlope: 1.3009325 + outSlope: 1.3009325 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.1951974 + inSlope: 0.50696576 + outSlope: 0.50696576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.1961833 + inSlope: -0.47302637 + outSlope: -0.47302637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.16366234 + inSlope: -1.3517741 + outSlope: -1.3517741 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.1060649 + inSlope: -1.8421223 + outSlope: -1.8421223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.040854104 + inSlope: -1.7562001 + outSlope: -1.7562001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.011014998 + inSlope: -1.1133898 + outSlope: -1.1133898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.033371817 + inSlope: -0.19431683 + outSlope: -0.19431683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.023969408 + inSlope: 0.6027722 + outSlope: 0.6027722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.0068129897 + inSlope: 1.0153779 + outSlope: 1.0153779 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.043722387 + inSlope: 1.0227613 + outSlope: 1.0227613 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.07499713 + inSlope: 0.77469933 + outSlope: 0.77469933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.101382 + inSlope: -0.23796208 + outSlope: -0.23796208 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.088147774 + inSlope: -0.5219713 + outSlope: -0.5219713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.0665839 + inSlope: -0.68324494 + outSlope: -0.68324494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.042598158 + inSlope: -0.61220986 + outSlope: -0.61220986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.025769891 + inSlope: -0.25313297 + outSlope: -0.25313297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.025722584 + inSlope: 0.3098527 + outSlope: 0.3098527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.046426717 + inSlope: 0.8360478 + outSlope: 0.8360478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.08145905 + inSlope: 1.0579758 + outSlope: 1.0579758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.1169585 + inSlope: 0.8362425 + outSlope: 0.8362425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.13720863 + inSlope: 0.23829594 + outSlope: 0.23829594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.13284488 + inSlope: -0.4703783 + outSlope: -0.4703783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.1058501 + inSlope: -0.9701978 + outSlope: -0.9701978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.06816495 + inSlope: -1.0592959 + outSlope: -1.0592959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.035230305 + inSlope: -0.8065742 + outSlope: -0.8065742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.014393386 + inSlope: -0.50256175 + outSlope: -0.50256175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.0017261778 + inSlope: -0.38114667 + outSlope: -0.38114667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.011016366 + inSlope: -0.4226057 + outSlope: -0.4226057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.026447574 + inSlope: -0.42990634 + outSlope: -0.42990634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.03967687 + inSlope: -0.27941975 + outSlope: -0.27941975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.04507554 + inSlope: -0.0561122 + outSlope: -0.0561122 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.04341768 + inSlope: 0.03715992 + outSlope: 0.03715992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.042598214 + inSlope: -0.12875225 + outSlope: -0.12875225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.052001156 + inSlope: -0.4959441 + outSlope: -0.4959441 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.07566112 + inSlope: -0.8628926 + outSlope: -0.8628926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.14421651 + inSlope: -0.9083295 + outSlope: -0.9083295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.18077172 + inSlope: -0.058252044 + outSlope: -0.058252044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.15041706 + inSlope: 0.8911392 + outSlope: 0.8911392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.114557005 + inSlope: 1.1649733 + outSlope: 1.1649733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.072751954 + inSlope: 1.1934416 + outSlope: 1.1934416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.034994002 + inSlope: 0.907459 + outSlope: 0.907459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.012254745 + inSlope: 0.3390743 + outSlope: 0.3390743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.012389069 + inSlope: -0.3814502 + outSlope: -0.3814502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.037684735 + inSlope: -1.0916703 + outSlope: -1.0916703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.08516702 + inSlope: -1.6371951 + outSlope: -1.6371951 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.14683098 + inSlope: -1.8166218 + outSlope: -1.8166218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.24008499 + inSlope: -0.2790184 + outSlope: -0.2790184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.22487666 + inSlope: 1.3819659 + outSlope: 1.3819659 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.14795402 + inSlope: 3.172824 + outSlope: 3.172824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.013355276 + inSlope: 4.539181 + outSlope: 4.539181 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.15465778 + inSlope: 4.939814 + outSlope: 4.939814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.31596535 + inSlope: 4.1816754 + outSlope: 4.1816754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.43343672 + inSlope: 2.660423 + outSlope: 2.660423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.4924117 + inSlope: -0.53564435 + outSlope: -0.53564435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.4431592 + inSlope: -0.9917705 + outSlope: -0.9917705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.3406454 + inSlope: -2.3348913 + outSlope: -2.3348913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.24831498 + inSlope: -3.053951 + outSlope: -3.053951 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.13704886 + inSlope: -3.278369 + outSlope: -3.278369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.029757252 + inSlope: -2.8053336 + outSlope: -2.8053336 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.049973197 + inSlope: -1.8123927 + outSlope: -1.8123927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.09106881 + inSlope: -0.730485 + outSlope: -0.730485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.09867215 + inSlope: 0.056845784 + outSlope: 0.056845784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.087279096 + inSlope: 0.42551383 + outSlope: 0.42551383 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.07030447 + inSlope: 0.5046544 + outSlope: 0.5046544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.036754366 + inSlope: 0.51393557 + outSlope: 0.51393557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.019373044 + inSlope: 0.47866374 + outSlope: 0.47866374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.0048434786 + inSlope: 0.32484365 + outSlope: 0.32484365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.002283179 + inSlope: 0.06819579 + outSlope: 0.06819579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.00029709682 + inSlope: -0.24222912 + outSlope: -0.24222912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.01386551 + inSlope: -0.5746877 + outSlope: -0.5746877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.03860967 + inSlope: -0.85034657 + outSlope: -0.85034657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.100555934 + inSlope: -0.72003627 + outSlope: -0.72003627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.118557595 + inSlope: -0.2866941 + outSlope: -0.2866941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.10659703 + inSlope: 0.50063026 + outSlope: 0.50063026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.06593939 + inSlope: 0.55341756 + outSlope: 0.55341756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.037488725 + inSlope: 0.27747974 + outSlope: 0.27747974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.031853512 + inSlope: -0.17917848 + outSlope: -0.17917848 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.042845458 + inSlope: -0.46418577 + outSlope: -0.46418577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.0627992 + inSlope: -0.63553137 + outSlope: -0.63553137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.100768045 + inSlope: -0.23381922 + outSlope: -0.23381922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.080438025 + inSlope: 0.95584655 + outSlope: 0.95584655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.037079066 + inSlope: 1.6087569 + outSlope: 1.6087569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.02681233 + inSlope: 2.1094303 + outSlope: 2.1094303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.10354949 + inSlope: 2.2686305 + outSlope: 2.2686305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.2285996 + inSlope: 0.8170271 + outSlope: 0.8170271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.23252264 + inSlope: -0.75314313 + outSlope: -0.75314313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.17838933 + inSlope: -2.3155353 + outSlope: -2.3155353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.07815299 + inSlope: -3.175571 + outSlope: -3.175571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.03331521 + inSlope: -2.9152439 + outSlope: -2.9152439 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.11619642 + inSlope: -1.6984329 + outSlope: -1.6984329 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.14654396 + inSlope: -0.10160139 + outSlope: -0.10160139 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.122969836 + inSlope: 1.2568568 + outSlope: 1.2568568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.062753595 + inSlope: 1.9315063 + outSlope: 1.9315063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.0057971273 + inSlope: 1.7957733 + outSlope: 1.7957733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.05696451 + inSlope: 1.1018801 + outSlope: 1.1018801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.07925572 + inSlope: 0.26766384 + outSlope: 0.26766384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.07480875 + inSlope: -0.4148165 + outSlope: -0.4148165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.051601317 + inSlope: -0.82131326 + outSlope: -0.82131326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.02005458 + inSlope: -0.8859727 + outSlope: -0.8859727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.0074634748 + inSlope: -0.5922321 + outSlope: -0.5922321 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.019427693 + inSlope: -0.032615006 + outSlope: -0.032615006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.009637978 + inSlope: 0.61426413 + outSlope: 0.61426413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.02152321 + inSlope: 1.1505461 + outSlope: 1.1505461 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.06706502 + inSlope: 1.3878229 + outSlope: 1.3878229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.114044644 + inSlope: 1.1641389 + outSlope: 1.1641389 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.14467421 + inSlope: 0.45157033 + outSlope: 0.45157033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.1441493 + inSlope: -0.5301126 + outSlope: -0.5301126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.1093334 + inSlope: -1.3912809 + outSlope: -1.3912809 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.05139733 + inSlope: -1.4925199 + outSlope: -1.4925199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.00983217 + inSlope: -0.94328594 + outSlope: -0.94328594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.011488341 + inSlope: -0.36936074 + outSlope: -0.36936074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.014791856 + inSlope: 0.030111484 + outSlope: 0.030111484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.00948091 + inSlope: 0.22198516 + outSlope: 0.22198516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.000007141229 + inSlope: 0.28464183 + outSlope: 0.28464183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Hand In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.53690296 + inSlope: 0.47850248 + outSlope: 0.47850248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.56839067 + inSlope: -0.16670467 + outSlope: -0.16670467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.5515274 + inSlope: 0.3600258 + outSlope: 0.3600258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.638541 + inSlope: 0.44885847 + outSlope: 0.44885847 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6319928 + inSlope: -0.6345726 + outSlope: -0.6345726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.5458011 + inSlope: -0.727711 + outSlope: -0.727711 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.4353558 + inSlope: -0.72246444 + outSlope: -0.72246444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.367153 + inSlope: -0.42558068 + outSlope: -0.42558068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.34749505 + inSlope: 0.016779467 + outSlope: 0.016779467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.38571444 + inSlope: 0.7644111 + outSlope: 0.7644111 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.4786784 + inSlope: 0.89723194 + outSlope: 0.89723194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.5178281 + inSlope: 0.157377 + outSlope: 0.157377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.46054772 + inSlope: 0.018770777 + outSlope: 0.018770777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.48713753 + inSlope: -0.13903512 + outSlope: -0.13903512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.43724445 + inSlope: 0.06541154 + outSlope: 0.06541154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.47619057 + inSlope: 0.5231091 + outSlope: 0.5231091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.4961876 + inSlope: -0.2514396 + outSlope: -0.2514396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.41624627 + inSlope: -0.22887625 + outSlope: -0.22887625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.44628328 + inSlope: 0.4325987 + outSlope: 0.4325987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.46690568 + inSlope: 0.07913418 + outSlope: 0.07913418 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.45874143 + inSlope: -0.10279576 + outSlope: -0.10279576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.47166884 + inSlope: 0.6326134 + outSlope: 0.6326134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.5551688 + inSlope: 0.79373705 + outSlope: 0.79373705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.5839623 + inSlope: -0.2113252 + outSlope: -0.2113252 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.4962927 + inSlope: -0.77259874 + outSlope: -0.77259874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.48671037 + inSlope: 0.42775553 + outSlope: 0.42775553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.52114636 + inSlope: -0.1577945 + outSlope: -0.1577945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.44005662 + inSlope: -0.17744765 + outSlope: -0.17744765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.43965727 + inSlope: -0.23813166 + outSlope: -0.23813166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.36761373 + inSlope: -0.21255052 + outSlope: -0.21255052 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.3825697 + inSlope: 0.2791453 + outSlope: 0.2791453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.39167225 + inSlope: -0.20892227 + outSlope: -0.20892227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.35369447 + inSlope: 0.14294668 + outSlope: 0.14294668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.39397976 + inSlope: -0.17745109 + outSlope: -0.17745109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.31405613 + inSlope: -0.2630686 + outSlope: -0.2630686 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.34339005 + inSlope: 0.093533635 + outSlope: 0.093533635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.3484122 + inSlope: 0.20313908 + outSlope: 0.20313908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.40671977 + inSlope: 0.71511245 + outSlope: 0.71511245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.468522 + inSlope: 0.2551722 + outSlope: 0.2551722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.45640835 + inSlope: 0.050269112 + outSlope: 0.050269112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.5174232 + inSlope: 0.58371496 + outSlope: 0.58371496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.53690296 + inSlope: 0.5843931 + outSlope: 0.5843931 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Lower Leg Stretch + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.015665418 + inSlope: -0.51113766 + outSlope: -0.51113766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.051580507 + inSlope: -0.63688624 + outSlope: -0.63688624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.075162426 + inSlope: -0.5872979 + outSlope: -0.5872979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.09562143 + inSlope: 0.017984167 + outSlope: 0.017984167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.08953476 + inSlope: 0.2294776 + outSlope: 0.2294776 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.07056669 + inSlope: 0.30343848 + outSlope: 0.30343848 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.06009369 + inSlope: 0.20579931 + outSlope: 0.20579931 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.056846738 + inSlope: -0.1862141 + outSlope: -0.1862141 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.07250796 + inSlope: -0.4781354 + outSlope: -0.4781354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.088722445 + inSlope: -0.12135466 + outSlope: -0.12135466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.08059829 + inSlope: 0.73023576 + outSlope: 0.73023576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.04004006 + inSlope: 1.4785343 + outSlope: 1.4785343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.017970612 + inSlope: 1.5602169 + outSlope: 1.5602169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.06397438 + inSlope: 0.9812751 + outSlope: 0.9812751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.08853734 + inSlope: 0.12871623 + outSlope: 0.12871623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.091970086 + inSlope: 0.20013693 + outSlope: 0.20013693 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.1018798 + inSlope: 0.35949823 + outSlope: 0.35949823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.11593664 + inSlope: 0.19185263 + outSlope: 0.19185263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.114669986 + inSlope: -0.08567095 + outSlope: -0.08567095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.11022524 + inSlope: -0.11736275 + outSlope: -0.11736275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.104351826 + inSlope: -0.07599738 + outSlope: -0.07599738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.08082219 + inSlope: -0.57584107 + outSlope: -0.57584107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.05693664 + inSlope: -0.7998797 + outSlope: -0.7998797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.027496926 + inSlope: -1.0836996 + outSlope: -1.0836996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.015310088 + inSlope: -1.336153 + outSlope: -1.336153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.10852346 + inSlope: -1.3910067 + outSlope: -1.3910067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.19073774 + inSlope: -0.7516413 + outSlope: -0.7516413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.20442325 + inSlope: -0.124852255 + outSlope: -0.124852255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.19906121 + inSlope: 0.5820265 + outSlope: 0.5820265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.1656214 + inSlope: 1.269206 + outSlope: 1.269206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.114447445 + inSlope: 1.261977 + outSlope: 1.261977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.08148968 + inSlope: 0.71757376 + outSlope: 0.71757376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.06660919 + inSlope: 0.32952315 + outSlope: 0.32952315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.05952144 + inSlope: 0.25459576 + outSlope: 0.25459576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.036673315 + inSlope: 0.44613993 + outSlope: 0.44613993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.019893462 + inSlope: 0.48113498 + outSlope: 0.48113498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.004597619 + inSlope: 0.23580742 + outSlope: 0.23580742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.0041729817 + inSlope: -0.09450644 + outSlope: -0.09450644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.010898067 + inSlope: -0.16034824 + outSlope: -0.16034824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.014862878 + inSlope: -0.3023325 + outSlope: -0.3023325 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.031053547 + inSlope: -0.61297536 + outSlope: -0.61297536 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.05572786 + inSlope: -0.5090269 + outSlope: -0.5090269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.06498867 + inSlope: -0.118732184 + outSlope: -0.118732184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.060187045 + inSlope: 0.010055944 + outSlope: 0.010055944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.06297297 + inSlope: -0.32136956 + outSlope: -0.32136956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.08161173 + inSlope: -0.6744577 + outSlope: -0.6744577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.107936844 + inSlope: -0.63796324 + outSlope: -0.63796324 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.12414257 + inSlope: -0.22406857 + outSlope: -0.22406857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.12287473 + inSlope: 0.22725205 + outSlope: 0.22725205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.108992495 + inSlope: 0.42026097 + outSlope: 0.42026097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.094857305 + inSlope: 0.41975307 + outSlope: 0.41975307 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.08100888 + inSlope: 0.23813076 + outSlope: 0.23813076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.078981936 + inSlope: 0.034404952 + outSlope: 0.034404952 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.07871522 + inSlope: 0.25599235 + outSlope: 0.25599235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.061915796 + inSlope: 0.6775918 + outSlope: 0.6775918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.033542477 + inSlope: 0.8909663 + outSlope: 0.8909663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.0025181007 + inSlope: 0.8102484 + outSlope: 0.8102484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.020474194 + inSlope: 0.35882968 + outSlope: 0.35882968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.021404019 + inSlope: -0.35806316 + outSlope: -0.35806316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.0033966615 + inSlope: -1.0239877 + outSlope: -1.0239877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.046861757 + inSlope: -1.5804665 + outSlope: -1.5804665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.10876099 + inSlope: -1.5892406 + outSlope: -1.5892406 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.15281102 + inSlope: -0.92479897 + outSlope: -0.92479897 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.17443715 + inSlope: -0.16062224 + outSlope: -0.16062224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.18112236 + inSlope: -0.4919185 + outSlope: -0.4919185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.20723169 + inSlope: -0.91143274 + outSlope: -0.91143274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.24188448 + inSlope: -0.87784964 + outSlope: -0.87784964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.27765453 + inSlope: 0.08880235 + outSlope: 0.08880235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.2455879 + inSlope: 1.0737333 + outSlope: 1.0737333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.1990308 + inSlope: 1.5760765 + outSlope: 1.5760765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.14051624 + inSlope: 1.4360492 + outSlope: 1.4360492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.10329428 + inSlope: 0.647064 + outSlope: 0.647064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.09737868 + inSlope: -0.13204964 + outSlope: -0.13204964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.11209758 + inSlope: -0.52692914 + outSlope: -0.52692914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.1325074 + inSlope: -0.52240735 + outSlope: -0.52240735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.15035489 + inSlope: 0.12787466 + outSlope: 0.12787466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.11597136 + inSlope: 0.7733284 + outSlope: 0.7733284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.052427486 + inSlope: 1.0536666 + outSlope: 1.0536666 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.016600074 + inSlope: 1.0400927 + outSlope: 1.0400927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.016912222 + inSlope: 0.87961173 + outSlope: 0.87961173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.042040654 + inSlope: 0.5430243 + outSlope: 0.5430243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.053113807 + inSlope: 0.09734031 + outSlope: 0.09734031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.03479291 + inSlope: -0.45494044 + outSlope: -0.45494044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.018200668 + inSlope: -0.49398226 + outSlope: -0.49398226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.0018607922 + inSlope: -0.40431517 + outSlope: -0.40431517 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.008753729 + inSlope: -0.21972027 + outSlope: -0.21972027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.012787289 + inSlope: -0.056570258 + outSlope: -0.056570258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.012525076 + inSlope: 0.031307474 + outSlope: 0.031307474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.010700126 + inSlope: 0.11104077 + outSlope: 0.11104077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.005122365 + inSlope: 0.2812954 + outSlope: 0.2812954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.008052883 + inSlope: 0.52174073 + outSlope: 0.52174073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.029660318 + inSlope: 0.7049956 + outSlope: 0.7049956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.055052724 + inSlope: 0.73605865 + outSlope: 0.73605865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.096534885 + inSlope: 0.41671944 + outSlope: 0.41671944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.10347571 + inSlope: -0.21349812 + outSlope: -0.21349812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.08244019 + inSlope: -0.40061563 + outSlope: -0.40061563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.04671582 + inSlope: -0.75148547 + outSlope: -0.75148547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.017402181 + inSlope: -0.9827219 + outSlope: -0.9827219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.018799335 + inSlope: -1.0980763 + outSlope: -1.0980763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.08898325 + inSlope: -0.8660433 + outSlope: -0.8660433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.1253022 + inSlope: -0.111302055 + outSlope: -0.111302055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.10025199 + inSlope: 0.7997192 + outSlope: 0.7997192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.030247051 + inSlope: 1.1087687 + outSlope: 1.1087687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.006273275 + inSlope: 1.0134516 + outSlope: 1.0134516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.0786548 + inSlope: 0.38171536 + outSlope: 0.38171536 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.079281695 + inSlope: -0.28401515 + outSlope: -0.28401515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.057556897 + inSlope: -0.2793971 + outSlope: -0.2793971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.049512718 + inSlope: -0.23070501 + outSlope: -0.23070501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.04217658 + inSlope: -0.29856056 + outSlope: -0.29856056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.0296087 + inSlope: -0.43973884 + outSlope: -0.43973884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.012860684 + inSlope: -0.5324613 + outSlope: -0.5324613 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.005888683 + inSlope: -0.5250654 + outSlope: -0.5250654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.022143641 + inSlope: -0.5293232 + outSlope: -0.5293232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.041176867 + inSlope: -0.53010833 + outSlope: -0.53010833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.05748416 + inSlope: -0.24711071 + outSlope: -0.24711071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.057650898 + inSlope: 0.22261526 + outSlope: 0.22261526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.042642944 + inSlope: 0.4519369 + outSlope: 0.4519369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.027521584 + inSlope: 0.48680508 + outSlope: 0.48680508 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.010189304 + inSlope: 0.4562451 + outSlope: 0.4562451 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.0028947257 + inSlope: 0.3789205 + outSlope: 0.3789205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.015072038 + inSlope: 0.35452884 + outSlope: 0.35452884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.026529958 + inSlope: 0.41098535 + outSlope: 0.41098535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.042471036 + inSlope: 0.50174147 + outSlope: 0.50174147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.059979357 + inSlope: 0.41466063 + outSlope: 0.41466063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.07011505 + inSlope: -0.05514756 + outSlope: -0.05514756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.056302857 + inSlope: -0.4903391 + outSlope: -0.4903391 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.037425812 + inSlope: -0.5693599 + outSlope: -0.5693599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.018345568 + inSlope: -0.5376655 + outSlope: -0.5376655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.0015814829 + inSlope: -0.5101653 + outSlope: -0.5101653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.015665418 + inSlope: -0.5174075 + outSlope: -0.5174075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Lower Leg Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0000000071147794 + inSlope: 0.4719403 + outSlope: 0.4719403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.015731351 + inSlope: 0.49934685 + outSlope: 0.49934685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.033289798 + inSlope: 0.580875 + outSlope: 0.580875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.054456353 + inSlope: 0.66434526 + outSlope: 0.66434526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.07757948 + inSlope: 0.6017047 + outSlope: 0.6017047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.10290097 + inSlope: 0.1011683 + outSlope: 0.1011683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.10131455 + inSlope: -0.1369478 + outSlope: -0.1369478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.05640829 + inSlope: -0.83144736 + outSlope: -0.83144736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.023828747 + inSlope: -1.3911264 + outSlope: -1.3911264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.03633352 + inSlope: -2.3386178 + outSlope: -2.3386178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.13207915 + inSlope: -2.8514037 + outSlope: -2.8514037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.30458736 + inSlope: -1.9427567 + outSlope: -1.9427567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.37752345 + inSlope: -0.26390535 + outSlope: -0.26390535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.29056254 + inSlope: 0.9184729 + outSlope: 0.9184729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.19624183 + inSlope: 0.515028 + outSlope: 0.515028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.14712381 + inSlope: 0.51326776 + outSlope: 0.51326776 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.07741928 + inSlope: 0.12895955 + outSlope: 0.12895955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.10102555 + inSlope: -0.6932347 + outSlope: -0.6932347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.16724104 + inSlope: -1.171136 + outSlope: -1.171136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.2665086 + inSlope: -0.46809855 + outSlope: -0.46809855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.22996034 + inSlope: 0.71344495 + outSlope: 0.71344495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.09888554 + inSlope: 1.3088549 + outSlope: 1.3088549 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.052798744 + inSlope: 1.3979043 + outSlope: 1.3979043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.005692014 + inSlope: 1.0671061 + outSlope: 1.0671061 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.018341685 + inSlope: 0.59595394 + outSlope: 0.59595394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.034038298 + inSlope: 0.35103127 + outSlope: 0.35103127 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.041743748 + inSlope: 0.0959055 + outSlope: 0.0959055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.04043199 + inSlope: -0.1606689 + outSlope: -0.1606689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.016214132 + inSlope: -0.48012078 + outSlope: -0.48012078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.0009755552 + inSlope: -0.71802634 + outSlope: -0.71802634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.031654354 + inSlope: -0.8177957 + outSlope: -0.8177957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.07128379 + inSlope: -0.36604542 + outSlope: -0.36604542 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.08094978 + inSlope: 0.13333821 + outSlope: 0.13333821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.040589325 + inSlope: 0.7093668 + outSlope: 0.7093668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.013504037 + inSlope: 0.7484199 + outSlope: 0.7484199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.009305479 + inSlope: 0.59416366 + outSlope: 0.59416366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.026106833 + inSlope: 0.48036814 + outSlope: 0.48036814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.052682497 + inSlope: 0.25879574 + outSlope: 0.25879574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.05871461 + inSlope: -0.065832056 + outSlope: -0.065832056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.03973497 + inSlope: -0.21334836 + outSlope: -0.21334836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.032926805 + inSlope: -0.20949703 + outSlope: -0.20949703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.025768515 + inSlope: -0.26002973 + outSlope: -0.26002973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.015591505 + inSlope: -0.40650582 + outSlope: -0.40650582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.0013318474 + inSlope: -0.96980274 + outSlope: -0.96980274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.049062286 + inSlope: -1.6136556 + outSlope: -1.6136556 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.22400945 + inSlope: -1.276881 + outSlope: -1.276881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.26523116 + inSlope: 0.04018937 + outSlope: 0.04018937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.20480351 + inSlope: 0.74063414 + outSlope: 0.74063414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.14336158 + inSlope: 0.5782852 + outSlope: 0.5782852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.09790989 + inSlope: 0.8520163 + outSlope: 0.8520163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.066299945 + inSlope: 1.0387199 + outSlope: 1.0387199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.028661745 + inSlope: 1.0919397 + outSlope: 1.0919397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.0064959624 + inSlope: 0.8493707 + outSlope: 0.8493707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.027962914 + inSlope: 0.63630074 + outSlope: 0.63630074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.08638108 + inSlope: 0.47811484 + outSlope: 0.47811484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.10527813 + inSlope: -0.2788426 + outSlope: -0.2788426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.060255643 + inSlope: -1.0321634 + outSlope: -1.0321634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.020635845 + inSlope: -1.6170458 + outSlope: -1.6170458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.04754731 + inSlope: -2.2931094 + outSlope: -2.2931094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.13223799 + inSlope: -2.2926402 + outSlope: -2.2926402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.24397367 + inSlope: -0.9051281 + outSlope: -0.9051281 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.14960569 + inSlope: 1.3138705 + outSlope: 1.3138705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.058816936 + inSlope: 1.3614312 + outSlope: 1.3614312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.013740087 + inSlope: 1.107833 + outSlope: 1.107833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.015038618 + inSlope: 0.7480575 + outSlope: 0.7480575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.036130775 + inSlope: 0.61596435 + outSlope: 0.61596435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.088957794 + inSlope: 0.3649036 + outSlope: 0.3649036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.095649 + inSlope: -0.2750447 + outSlope: -0.2750447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.020400532 + inSlope: -0.6267309 + outSlope: -0.6267309 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.00058650615 + inSlope: -0.7640229 + outSlope: -0.7640229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.030534279 + inSlope: -0.7867248 + outSlope: -0.7867248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.06125737 + inSlope: -0.09166485 + outSlope: -0.09166485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.042240128 + inSlope: 0.63649964 + outSlope: 0.63649964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.015539615 + inSlope: 0.77926254 + outSlope: 0.77926254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.009710658 + inSlope: 0.6775366 + outSlope: 0.6775366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.029629447 + inSlope: 0.6102513 + outSlope: 0.6102513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.12562215 + inSlope: 0.46441945 + outSlope: 0.46441945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.14029421 + inSlope: -0.49992394 + outSlope: -0.49992394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.038891673 + inSlope: -1.3724926 + outSlope: -1.3724926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.009721736 + inSlope: -1.8550441 + outSlope: -1.8550441 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.08477782 + inSlope: -1.9087684 + outSlope: -1.9087684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.13697284 + inSlope: -1.1670634 + outSlope: -1.1670634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.16258197 + inSlope: -0.4089633 + outSlope: -0.4089633 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.16423704 + inSlope: 0.44340286 + outSlope: 0.44340286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.1330218 + inSlope: 1.0228888 + outSlope: 1.0228888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.09604452 + inSlope: 1.0742356 + outSlope: 1.0742356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.029927744 + inSlope: 0.92109346 + outSlope: 0.92109346 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.0000000071147794 + inSlope: 0.8978334 + outSlope: 0.8978334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Shoulder Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.0000000026680425 + inSlope: -2.3207734 + outSlope: -2.3207734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.07735912 + inSlope: -2.186023 + outSlope: -2.186023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.14573488 + inSlope: -1.7202611 + outSlope: -1.7202611 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.1920432 + inSlope: -1.1559241 + outSlope: -1.1559241 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.22279648 + inSlope: -0.5559261 + outSlope: -0.5559261 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.21397017 + inSlope: 0.6906583 + outSlope: 0.6906583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.18306105 + inSlope: 0.90212417 + outSlope: 0.90212417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.123171285 + inSlope: 1.0207189 + outSlope: 1.0207189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.032715753 + inSlope: 1.9503634 + outSlope: 1.9503634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.04424365 + inSlope: 2.6849656 + outSlope: 2.6849656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.14628202 + inSlope: 3.2880404 + outSlope: 3.2880404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.37641248 + inSlope: 3.009399 + outSlope: 3.009399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.51259595 + inSlope: 0.8446066 + outSlope: 0.8446066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.41553485 + inSlope: -1.1007248 + outSlope: -1.1007248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.36128 + inSlope: -0.006316494 + outSlope: -0.006316494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.37593195 + inSlope: 0.056788687 + outSlope: 0.056788687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.33356017 + inSlope: -0.56785816 + outSlope: -0.56785816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.25242162 + inSlope: -0.91323894 + outSlope: -0.91323894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.20503882 + inSlope: -0.27135444 + outSlope: -0.27135444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.2245014 + inSlope: 0.77596694 + outSlope: 0.77596694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.31516695 + inSlope: 0.50786245 + outSlope: 0.50786245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.2580258 + inSlope: -0.78534913 + outSlope: -0.78534913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.17082015 + inSlope: -0.7995116 + outSlope: -0.7995116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.1338115 + inSlope: -0.2051793 + outSlope: -0.2051793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.14292385 + inSlope: 0.3465614 + outSlope: 0.3465614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.16680135 + inSlope: 0.19637018 + outSlope: 0.19637018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.16404384 + inSlope: -0.23790804 + outSlope: -0.23790804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.1432821 + inSlope: -0.24968293 + outSlope: -0.24968293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.13568535 + inSlope: -0.007941134 + outSlope: -0.007941134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.12440508 + inSlope: -0.43306017 + outSlope: -0.43306017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.07910368 + inSlope: -0.8293451 + outSlope: -0.8293451 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.023273064 + inSlope: -0.7087471 + outSlope: -0.7087471 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.0028239042 + inSlope: -0.4776709 + outSlope: -0.4776709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.008571631 + inSlope: -0.18552497 + outSlope: -0.18552497 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.0095444145 + inSlope: 0.12923948 + outSlope: 0.12923948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.00004432674 + inSlope: 0.42666498 + outSlope: 0.42666498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.018899892 + inSlope: 0.6586096 + outSlope: 0.6586096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.07045484 + inSlope: 0.73994595 + outSlope: 0.73994595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.093281455 + inSlope: 0.5832849 + outSlope: 0.5832849 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.10934047 + inSlope: 0.4007976 + outSlope: 0.4007976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.1536212 + inSlope: 0.91192544 + outSlope: 0.91192544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.19251105 + inSlope: 1.4082003 + outSlope: 1.4082003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.35582274 + inSlope: 1.0253129 + outSlope: 1.0253129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.36321115 + inSlope: -0.7693039 + outSlope: -0.7693039 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.23334141 + inSlope: -1.1027422 + outSlope: -1.1027422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.18592574 + inSlope: -0.37720746 + outSlope: -0.37720746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.16616614 + inSlope: -0.37813652 + outSlope: -0.37813652 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.11187451 + inSlope: -1.4233295 + outSlope: -1.4233295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.05334806 + inSlope: -2.027493 + outSlope: -2.027493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.023291562 + inSlope: -2.3957522 + outSlope: -2.3957522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.1063686 + inSlope: -2.3698528 + outSlope: -2.3698528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.23649795 + inSlope: -1.2811315 + outSlope: -1.2811315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.20695926 + inSlope: 1.7703044 + outSlope: 1.7703044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.13393298 + inSlope: 2.616294 + outSlope: 2.616294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.032539826 + inSlope: 3.3648314 + outSlope: 3.3648314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.09038892 + inSlope: 3.7761984 + outSlope: 3.7761984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.3334172 + inSlope: 2.94142 + outSlope: 2.94142 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.4561456 + inSlope: 0.6280224 + outSlope: 0.6280224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.29166856 + inSlope: -2.5527217 + outSlope: -2.5527217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.0924897 + inSlope: -3.2734835 + outSlope: -3.2734835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.019888602 + inSlope: -3.350049 + outSlope: -3.350049 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.23179433 + inSlope: -2.7626123 + outSlope: -2.7626123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.40839952 + inSlope: -0.6099984 + outSlope: -0.6099984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.14406826 + inSlope: 2.791388 + outSlope: 2.791388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.0459652 + inSlope: 2.944274 + outSlope: 2.944274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.05221648 + inSlope: 2.7471876 + outSlope: 2.7471876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.13718046 + inSlope: 2.1680002 + outSlope: 2.1680002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.22387503 + inSlope: 0.3133753 + outSlope: 0.3133753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.120960616 + inSlope: -2.08617 + outSlope: -2.08617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.042421814 + inSlope: -2.522151 + outSlope: -2.522151 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.047182627 + inSlope: -2.7522078 + outSlope: -2.7522078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.3215304 + inSlope: -2.521388 + outSlope: -2.521388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.49177116 + inSlope: 2.0373368 + outSlope: 2.0373368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.27756786 + inSlope: 4.211628 + outSlope: 4.211628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.12272075 + inSlope: 4.84254 + outSlope: 4.84254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.045267813 + inSlope: 4.9069457 + outSlope: 4.9069457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.20440863 + inSlope: 4.2985005 + outSlope: 4.2985005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.41193858 + inSlope: 1.6305683 + outSlope: 1.6305683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.44053867 + inSlope: -0.62452394 + outSlope: -0.62452394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.3703037 + inSlope: -2.4945068 + outSlope: -2.4945068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.27423838 + inSlope: -2.9082487 + outSlope: -2.9082487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.17642063 + inSlope: -2.8398733 + outSlope: -2.8398733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.08491368 + inSlope: -2.646312 + outSlope: -2.646312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.0000000026680425 + inSlope: -2.5474129 + outSlope: -2.5474129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Shoulder Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.1060092e-19 + inSlope: -0.24943246 + outSlope: -0.24943246 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.008314416 + inSlope: -0.32727244 + outSlope: -0.32727244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.021818165 + inSlope: -0.48862344 + outSlope: -0.48862344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.040889315 + inSlope: -0.49638024 + outSlope: -0.49638024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.054910183 + inSlope: -0.23140804 + outSlope: -0.23140804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.056316517 + inSlope: -0.009018487 + outSlope: -0.009018487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.055511415 + inSlope: 0.2013911 + outSlope: 0.2013911 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.042890444 + inSlope: 0.31302008 + outSlope: 0.31302008 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.03464341 + inSlope: -0.1832121 + outSlope: -0.1832121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.055104584 + inSlope: -0.81597286 + outSlope: -0.81597286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.0890416 + inSlope: -1.2543403 + outSlope: -1.2543403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.13872726 + inSlope: -1.1091278 + outSlope: -1.1091278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.16298346 + inSlope: -0.73633695 + outSlope: -0.73633695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.18781641 + inSlope: -0.2367378 + outSlope: -0.2367378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.17876598 + inSlope: -0.09078537 + outSlope: -0.09078537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.19386876 + inSlope: -0.7086381 + outSlope: -0.7086381 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.2531945 + inSlope: -0.37823626 + outSlope: -0.37823626 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.2512243 + inSlope: 0.10546174 + outSlope: 0.10546174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.2524881 + inSlope: -0.51898795 + outSlope: -0.51898795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.28076294 + inSlope: -0.8339077 + outSlope: -0.8339077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.33115926 + inSlope: -0.63823867 + outSlope: -0.63823867 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.37695247 + inSlope: -0.950564 + outSlope: -0.950564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.4782228 + inSlope: -0.58832586 + outSlope: -0.58832586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.4682596 + inSlope: 0.84046054 + outSlope: 0.84046054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.3451793 + inSlope: 1.2153215 + outSlope: 1.2153215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.30925307 + inSlope: 1.0817459 + outSlope: 1.0817459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.27306297 + inSlope: 0.64193505 + outSlope: 0.64193505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.2893876 + inSlope: -0.3510398 + outSlope: -0.3510398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.29888776 + inSlope: -0.116804145 + outSlope: -0.116804145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.29717454 + inSlope: 0.06811869 + outSlope: 0.06811869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.2882666 + inSlope: 0.3208819 + outSlope: 0.3208819 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.2729544 + inSlope: 0.3628831 + outSlope: 0.3628831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.25310826 + inSlope: 0.576513 + outSlope: 0.576513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.22564022 + inSlope: 0.48946065 + outSlope: 0.48946065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.22047757 + inSlope: -0.2070382 + outSlope: -0.2070382 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.2744411 + inSlope: -1.3089621 + outSlope: -1.3089621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.4342295 + inSlope: -1.0129877 + outSlope: -1.0129877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.40145755 + inSlope: 1.4201051 + outSlope: 1.4201051 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.34557107 + inSlope: 1.8505579 + outSlope: 1.8505579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.27808714 + inSlope: 1.8644152 + outSlope: 1.8644152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.22127664 + inSlope: 0.8607042 + outSlope: 0.8607042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.22070672 + inSlope: -0.4353005 + outSlope: -0.4353005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.25029686 + inSlope: -0.8748468 + outSlope: -0.8748468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.29922163 + inSlope: -0.38588354 + outSlope: -0.38588354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.29670507 + inSlope: 0.29481438 + outSlope: 0.29481438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.28510126 + inSlope: 0.23822509 + outSlope: 0.23822509 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.2808234 + inSlope: 0.03703483 + outSlope: 0.03703483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.2775202 + inSlope: 0.36628908 + outSlope: 0.36628908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.25821304 + inSlope: 0.49656856 + outSlope: 0.49656856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.24096788 + inSlope: -0.1883753 + outSlope: -0.1883753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.33011815 + inSlope: -0.36847195 + outSlope: -0.36847195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.33434227 + inSlope: -0.43930155 + outSlope: -0.43930155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.45681575 + inSlope: -0.35962334 + outSlope: -0.35962334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.4567556 + inSlope: 0.4175877 + outSlope: 0.4175877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.4289766 + inSlope: 1.5875474 + outSlope: 1.5875474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.35091922 + inSlope: 2.9717383 + outSlope: 2.9717383 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.23086089 + inSlope: 3.303588 + outSlope: 3.303588 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.13068023 + inSlope: 2.8842092 + outSlope: 2.8842092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.038580466 + inSlope: 2.03118 + outSlope: 2.03118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.0047316262 + inSlope: 0.769618 + outSlope: 0.769618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.012727409 + inSlope: 0.11567439 + outSlope: 0.11567439 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.012443302 + inSlope: 0.016167099 + outSlope: 0.016167099 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.013805214 + inSlope: 0.020425571 + outSlope: 0.020425571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.013805006 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.013805214 + inSlope: -0.000009806837 + outSlope: -0.000009806837 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.013804352 + inSlope: -0.010949835 + outSlope: -0.010949835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.013075226 + inSlope: -0.120885305 + outSlope: -0.120885305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.005745287 + inSlope: -0.26639095 + outSlope: -0.26639095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.004684206 + inSlope: -0.3031103 + outSlope: -0.3031103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.014462047 + inSlope: -0.14374512 + outSlope: -0.14374512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.014267205 + inSlope: 0.046754245 + outSlope: 0.046754245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.011345101 + inSlope: 0.06331735 + outSlope: 0.06331735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.010046053 + inSlope: 0.05375158 + outSlope: 0.05375158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.007761665 + inSlope: 0.15232918 + outSlope: 0.15232918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.00010921684 + inSlope: 0.2066529 + outSlope: 0.2066529 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.006015224 + inSlope: 0.13160366 + outSlope: 0.13160366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.008882828 + inSlope: 0.039579865 + outSlope: 0.039579865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.0061338856 + inSlope: -0.09706172 + outSlope: -0.09706172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.0021831037 + inSlope: -0.034375124 + outSlope: -0.034375124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.0038422132 + inSlope: 0.15108682 + outSlope: 0.15108682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.0122555485 + inSlope: 0.14933242 + outSlope: 0.14933242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.013797709 + inSlope: 0.022868343 + outSlope: 0.022868343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.013780114 + inSlope: -0.00054398604 + outSlope: -0.00054398604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.013715742 + inSlope: -0.00077874935 + outSlope: -0.00077874935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.013719601 + inSlope: -0.00008048031 + outSlope: -0.00008048031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.013632701 + inSlope: -0.001544898 + outSlope: -0.001544898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.013589361 + inSlope: -0.014850889 + outSlope: -0.014850889 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.0126426425 + inSlope: -0.029888555 + outSlope: -0.029888555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.011596792 + inSlope: -0.05130864 + outSlope: -0.05130864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.00922207 + inSlope: -0.09500167 + outSlope: -0.09500167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.0052633537 + inSlope: -0.13833117 + outSlope: -0.13833117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 3.1060092e-19 + inSlope: -0.15790077 + outSlope: -0.15790077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Toes Up-Down + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2593804 + inSlope: -1.5993814 + outSlope: -1.5993814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.14498872 + inSlope: -2.0913572 + outSlope: -2.0913572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.06664386 + inSlope: -2.3523283 + outSlope: -2.3523283 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.011833168 + inSlope: -1.8041401 + outSlope: -1.8041401 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.053632144 + inSlope: -1.0456969 + outSlope: -1.0456969 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.0815463 + inSlope: -0.6271169 + outSlope: -0.6271169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.09543995 + inSlope: -0.30526078 + outSlope: -0.30526078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.101086855 + inSlope: 0.082166016 + outSlope: 0.082166016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.09641928 + inSlope: 0.15502018 + outSlope: 0.15502018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.08219219 + inSlope: 0.34153968 + outSlope: 0.34153968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.04913938 + inSlope: 0.5925944 + outSlope: 0.5925944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.02847659 + inSlope: 0.5258876 + outSlope: 0.5258876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.014080216 + inSlope: 0.2495538 + outSlope: 0.2495538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.011839657 + inSlope: -0.17671257 + outSlope: -0.17671257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.02586104 + inSlope: -0.5480873 + outSlope: -0.5480873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.048378818 + inSlope: -0.5766573 + outSlope: -0.5766573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.064304866 + inSlope: -0.23465551 + outSlope: -0.23465551 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.064022504 + inSlope: 0.1780695 + outSlope: 0.1780695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.052433576 + inSlope: 0.35945958 + outSlope: 0.35945958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.04005853 + inSlope: 0.26154327 + outSlope: 0.26154327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.034997344 + inSlope: 0.029561799 + outSlope: 0.029561799 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.038087737 + inSlope: -0.16689274 + outSlope: -0.16689274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.04612353 + inSlope: -0.30414045 + outSlope: -0.30414045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.07663195 + inSlope: -0.6368027 + outSlope: -0.6368027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.1420263 + inSlope: -0.33831733 + outSlope: -0.33831733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.12926823 + inSlope: 0.33689055 + outSlope: 0.33689055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.10562736 + inSlope: 0.41768068 + outSlope: 0.41768068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.0901366 + inSlope: 0.47810143 + outSlope: 0.47810143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.0737539 + inSlope: 0.35257024 + outSlope: 0.35257024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.06787235 + inSlope: -0.13986751 + outSlope: -0.13986751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.08641028 + inSlope: -0.28297645 + outSlope: -0.28297645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.09482148 + inSlope: -0.20836282 + outSlope: -0.20836282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.10030112 + inSlope: -0.21282622 + outSlope: -0.21282622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.109009914 + inSlope: -0.2920376 + outSlope: -0.2920376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.12345446 + inSlope: 0.062440462 + outSlope: 0.062440462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.11560758 + inSlope: 0.42069584 + outSlope: 0.42069584 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.09540807 + inSlope: 0.66142577 + outSlope: 0.66142577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.07151257 + inSlope: 0.60475844 + outSlope: 0.60475844 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.048814096 + inSlope: 0.021038875 + outSlope: 0.021038875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.08428813 + inSlope: -0.55283725 + outSlope: -0.55283725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.13811071 + inSlope: -0.37715352 + outSlope: -0.37715352 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.15168978 + inSlope: -0.051102176 + outSlope: -0.051102176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.15135294 + inSlope: -0.02761765 + outSlope: -0.02761765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.15602395 + inSlope: -0.06968319 + outSlope: -0.06968319 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.16731858 + inSlope: -0.1412884 + outSlope: -0.1412884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.17391524 + inSlope: 0.08678698 + outSlope: 0.08678698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.16202176 + inSlope: 0.13936548 + outSlope: 0.13936548 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.16092439 + inSlope: 0.015533445 + outSlope: 0.015533445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.15917508 + inSlope: -0.06836913 + outSlope: -0.06836913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.15708841 + inSlope: 0.48609543 + outSlope: 0.48609543 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.12989527 + inSlope: 1.2272288 + outSlope: 1.2272288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.075273246 + inSlope: 1.9014796 + outSlope: 1.9014796 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.003129572 + inSlope: 2.87625 + outSlope: 2.87625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.11647709 + inSlope: 3.2978442 + outSlope: 3.2978442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.2167265 + inSlope: 2.4716098 + outSlope: 2.4716098 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.31038252 + inSlope: 0.37581092 + outSlope: 0.37581092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.30630496 + inSlope: -0.49048933 + outSlope: -0.49048933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.27768326 + inSlope: -0.82770395 + outSlope: -0.82770395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.23389286 + inSlope: -0.30999503 + outSlope: -0.30999503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.24017136 + inSlope: 0.41942436 + outSlope: 0.41942436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.28795284 + inSlope: 0.15743956 + outSlope: 0.15743956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.28195158 + inSlope: -0.23604222 + outSlope: -0.23604222 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.2549599 + inSlope: -0.6904211 + outSlope: -0.6904211 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.14977948 + inSlope: -1.0747002 + outSlope: -1.0747002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.10017283 + inSlope: -0.13640285 + outSlope: -0.13640285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.107885845 + inSlope: 0.637449 + outSlope: 0.637449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.1426694 + inSlope: 1.3653877 + outSlope: 1.3653877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.2646975 + inSlope: 1.9454527 + outSlope: 1.9454527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.45999962 + inSlope: 0.6447607 + outSlope: 0.6447607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.44413742 + inSlope: -0.5509124 + outSlope: -0.5509124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.3919744 + inSlope: -1.0608158 + outSlope: -1.0608158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.31265506 + inSlope: -1.0387379 + outSlope: -1.0387379 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.23655574 + inSlope: -0.77340007 + outSlope: -0.77340007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.18879113 + inSlope: -0.3802985 + outSlope: -0.3802985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.19863519 + inSlope: 0.79468495 + outSlope: 0.79468495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.23676404 + inSlope: 1.4415519 + outSlope: 1.4415519 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.4297582 + inSlope: -0.05292183 + outSlope: -0.05292183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.296765 + inSlope: -1.6500634 + outSlope: -1.6500634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.20572597 + inSlope: -0.9772533 + outSlope: -0.9772533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.14875169 + inSlope: -0.5622121 + outSlope: -0.5622121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.10364785 + inSlope: -0.61366355 + outSlope: -0.61366355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.08613894 + inSlope: -0.43617892 + outSlope: -0.43617892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.074569285 + inSlope: -0.3424821 + outSlope: -0.3424821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.06330682 + inSlope: -0.35043547 + outSlope: -0.35043547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.041245304 + inSlope: -0.2523475 + outSlope: -0.2523475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.034383792 + inSlope: -0.074890815 + outSlope: -0.074890815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.036252588 + inSlope: 0.339033 + outSlope: 0.339033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.05698627 + inSlope: 0.9991037 + outSlope: 0.9991037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.102859735 + inSlope: 1.6578051 + outSlope: 1.6578051 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.1675065 + inSlope: 1.9137058 + outSlope: 1.9137058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.28078714 + inSlope: 1.2777579 + outSlope: 1.2777579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.35837057 + inSlope: 0.6818678 + outSlope: 0.6818678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.38409775 + inSlope: 0.4888098 + outSlope: 0.4888098 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.37792984 + inSlope: -0.68167025 + outSlope: -0.68167025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.30515018 + inSlope: -1.2919936 + outSlope: -1.2919936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.2593804 + inSlope: -1.3730947 + outSlope: -1.3730947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Upper Leg Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2055856 + inSlope: 0.44048083 + outSlope: 0.44048083 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.24067938 + inSlope: 0.7782234 + outSlope: 0.7782234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.30339524 + inSlope: 0.82859206 + outSlope: 0.82859206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.32798937 + inSlope: -0.56744415 + outSlope: -0.56744415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.30259952 + inSlope: -0.88876164 + outSlope: -0.88876164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.2687386 + inSlope: -0.81263477 + outSlope: -0.81263477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.24842387 + inSlope: -0.29249695 + outSlope: -0.29249695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.2715802 + inSlope: 0.19527872 + outSlope: 0.19527872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.2347828 + inSlope: -1.2569486 + outSlope: -1.2569486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.10917248 + inSlope: -2.2733717 + outSlope: -2.2733717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.029450921 + inSlope: -2.2758377 + outSlope: -2.2758377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.042550016 + inSlope: -1.652732 + outSlope: -1.652732 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.083812304 + inSlope: 0.41776687 + outSlope: 0.41776687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.063644275 + inSlope: 0.74256873 + outSlope: 0.74256873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.004448302 + inSlope: 1.3002477 + outSlope: 1.3002477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.05237547 + inSlope: 1.5207801 + outSlope: 1.5207801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.105833635 + inSlope: 1.5629506 + outSlope: 1.5629506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.15657207 + inSlope: 1.6421158 + outSlope: 1.6421158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.32133123 + inSlope: 1.2600949 + outSlope: 1.2600949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.3912064 + inSlope: 0.32946053 + outSlope: 0.32946053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.39900017 + inSlope: -0.34261268 + outSlope: -0.34261268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.3772383 + inSlope: -0.6115004 + outSlope: -0.6115004 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.32947618 + inSlope: 0.012014519 + outSlope: 0.012014519 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.3234282 + inSlope: -0.64121836 + outSlope: -0.64121836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.19043887 + inSlope: -1.4720106 + outSlope: -1.4720106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.14423348 + inSlope: -1.0145669 + outSlope: -1.0145669 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.12280113 + inSlope: -0.26656175 + outSlope: -0.26656175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.12646271 + inSlope: 0.18619654 + outSlope: 0.18619654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.15766631 + inSlope: 0.25550348 + outSlope: 0.25550348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.1759065 + inSlope: 0.539433 + outSlope: 0.539433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.2662693 + inSlope: 1.0192586 + outSlope: 1.0192586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.3230673 + inSlope: 0.42171484 + outSlope: 0.42171484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.32634342 + inSlope: -0.065840244 + outSlope: -0.065840244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.3227586 + inSlope: -0.27086583 + outSlope: -0.27086583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.28878447 + inSlope: -0.67945737 + outSlope: -0.67945737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.18946649 + inSlope: -1.2158322 + outSlope: -1.2158322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.14814402 + inSlope: -1.1326885 + outSlope: -1.1326885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.11395399 + inSlope: -0.51188034 + outSlope: -0.51188034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.13808624 + inSlope: 0.97590375 + outSlope: 0.97590375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.29904464 + inSlope: 1.9846852 + outSlope: 1.9846852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.41356093 + inSlope: 0.7392318 + outSlope: 0.7392318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.34576538 + inSlope: -1.298748 + outSlope: -1.298748 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.25564444 + inSlope: -1.3312805 + outSlope: -1.3312805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.21238306 + inSlope: -1.1225688 + outSlope: -1.1225688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.15513468 + inSlope: -0.8151934 + outSlope: -0.8151934 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.07816092 + inSlope: -0.42509192 + outSlope: -0.42509192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.07008477 + inSlope: -0.07430866 + outSlope: -0.07430866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.07320701 + inSlope: 0.16668761 + outSlope: 0.16668761 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.10163564 + inSlope: 0.2714274 + outSlope: 0.2714274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.11467939 + inSlope: 0.12141636 + outSlope: 0.12141636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.12142788 + inSlope: 0.15607756 + outSlope: 0.15607756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.13735764 + inSlope: -0.021683894 + outSlope: -0.021683894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.132193 + inSlope: 0.113502614 + outSlope: 0.113502614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.1610611 + inSlope: 0.702234 + outSlope: 0.702234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.26585954 + inSlope: 0.4180162 + outSlope: 0.4180162 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.26313588 + inSlope: -0.32205492 + outSlope: -0.32205492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.24107869 + inSlope: -0.224656 + outSlope: -0.224656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.22539942 + inSlope: -0.22345644 + outSlope: -0.22345644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.21018812 + inSlope: -0.1224398 + outSlope: -0.1224398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.22452591 + inSlope: 0.4338417 + outSlope: 0.4338417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.28014547 + inSlope: 0.40588522 + outSlope: 0.40588522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.27384847 + inSlope: -0.37490612 + outSlope: -0.37490612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.23494528 + inSlope: -0.30317667 + outSlope: -0.30317667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.22925302 + inSlope: 0.21441846 + outSlope: 0.21441846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.25479206 + inSlope: 0.297316 + outSlope: 0.297316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.27594033 + inSlope: 0.4965064 + outSlope: 0.4965064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.31296942 + inSlope: 0.1455243 + outSlope: 0.1455243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.26480868 + inSlope: -0.6519024 + outSlope: -0.6519024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.22717084 + inSlope: -0.37592655 + outSlope: -0.37592655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.21850327 + inSlope: -0.38363695 + outSlope: -0.38363695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.18464038 + inSlope: -0.45734546 + outSlope: -0.45734546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.15935045 + inSlope: -0.29764256 + outSlope: -0.29764256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.14976631 + inSlope: 0.044435307 + outSlope: 0.044435307 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.18318506 + inSlope: 0.33621877 + outSlope: 0.33621877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.2055856 + inSlope: 0.35533 + outSlope: 0.35533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Upper Leg In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.12701638 + inSlope: -1.7038562 + outSlope: -1.7038562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.2361749 + inSlope: -1.4366212 + outSlope: -1.4366212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.3172255 + inSlope: -0.93128633 + outSlope: -0.93128633 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.34954926 + inSlope: 0.11013106 + outSlope: 0.11013106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.32479152 + inSlope: 0.6058793 + outSlope: 0.6058793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.30227777 + inSlope: 1.22821 + outSlope: 1.22821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.24291086 + inSlope: 2.562865 + outSlope: 2.562865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.13142002 + inSlope: 3.7955327 + outSlope: 3.7955327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.010124736 + inSlope: 4.2202654 + outSlope: 4.2202654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.14993098 + inSlope: 3.5813928 + outSlope: 3.5813928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.24888414 + inSlope: 1.964619 + outSlope: 1.964619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.28090551 + inSlope: -0.113611996 + outSlope: -0.113611996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.24131 + inSlope: -2.0760024 + outSlope: -2.0760024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.14250542 + inSlope: -3.4682465 + outSlope: -3.4682465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.010093556 + inSlope: -4.066541 + outSlope: -4.066541 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.12859729 + inSlope: -3.910591 + outSlope: -3.910591 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.25061247 + inSlope: -2.9434137 + outSlope: -2.9434137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.3663202 + inSlope: -0.8958754 + outSlope: -0.8958754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.3759167 + inSlope: 0.32309002 + outSlope: 0.32309002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.32030433 + inSlope: 0.88979197 + outSlope: 0.88979197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.28642035 + inSlope: 1.368618 + outSlope: 1.368618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.1601975 + inSlope: 2.1265144 + outSlope: 2.1265144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.08729553 + inSlope: 2.2035532 + outSlope: 2.2035532 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.013293835 + inSlope: 2.3220017 + outSlope: 2.3220017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.0675047 + inSlope: 2.6863003 + outSlope: 2.6863003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.16579267 + inSlope: 3.3413692 + outSlope: 3.3413692 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.4066278 + inSlope: 2.8098445 + outSlope: 2.8098445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.4841008 + inSlope: -0.94423866 + outSlope: -0.94423866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.3685261 + inSlope: -3.0951743 + outSlope: -3.0951743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.2400348 + inSlope: -4.195304 + outSlope: -4.195304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.08883943 + inSlope: -4.6177874 + outSlope: -4.6177874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.067817956 + inSlope: -4.612257 + outSlope: -4.612257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.21864463 + inSlope: -3.9254618 + outSlope: -3.9254618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.32951516 + inSlope: -2.509902 + outSlope: -2.509902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.38456088 + inSlope: 0.8580265 + outSlope: 0.8580265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.34582916 + inSlope: 1.2208372 + outSlope: 1.2208372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.24470603 + inSlope: 2.1988606 + outSlope: 2.1988606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.15658103 + inSlope: 3.1303062 + outSlope: 3.1303062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.03601915 + inSlope: 3.998628 + outSlope: 3.998628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.10999442 + inSlope: 4.4005365 + outSlope: 4.4005365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.25734967 + inSlope: 3.9576793 + outSlope: 3.9576793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.37383977 + inSlope: 2.5370212 + outSlope: 2.5370212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.43789944 + inSlope: -0.0434639 + outSlope: -0.0434639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.3824679 + inSlope: -1.5019218 + outSlope: -1.5019218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.23959036 + inSlope: -2.9494743 + outSlope: -2.9494743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.12682724 + inSlope: -3.6840835 + outSlope: -3.6840835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.006015784 + inSlope: -4.0683036 + outSlope: -4.0683036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.14439274 + inSlope: -3.9743161 + outSlope: -3.9743161 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.27096993 + inSlope: -3.0079687 + outSlope: -3.0079687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.3449238 + inSlope: -1.6705176 + outSlope: -1.6705176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.38246447 + inSlope: 0.5403026 + outSlope: 0.5403026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.28853738 + inSlope: 1.8606747 + outSlope: 1.8606747 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.2222724 + inSlope: 1.6820128 + outSlope: 1.6820128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.1764033 + inSlope: 0.7854966 + outSlope: 0.7854966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.21645449 + inSlope: -0.78639543 + outSlope: -0.78639543 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.24777153 + inSlope: 0.26482862 + outSlope: 0.26482862 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.18440805 + inSlope: 1.1563213 + outSlope: 1.1563213 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.14636154 + inSlope: 0.9511672 + outSlope: 0.9511672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.12099697 + inSlope: 0.5648563 + outSlope: 0.5648563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.096002586 + inSlope: 0.56810784 + outSlope: 0.56810784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.07083058 + inSlope: 0.90835494 + outSlope: 0.90835494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.03544565 + inSlope: 1.0207933 + outSlope: 1.0207933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.0027777583 + inSlope: 0.8327637 + outSlope: 0.8327637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.020071879 + inSlope: 0.48358637 + outSlope: 0.48358637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.029461302 + inSlope: 0.045364894 + outSlope: 0.045364894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.023096202 + inSlope: -0.38862404 + outSlope: -0.38862404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.0035529174 + inSlope: -0.6573305 + outSlope: -0.6573305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.020725932 + inSlope: -0.6682527 + outSlope: -0.6682527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.04099722 + inSlope: -0.48938954 + outSlope: -0.48938954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.05335187 + inSlope: -0.2690761 + outSlope: -0.2690761 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.05893561 + inSlope: -0.13914397 + outSlope: -0.13914397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.06262813 + inSlope: -0.08278808 + outSlope: -0.08278808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.06445481 + inSlope: 0.067815974 + outSlope: 0.067815974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.058107067 + inSlope: 0.43590763 + outSlope: 0.43590763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.035394166 + inSlope: 1.0104364 + outSlope: 1.0104364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.009255459 + inSlope: 1.6645563 + outSlope: 1.6645563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.07557615 + inSlope: 2.196939 + outSlope: 2.196939 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.23326334 + inSlope: 2.0490172 + outSlope: 2.0490172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.29231894 + inSlope: 1.3892677 + outSlope: 1.3892677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.3436064 + inSlope: -0.02447831 + outSlope: -0.02447831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.331071 + inSlope: -0.412559 + outSlope: -0.412559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.27493802 + inSlope: -1.3507272 + outSlope: -1.3507272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.15719196 + inSlope: -1.9177856 + outSlope: -1.9177856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.09358506 + inSlope: -1.7352515 + outSlope: -1.7352515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.04150773 + inSlope: -1.3221047 + outSlope: -1.3221047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.005444827 + inSlope: -0.8716122 + outSlope: -0.8716122 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.016599698 + inSlope: -0.4605496 + outSlope: -0.4605496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.02525845 + inSlope: 0.048293427 + outSlope: 0.048293427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.01338014 + inSlope: 0.745417 + outSlope: 0.745417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.024435967 + inSlope: 1.440735 + outSlope: 1.440735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.08266877 + inSlope: 1.8371131 + outSlope: 1.8371131 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.14691006 + inSlope: 1.8628745 + outSlope: 1.8628745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.31538278 + inSlope: 1.5424309 + outSlope: 1.5424309 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.4152764 + inSlope: 0.13913158 + outSlope: 0.13913158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.35397336 + inSlope: -1.1564708 + outSlope: -1.1564708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.18636096 + inSlope: -2.1621003 + outSlope: -2.1621003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.034231033 + inSlope: -2.2356534 + outSlope: -2.2356534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.038658466 + inSlope: -2.1593394 + outSlope: -2.1593394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.109724805 + inSlope: -2.0867085 + outSlope: -2.0867085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.22733834 + inSlope: -1.0228112 + outSlope: -1.0228112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.20954 + inSlope: 1.2080477 + outSlope: 1.2080477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.15812828 + inSlope: 1.6370544 + outSlope: 1.6370544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.10040314 + inSlope: 1.7541639 + outSlope: 1.7541639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.01946166 + inSlope: 1.8375757 + outSlope: 1.8375757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.0813208 + inSlope: 1.6837242 + outSlope: 1.6837242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.13170983 + inSlope: 1.2285681 + outSlope: 1.2285681 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.16322526 + inSlope: 0.6633521 + outSlope: 0.6633521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.17593326 + inSlope: -0.41100985 + outSlope: -0.41100985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.13582464 + inSlope: -1.5679944 + outSlope: -1.5679944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.071400404 + inSlope: -2.018188 + outSlope: -2.018188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.0012789053 + inSlope: -2.0521595 + outSlope: -2.0521595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.0654101 + inSlope: -1.9244311 + outSlope: -1.9244311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.12701638 + inSlope: -1.8481902 + outSlope: -1.8481902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Upper Leg Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.48438504 + inSlope: 0.055807825 + outSlope: 0.055807825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.4618989 + inSlope: 0.56122005 + outSlope: 0.56122005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.39523733 + inSlope: 0.3127696 + outSlope: 0.3127696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.39575517 + inSlope: -0.03923938 + outSlope: -0.03923938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.39624062 + inSlope: -0.25491896 + outSlope: -0.25491896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.46466 + inSlope: -0.46171695 + outSlope: -0.46171695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.46171534 + inSlope: 0.53754544 + outSlope: 0.53754544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.41773808 + inSlope: 0.17186105 + outSlope: 0.17186105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.42486835 + inSlope: -0.5308095 + outSlope: -0.5308095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.48004165 + inSlope: -0.5131618 + outSlope: -0.5131618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.4433373 + inSlope: 0.9349559 + outSlope: 0.9349559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.37998208 + inSlope: 0.8581719 + outSlope: 0.8581719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.3235369 + inSlope: 0.87034154 + outSlope: 0.87034154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.27566123 + inSlope: 0.3171965 + outSlope: 0.3171965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.29013863 + inSlope: -0.70343786 + outSlope: -0.70343786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.3916797 + inSlope: -1.021502 + outSlope: -1.021502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.4795912 + inSlope: 0.1140189 + outSlope: 0.1140189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.44423464 + inSlope: 0.11536781 + outSlope: 0.11536781 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.4539365 + inSlope: -0.042584132 + outSlope: -0.042584132 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.45798972 + inSlope: -0.2275385 + outSlope: -0.2275385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.4774203 + inSlope: 0.17398563 + outSlope: 0.17398563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.4233527 + inSlope: 0.755435 + outSlope: 0.755435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.37352726 + inSlope: -0.081571415 + outSlope: -0.081571415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.48213714 + inSlope: -0.43963945 + outSlope: -0.43963945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.49958658 + inSlope: -0.12304065 + outSlope: -0.12304065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.50609285 + inSlope: 0.21524435 + outSlope: 0.21524435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.46008968 + inSlope: 0.43072116 + outSlope: 0.43072116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.44366512 + inSlope: -0.3841651 + outSlope: -0.3841651 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.49097282 + inSlope: -0.44143012 + outSlope: -0.44143012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.5548707 + inSlope: -0.54648983 + outSlope: -0.54648983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.58491254 + inSlope: -0.19714077 + outSlope: -0.19714077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.55222696 + inSlope: 0.6407687 + outSlope: 0.6407687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.3549857 + inSlope: 0.25677526 + outSlope: 0.25677526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.34830752 + inSlope: 0.061060548 + outSlope: 0.061060548 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.32427004 + inSlope: -0.02379971 + outSlope: -0.02379971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.32170197 + inSlope: 0.15993178 + outSlope: 0.15993178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.29004243 + inSlope: 0.052541398 + outSlope: 0.052541398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.32307547 + inSlope: -0.07457353 + outSlope: -0.07457353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.33883655 + inSlope: -0.38134968 + outSlope: -0.38134968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.38698807 + inSlope: -0.0888572 + outSlope: -0.0888572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.3542683 + inSlope: 0.37310725 + outSlope: 0.37310725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.32523745 + inSlope: 0.5363467 + outSlope: 0.5363467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.28722146 + inSlope: -0.08692512 + outSlope: -0.08692512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.35607335 + inSlope: -0.59232044 + outSlope: -0.59232044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.4160773 + inSlope: -0.2505664 + outSlope: -0.2505664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.43206498 + inSlope: -0.0994868 + outSlope: -0.0994868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.44680804 + inSlope: -0.37642917 + outSlope: -0.37642917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.48438504 + inSlope: -0.14843269 + outSlope: -0.14843269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootQ.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.48705572 + inSlope: 0.10671347 + outSlope: 0.10671347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.5158928 + inSlope: 0.32697114 + outSlope: 0.32697114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.53818816 + inSlope: 0.08793265 + outSlope: 0.08793265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.53837115 + inSlope: -0.5295196 + outSlope: -0.5295196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.47618443 + inSlope: -1.2351341 + outSlope: -1.2351341 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.39887366 + inSlope: -0.58246267 + outSlope: -0.58246267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.56787896 + inSlope: 1.8905694 + outSlope: 1.8905694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.72215915 + inSlope: 0.80189395 + outSlope: 0.80189395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.72340673 + inSlope: -0.41504496 + outSlope: -0.41504496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.5246597 + inSlope: -0.7947057 + outSlope: -0.7947057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.49801248 + inSlope: -0.95855093 + outSlope: -0.95855093 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.42367417 + inSlope: -1.2120765 + outSlope: -1.2120765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.35034844 + inSlope: -0.5558244 + outSlope: -0.5558244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.3830809 + inSlope: 0.27975512 + outSlope: 0.27975512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.41208965 + inSlope: 0.7725065 + outSlope: 0.7725065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.54593825 + inSlope: 1.4163203 + outSlope: 1.4163203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.6511676 + inSlope: 0.44242063 + outSlope: 0.44242063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.6235433 + inSlope: -0.6826934 + outSlope: -0.6826934 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.5539622 + inSlope: -1.4299395 + outSlope: -1.4299395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.41127795 + inSlope: -0.71361417 + outSlope: -0.71361417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.4311916 + inSlope: 0.1751806 + outSlope: 0.1751806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.4435731 + inSlope: 0.5960493 + outSlope: 0.5960493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.5200168 + inSlope: 1.5141563 + outSlope: 1.5141563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.6466283 + inSlope: 0.42938274 + outSlope: 0.42938274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.5449031 + inSlope: -0.49403656 + outSlope: -0.49403656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.5455495 + inSlope: 0.53803027 + outSlope: 0.53803027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.597192 + inSlope: 0.7722266 + outSlope: 0.7722266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.62137616 + inSlope: 0.18495013 + outSlope: 0.18495013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.584975 + inSlope: -0.46025857 + outSlope: -0.46025857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.597618 + inSlope: 0.17957398 + outSlope: 0.17957398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.4618283 + inSlope: -0.30092 + outSlope: -0.30092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.45346016 + inSlope: -0.09115674 + outSlope: -0.09115674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.44408834 + inSlope: 0.16260684 + outSlope: 0.16260684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.48430708 + inSlope: 0.014505846 + outSlope: 0.014505846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.46200508 + inSlope: 0.038435493 + outSlope: 0.038435493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.48037517 + inSlope: 0.17415959 + outSlope: 0.17415959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.477533 + inSlope: -0.20377298 + outSlope: -0.20377298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.4566853 + inSlope: -0.22709078 + outSlope: -0.22709078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.44575194 + inSlope: 0.03277787 + outSlope: 0.03277787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.45323414 + inSlope: 0.09906972 + outSlope: 0.09906972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.4918515 + inSlope: 0.032201987 + outSlope: 0.032201987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.49263346 + inSlope: 0.12741488 + outSlope: 0.12741488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.49959004 + inSlope: -0.12253058 + outSlope: -0.12253058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.48401532 + inSlope: 0.01867177 + outSlope: 0.01867177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.48705572 + inSlope: -0.017339604 + outSlope: -0.017339604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootQ.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.51330465 + inSlope: -0.14185846 + outSlope: -0.14185846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.5369223 + inSlope: -0.42425215 + outSlope: -0.42425215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.58385724 + inSlope: -0.017346742 + outSlope: -0.017346742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.55511 + inSlope: 0.9966347 + outSlope: 0.9966347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.47303316 + inSlope: 1.0188067 + outSlope: 1.0188067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.44520012 + inSlope: 0.5308767 + outSlope: 0.5308767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.43254584 + inSlope: 0.21808322 + outSlope: 0.21808322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.37999138 + inSlope: 0.78049827 + outSlope: 0.78049827 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.30287784 + inSlope: 0.59691036 + outSlope: 0.59691036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.26538795 + inSlope: -0.23204961 + outSlope: -0.23204961 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.34255126 + inSlope: -0.44471738 + outSlope: -0.44471738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.35576674 + inSlope: 0.17792518 + outSlope: 0.17792518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.34300807 + inSlope: -0.1790126 + outSlope: -0.1790126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.35975823 + inSlope: -0.48299754 + outSlope: -0.48299754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.388575 + inSlope: 0.043386284 + outSlope: 0.043386284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.36986768 + inSlope: 0.13347891 + outSlope: 0.13347891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.36020058 + inSlope: 0.3505665 + outSlope: 0.3505665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.32466212 + inSlope: 0.5231354 + outSlope: 0.5231354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.29019395 + inSlope: 0.5362684 + outSlope: 0.5362684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.2626203 + inSlope: 0.09380832 + outSlope: 0.09380832 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.28278133 + inSlope: -0.56289744 + outSlope: -0.56289744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.31993008 + inSlope: -0.30845588 + outSlope: -0.30845588 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.29952532 + inSlope: 0.20754535 + outSlope: 0.20754535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.2868141 + inSlope: 0.27871767 + outSlope: 0.27871767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.26022953 + inSlope: -0.031861097 + outSlope: -0.031861097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.28832445 + inSlope: 0.20299108 + outSlope: 0.20299108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.2510505 + inSlope: 0.77671015 + outSlope: 0.77671015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.20267296 + inSlope: 0.38582987 + outSlope: 0.38582987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.20786223 + inSlope: -0.46006346 + outSlope: -0.46006346 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.26450363 + inSlope: -0.21402305 + outSlope: -0.21402305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.24580449 + inSlope: 0.7460878 + outSlope: 0.7460878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.18324354 + inSlope: 0.7095454 + outSlope: 0.7095454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.16723579 + inSlope: -0.019209713 + outSlope: -0.019209713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.18452407 + inSlope: -1.1467159 + outSlope: -1.1467159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.24368344 + inSlope: -1.8126214 + outSlope: -1.8126214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.348346 + inSlope: -0.8362608 + outSlope: -0.8362608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.36111605 + inSlope: -0.034329176 + outSlope: -0.034329176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.3506346 + inSlope: 0.29024518 + outSlope: 0.29024518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.34241244 + inSlope: -0.18466893 + outSlope: -0.18466893 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.5158471 + inSlope: -0.7515391 + outSlope: -0.7515391 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.59395903 + inSlope: -0.09446986 + outSlope: -0.09446986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.5855227 + inSlope: 0.20434535 + outSlope: 0.20434535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.5764422 + inSlope: -0.15033975 + outSlope: -0.15033975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.59707755 + inSlope: 0.092359275 + outSlope: 0.092359275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.58348596 + inSlope: -0.07726915 + outSlope: -0.07726915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.60182697 + inSlope: 0.007524498 + outSlope: 0.007524498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.60066354 + inSlope: -0.19504058 + outSlope: -0.19504058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.63373095 + inSlope: 0.05633717 + outSlope: 0.05633717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.59726954 + inSlope: 0.21288496 + outSlope: 0.21288496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.5693783 + inSlope: 0.42012465 + outSlope: 0.42012465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.5387385 + inSlope: -0.0060421294 + outSlope: -0.0060421294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.5294243 + inSlope: 0.2870959 + outSlope: 0.2870959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.51330465 + inSlope: -0.03236714 + outSlope: -0.03236714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootQ.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5144575 + inSlope: -0.19234656 + outSlope: -0.19234656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.4792573 + inSlope: -0.25575393 + outSlope: -0.25575393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.46316767 + inSlope: -0.13035806 + outSlope: -0.13035806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.4596392 + inSlope: -0.11996181 + outSlope: -0.11996181 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.4551702 + inSlope: 0.14311999 + outSlope: 0.14311999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.63972867 + inSlope: 1.3104824 + outSlope: 1.3104824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.69668263 + inSlope: -0.51482 + outSlope: -0.51482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.5023697 + inSlope: -0.7284954 + outSlope: -0.7284954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.50998545 + inSlope: 0.6629839 + outSlope: 0.6629839 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.62036556 + inSlope: 0.39009404 + outSlope: 0.39009404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.6790189 + inSlope: 0.5697174 + outSlope: 0.5697174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.7308128 + inSlope: 0.06981635 + outSlope: 0.06981635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.71441513 + inSlope: -0.10618608 + outSlope: -0.10618608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.68204856 + inSlope: -0.68711233 + outSlope: -0.68711233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.5889723 + inSlope: -0.16753763 + outSlope: -0.16753763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.5820443 + inSlope: -0.02808369 + outSlope: -0.02808369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.61992884 + inSlope: 0.88855946 + outSlope: 0.88855946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.71004426 + inSlope: 0.50101405 + outSlope: 0.50101405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.6887237 + inSlope: -0.20594288 + outSlope: -0.20594288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.64751714 + inSlope: -0.71255636 + outSlope: -0.71255636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.5754574 + inSlope: -0.15357986 + outSlope: -0.15357986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.6481825 + inSlope: 0.5080538 + outSlope: 0.5080538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.665017 + inSlope: -0.17449397 + outSlope: -0.17449397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.5788029 + inSlope: -1.6686387 + outSlope: -1.6686387 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.514721 + inSlope: -1.5298047 + outSlope: -1.5298047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.43865618 + inSlope: -0.3560788 + outSlope: -0.3560788 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.4211777 + inSlope: -0.19284466 + outSlope: -0.19284466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.45370317 + inSlope: 0.5791132 + outSlope: 0.5791132 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.5706995 + inSlope: 0.012380194 + outSlope: 0.012380194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.56359196 + inSlope: 0.15017077 + outSlope: 0.15017077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.58026797 + inSlope: -0.03811055 + outSlope: -0.03811055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.5820864 + inSlope: 0.056756362 + outSlope: 0.056756362 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.58359396 + inSlope: 0.058423933 + outSlope: 0.058423933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.5701567 + inSlope: 0.0009396681 + outSlope: 0.0009396681 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.5427885 + inSlope: 0.0019857306 + outSlope: 0.0019857306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.5516643 + inSlope: 0.041019954 + outSlope: 0.041019954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.5280338 + inSlope: -0.018090622 + outSlope: -0.018090622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.53460455 + inSlope: -0.048259243 + outSlope: -0.048259243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5144575 + inSlope: -0.15410736 + outSlope: -0.15410736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootQ.w + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.29896337 + inSlope: -0.2818054 + outSlope: -0.2818054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.33732155 + inSlope: -0.5641106 + outSlope: -0.5641106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.41250572 + inSlope: -0.2767879 + outSlope: -0.2767879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.37412778 + inSlope: 0.9889953 + outSlope: 0.9889953 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.2398417 + inSlope: 1.3873274 + outSlope: 1.3873274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.19666602 + inSlope: 1.0432962 + outSlope: 1.0432962 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.16473721 + inSlope: -0.27517888 + outSlope: -0.27517888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.268136 + inSlope: -0.5779798 + outSlope: -0.5779798 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.29467934 + inSlope: -0.02938449 + outSlope: -0.02938449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.25127658 + inSlope: 0.5772929 + outSlope: 0.5772929 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.19696642 + inSlope: 1.075603 + outSlope: 1.075603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.07609484 + inSlope: 0.95194113 + outSlope: 0.95194113 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.035291247 + inSlope: 0.3112437 + outSlope: 0.3112437 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.032692004 + inSlope: -0.24582013 + outSlope: -0.24582013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.07023396 + inSlope: -0.8935058 + outSlope: -0.8935058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.24225076 + inSlope: -1.3166965 + outSlope: -1.3166965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.3323887 + inSlope: -0.3191684 + outSlope: -0.3191684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.31815943 + inSlope: 0.46187538 + outSlope: 0.46187538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.22792631 + inSlope: 1.3974887 + outSlope: 1.3974887 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.08300602 + inSlope: 1.046129 + outSlope: 1.046129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.05539051 + inSlope: 0.6230629 + outSlope: 0.6230629 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.037224036 + inSlope: 0.029941697 + outSlope: 0.029941697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.03947242 + inSlope: -0.16699842 + outSlope: -0.16699842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.06684548 + inSlope: -0.73012316 + outSlope: -0.73012316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.1821073 + inSlope: -1.3550153 + outSlope: -1.3550153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.32300398 + inSlope: -0.4603112 + outSlope: -0.4603112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.33495885 + inSlope: -0.010146807 + outSlope: -0.010146807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.32267526 + inSlope: 0.30013233 + outSlope: 0.30013233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.304678 + inSlope: 0.16736701 + outSlope: 0.16736701 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.29560605 + inSlope: 0.2403521 + outSlope: 0.2403521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.261346 + inSlope: 0.251992 + outSlope: 0.251992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.2432369 + inSlope: 0.21105787 + outSlope: 0.21105787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.20444348 + inSlope: 0.1924011 + outSlope: 0.1924011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.17899734 + inSlope: -0.047735095 + outSlope: -0.047735095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.19378328 + inSlope: -0.10281055 + outSlope: -0.10281055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.18855011 + inSlope: 0.25726947 + outSlope: 0.25726947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.16719003 + inSlope: 0.25201368 + outSlope: 0.25201368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.16054815 + inSlope: -0.045024343 + outSlope: -0.045024343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.16018508 + inSlope: 0.045263216 + outSlope: 0.045263216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.16058594 + inSlope: -0.10855714 + outSlope: -0.10855714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.17648119 + inSlope: -0.073482916 + outSlope: -0.073482916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.17726217 + inSlope: -0.12000841 + outSlope: -0.12000841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.19568323 + inSlope: -0.08604982 + outSlope: -0.08604982 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.19289815 + inSlope: 0.0042649396 + outSlope: 0.0042649396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.19273074 + inSlope: 0.08887307 + outSlope: 0.08887307 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.17324051 + inSlope: -0.008913873 + outSlope: -0.008913873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.19676556 + inSlope: -0.42151493 + outSlope: -0.42151493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.28705022 + inSlope: -0.23552498 + outSlope: -0.23552498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.30012405 + inSlope: 0.12055423 + outSlope: 0.12055423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.29352742 + inSlope: 0.006394393 + outSlope: 0.006394393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.2898908 + inSlope: 0.07433928 + outSlope: 0.07433928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.28577816 + inSlope: 0.09874607 + outSlope: 0.09874607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.28208774 + inSlope: -0.080681816 + outSlope: -0.080681816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.29896337 + inSlope: -0.20270278 + outSlope: -0.20270278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootT.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.8492594 + inSlope: -0.15715419 + outSlope: -0.15715419 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.83817035 + inSlope: 0.2896338 + outSlope: 0.2896338 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.83679324 + inSlope: -0.37944946 + outSlope: -0.37944946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.89900064 + inSlope: -0.04691004 + outSlope: -0.04691004 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.8615467 + inSlope: 0.31097 + outSlope: 0.31097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.78165984 + inSlope: 0.07948454 + outSlope: 0.07948454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.8746794 + inSlope: 0.0049854107 + outSlope: 0.0049854107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.85970306 + inSlope: -0.026659332 + outSlope: -0.026659332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.83284724 + inSlope: 0.44520062 + outSlope: 0.44520062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.8073157 + inSlope: -0.21637133 + outSlope: -0.21637133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.8543767 + inSlope: 0.15367219 + outSlope: 0.15367219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.8314893 + inSlope: -0.03303859 + outSlope: -0.03303859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.82285494 + inSlope: 0.2323591 + outSlope: 0.2323591 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.7955857 + inSlope: 0.12574655 + outSlope: 0.12574655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.8345699 + inSlope: -0.6158036 + outSlope: -0.6158036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.8786272 + inSlope: 0.17002182 + outSlope: 0.17002182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.8553923 + inSlope: -0.014313175 + outSlope: -0.014313175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.86283237 + inSlope: 0.14155014 + outSlope: 0.14155014 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.8513976 + inSlope: -0.094641834 + outSlope: -0.094641834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.83174455 + inSlope: 0.4009453 + outSlope: 0.4009453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.79845375 + inSlope: -0.09624758 + outSlope: -0.09624758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.81481546 + inSlope: 0.16745403 + outSlope: 0.16745403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.798782 + inSlope: -0.21275124 + outSlope: -0.21275124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.8135196 + inSlope: 0.07508941 + outSlope: 0.07508941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.81574434 + inSlope: 0.082830265 + outSlope: 0.082830265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.76896113 + inSlope: -0.23664884 + outSlope: -0.23664884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.8256088 + inSlope: 0.02652618 + outSlope: 0.02652618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.8177936 + inSlope: -0.17838675 + outSlope: -0.17838675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.8492594 + inSlope: -0.22210321 + outSlope: -0.22210321 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootT.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.20955883 + inSlope: 0.13694912 + outSlope: 0.13694912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.1996456 + inSlope: 0.04175014 + outSlope: 0.04175014 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.18786661 + inSlope: 0.3644183 + outSlope: 0.3644183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.09330189 + inSlope: 0.95599127 + outSlope: 0.95599127 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.060167797 + inSlope: 1.0004894 + outSlope: 1.0004894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.026602577 + inSlope: 0.9434787 + outSlope: 0.9434787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.0027308092 + inSlope: 0.7216649 + outSlope: 0.7216649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.02150841 + inSlope: 0.3193475 + outSlope: 0.3193475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.024020638 + inSlope: -0.1190919 + outSlope: -0.1190919 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.01356894 + inSlope: -0.33465502 + outSlope: -0.33465502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.0017102853 + inSlope: -0.21392006 + outSlope: -0.21392006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.0006924056 + inSlope: 0.08966182 + outSlope: 0.08966182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.0076877493 + inSlope: 0.28458688 + outSlope: 0.28458688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.01828005 + inSlope: 0.20406121 + outSlope: 0.20406121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.021291822 + inSlope: -0.0763095 + outSlope: -0.0763095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.01319276 + inSlope: -0.35555696 + outSlope: -0.35555696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.0024119823 + inSlope: -0.50591063 + outSlope: -0.50591063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.020534642 + inSlope: -0.5525702 + outSlope: -0.5525702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.05790483 + inSlope: -0.53420913 + outSlope: -0.53420913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.087430365 + inSlope: -0.2751948 + outSlope: -0.2751948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.091786556 + inSlope: 0.11286446 + outSlope: 0.11286446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.07764765 + inSlope: 0.26851922 + outSlope: 0.26851922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.053790372 + inSlope: 0.5270826 + outSlope: 0.5270826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.032645825 + inSlope: 0.73709035 + outSlope: 0.73709035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.004651063 + inSlope: 0.8521078 + outSlope: 0.8521078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.024161309 + inSlope: 0.8028494 + outSlope: 0.8028494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.04887227 + inSlope: 0.66526616 + outSlope: 0.66526616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.06851243 + inSlope: 0.46822473 + outSlope: 0.46822473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.08359778 + inSlope: -0.09664936 + outSlope: -0.09664936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.058805365 + inSlope: -0.5078178 + outSlope: -0.5078178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.038112033 + inSlope: -0.73029935 + outSlope: -0.73029935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.0101186875 + inSlope: -0.9175277 + outSlope: -0.9175277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.023056522 + inSlope: -1.0079558 + outSlope: -1.0079558 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.086016014 + inSlope: -0.7047616 + outSlope: -0.7047616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.10855768 + inSlope: 0.063656144 + outSlope: 0.063656144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.05304699 + inSlope: 0.87566984 + outSlope: 0.87566984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.021726107 + inSlope: 0.9829742 + outSlope: 0.9829742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.0124845505 + inSlope: 1.0500226 + outSlope: 1.0500226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.048275452 + inSlope: 1.0275643 + outSlope: 1.0275643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.08098878 + inSlope: 0.83191085 + outSlope: 0.83191085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.10373617 + inSlope: 0.48066294 + outSlope: 0.48066294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.10688823 + inSlope: -0.13657531 + outSlope: -0.13657531 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.100665845 + inSlope: -0.08430381 + outSlope: -0.08430381 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.088400334 + inSlope: -0.35704768 + outSlope: -0.35704768 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.055925086 + inSlope: -0.49401885 + outSlope: -0.49401885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.040475454 + inSlope: -0.47911572 + outSlope: -0.47911572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.023984069 + inSlope: -0.5061896 + outSlope: -0.5061896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.0067295153 + inSlope: -0.5558486 + outSlope: -0.5558486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.013072466 + inSlope: -0.6220429 + outSlope: -0.6220429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.05492274 + inSlope: -0.5284034 + outSlope: -0.5284034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.06996699 + inSlope: -0.3253169 + outSlope: -0.3253169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.07661051 + inSlope: -0.12190708 + outSlope: -0.12190708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.07809412 + inSlope: -0.10591115 + outSlope: -0.10591115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.08367125 + inSlope: -0.3244745 + outSlope: -0.3244745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.09972573 + inSlope: -0.5701609 + outSlope: -0.5701609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.1216821 + inSlope: -0.52240676 + outSlope: -0.52240676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.13455297 + inSlope: -0.21301353 + outSlope: -0.21301353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.1192125 + inSlope: 0.26619586 + outSlope: 0.26619586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.10466682 + inSlope: 0.1743061 + outSlope: 0.1743061 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.10356917 + inSlope: -0.26101652 + outSlope: -0.26101652 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.17415194 + inSlope: -0.57550544 + outSlope: -0.57550544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.22599326 + inSlope: -0.40538052 + outSlope: -0.40538052 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.23752204 + inSlope: 0.16365671 + outSlope: 0.16365671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.2090177 + inSlope: 0.06260349 + outSlope: 0.06260349 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.24687909 + inSlope: -0.4026162 + outSlope: -0.4026162 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.27380472 + inSlope: -0.06845049 + outSlope: -0.06845049 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.27221325 + inSlope: 0.007979528 + outSlope: 0.007979528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.27881587 + inSlope: -0.24970926 + outSlope: -0.24970926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.29425353 + inSlope: -0.104427435 + outSlope: -0.104427435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.28294328 + inSlope: 0.26358673 + outSlope: 0.26358673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.26789182 + inSlope: 0.08105152 + outSlope: 0.08105152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.2609841 + inSlope: 0.38953465 + outSlope: 0.38953465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.19840279 + inSlope: 0.50791496 + outSlope: 0.50791496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.17734072 + inSlope: -0.16710939 + outSlope: -0.16710939 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.19514273 + inSlope: -0.3443374 + outSlope: -0.3443374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.22703293 + inSlope: -0.6481354 + outSlope: -0.6481354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.2873259 + inSlope: -0.22889815 + outSlope: -0.22889815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.26150057 + inSlope: 0.54078245 + outSlope: 0.54078245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.2304151 + inSlope: 0.2646013 + outSlope: 0.2646013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.2245795 + inSlope: 0.045551777 + outSlope: 0.045551777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.2196765 + inSlope: -0.0036048926 + outSlope: -0.0036048926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.22653738 + inSlope: 0.09515078 + outSlope: 0.09515078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.20955883 + inSlope: 0.16459571 + outSlope: 0.16459571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootT.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.558571 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.558571 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Index.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.70039785 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.70039785 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Index.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.76824915 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.76824915 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Index.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.46838135 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.46838135 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Index.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5599658 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5599658 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Little.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7280887 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7280887 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Little.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7613987 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7613987 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Little.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39955348 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.39955348 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Little.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5671622 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5671622 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Middle.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7001558 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7001558 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Middle.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7682485 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7682485 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Middle.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.65253353 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.65253353 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Middle.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5835906 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5835906 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Ring.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7003994 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7003994 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Ring.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7682496 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7682496 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Ring.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5531554 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.5531554 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Ring.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.81378746 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.81378746 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Thumb.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.35680503 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.35680503 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Thumb.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6036697 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6036697 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Thumb.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.35387 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.35387 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Thumb.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6854823 + inSlope: 0.6620138 + outSlope: 0.6620138 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.72159934 + inSlope: 0.1069057 + outSlope: 0.1069057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.6713442 + inSlope: -0.06146813 + outSlope: -0.06146813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.73717886 + inSlope: 0.39874527 + outSlope: 0.39874527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.68986976 + inSlope: -1.3676031 + outSlope: -1.3676031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.5344814 + inSlope: -1.1094241 + outSlope: -1.1094241 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.51473016 + inSlope: 0.662294 + outSlope: 0.662294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.6864 + inSlope: 0.5716599 + outSlope: 0.5716599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.6673981 + inSlope: -1.0100017 + outSlope: -1.0100017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.51533467 + inSlope: -0.22913393 + outSlope: -0.22913393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.55145305 + inSlope: 1.1207178 + outSlope: 1.1207178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.66080713 + inSlope: 0.32264233 + outSlope: 0.32264233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.5376304 + inSlope: -0.75862974 + outSlope: -0.75862974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.51721597 + inSlope: 0.374088 + outSlope: 0.374088 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.58553016 + inSlope: 0.071404435 + outSlope: 0.071404435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.5358687 + inSlope: -0.7457206 + outSlope: -0.7457206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.50317645 + inSlope: -0.004283488 + outSlope: -0.004283488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.5862618 + inSlope: 0.44209015 + outSlope: 0.44209015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.5169015 + inSlope: -0.7715091 + outSlope: -0.7715091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.482892 + inSlope: 0.3759267 + outSlope: 0.3759267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.6433456 + inSlope: 0.57928616 + outSlope: 0.57928616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.6288287 + inSlope: -0.78557146 + outSlope: -0.78557146 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.54825234 + inSlope: -0.24773622 + outSlope: -0.24773622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.6129193 + inSlope: 1.1969726 + outSlope: 1.1969726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.6841296 + inSlope: -0.31028566 + outSlope: -0.31028566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.54252636 + inSlope: -0.9140825 + outSlope: -0.9140825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.51076424 + inSlope: 0.34447417 + outSlope: 0.34447417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.6005102 + inSlope: 0.46983048 + outSlope: 0.46983048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.65132666 + inSlope: 0.5479114 + outSlope: 0.5479114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.6925138 + inSlope: 0.16427742 + outSlope: 0.16427742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.71111846 + inSlope: 0.38596055 + outSlope: 0.38596055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.72926277 + inSlope: -0.76400566 + outSlope: -0.76400566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.49362653 + inSlope: -0.63242567 + outSlope: -0.63242567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.6086705 + inSlope: 0.9221388 + outSlope: 0.9221388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.6569014 + inSlope: -0.03839401 + outSlope: -0.03839401 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.68552494 + inSlope: 0.7468484 + outSlope: 0.7468484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.7690044 + inSlope: -0.8620056 + outSlope: -0.8620056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.5689376 + inSlope: -0.93148196 + outSlope: -0.93148196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.5921159 + inSlope: 1.3008459 + outSlope: 1.3008459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.74533063 + inSlope: 1.0280702 + outSlope: 1.0280702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.73512626 + inSlope: -0.14168604 + outSlope: -0.14168604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.78940594 + inSlope: -0.0909234 + outSlope: -0.0909234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.700298 + inSlope: -1.6556058 + outSlope: -1.6556058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.5034843 + inSlope: -0.1083855 + outSlope: -0.1083855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.6166851 + inSlope: 1.310027 + outSlope: 1.310027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6854823 + inSlope: 0.89480007 + outSlope: 0.89480007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandQ.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.17875756 + inSlope: -0.089713626 + outSlope: -0.089713626 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.16855699 + inSlope: -0.32914814 + outSlope: -0.32914814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.1538239 + inSlope: -0.28199178 + outSlope: -0.28199178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.14975753 + inSlope: 0.08642593 + outSlope: 0.08642593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.15958562 + inSlope: 0.2851999 + outSlope: 0.2851999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.16877086 + inSlope: 0.1716146 + outSlope: 0.1716146 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.16920233 + inSlope: -0.090053834 + outSlope: -0.090053834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.16500126 + inSlope: 0.108609356 + outSlope: 0.108609356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.19115447 + inSlope: 0.1250189 + outSlope: 0.1250189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.18468639 + inSlope: -0.2561775 + outSlope: -0.2561775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.1648998 + inSlope: 0.10476182 + outSlope: 0.10476182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.19182494 + inSlope: 0.65729654 + outSlope: 0.65729654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.25654668 + inSlope: 0.17621025 + outSlope: 0.17621025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.23136075 + inSlope: -0.8649157 + outSlope: -0.8649157 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.15900359 + inSlope: -0.9530306 + outSlope: -0.9530306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.13239852 + inSlope: -0.55766326 + outSlope: -0.55766326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.12182602 + inSlope: -0.12575024 + outSlope: -0.12575024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.1293902 + inSlope: 0.06553721 + outSlope: 0.06553721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.12838434 + inSlope: -0.1751131 + outSlope: -0.1751131 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.117716 + inSlope: -0.37876672 + outSlope: -0.37876672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.103133194 + inSlope: -0.3391099 + outSlope: -0.3391099 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.09510864 + inSlope: -0.070586085 + outSlope: -0.070586085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.09842746 + inSlope: 0.16614312 + outSlope: 0.16614312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.10618484 + inSlope: 0.11810045 + outSlope: 0.11810045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.106300816 + inSlope: -0.19187915 + outSlope: -0.19187915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.09339291 + inSlope: -0.5088256 + outSlope: -0.5088256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.053225406 + inSlope: -0.41899675 + outSlope: -0.41899675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.044445984 + inSlope: -0.05711858 + outSlope: -0.05711858 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.049417503 + inSlope: 0.3236712 + outSlope: 0.3236712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.10887121 + inSlope: 0.4906155 + outSlope: 0.4906155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.12105217 + inSlope: 0.19348174 + outSlope: 0.19348174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.11350343 + inSlope: -0.27637273 + outSlope: -0.27637273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.10334515 + inSlope: -0.22241423 + outSlope: -0.22241423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.098675825 + inSlope: -0.01736125 + outSlope: -0.01736125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.11707327 + inSlope: 0.13083136 + outSlope: 0.13083136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.12152045 + inSlope: 0.11698611 + outSlope: 0.11698611 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.13006619 + inSlope: -0.00015859678 + outSlope: -0.00015859678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.11782324 + inSlope: -0.2858896 + outSlope: -0.2858896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.101881765 + inSlope: -0.06632852 + outSlope: -0.06632852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.11244534 + inSlope: 0.3503831 + outSlope: 0.3503831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.15273678 + inSlope: 0.21298854 + outSlope: 0.21298854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.1500009 + inSlope: -0.2947576 + outSlope: -0.2947576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.10311145 + inSlope: -0.366985 + outSlope: -0.366985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.09433918 + inSlope: -0.12975602 + outSlope: -0.12975602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.09446106 + inSlope: 0.08907813 + outSlope: 0.08907813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.104744345 + inSlope: 0.026592232 + outSlope: 0.026592232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.10205053 + inSlope: -0.17331827 + outSlope: -0.17331827 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.08681965 + inSlope: -0.011583686 + outSlope: -0.011583686 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.09241756 + inSlope: 0.3506883 + outSlope: 0.3506883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.110198975 + inSlope: 0.5378082 + outSlope: 0.5378082 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.12827154 + inSlope: 0.30353448 + outSlope: 0.30353448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.13043459 + inSlope: -0.32775465 + outSlope: -0.32775465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.10642125 + inSlope: -1.0578703 + outSlope: -1.0578703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.05990997 + inSlope: -1.483727 + outSlope: -1.483727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.0075062066 + inSlope: -1.3490467 + outSlope: -1.3490467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.030026395 + inSlope: -0.70116764 + outSlope: -0.70116764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.039238326 + inSlope: 0.16750136 + outSlope: 0.16750136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.018859714 + inSlope: 0.95192766 + outSlope: 0.95192766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.024223458 + inSlope: 1.4883032 + outSlope: 1.4883032 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.0803604 + inSlope: 1.7220327 + outSlope: 1.7220327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.18915108 + inSlope: 1.2287791 + outSlope: 1.2287791 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.22892405 + inSlope: -0.102623165 + outSlope: -0.102623165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.15208095 + inSlope: -0.84041953 + outSlope: -0.84041953 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.1283431 + inSlope: -0.5145786 + outSlope: -0.5145786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.121668875 + inSlope: 0.1245286 + outSlope: 0.1245286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.13017704 + inSlope: 0.14403789 + outSlope: 0.14403789 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.13437164 + inSlope: -0.27898845 + outSlope: -0.27898845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.081960775 + inSlope: -0.43651265 + outSlope: -0.43651265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.07113659 + inSlope: -0.1898105 + outSlope: -0.1898105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.080923565 + inSlope: 0.18625546 + outSlope: 0.18625546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.08896678 + inSlope: 0.054391116 + outSlope: 0.054391116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.0934003 + inSlope: 0.19128382 + outSlope: 0.19128382 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.11907173 + inSlope: 0.5440398 + outSlope: 0.5440398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.16946663 + inSlope: 0.24382712 + outSlope: 0.24382712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.1591174 + inSlope: -0.39269745 + outSlope: -0.39269745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.11376331 + inSlope: -0.3362577 + outSlope: -0.3362577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.09907722 + inSlope: -0.14234084 + outSlope: -0.14234084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.102882445 + inSlope: 0.38584983 + outSlope: 0.38584983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.12089327 + inSlope: 0.6338928 + outSlope: 0.6338928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.16563186 + inSlope: 0.43802166 + outSlope: 0.43802166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.17207259 + inSlope: -0.12712543 + outSlope: -0.12712543 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.16191468 + inSlope: -0.047452345 + outSlope: -0.047452345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.17732902 + inSlope: 0.27512676 + outSlope: 0.27512676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.19317956 + inSlope: -0.0689306 + outSlope: -0.0689306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.14483339 + inSlope: -0.3340091 + outSlope: -0.3340091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.13086219 + inSlope: 0.13221583 + outSlope: 0.13221583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.15006678 + inSlope: 0.45489928 + outSlope: 0.45489928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.16874151 + inSlope: 0.41853744 + outSlope: 0.41853744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.17906946 + inSlope: -0.008600288 + outSlope: -0.008600288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.17875756 + inSlope: -0.009356895 + outSlope: -0.009356895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandQ.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.69409347 + inSlope: -0.35338995 + outSlope: -0.35338995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.671214 + inSlope: -0.098650746 + outSlope: -0.098650746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.67904454 + inSlope: -0.0038543344 + outSlope: -0.0038543344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.6529156 + inSlope: -0.24576011 + outSlope: -0.24576011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.6551859 + inSlope: 0.37934023 + outSlope: 0.37934023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.7153595 + inSlope: 0.24978319 + outSlope: 0.24978319 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.69526666 + inSlope: -0.5156136 + outSlope: -0.5156136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.66224444 + inSlope: 0.49932343 + outSlope: 0.49932343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.83102393 + inSlope: 0.4994452 + outSlope: 0.4994452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.76456386 + inSlope: -0.7940178 + outSlope: -0.7940178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.71331877 + inSlope: 0.24788688 + outSlope: 0.24788688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.7754957 + inSlope: 0.78522813 + outSlope: 0.78522813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.8570881 + inSlope: -0.008999713 + outSlope: -0.008999713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.781579 + inSlope: -0.50839174 + outSlope: -0.50839174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.7036812 + inSlope: -0.10314713 + outSlope: -0.10314713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.7066114 + inSlope: -0.07010193 + outSlope: -0.07010193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.7189495 + inSlope: 0.52964115 + outSlope: 0.52964115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.8200636 + inSlope: -0.040348515 + outSlope: -0.040348515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.7259514 + inSlope: -0.52608025 + outSlope: -0.52608025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.7015113 + inSlope: 0.40009475 + outSlope: 0.40009475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.7339883 + inSlope: 0.060651954 + outSlope: 0.060651954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.73138046 + inSlope: 0.09215096 + outSlope: 0.09215096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.71681166 + inSlope: -0.3385711 + outSlope: -0.3385711 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.6643152 + inSlope: -0.44930452 + outSlope: -0.44930452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.6456214 + inSlope: 0.45538232 + outSlope: 0.45538232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.72795403 + inSlope: 0.52322257 + outSlope: 0.52322257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.7170162 + inSlope: -0.036757924 + outSlope: -0.036757924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.74654144 + inSlope: 0.06036192 + outSlope: 0.06036192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.73120445 + inSlope: -0.3524757 + outSlope: -0.3524757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.6586926 + inSlope: -1.007268 + outSlope: -1.007268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.60223824 + inSlope: 0.41239092 + outSlope: 0.41239092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.7388467 + inSlope: 0.5914428 + outSlope: 0.5914428 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.6776151 + inSlope: -1.0649891 + outSlope: -1.0649891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.6166717 + inSlope: -0.48021156 + outSlope: -0.48021156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.6272217 + inSlope: -0.01381607 + outSlope: -0.01381607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.57914364 + inSlope: -0.4500867 + outSlope: -0.4500867 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.5764165 + inSlope: 0.62703043 + outSlope: 0.62703043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.71141595 + inSlope: 0.69186753 + outSlope: 0.69186753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.7326294 + inSlope: -0.005992949 + outSlope: -0.005992949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.72773886 + inSlope: -0.009499498 + outSlope: -0.009499498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.7252208 + inSlope: -0.25017256 + outSlope: -0.25017256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.69409347 + inSlope: -0.3278342 + outSlope: -0.3278342 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandQ.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.1280401 + inSlope: 2.2179422 + outSlope: 2.2179422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.054108698 + inSlope: 2.203097 + outSlope: 2.203097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.018833034 + inSlope: 2.231121 + outSlope: 2.231121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.09463273 + inSlope: 2.3802495 + outSlope: 2.3802495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.17751636 + inSlope: 2.127815 + outSlope: 2.127815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.2624098 + inSlope: 0.27031243 + outSlope: 0.27031243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.2545079 + inSlope: -0.5085404 + outSlope: -0.5085404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.1806494 + inSlope: -1.7792642 + outSlope: -1.7792642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.10988951 + inSlope: -2.4311013 + outSlope: -2.4311013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.018576 + inSlope: -2.9370987 + outSlope: -2.9370987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.08591716 + inSlope: -3.159943 + outSlope: -3.159943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.28767493 + inSlope: -2.5701003 + outSlope: -2.5701003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.44182378 + inSlope: -0.47184277 + outSlope: -0.47184277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.30610487 + inSlope: 1.647227 + outSlope: 1.647227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.14124715 + inSlope: 1.4369656 + outSlope: 1.4369656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.053648386 + inSlope: 1.3113904 + outSlope: 1.3113904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.008941921 + inSlope: 1.3664379 + outSlope: 1.3664379 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.037447467 + inSlope: 1.3329854 + outSlope: 1.3329854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.111007646 + inSlope: 0.666109 + outSlope: 0.666109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.114529505 + inSlope: -0.7111009 + outSlope: -0.7111009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.076924205 + inSlope: -1.5609872 + outSlope: -1.5609872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.010463659 + inSlope: -2.3398066 + outSlope: -2.3398066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.079062745 + inSlope: -2.8622637 + outSlope: -2.8622637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.28016979 + inSlope: -2.7956364 + outSlope: -2.7956364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.47494707 + inSlope: -0.91949165 + outSlope: -0.91949165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.2766647 + inSlope: 1.6799023 + outSlope: 1.6799023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.16081394 + inSlope: 1.7697715 + outSlope: 1.7697715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.047482327 + inSlope: 1.4437392 + outSlope: 1.4437392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.005465257 + inSlope: 0.97407615 + outSlope: 0.97407615 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.017456017 + inSlope: 0.3286407 + outSlope: 0.3286407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.0164441 + inSlope: -0.42901433 + outSlope: -0.42901433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.01114501 + inSlope: -1.2261149 + outSlope: -1.2261149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.06529691 + inSlope: -1.964674 + outSlope: -1.964674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.4050318 + inSlope: -2.1074126 + outSlope: -2.1074126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.5051956 + inSlope: 0.54794097 + outSlope: 0.54794097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.25568247 + inSlope: 2.0028865 + outSlope: 2.0028865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.049889587 + inSlope: 2.0296178 + outSlope: 2.0296178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.016770186 + inSlope: 1.925025 + outSlope: 1.925025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.16410814 + inSlope: 0.6619427 + outSlope: 0.6619427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.15191132 + inSlope: -1.2258968 + outSlope: -1.2258968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.092248835 + inSlope: -2.3222506 + outSlope: -2.3222506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.0029052417 + inSlope: -3.1928008 + outSlope: -3.1928008 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.12060519 + inSlope: -3.5842175 + outSlope: -3.5842175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.34900528 + inSlope: -2.8072047 + outSlope: -2.8072047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.47568682 + inSlope: -0.9123561 + outSlope: -0.9123561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.42514786 + inSlope: 0.9325272 + outSlope: 0.9325272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.29860693 + inSlope: 1.7857766 + outSlope: 1.7857766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.08055243 + inSlope: 2.244172 + outSlope: 2.244172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.008205473 + inSlope: 2.0043318 + outSlope: 2.0043318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.053069573 + inSlope: 1.6392186 + outSlope: 1.6392186 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.16627803 + inSlope: 0.7257242 + outSlope: 0.7257242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.18899754 + inSlope: -0.5208173 + outSlope: -0.5208173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.10493196 + inSlope: -2.1129038 + outSlope: -2.1129038 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.019848123 + inSlope: -2.9272196 + outSlope: -2.9272196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.09021583 + inSlope: -3.4940305 + outSlope: -3.4940305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.3302139 + inSlope: -3.1486487 + outSlope: -3.1486487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.4792929 + inSlope: -1.083795 + outSlope: -1.083795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.42115414 + inSlope: 1.8882916 + outSlope: 1.8882916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.1767613 + inSlope: 2.508802 + outSlope: 2.508802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.025740579 + inSlope: 1.8954155 + outSlope: 1.8954155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.030488975 + inSlope: 1.4719818 + outSlope: 1.4719818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.12670937 + inSlope: 0.66558564 + outSlope: 0.66558564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.14719243 + inSlope: 0.5188857 + outSlope: 0.5188857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.15954253 + inSlope: -0.44782314 + outSlope: -0.44782314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.13144687 + inSlope: -1.2920784 + outSlope: -1.2920784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.07340405 + inSlope: -2.0933602 + outSlope: -2.0933602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.008110337 + inSlope: -2.6050024 + outSlope: -2.6050024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.10026261 + inSlope: -2.7242987 + outSlope: -2.7242987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.26591796 + inSlope: -1.9807694 + outSlope: -1.9807694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.36177686 + inSlope: 0.09634898 + outSlope: 0.09634898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.18598224 + inSlope: 2.4360793 + outSlope: 2.4360793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.096779026 + inSlope: 2.7671578 + outSlope: 2.7671578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.0015052333 + inSlope: 2.7437873 + outSlope: 2.7437873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.08613995 + inSlope: 2.346012 + outSlope: 2.346012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.15489542 + inSlope: 1.7126253 + outSlope: 1.7126253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.23418236 + inSlope: 0.10824177 + outSlope: 0.10824177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.12660356 + inSlope: -2.086352 + outSlope: -2.086352 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.04473164 + inSlope: -2.7307734 + outSlope: -2.7307734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.055447843 + inSlope: -3.1026235 + outSlope: -3.1026235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.2623022 + inSlope: -2.7526183 + outSlope: -2.7526183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.40614706 + inSlope: -1.4290228 + outSlope: -1.4290228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.44088554 + inSlope: 0.014880955 + outSlope: 0.014880955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.405155 + inSlope: 1.430279 + outSlope: 1.430279 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.27542797 + inSlope: 2.1459088 + outSlope: 2.1459088 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.1280401 + inSlope: 2.2329965 + outSlope: 2.2329965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandQ.w + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.36369058 + inSlope: -0.034959912 + outSlope: -0.034959912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.36173996 + inSlope: 0.041258182 + outSlope: 0.041258182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.36210537 + inSlope: 0.15106292 + outSlope: 0.15106292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.31795782 + inSlope: 0.27363217 + outSlope: 0.27363217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.31817776 + inSlope: 0.14574309 + outSlope: 0.14574309 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.25939453 + inSlope: 0.16499148 + outSlope: 0.16499148 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.2964343 + inSlope: -0.38305926 + outSlope: -0.38305926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.38233426 + inSlope: -0.6444754 + outSlope: -0.6444754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.45028123 + inSlope: 0.06847156 + outSlope: 0.06847156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.40862894 + inSlope: 0.47852892 + outSlope: 0.47852892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.33525124 + inSlope: 0.8723823 + outSlope: 0.8723823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.27837154 + inSlope: 0.117812976 + outSlope: 0.117812976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.31774643 + inSlope: -0.55159056 + outSlope: -0.55159056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.41290912 + inSlope: -0.76071095 + outSlope: -0.76071095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.46522754 + inSlope: 0.08753576 + outSlope: 0.08753576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.4213567 + inSlope: 0.5231546 + outSlope: 0.5231546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.31740496 + inSlope: 0.25609264 + outSlope: 0.25609264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.40117937 + inSlope: -0.50001836 + outSlope: -0.50001836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.44700357 + inSlope: 0.2847239 + outSlope: 0.2847239 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.4136254 + inSlope: 0.1710044 + outSlope: 0.1710044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.38275462 + inSlope: 0.74616575 + outSlope: 0.74616575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.2910093 + inSlope: 0.6644996 + outSlope: 0.6644996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.2619263 + inSlope: 0.07008305 + outSlope: 0.07008305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.2700431 + inSlope: -0.39718235 + outSlope: -0.39718235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.3768696 + inSlope: -0.46107754 + outSlope: -0.46107754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.3842675 + inSlope: 0.30633938 + outSlope: 0.30633938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.35826144 + inSlope: -0.0014698505 + outSlope: -0.0014698505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.37139675 + inSlope: 0.07391952 + outSlope: 0.07391952 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.31431615 + inSlope: -0.08412756 + outSlope: -0.08412756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.40706563 + inSlope: -0.44951743 + outSlope: -0.44951743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.4055087 + inSlope: 0.30570507 + outSlope: 0.30570507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.35769993 + inSlope: 0.5787506 + outSlope: 0.5787506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.3272804 + inSlope: 0.1884647 + outSlope: 0.1884647 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.33146507 + inSlope: 0.1520443 + outSlope: 0.1520443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.27207056 + inSlope: 0.12174475 + outSlope: 0.12174475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.32416418 + inSlope: -0.3894084 + outSlope: -0.3894084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.30610192 + inSlope: 0.31826544 + outSlope: 0.31826544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.29246366 + inSlope: -0.28195184 + outSlope: -0.28195184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.31631732 + inSlope: 0.018810797 + outSlope: 0.018810797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.2896627 + inSlope: 0.2744975 + outSlope: 0.2744975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.28320327 + inSlope: -0.18501985 + outSlope: -0.18501985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.32556117 + inSlope: -0.6444733 + outSlope: -0.6444733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.36369058 + inSlope: -0.18651295 + outSlope: -0.18651295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandT.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.26476666 + inSlope: 1.5091851 + outSlope: 1.5091851 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.43110207 + inSlope: 1.9824018 + outSlope: 1.9824018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.55557114 + inSlope: 1.169722 + outSlope: 1.169722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.4286794 + inSlope: -2.1408243 + outSlope: -2.1408243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.20661132 + inSlope: -1.8039206 + outSlope: -1.8039206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.12119307 + inSlope: -0.7434559 + outSlope: -0.7434559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.10673469 + inSlope: 0.2422166 + outSlope: 0.2422166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.15956208 + inSlope: 0.8294869 + outSlope: 0.8294869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.29838118 + inSlope: 1.1159716 + outSlope: 1.1159716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.41476306 + inSlope: 1.1573147 + outSlope: 1.1573147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.48480058 + inSlope: -0.8465906 + outSlope: -0.8465906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.3150825 + inSlope: -2.1827416 + outSlope: -2.1827416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.17814891 + inSlope: -1.6469259 + outSlope: -1.6469259 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.10202143 + inSlope: -0.68990654 + outSlope: -0.68990654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.07938386 + inSlope: -0.06561874 + outSlope: -0.06561874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.13634115 + inSlope: 0.8979516 + outSlope: 0.8979516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.30113703 + inSlope: 1.4236093 + outSlope: 1.4236093 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.43008155 + inSlope: 0.01698108 + outSlope: 0.01698108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.33964512 + inSlope: -1.6259089 + outSlope: -1.6259089 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.1712244 + inSlope: -1.291631 + outSlope: -1.291631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.09502303 + inSlope: -0.047560193 + outSlope: -0.047560193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.12639555 + inSlope: 0.7717668 + outSlope: 0.7717668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.46347964 + inSlope: 1.4752123 + outSlope: 1.4752123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.55099857 + inSlope: -0.60474217 + outSlope: -0.60474217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.38764584 + inSlope: -2.3496604 + outSlope: -2.3496604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.22806439 + inSlope: -2.1039782 + outSlope: -2.1039782 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.12094395 + inSlope: -1.0871274 + outSlope: -1.0871274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.07560926 + inSlope: -0.414203 + outSlope: -0.414203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.060480747 + inSlope: -0.03100944 + outSlope: -0.03100944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.075524844 + inSlope: 0.5456951 + outSlope: 0.5456951 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.1341413 + inSlope: 1.150274 + outSlope: 1.150274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.26846188 + inSlope: 1.4038898 + outSlope: 1.4038898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.44693258 + inSlope: 1.0870378 + outSlope: 1.0870378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.4798562 + inSlope: -0.89129555 + outSlope: -0.89129555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.30930176 + inSlope: -2.1805167 + outSlope: -2.1805167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.1685578 + inSlope: -1.7600671 + outSlope: -1.7600671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.11781158 + inSlope: -1.240884 + outSlope: -1.240884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.065387845 + inSlope: -0.018315595 + outSlope: -0.018315595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.10347897 + inSlope: 0.86652255 + outSlope: 0.86652255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.18412653 + inSlope: 1.4505258 + outSlope: 1.4505258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.3282605 + inSlope: 1.150491 + outSlope: 1.150491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.4134854 + inSlope: 0.17544167 + outSlope: 0.17544167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.36843768 + inSlope: -1.2119609 + outSlope: -1.2119609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.20712171 + inSlope: -1.5599568 + outSlope: -1.5599568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.12314119 + inSlope: -0.89590406 + outSlope: -0.89590406 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.08659934 + inSlope: -0.23542726 + outSlope: -0.23542726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.1148542 + inSlope: 0.8922807 + outSlope: 0.8922807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.3558761 + inSlope: 1.399189 + outSlope: 1.399189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.43172067 + inSlope: -0.89923286 + outSlope: -0.89923286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.14374158 + inSlope: -0.92327094 + outSlope: -0.92327094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.11146676 + inSlope: -0.15234403 + outSlope: -0.15234403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.1105412 + inSlope: 0.16726696 + outSlope: 0.16726696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.17842217 + inSlope: 1.1065738 + outSlope: 1.1065738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.26476666 + inSlope: 1.3765709 + outSlope: 1.3765709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandT.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.14267766 + inSlope: 1.063731 + outSlope: 1.063731 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.20988075 + inSlope: 0.8299948 + outSlope: 0.8299948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.23346835 + inSlope: 0.64868 + outSlope: 0.64868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.26262784 + inSlope: 0.16385704 + outSlope: 0.16385704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.25916675 + inSlope: -0.07080764 + outSlope: -0.07080764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.23269698 + inSlope: -0.6651674 + outSlope: -0.6651674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.1658573 + inSlope: -1.2477813 + outSlope: -1.2477813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.078724846 + inSlope: -1.1564009 + outSlope: -1.1564009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.04437469 + inSlope: -0.8364855 + outSlope: -0.8364855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.022959098 + inSlope: -0.42173916 + outSlope: -0.42173916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.016258733 + inSlope: 0.010685623 + outSlope: 0.010685623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.023671485 + inSlope: 0.38685465 + outSlope: 0.38685465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.04204903 + inSlope: 0.62329596 + outSlope: 0.62329596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.06522455 + inSlope: 0.6502365 + outSlope: 0.6502365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.08539813 + inSlope: 0.47796533 + outSlope: 0.47796533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.097088896 + inSlope: 0.21320516 + outSlope: 0.21320516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.093918905 + inSlope: -0.065220356 + outSlope: -0.065220356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.09124276 + inSlope: -0.036809668 + outSlope: -0.036809668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.090652466 + inSlope: 0.10491757 + outSlope: 0.10491757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.096801564 + inSlope: 0.26524538 + outSlope: 0.26524538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.12771495 + inSlope: 0.021608233 + outSlope: 0.021608233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.10368261 + inSlope: -0.71711946 + outSlope: -0.71711946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.041035246 + inSlope: -0.97371775 + outSlope: -0.97371775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.009721661 + inSlope: -0.82689935 + outSlope: -0.82689935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.014091411 + inSlope: -0.53995305 + outSlope: -0.53995305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.02627526 + inSlope: -0.1610674 + outSlope: -0.1610674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.024829227 + inSlope: 0.22570197 + outSlope: 0.22570197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.011228477 + inSlope: 0.5152873 + outSlope: 0.5152873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.009523299 + inSlope: 0.64130646 + outSlope: 0.64130646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.03152532 + inSlope: 0.6143596 + outSlope: 0.6143596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.06441072 + inSlope: 0.3410676 + outSlope: 0.3410676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.07709833 + inSlope: -0.050846066 + outSlope: -0.050846066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.07026717 + inSlope: -0.08097172 + outSlope: -0.08097172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.06915675 + inSlope: 0.024464846 + outSlope: 0.024464846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.06783616 + inSlope: -0.17161438 + outSlope: -0.17161438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.058710746 + inSlope: -0.39752722 + outSlope: -0.39752722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.041334305 + inSlope: -0.62522554 + outSlope: -0.62522554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.017029105 + inSlope: -0.7779353 + outSlope: -0.7779353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.010528113 + inSlope: -0.8024734 + outSlope: -0.8024734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.03646927 + inSlope: -0.66939414 + outSlope: -0.66939414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.055154346 + inSlope: -0.38625634 + outSlope: -0.38625634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.06221967 + inSlope: -0.011286072 + outSlope: -0.011286072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.05590675 + inSlope: 0.3700125 + outSlope: 0.3700125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.037552193 + inSlope: 0.6655159 + outSlope: 0.6655159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.011539066 + inSlope: 0.81112635 + outSlope: 0.81112635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.016523048 + inSlope: 0.7986562 + outSlope: 0.7986562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.04170483 + inSlope: 0.66308415 + outSlope: 0.66308415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.07209425 + inSlope: 0.22911395 + outSlope: 0.22911395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.07367364 + inSlope: -0.12356646 + outSlope: -0.12356646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.062175054 + inSlope: 0.12967627 + outSlope: 0.12967627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.07095853 + inSlope: 0.38997126 + outSlope: 0.38997126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.10852894 + inSlope: 0.5300126 + outSlope: 0.5300126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.12430506 + inSlope: -0.25072366 + outSlope: -0.25072366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.106792234 + inSlope: -0.7489068 + outSlope: -0.7489068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.074377865 + inSlope: -1.0491266 + outSlope: -1.0491266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.036850527 + inSlope: -1.0592368 + outSlope: -1.0592368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.0037621495 + inSlope: -0.8161503 + outSlope: -0.8161503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.01755944 + inSlope: -0.3974247 + outSlope: -0.3974247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.022732805 + inSlope: 0.10249894 + outSlope: 0.10249894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.010726185 + inSlope: 0.5850458 + outSlope: 0.5850458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.016270405 + inSlope: 0.9563608 + outSlope: 0.9563608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.053031333 + inSlope: 1.1617975 + outSlope: 1.1617975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.16521983 + inSlope: 0.816334 + outSlope: 0.816334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.19855447 + inSlope: 0.23944254 + outSlope: 0.23944254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.21286081 + inSlope: 0.23590565 + outSlope: 0.23590565 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.26363668 + inSlope: 0.13485964 + outSlope: 0.13485964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.23778805 + inSlope: -0.81465495 + outSlope: -0.81465495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.15569292 + inSlope: -1.5549674 + outSlope: -1.5549674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.043286245 + inSlope: -1.5646043 + outSlope: -1.5646043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.0045784754 + inSlope: -1.2014822 + outSlope: -1.2014822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.03681283 + inSlope: -0.6741667 + outSlope: -0.6741667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.049522877 + inSlope: -0.08309351 + outSlope: -0.08309351 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.042352393 + inSlope: 0.4774793 + outSlope: 0.4774793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.017690953 + inSlope: 0.93319666 + outSlope: 0.93319666 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.019860659 + inSlope: 1.2269373 + outSlope: 1.2269373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.06410479 + inSlope: 1.3390657 + outSlope: 1.3390657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.15189588 + inSlope: 1.2296441 + outSlope: 1.2296441 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.3007284 + inSlope: -0.47267497 + outSlope: -0.47267497 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.19325255 + inSlope: -1.6241672 + outSlope: -1.6241672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.026572302 + inSlope: -1.2327368 + outSlope: -1.2327368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.0064195213 + inSlope: -0.7093735 + outSlope: -0.7093735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.020719217 + inSlope: -0.15852204 + outSlope: -0.15852204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.016987594 + inSlope: 0.358696 + outSlope: 0.358696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.0031938811 + inSlope: 0.7991444 + outSlope: 0.7991444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.036288645 + inSlope: 1.0963578 + outSlope: 1.0963578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.076284334 + inSlope: 1.1945277 + outSlope: 1.1945277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.15013053 + inSlope: 0.9280907 + outSlope: 0.9280907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.22211361 + inSlope: 0.6217161 + outSlope: 0.6217161 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.23413225 + inSlope: -1.0704498 + outSlope: -1.0704498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.13712682 + inSlope: -1.7368621 + outSlope: -1.7368621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.075925514 + inSlope: -1.7827723 + outSlope: -1.7827723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.018275442 + inSlope: -1.5294884 + outSlope: -1.5294884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.026040284 + inSlope: -1.0255806 + outSlope: -1.0255806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.050096534 + inSlope: -0.09260523 + outSlope: -0.09260523 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.03221396 + inSlope: 0.9071915 + outSlope: 0.9071915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.010382846 + inSlope: 1.363077 + outSlope: 1.363077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.058657758 + inSlope: 1.3898377 + outSlope: 1.3898377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.10303861 + inSlope: 1.2602999 + outSlope: 1.2602999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.14267766 + inSlope: 1.1891729 + outSlope: 1.1891729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandT.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.29079065 + inSlope: 0.0025776026 + outSlope: 0.0025776026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.28102502 + inSlope: 0.297111 + outSlope: 0.297111 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.23893274 + inSlope: 0.23045945 + outSlope: 0.23045945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.22870491 + inSlope: -0.14459942 + outSlope: -0.14459942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.25948352 + inSlope: 0.07353373 + outSlope: 0.07353373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.23613779 + inSlope: 0.037705094 + outSlope: 0.037705094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.2614881 + inSlope: -0.11480255 + outSlope: -0.11480255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.2505452 + inSlope: 0.0033612587 + outSlope: 0.0033612587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.24407761 + inSlope: 0.17109023 + outSlope: 0.17109023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.22278109 + inSlope: 0.006459659 + outSlope: 0.006459659 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.26828417 + inSlope: -0.2808204 + outSlope: -0.2808204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.27430633 + inSlope: 0.22828972 + outSlope: 0.22828972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.23493187 + inSlope: 0.25086725 + outSlope: 0.25086725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.20296757 + inSlope: 0.25177538 + outSlope: 0.25177538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.18260317 + inSlope: 0.0017479081 + outSlope: 0.0017479081 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.19438405 + inSlope: -0.13928054 + outSlope: -0.13928054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.2275757 + inSlope: -0.37641665 + outSlope: -0.37641665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.26136357 + inSlope: 0.07835545 + outSlope: 0.07835545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.22984968 + inSlope: 0.018775627 + outSlope: 0.018775627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.27065414 + inSlope: 0.027412206 + outSlope: 0.027412206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.22973022 + inSlope: 0.30103108 + outSlope: 0.30103108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.21428543 + inSlope: -0.055661626 + outSlope: -0.055661626 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.2460984 + inSlope: -0.22361979 + outSlope: -0.22361979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.27002403 + inSlope: -0.15306264 + outSlope: -0.15306264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.28089282 + inSlope: 0.099599905 + outSlope: 0.099599905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.25678074 + inSlope: 0.11431094 + outSlope: 0.11431094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.25888196 + inSlope: -0.13137795 + outSlope: -0.13137795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.30323398 + inSlope: -0.24346212 + outSlope: -0.24346212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.30419135 + inSlope: 0.15920311 + outSlope: 0.15920311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.2946305 + inSlope: -0.0028033582 + outSlope: -0.0028033582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.2879822 + inSlope: 0.2147991 + outSlope: 0.2147991 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.25886223 + inSlope: -0.11647638 + outSlope: -0.11647638 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.3306869 + inSlope: -0.06546518 + outSlope: -0.06546518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.30720094 + inSlope: -0.1325607 + outSlope: -0.1325607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.33374298 + inSlope: 0.31977817 + outSlope: 0.31977817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.30398127 + inSlope: 0.332398 + outSlope: 0.332398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.29079065 + inSlope: 0.030123023 + outSlope: 0.030123023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Neck Nod Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.01150082 + inSlope: -0.0012376717 + outSlope: -0.0012376717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.011459564 + inSlope: -0.05690241 + outSlope: -0.05690241 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0077073253 + inSlope: -0.21496013 + outSlope: -0.21496013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.0028711138 + inSlope: -0.29117262 + outSlope: -0.29117262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.011704186 + inSlope: -0.1931904 + outSlope: -0.1931904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.016287537 + inSlope: 0.012913276 + outSlope: 0.012913276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.014889589 + inSlope: 0.012008167 + outSlope: 0.012008167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.015486993 + inSlope: -0.031621765 + outSlope: -0.031621765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.016997706 + inSlope: -0.013342538 + outSlope: -0.013342538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.016376495 + inSlope: 0.10988528 + outSlope: 0.10988528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.0096720215 + inSlope: 0.33429188 + outSlope: 0.33429188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.005909643 + inSlope: 0.60083735 + outSlope: 0.60083735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.030383812 + inSlope: 0.8206618 + outSlope: 0.8206618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.09146235 + inSlope: 0.8572868 + outSlope: 0.8572868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.1363518 + inSlope: 0.43297562 + outSlope: 0.43297562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.14727682 + inSlope: -0.16194925 + outSlope: -0.16194925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.10238086 + inSlope: -0.7517134 + outSlope: -0.7517134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.042448718 + inSlope: -0.9479593 + outSlope: -0.9479593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.010988474 + inSlope: -0.8847054 + outSlope: -0.8847054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.016531644 + inSlope: -0.7288631 + outSlope: -0.7288631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.03760239 + inSlope: -0.52217454 + outSlope: -0.52217454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.05967016 + inSlope: 0.0635174 + outSlope: 0.0635174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.039144684 + inSlope: 0.42442793 + outSlope: 0.42442793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.021835977 + inSlope: 0.615767 + outSlope: 0.615767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.0019064097 + inSlope: 0.77812755 + outSlope: 0.77812755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.030039242 + inSlope: 0.85368943 + outSlope: 0.85368943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.08412557 + inSlope: 0.6607156 + outSlope: 0.6607156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.116613165 + inSlope: -0.016985219 + outSlope: -0.016985219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.06916351 + inSlope: -0.567369 + outSlope: -0.567369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.031322144 + inSlope: -0.49927625 + outSlope: -0.49927625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.01635535 + inSlope: -0.38041985 + outSlope: -0.38041985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.0059608435 + inSlope: -0.24341881 + outSlope: -0.24341881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.0001274234 + inSlope: -0.12068075 + outSlope: -0.12068075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.0020845535 + inSlope: -0.026949853 + outSlope: -0.026949853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.0016692319 + inSlope: 0.050019797 + outSlope: 0.050019797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.0012500966 + inSlope: 0.14152193 + outSlope: 0.14152193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.0077655776 + inSlope: 0.27478695 + outSlope: 0.27478695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.019569231 + inSlope: 0.44845402 + outSlope: 0.44845402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.037662484 + inSlope: 0.62345755 + outSlope: 0.62345755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.11053097 + inSlope: 0.621467 + outSlope: 0.621467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.13832322 + inSlope: 0.19055906 + outSlope: 0.19055906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.13121715 + inSlope: -0.25550792 + outSlope: -0.25550792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.065987155 + inSlope: -0.73972267 + outSlope: -0.73972267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.011682461 + inSlope: -0.8139402 + outSlope: -0.8139402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.014720263 + inSlope: -0.7286112 + outSlope: -0.7286112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.036891572 + inSlope: -0.57456726 + outSlope: -0.57456726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.062793985 + inSlope: -0.2127563 + outSlope: -0.2127563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.06594686 + inSlope: 0.09272674 + outSlope: 0.09272674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.042335805 + inSlope: 0.43326235 + outSlope: 0.43326235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.025322884 + inSlope: 0.5836094 + outSlope: 0.5836094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.003428547 + inSlope: 0.71160805 + outSlope: 0.71160805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.049491175 + inSlope: 0.8165722 + outSlope: 0.8165722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.13103102 + inSlope: 0.18064885 + outSlope: 0.18064885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.10027127 + inSlope: -0.7816518 + outSlope: -0.7816518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.033121888 + inSlope: -1.1062771 + outSlope: -1.1062771 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.0041785254 + inSlope: -1.053211 + outSlope: -1.053211 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.037092377 + inSlope: -0.8615258 + outSlope: -0.8615258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.061613522 + inSlope: -0.58869296 + outSlope: -0.58869296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.08281906 + inSlope: -0.12392913 + outSlope: -0.12392913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.085416526 + inSlope: -0.04357286 + outSlope: -0.04357286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.090795286 + inSlope: -0.08459224 + outSlope: -0.08459224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.082571805 + inSlope: 0.38989756 + outSlope: 0.38989756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.040795393 + inSlope: 0.79547644 + outSlope: 0.79547644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.012346301 + inSlope: 0.8327216 + outSlope: 0.8327216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.014719521 + inSlope: 0.71076965 + outSlope: 0.71076965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.03503849 + inSlope: 0.4535123 + outSlope: 0.4535123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.044953644 + inSlope: 0.12954947 + outSlope: 0.12954947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.033216797 + inSlope: -0.39672446 + outSlope: -0.39672446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.01722684 + inSlope: -0.5070393 + outSlope: -0.5070393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.0005857901 + inSlope: -0.5230376 + outSlope: -0.5230376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.017642424 + inSlope: -0.48410287 + outSlope: -0.48410287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.06890976 + inSlope: -0.2982559 + outSlope: -0.2982559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.09529972 + inSlope: 0.044129983 + outSlope: 0.044129983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.072376855 + inSlope: 0.48093766 + outSlope: 0.48093766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.053295385 + inSlope: 0.6348252 + outSlope: 0.6348252 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.03005521 + inSlope: 0.69916755 + outSlope: 0.69916755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.0066842586 + inSlope: 0.63150156 + outSlope: 0.63150156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.012044853 + inSlope: 0.43867582 + outSlope: 0.43867582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.022560919 + inSlope: 0.17801361 + outSlope: 0.17801361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.023912566 + inSlope: -0.07154322 + outSlope: -0.07154322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.017791376 + inSlope: -0.24927598 + outSlope: -0.24927598 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.0072941827 + inSlope: -0.33693448 + outSlope: -0.33693448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.0046709026 + inSlope: -0.3541739 + outSlope: -0.3541739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.035734106 + inSlope: -0.22751935 + outSlope: -0.22751935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.044559084 + inSlope: -0.009621987 + outSlope: -0.009621987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.036955226 + inSlope: 0.19886205 + outSlope: 0.19886205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.02255098 + inSlope: 0.16959512 + outSlope: 0.16959512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.01810295 + inSlope: 0.09726699 + outSlope: 0.09726699 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.014903401 + inSlope: 0.050027717 + outSlope: 0.050027717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.012731278 + inSlope: 0.09281756 + outSlope: 0.09281756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.00871557 + inSlope: 0.13507622 + outSlope: 0.13507622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.003726205 + inSlope: 0.1330185 + outSlope: 0.1330185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.00015232057 + inSlope: 0.069999546 + outSlope: 0.069999546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.00094042654 + inSlope: -0.028822653 + outSlope: -0.028822653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.0017691877 + inSlope: -0.034589622 + outSlope: -0.034589622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.0013655459 + inSlope: 0.04584508 + outSlope: 0.04584508 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.001287148 + inSlope: 0.10101783 + outSlope: 0.10101783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.00536897 + inSlope: 0.11588608 + outSlope: 0.11588608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.009012879 + inSlope: 0.091977835 + outSlope: 0.091977835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.01150082 + inSlope: 0.07463829 + outSlope: 0.07463829 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Neck Tilt Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: -0.35318518 + outSlope: -0.35318518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.024576107 + inSlope: -0.4181596 + outSlope: -0.4181596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.03965015 + inSlope: -0.4783304 + outSlope: -0.4783304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.056464802 + inSlope: -0.4481674 + outSlope: -0.4481674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.07682864 + inSlope: -0.13606675 + outSlope: -0.13606675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.078599095 + inSlope: -0.026221724 + outSlope: -0.026221724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.063362986 + inSlope: 0.2569318 + outSlope: 0.2569318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.00390685 + inSlope: 0.17470634 + outSlope: 0.17470634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.0005114427 + inSlope: 0.085332304 + outSlope: 0.085332304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.0017819672 + inSlope: -0.013712149 + outSlope: -0.013712149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.00040269727 + inSlope: -0.12239579 + outSlope: -0.12239579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.006377755 + inSlope: -0.238205 + outSlope: -0.238205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.016283026 + inSlope: -0.3503587 + outSlope: -0.3503587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.07897655 + inSlope: -0.46990383 + outSlope: -0.46990383 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.13212083 + inSlope: 0.16172911 + outSlope: 0.16172911 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.08948379 + inSlope: 0.39643353 + outSlope: 0.39643353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.051831923 + inSlope: 0.06345397 + outSlope: 0.06345397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.0674523 + inSlope: -0.35759372 + outSlope: -0.35759372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.16145921 + inSlope: -0.35353282 + outSlope: -0.35353282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.16766404 + inSlope: 0.33434883 + outSlope: 0.33434883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.08520623 + inSlope: 0.39465922 + outSlope: 0.39465922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.068911254 + inSlope: -0.14802623 + outSlope: -0.14802623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.14509888 + inSlope: -0.44509402 + outSlope: -0.44509402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.19593273 + inSlope: -0.24370019 + outSlope: -0.24370019 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.19356741 + inSlope: 0.380579 + outSlope: 0.380579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.054970235 + inSlope: 0.9390906 + outSlope: 0.9390906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.0019784158 + inSlope: 0.76199657 + outSlope: 0.76199657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.047104508 + inSlope: 0.5935484 + outSlope: 0.5935484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.09254483 + inSlope: -0.012110073 + outSlope: -0.012110073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.07863441 + inSlope: -0.36480927 + outSlope: -0.36480927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.034401998 + inSlope: -0.37410462 + outSlope: -0.37410462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.023732249 + inSlope: -0.24975216 + outSlope: -0.24975216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.017751869 + inSlope: -0.10925868 + outSlope: -0.10925868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.03073595 + inSlope: 0.20437017 + outSlope: 0.20437017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.050947946 + inSlope: 0.17986286 + outSlope: 0.17986286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.0751183 + inSlope: 0.23589414 + outSlope: 0.23589414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.107861444 + inSlope: -0.045787025 + outSlope: -0.045787025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.06393006 + inSlope: -0.2654667 + outSlope: -0.2654667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.048031803 + inSlope: 0.020272212 + outSlope: 0.020272212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.059985384 + inSlope: 0.104362786 + outSlope: 0.104362786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.0790337 + inSlope: 0.26868072 + outSlope: 0.26868072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.11628174 + inSlope: 0.37028378 + outSlope: 0.37028378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.13274963 + inSlope: -0.10665703 + outSlope: -0.10665703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.090751424 + inSlope: -0.34999585 + outSlope: -0.34999585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.058569066 + inSlope: 0.015014574 + outSlope: 0.015014574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.08446036 + inSlope: 0.050605286 + outSlope: 0.050605286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.07816673 + inSlope: -0.16260126 + outSlope: -0.16260126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.06512302 + inSlope: -0.19839513 + outSlope: -0.19839513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.05869393 + inSlope: -0.3026231 + outSlope: -0.3026231 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.044948168 + inSlope: -0.38338184 + outSlope: -0.38338184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.022081446 + inSlope: -0.33019084 + outSlope: -0.33019084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: -0.3336742 + outSlope: -0.3336742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Neck Turn Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.16536926 + inSlope: -1.1676867 + outSlope: -1.1676867 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.08969734 + inSlope: -1.0996559 + outSlope: -1.0996559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.05313596 + inSlope: -0.94669926 + outSlope: -0.94669926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.026584052 + inSlope: -0.6311578 + outSlope: -0.6311578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.011058778 + inSlope: -0.39164138 + outSlope: -0.39164138 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.00047462128 + inSlope: -0.3273415 + outSlope: -0.3273415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.010763992 + inSlope: -0.2715446 + outSlope: -0.2715446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.017628351 + inSlope: -0.05578337 + outSlope: -0.05578337 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.014482883 + inSlope: 0.2671996 + outSlope: 0.2671996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.00018495519 + inSlope: 0.4850261 + outSlope: 0.4850261 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.017852187 + inSlope: 0.7032997 + outSlope: 0.7032997 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.047071625 + inSlope: 1.0818739 + outSlope: 1.0818739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.14653115 + inSlope: 1.8570677 + outSlope: 1.8570677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.4329933 + inSlope: 0.3680671 + outSlope: 0.3680671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.33770806 + inSlope: -2.0218792 + outSlope: -2.0218792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.099345565 + inSlope: -2.1553273 + outSlope: -2.1553273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.03474587 + inSlope: -1.6564255 + outSlope: -1.6564255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.011082817 + inSlope: -1.0755668 + outSlope: -1.0755668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.036958564 + inSlope: -0.27661416 + outSlope: -0.27661416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.02952379 + inSlope: 0.4223599 + outSlope: 0.4223599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.008801263 + inSlope: 0.49707276 + outSlope: 0.49707276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.0036144068 + inSlope: 0.1931133 + outSlope: 0.1931133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.004072989 + inSlope: -0.07255601 + outSlope: -0.07255601 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.0012226562 + inSlope: -0.13231316 + outSlope: -0.13231316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.0047478927 + inSlope: 0.100811005 + outSlope: 0.100811005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.0054980577 + inSlope: 0.49891084 + outSlope: 0.49891084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.028512798 + inSlope: 0.9100175 + outSlope: 0.9100175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.11505402 + inSlope: 1.5473422 + outSlope: 1.5473422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.28626105 + inSlope: 0.3582755 + outSlope: 0.3582755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.26313803 + inSlope: -1.0211582 + outSlope: -1.0211582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.16043632 + inSlope: -1.8006976 + outSlope: -1.8006976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.044130575 + inSlope: -1.3920501 + outSlope: -1.3920501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.0058002137 + inSlope: -0.99509954 + outSlope: -0.99509954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.022209335 + inSlope: -0.529174 + outSlope: -0.529174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.02947802 + inSlope: -0.08599637 + outSlope: -0.08599637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.027942415 + inSlope: -0.03646388 + outSlope: -0.03646388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.031908937 + inSlope: -0.2623146 + outSlope: -0.2623146 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.045430038 + inSlope: -0.43060783 + outSlope: -0.43060783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.0606161 + inSlope: -0.2677434 + outSlope: -0.2677434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.06327959 + inSlope: 0.2911803 + outSlope: 0.2911803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.041204106 + inSlope: 1.0427814 + outSlope: 1.0427814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.006239101 + inSlope: 1.4113126 + outSlope: 1.4113126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.052883483 + inSlope: 1.5510011 + outSlope: 1.5510011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.22394003 + inSlope: 1.4587278 + outSlope: 1.4587278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.29243484 + inSlope: -0.29021215 + outSlope: -0.29021215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.17532663 + inSlope: -1.703465 + outSlope: -1.703465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.06288742 + inSlope: -1.38953 + outSlope: -1.38953 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.023615811 + inSlope: -0.87133557 + outSlope: -0.87133557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.0047984407 + inSlope: -0.2355758 + outSlope: -0.2355758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.007910774 + inSlope: 0.35313284 + outSlope: 0.35313284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.02834061 + inSlope: 0.7292702 + outSlope: 0.7292702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.056528945 + inSlope: 0.79666114 + outSlope: 0.79666114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.081451505 + inSlope: 0.57418567 + outSlope: 0.57418567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.09480795 + inSlope: 0.18450464 + outSlope: 0.18450464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.0937518 + inSlope: -0.201266 + outSlope: -0.201266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.064976655 + inSlope: -0.44076335 + outSlope: -0.44076335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.052006036 + inSlope: -0.2760413 + outSlope: -0.2760413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.09946429 + inSlope: 0.81465214 + outSlope: 0.81465214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.17950475 + inSlope: 0.35487875 + outSlope: 0.35487875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.16491693 + inSlope: -0.8185991 + outSlope: -0.8185991 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.08045942 + inSlope: -1.4516394 + outSlope: -1.4516394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.031428624 + inSlope: -1.4448398 + outSlope: -1.4448398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.015863143 + inSlope: -1.3698599 + outSlope: -1.3698599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.059895605 + inSlope: -0.8895663 + outSlope: -0.8895663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.07516782 + inSlope: 0.005181685 + outSlope: 0.005181685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.05955016 + inSlope: 0.77197444 + outSlope: 0.77197444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.023702908 + inSlope: 1.0264771 + outSlope: 1.0264771 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.008881576 + inSlope: 0.7264428 + outSlope: 0.7264428 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.024726568 + inSlope: 0.28176484 + outSlope: 0.28176484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.027665881 + inSlope: -0.098208755 + outSlope: -0.098208755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.018179324 + inSlope: -0.3744884 + outSlope: -0.3744884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.0026999 + inSlope: -0.52513963 + outSlope: -0.52513963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.016830062 + inSlope: -0.33016366 + outSlope: -0.33016366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.019310988 + inSlope: 0.2525079 + outSlope: 0.2525079 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.0000037818697 + inSlope: 0.60403526 + outSlope: 0.60403526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.020957988 + inSlope: 0.7029508 + outSlope: 0.7029508 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.04686712 + inSlope: 0.7868562 + outSlope: 0.7868562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.1161213 + inSlope: 0.45701587 + outSlope: 0.45701587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.09981079 + inSlope: -0.71346885 + outSlope: -0.71346885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.07174654 + inSlope: -0.90927815 + outSlope: -0.90927815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.039192103 + inSlope: -0.93818974 + outSlope: -0.93818974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.009200834 + inSlope: -0.88770545 + outSlope: -0.88770545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.01998841 + inSlope: -0.64284885 + outSlope: -0.64284885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.03365613 + inSlope: -0.13555235 + outSlope: -0.13555235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.029025225 + inSlope: 0.28567812 + outSlope: 0.28567812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.0146109415 + inSlope: 0.4340914 + outSlope: 0.4340914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.00008582683 + inSlope: 0.29621327 + outSlope: 0.29621327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.005136592 + inSlope: 0.121606916 + outSlope: 0.121606916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.008021293 + inSlope: 0.13152659 + outSlope: 0.13152659 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.013905023 + inSlope: 0.28798676 + outSlope: 0.28798676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.02722039 + inSlope: 0.5016485 + outSlope: 0.5016485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.099270985 + inSlope: 0.79912716 + outSlope: 0.79912716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.15912923 + inSlope: 0.14191745 + outSlope: 0.14191745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.13839525 + inSlope: -0.74696964 + outSlope: -0.74696964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.06788318 + inSlope: -1.1856725 + outSlope: -1.1856725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.027847325 + inSlope: -1.2020001 + outSlope: -1.2020001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.012250088 + inSlope: -1.2632513 + outSlope: -1.2632513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.05636935 + inSlope: -1.0648345 + outSlope: -1.0648345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.08323899 + inSlope: -0.58858144 + outSlope: -0.58858144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.10004017 + inSlope: -0.09889247 + outSlope: -0.09889247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.1022009 + inSlope: -0.03678452 + outSlope: -0.03678452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.07355472 + inSlope: 0.927209 + outSlope: 0.927209 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.033621553 + inSlope: 1.2801105 + outSlope: 1.2801105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.011786469 + inSlope: 1.1905096 + outSlope: 1.1905096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.045745675 + inSlope: 0.9739373 + outSlope: 0.9739373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.07671556 + inSlope: 0.8725616 + outSlope: 0.8725616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.13052063 + inSlope: 0.8684697 + outSlope: 0.8684697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.19820426 + inSlope: 1.1341078 + outSlope: 1.1341078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.23742144 + inSlope: 0.7990279 + outSlope: 0.7990279 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.25147274 + inSlope: 0.20866689 + outSlope: 0.20866689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.25133255 + inSlope: -0.2814449 + outSlope: -0.2814449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.16536926 + inSlope: -1.1024663 + outSlope: -1.1024663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Arm Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.34697244 + inSlope: 0.7732826 + outSlope: 0.7732826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.4048513 + inSlope: 1.1541642 + outSlope: 1.1541642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.48945013 + inSlope: 0.7994052 + outSlope: 0.7994052 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.49380767 + inSlope: -0.66585433 + outSlope: -0.66585433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.29987913 + inSlope: -1.4744699 + outSlope: -1.4744699 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.20776598 + inSlope: -0.26761743 + outSlope: -0.26761743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.24274921 + inSlope: 0.4191475 + outSlope: 0.4191475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.271268 + inSlope: -0.21924236 + outSlope: -0.21924236 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.25345126 + inSlope: 0.28796396 + outSlope: 0.28796396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.30892384 + inSlope: 1.2835438 + outSlope: 1.2835438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.44007823 + inSlope: 0.80955756 + outSlope: 0.80955756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.41300985 + inSlope: -1.0098453 + outSlope: -1.0098453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.30206582 + inSlope: -0.90899336 + outSlope: -0.90899336 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.24372885 + inSlope: -0.10355144 + outSlope: -0.10355144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.23594004 + inSlope: -0.11584516 + outSlope: -0.11584516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.25459072 + inSlope: 0.7597705 + outSlope: 0.7597705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.39677307 + inSlope: 0.74200046 + outSlope: 0.74200046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.39339733 + inSlope: -0.62796956 + outSlope: -0.62796956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.32133076 + inSlope: -0.7092487 + outSlope: -0.7092487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.24463964 + inSlope: -0.8700354 + outSlope: -0.8700354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.13990812 + inSlope: -0.49383205 + outSlope: -0.49383205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.12179759 + inSlope: 0.019071281 + outSlope: 0.019071281 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.15017426 + inSlope: 0.9315368 + outSlope: 0.9315368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.24511124 + inSlope: 1.7464114 + outSlope: 1.7464114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.41126028 + inSlope: 1.194644 + outSlope: 1.194644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.42892656 + inSlope: -1.1232619 + outSlope: -1.1232619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.07181896 + inSlope: -1.2730108 + outSlope: -1.2730108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.037524816 + inSlope: -0.77956456 + outSlope: -0.77956456 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.019848041 + inSlope: -0.31889784 + outSlope: -0.31889784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.016264953 + inSlope: 0.03473128 + outSlope: 0.03473128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.022163432 + inSlope: 0.23997131 + outSlope: 0.23997131 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.032263026 + inSlope: 0.3018785 + outSlope: 0.3018785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.042288646 + inSlope: 0.28203708 + outSlope: 0.28203708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.05106548 + inSlope: 0.29304257 + outSlope: 0.29304257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.08153069 + inSlope: 0.82404435 + outSlope: 0.82404435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.11676129 + inSlope: 1.3191702 + outSlope: 1.3191702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.30317348 + inSlope: 2.0278957 + outSlope: 2.0278957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.48710904 + inSlope: 1.5014073 + outSlope: 1.5014073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.5582099 + inSlope: -0.29721764 + outSlope: -0.29721764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.43022552 + inSlope: -0.8360311 + outSlope: -0.8360311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.38962525 + inSlope: -0.10243545 + outSlope: -0.10243545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.35719377 + inSlope: -0.51586795 + outSlope: -0.51586795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.33081836 + inSlope: 0.30453664 + outSlope: 0.30453664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.44271016 + inSlope: 0.94459087 + outSlope: 0.94459087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.5233029 + inSlope: -0.12721908 + outSlope: -0.12721908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.4526324 + inSlope: -0.3216669 + outSlope: -0.3216669 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.45778885 + inSlope: -0.1558043 + outSlope: -0.1558043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.4210271 + inSlope: 0.24635667 + outSlope: 0.24635667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.5170027 + inSlope: 0.0793577 + outSlope: 0.0793577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.4760649 + inSlope: -0.50009793 + outSlope: -0.50009793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.408356 + inSlope: -0.8983522 + outSlope: -0.8983522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.30334443 + inSlope: -0.21525285 + outSlope: -0.21525285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.34697244 + inSlope: 0.60778826 + outSlope: 0.60778826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Arm Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.09053114 + inSlope: -1.3070067 + outSlope: -1.3070067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.046964247 + inSlope: -1.431895 + outSlope: -1.431895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.0049285325 + inSlope: -1.7867332 + outSlope: -1.7867332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.07215131 + inSlope: -2.1262755 + outSlope: -2.1262755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.14668024 + inSlope: -1.8202631 + outSlope: -1.8202631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.19350217 + inSlope: -0.807682 + outSlope: -0.807682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.2005257 + inSlope: 0.3094986 + outSlope: 0.3094986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.17286894 + inSlope: 0.89398926 + outSlope: 0.89398926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.059728958 + inSlope: 1.3982828 + outSlope: 1.3982828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.009989089 + inSlope: 1.5465443 + outSlope: 1.5465443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.04337404 + inSlope: 1.5572022 + outSlope: 1.5572022 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.09382443 + inSlope: 1.3547943 + outSlope: 1.3547943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.13369365 + inSlope: 0.96903443 + outSlope: 0.96903443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.16919863 + inSlope: 0.20676306 + outSlope: 0.20676306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.1741149 + inSlope: 0.15201658 + outSlope: 0.15201658 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.19768755 + inSlope: 0.5139322 + outSlope: 0.5139322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.22580956 + inSlope: -0.6865922 + outSlope: -0.6865922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.13577567 + inSlope: -1.9348674 + outSlope: -1.9348674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.062753655 + inSlope: -2.2987041 + outSlope: -2.2987041 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.017471267 + inSlope: -2.329687 + outSlope: -2.329687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.092558816 + inSlope: -1.9990704 + outSlope: -1.9990704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.18348806 + inSlope: -0.550931 + outSlope: -0.550931 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.16514063 + inSlope: 0.9616859 + outSlope: 0.9616859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.07074486 + inSlope: 1.623869 + outSlope: 1.623869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.015101 + inSlope: 1.6316342 + outSlope: 1.6316342 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.03803066 + inSlope: 1.5116537 + outSlope: 1.5116537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.19264932 + inSlope: 0.8045043 + outSlope: 0.8045043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.19781797 + inSlope: -1.0548128 + outSlope: -1.0548128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.093382165 + inSlope: -2.0004745 + outSlope: -2.0004745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.020601347 + inSlope: -2.2335372 + outSlope: -2.2335372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.055520162 + inSlope: -2.16442 + outSlope: -2.16442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.123693176 + inSlope: -1.7680917 + outSlope: -1.7680917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.197695 + inSlope: -0.32035375 + outSlope: -0.32035375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.122696064 + inSlope: 1.5043004 + outSlope: 1.5043004 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.008129051 + inSlope: 1.7558429 + outSlope: 1.7558429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.049717937 + inSlope: 1.6550945 + outSlope: 1.6550945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.14668766 + inSlope: 1.1998785 + outSlope: 1.1998785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.24390723 + inSlope: 0.3272356 + outSlope: 0.3272356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.2082507 + inSlope: -1.1936306 + outSlope: -1.1936306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.09079684 + inSlope: -2.2206676 + outSlope: -2.2206676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.010427486 + inSlope: -2.4806538 + outSlope: -2.4806538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.07457992 + inSlope: -2.4743466 + outSlope: -2.4743466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.21908192 + inSlope: -1.564895 + outSlope: -1.564895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.26798943 + inSlope: 0.18570851 + outSlope: 0.18570851 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.0800187 + inSlope: 1.7597914 + outSlope: 1.7597914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.024114152 + inSlope: 1.5628971 + outSlope: 1.5628971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.024174744 + inSlope: 1.3686835 + outSlope: 1.3686835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.108187184 + inSlope: 1.2272484 + outSlope: 1.2272484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.26774666 + inSlope: 0.38128868 + outSlope: 0.38128868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.23257789 + inSlope: -1.3036357 + outSlope: -1.3036357 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.098742224 + inSlope: -2.596327 + outSlope: -2.596327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.004136012 + inSlope: -2.8901029 + outSlope: -2.8901029 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.0939318 + inSlope: -2.8332806 + outSlope: -2.8332806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.2574453 + inSlope: -1.7899562 + outSlope: -1.7899562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.30651733 + inSlope: 0.91718185 + outSlope: 0.91718185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.18562879 + inSlope: 2.5334578 + outSlope: 2.5334578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.09116007 + inSlope: 2.9282126 + outSlope: 2.9282126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.009585215 + inSlope: 2.9461603 + outSlope: 2.9461603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.10525044 + inSlope: 2.7053566 + outSlope: 2.7053566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.34878805 + inSlope: -1.1614159 + outSlope: -1.1614159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.13844463 + inSlope: -2.746643 + outSlope: -2.746643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.042749885 + inSlope: -2.8960664 + outSlope: -2.8960664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.054626957 + inSlope: -2.8617024 + outSlope: -2.8617024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.3438149 + inSlope: 0.3212552 + outSlope: 0.3212552 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.25325936 + inSlope: 2.226553 + outSlope: 2.226553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.07019085 + inSlope: 2.841698 + outSlope: 2.841698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.022633925 + inSlope: 2.6100993 + outSlope: 2.6100993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.16922385 + inSlope: 1.7170253 + outSlope: 1.7170253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.28255317 + inSlope: 0.14963698 + outSlope: 0.14963698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.20560098 + inSlope: -1.5040903 + outSlope: -1.5040903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.0728232 + inSlope: -2.3429482 + outSlope: -2.3429482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.009440097 + inSlope: -2.4448962 + outSlope: -2.4448962 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.09016972 + inSlope: -2.2314267 + outSlope: -2.2314267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.20409767 + inSlope: -0.963454 + outSlope: -0.963454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.21250309 + inSlope: 0.6678434 + outSlope: 0.6678434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.06359578 + inSlope: 1.8954071 + outSlope: 1.8954071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.0008270005 + inSlope: 1.8969369 + outSlope: 1.8969369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.11898217 + inSlope: 1.5482239 + outSlope: 1.5482239 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.20200841 + inSlope: 0.8745637 + outSlope: 0.8745637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.23604585 + inSlope: 0.20636734 + outSlope: 0.20636734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.23814338 + inSlope: -0.27164322 + outSlope: -0.27164322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.21793632 + inSlope: -0.67372125 + outSlope: -0.67372125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.12962928 + inSlope: -1.0933301 + outSlope: -1.0933301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.09053114 + inSlope: -1.1729454 + outSlope: -1.1729454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Arm Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000005691825 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000005691825 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Eye Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Eye In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.07341389 + inSlope: -1.1539985 + outSlope: -1.1539985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.11188051 + inSlope: -1.0365622 + outSlope: -1.0365622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.14251804 + inSlope: -0.9008609 + outSlope: -0.9008609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.18540251 + inSlope: 0.03411904 + outSlope: 0.03411904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.12866692 + inSlope: 1.4707026 + outSlope: 1.4707026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.071616456 + inSlope: 1.1581787 + outSlope: 1.1581787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.051455017 + inSlope: 0.02012384 + outSlope: 0.02012384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.07027487 + inSlope: -0.9235407 + outSlope: -0.9235407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.11302439 + inSlope: -1.3981025 + outSlope: -1.3981025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.1634817 + inSlope: -1.4163663 + outSlope: -1.4163663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.20744884 + inSlope: -1.1927838 + outSlope: -1.1927838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.24300066 + inSlope: -0.78540003 + outSlope: -0.78540003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.25980884 + inSlope: -0.38895178 + outSlope: -0.38895178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.26893076 + inSlope: -0.48935324 + outSlope: -0.48935324 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.2924324 + inSlope: -1.0730816 + outSlope: -1.0730816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.3404696 + inSlope: -1.748848 + outSlope: -1.748848 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.51837546 + inSlope: -0.6243022 + outSlope: -0.6243022 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.4730865 + inSlope: 1.9788431 + outSlope: 1.9788431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.27760237 + inSlope: 3.1496358 + outSlope: 3.1496358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.17639983 + inSlope: 2.7842138 + outSlope: 2.7842138 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.091988154 + inSlope: 1.953912 + outSlope: 1.953912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.046138998 + inSlope: 0.8914027 + outSlope: 0.8914027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.03256134 + inSlope: 0.05093488 + outSlope: 0.05093488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.042743318 + inSlope: -0.4714235 + outSlope: -0.4714235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.06398954 + inSlope: -0.6952101 + outSlope: -0.6952101 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.089090705 + inSlope: -0.81572914 + outSlope: -0.81572914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.118371524 + inSlope: -1.0250022 + outSlope: -1.0250022 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.20524265 + inSlope: -1.615068 + outSlope: -1.615068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.39738634 + inSlope: -1.8893881 + outSlope: -1.8893881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.5772046 + inSlope: 0.90027535 + outSlope: 0.90027535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.41134545 + inSlope: 1.6540564 + outSlope: 1.6540564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.32944432 + inSlope: 0.92815787 + outSlope: 0.92815787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.26672584 + inSlope: 1.1161073 + outSlope: 1.1161073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.18852106 + inSlope: 1.087065 + outSlope: 1.087065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.15413648 + inSlope: 0.6869794 + outSlope: 0.6869794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.14272247 + inSlope: -0.118469924 + outSlope: -0.118469924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.21027173 + inSlope: -1.769635 + outSlope: -1.769635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.3516742 + inSlope: -1.9716073 + outSlope: -1.9716073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.5194783 + inSlope: -1.5996804 + outSlope: -1.5996804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.6297686 + inSlope: 0.5803233 + outSlope: 0.5803233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.4932541 + inSlope: 1.3794675 + outSlope: 1.3794675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.34108248 + inSlope: 1.2218163 + outSlope: 1.2218163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.24401954 + inSlope: 1.3623176 + outSlope: 1.3623176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.20437199 + inSlope: 0.7314286 + outSlope: 0.7314286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.19525768 + inSlope: -0.30951828 + outSlope: -0.30951828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.22500652 + inSlope: -1.3795582 + outSlope: -1.3795582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.41927427 + inSlope: -1.3237984 + outSlope: -1.3237984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.44842154 + inSlope: -0.45856476 + outSlope: -0.45856476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.44976646 + inSlope: -0.17401652 + outSlope: -0.17401652 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.48925135 + inSlope: -1.2912828 + outSlope: -1.2912828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.54753196 + inSlope: -1.978668 + outSlope: -1.978668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.6211624 + inSlope: -1.7333391 + outSlope: -1.7333391 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.54133207 + inSlope: 3.8613274 + outSlope: 3.8613274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.3815212 + inSlope: 4.434616 + outSlope: 4.434616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.24569125 + inSlope: 3.032504 + outSlope: 3.032504 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.17935444 + inSlope: 1.3694885 + outSlope: 1.3694885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.15439193 + inSlope: 0.2971258 + outSlope: 0.2971258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.1595459 + inSlope: -0.24271356 + outSlope: -0.24271356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.20832154 + inSlope: -0.60834414 + outSlope: -0.60834414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.22909713 + inSlope: -0.67300403 + outSlope: -0.67300403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.26905996 + inSlope: -0.2064876 + outSlope: -0.2064876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.26695424 + inSlope: -0.52579457 + outSlope: -0.52579457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.30411288 + inSlope: -0.7521095 + outSlope: -0.7521095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.31709483 + inSlope: -0.03413561 + outSlope: -0.03413561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.3063886 + inSlope: 0.38153967 + outSlope: 0.38153967 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.29165888 + inSlope: -0.026671022 + outSlope: -0.026671022 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.30816665 + inSlope: -1.1570958 + outSlope: -1.1570958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.36879852 + inSlope: -1.701859 + outSlope: -1.701859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.46657914 + inSlope: 0.57455075 + outSlope: 0.57455075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.42246658 + inSlope: 1.0484828 + outSlope: 1.0484828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.39668036 + inSlope: 0.39200476 + outSlope: 0.39200476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.39633295 + inSlope: 0.6179391 + outSlope: 0.6179391 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.35548446 + inSlope: 1.2142386 + outSlope: 1.2142386 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.3153835 + inSlope: 1.5323942 + outSlope: 1.5323942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.1919467 + inSlope: 1.6419563 + outSlope: 1.6419563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.10328684 + inSlope: 1.2637153 + outSlope: 1.2637153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.059613146 + inSlope: 1.1819955 + outSlope: 1.1819955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.02448721 + inSlope: 0.58396965 + outSlope: 0.58396965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.02068187 + inSlope: -0.21168056 + outSlope: -0.21168056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.038599234 + inSlope: -0.43907994 + outSlope: -0.43907994 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.049953837 + inSlope: -0.34901562 + outSlope: -0.34901562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.06186692 + inSlope: -0.44847074 + outSlope: -0.44847074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.09256029 + inSlope: -0.12177431 + outSlope: -0.12177431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.08797014 + inSlope: 0.30204618 + outSlope: 0.30204618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.0724239 + inSlope: 0.41827202 + outSlope: 0.41827202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.057574317 + inSlope: -0.14843269 + outSlope: -0.14843269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.06998087 + inSlope: -0.8781651 + outSlope: -0.8781651 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.116119266 + inSlope: -1.3560884 + outSlope: -1.3560884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.18960223 + inSlope: -0.5135648 + outSlope: -0.5135648 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.1888568 + inSlope: 0.24461547 + outSlope: 0.24461547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.17831728 + inSlope: 0.42791063 + outSlope: 0.42791063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.16032945 + inSlope: 0.4417902 + outSlope: 0.4417902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.14837089 + inSlope: -0.17402212 + outSlope: -0.17402212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.1920687 + inSlope: -1.2530378 + outSlope: -1.2530378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.31658867 + inSlope: -2.51475 + outSlope: -2.51475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.4116517 + inSlope: -2.9455147 + outSlope: -2.9455147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.5129576 + inSlope: -2.4571795 + outSlope: -2.4571795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.57546496 + inSlope: -0.9625295 + outSlope: -0.9625295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.5516572 + inSlope: 0.77570987 + outSlope: 0.77570987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.5254122 + inSlope: 0.90484095 + outSlope: 0.90484095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.49133453 + inSlope: 2.6487412 + outSlope: 2.6487412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.34882963 + inSlope: 5.5084815 + outSlope: 5.5084815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.124102786 + inSlope: 6.412118 + outSlope: 6.412118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.0786445 + inSlope: 3.6463182 + outSlope: 3.6463182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.11898487 + inSlope: -0.032374144 + outSlope: -0.032374144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.07648622 + inSlope: -1.5452155 + outSlope: -1.5452155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.0159706 + inSlope: -1.601278 + outSlope: -1.601278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.030265542 + inSlope: -1.3407687 + outSlope: -1.3407687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.07341389 + inSlope: -1.2944518 + outSlope: -1.2944518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Foot Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.2727073 + inSlope: 0.45785305 + outSlope: 0.45785305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.25744554 + inSlope: 0.28947514 + outSlope: 0.28947514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.25340897 + inSlope: -0.492542 + outSlope: -0.492542 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.29028168 + inSlope: -0.6722415 + outSlope: -0.6722415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.29822508 + inSlope: -0.36883506 + outSlope: -0.36883506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.34110227 + inSlope: -0.82276034 + outSlope: -0.82276034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.36972138 + inSlope: -0.65129894 + outSlope: -0.65129894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.36212254 + inSlope: 0.42598557 + outSlope: 0.42598557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.3407414 + inSlope: -0.25834614 + outSlope: -0.25834614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.42241555 + inSlope: -0.37768736 + outSlope: -0.37768736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.43518183 + inSlope: -0.1701861 + outSlope: -0.1701861 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.468347 + inSlope: -0.22155717 + outSlope: -0.22155717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.48695177 + inSlope: 0.39593422 + outSlope: 0.39593422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.34867457 + inSlope: 0.33567208 + outSlope: 0.33567208 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.39033356 + inSlope: -0.08907643 + outSlope: -0.08907643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.40019435 + inSlope: -0.47698483 + outSlope: -0.47698483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.45081344 + inSlope: -0.23419417 + outSlope: -0.23419417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.43149406 + inSlope: 0.6315714 + outSlope: 0.6315714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.35830745 + inSlope: 0.3992667 + outSlope: 0.3992667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.36605796 + inSlope: -0.2579447 + outSlope: -0.2579447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.37890625 + inSlope: 0.46347812 + outSlope: 0.46347812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.32854807 + inSlope: 0.23456343 + outSlope: 0.23456343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.34908947 + inSlope: -0.20333041 + outSlope: -0.20333041 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.3508163 + inSlope: 0.29664454 + outSlope: 0.29664454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.28320158 + inSlope: 0.72479606 + outSlope: 0.72479606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.232593 + inSlope: 0.11115912 + outSlope: 0.11115912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.25701806 + inSlope: -0.3440501 + outSlope: -0.3440501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.26915997 + inSlope: 0.107313946 + outSlope: 0.107313946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.24983662 + inSlope: 0.3422283 + outSlope: 0.3422283 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.23818102 + inSlope: 1.036139 + outSlope: 1.036139 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.18076076 + inSlope: 2.408749 + outSlope: 2.408749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.07759791 + inSlope: 3.0705426 + outSlope: 3.0705426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.023942616 + inSlope: 2.6951709 + outSlope: 2.6951709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.10208071 + inSlope: 1.7339294 + outSlope: 1.7339294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.1395378 + inSlope: 0.6640625 + outSlope: 0.6640625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.1463515 + inSlope: 0.06577878 + outSlope: 0.06577878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.14392304 + inSlope: 0.19075689 + outSlope: 0.19075689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.15906861 + inSlope: 1.0284623 + outSlope: 1.0284623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.21248713 + inSlope: 2.2283978 + outSlope: 2.2283978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.30762833 + inSlope: 3.2383046 + outSlope: 3.2383046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.42837477 + inSlope: 3.2067971 + outSlope: 3.2067971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.5214155 + inSlope: 2.99745 + outSlope: 2.99745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.9441198 + inSlope: 2.3624973 + outSlope: 2.3624973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.97278947 + inSlope: -1.725811 + outSlope: -1.725811 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.90140635 + inSlope: -1.4802518 + outSlope: -1.4802518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.8741061 + inSlope: -0.08246282 + outSlope: -0.08246282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.89590883 + inSlope: 0.39350814 + outSlope: 0.39350814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.90500885 + inSlope: 0.08204807 + outSlope: 0.08204807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.86142737 + inSlope: -0.67550516 + outSlope: -0.67550516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.8091306 + inSlope: 0.4011936 + outSlope: 0.4011936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.9194977 + inSlope: 0.67344964 + outSlope: 0.67344964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.97968054 + inSlope: 0.24763161 + outSlope: 0.24763161 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.96332675 + inSlope: -0.85070544 + outSlope: -0.85070544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.85551924 + inSlope: -0.71999764 + outSlope: -0.71999764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.8177055 + inSlope: 0.05443816 + outSlope: 0.05443816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.8627606 + inSlope: 1.1427875 + outSlope: 1.1427875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.91705805 + inSlope: -0.45303982 + outSlope: -0.45303982 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.6545449 + inSlope: -4.2925797 + outSlope: -4.2925797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.4995741 + inSlope: -6.309394 + outSlope: -6.309394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.23391907 + inSlope: -7.874983 + outSlope: -7.874983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.025424214 + inSlope: -6.586494 + outSlope: -6.586494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.2051801 + inSlope: -3.2707405 + outSlope: -3.2707405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.24347337 + inSlope: -1.1324935 + outSlope: -1.1324935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.30369958 + inSlope: -0.15667826 + outSlope: -0.15667826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.2911248 + inSlope: 0.4648845 + outSlope: 0.4648845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.2727073 + inSlope: 0.55252486 + outSlope: 0.55252486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Foot Up-Down + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.09153232 + inSlope: -1.7177192 + outSlope: -1.7177192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.19894822 + inSlope: -1.2892839 + outSlope: -1.2892839 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.2561799 + inSlope: -0.39556864 + outSlope: -0.39556864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.26111314 + inSlope: -0.045716483 + outSlope: -0.045716483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.25922766 + inSlope: 0.23614123 + outSlope: 0.23614123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.22638248 + inSlope: 0.51219 + outSlope: 0.51219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.19307277 + inSlope: 0.25527623 + outSlope: 0.25527623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.1405799 + inSlope: 0.98390937 + outSlope: 0.98390937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.05477885 + inSlope: 1.4484541 + outSlope: 1.4484541 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.0054067424 + inSlope: 1.3943399 + outSlope: 1.3943399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.038177144 + inSlope: 1.1056124 + outSlope: 1.1056124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.06830074 + inSlope: 0.63165224 + outSlope: 0.63165224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.08028731 + inSlope: 0.07531346 + outSlope: 0.07531346 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.050174046 + inSlope: -0.86510885 + outSlope: -0.86510885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.015647693 + inSlope: -1.1325485 + outSlope: -1.1325485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.025329242 + inSlope: -1.263722 + outSlope: -1.263722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.18455291 + inSlope: -0.901876 + outSlope: -0.901876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.24275157 + inSlope: -0.06298369 + outSlope: -0.06298369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.2286862 + inSlope: 0.30459777 + outSlope: 0.30459777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.17091563 + inSlope: 0.8455806 + outSlope: 0.8455806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.07237021 + inSlope: 0.14576903 + outSlope: 0.14576903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.07538445 + inSlope: -0.32790315 + outSlope: -0.32790315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.19776444 + inSlope: -0.9921792 + outSlope: -0.9921792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.2630592 + inSlope: -0.28193456 + outSlope: -0.28193456 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.26793492 + inSlope: -0.062564604 + outSlope: -0.062564604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.28535798 + inSlope: -0.06650643 + outSlope: -0.06650643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.26608238 + inSlope: 0.8315256 + outSlope: 0.8315256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.1706704 + inSlope: 1.8942543 + outSlope: 1.8942543 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.101833984 + inSlope: 2.034882 + outSlope: 2.034882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.03501173 + inSlope: 1.7630546 + outSlope: 1.7630546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.015702885 + inSlope: 1.1294262 + outSlope: 1.1294262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.04028328 + inSlope: 0.30866998 + outSlope: 0.30866998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.036280863 + inSlope: -0.4779354 + outSlope: -0.4779354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.008420752 + inSlope: -1.0607959 + outSlope: -1.0607959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.034438994 + inSlope: -1.3704948 + outSlope: -1.3704948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.08294548 + inSlope: -1.4357215 + outSlope: -1.4357215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.1718727 + inSlope: -1.141604 + outSlope: -1.141604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.28174916 + inSlope: -0.3068249 + outSlope: -0.3068249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.23842068 + inSlope: 1.129188 + outSlope: 1.129188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.13710745 + inSlope: 1.8210422 + outSlope: 1.8210422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.0724476 + inSlope: 1.9612695 + outSlope: 1.9612695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.006356268 + inSlope: 1.8917235 + outSlope: 1.8917235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.053667184 + inSlope: 1.5939305 + outSlope: 1.5939305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.12631842 + inSlope: 0.44320458 + outSlope: 0.44320458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.109473035 + inSlope: -0.88678 + outSlope: -0.88678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.07033418 + inSlope: -1.3625841 + outSlope: -1.3625841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.018634176 + inSlope: -1.6342206 + outSlope: -1.6342206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.03861376 + inSlope: -1.7175488 + outSlope: -1.7175488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.27630913 + inSlope: -0.8529978 + outSlope: -0.8529978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.29497254 + inSlope: 0.46567237 + outSlope: 0.46567237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.1839211 + inSlope: 1.2371678 + outSlope: 1.2371678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.08995876 + inSlope: 1.4224012 + outSlope: 1.4224012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.044137336 + inSlope: 1.1953382 + outSlope: 1.1953382 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.010269376 + inSlope: 0.73086834 + outSlope: 0.73086834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.004587414 + inSlope: 0.12049299 + outSlope: 0.12049299 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.002236519 + inSlope: -0.49484277 + outSlope: -0.49484277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.028402073 + inSlope: -0.98737574 + outSlope: -0.98737574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.06806151 + inSlope: -1.2898679 + outSlope: -1.2898679 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.16174391 + inSlope: -1.3828506 + outSlope: -1.3828506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.36138818 + inSlope: -0.4800251 + outSlope: -0.4800251 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.34118402 + inSlope: 0.9028749 + outSlope: 0.9028749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.20258716 + inSlope: 1.6352384 + outSlope: 1.6352384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.10026296 + inSlope: 1.2236683 + outSlope: 1.2236683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.06631601 + inSlope: 0.75643253 + outSlope: 0.75643253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.049834177 + inSlope: 0.23617393 + outSlope: 0.23617393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.08626129 + inSlope: -0.6854978 + outSlope: -0.6854978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.13383797 + inSlope: -0.6887567 + outSlope: -0.6887567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.2212902 + inSlope: -0.6002128 + outSlope: -0.6002128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.26213467 + inSlope: 0.20297948 + outSlope: 0.20297948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.13465773 + inSlope: 1.5072747 + outSlope: 1.5072747 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.07839162 + inSlope: 1.8448389 + outSlope: 1.8448389 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.011668593 + inSlope: 2.0779624 + outSlope: 2.0779624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.060139082 + inSlope: 2.084889 + outSlope: 2.084889 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.12732388 + inSlope: 1.7628291 + outSlope: 1.7628291 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.17766091 + inSlope: 0.42308894 + outSlope: 0.42308894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.15552978 + inSlope: -1.139205 + outSlope: -1.139205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.101713985 + inSlope: -1.7913225 + outSlope: -1.7913225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.036108408 + inSlope: -1.961956 + outSlope: -1.961956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.029082958 + inSlope: -1.9146128 + outSlope: -1.9146128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.09153232 + inSlope: -1.8734827 + outSlope: -1.8734827 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Forearm Stretch + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.01884923 + inSlope: -0.84926826 + outSlope: -0.84926826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.0094597135 + inSlope: -1.0293474 + outSlope: -1.0293474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.049773935 + inSlope: -1.7152348 + outSlope: -1.7152348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.12380872 + inSlope: -2.6424093 + outSlope: -2.6424093 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.22593457 + inSlope: -2.9292347 + outSlope: -2.9292347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.31909102 + inSlope: -2.3326802 + outSlope: -2.3326802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.3814466 + inSlope: -1.3186885 + outSlope: -1.3186885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.4070036 + inSlope: -0.51487243 + outSlope: -0.51487243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.29308668 + inSlope: 1.057482 + outSlope: 1.057482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.15634467 + inSlope: 0.91425353 + outSlope: 0.91425353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.10713279 + inSlope: 0.4569134 + outSlope: 0.4569134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.098285586 + inSlope: -0.17329094 + outSlope: -0.17329094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.13981196 + inSlope: -0.40180728 + outSlope: -0.40180728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.17207071 + inSlope: -0.31105116 + outSlope: -0.31105116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.21633422 + inSlope: 0.003234297 + outSlope: 0.003234297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.1739112 + inSlope: 0.6886641 + outSlope: 0.6886641 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.12763815 + inSlope: 0.63118994 + outSlope: 0.63118994 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.070020206 + inSlope: 0.5783829 + outSlope: 0.5783829 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.050645433 + inSlope: 0.5258641 + outSlope: 0.5258641 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.034962565 + inSlope: 0.3367323 + outSlope: 0.3367323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.028196635 + inSlope: 0.011935055 + outSlope: 0.011935055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.034166895 + inSlope: -0.36674207 + outSlope: -0.36674207 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.05264615 + inSlope: -0.6734021 + outSlope: -0.6734021 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.106585614 + inSlope: -0.7541696 + outSlope: -0.7541696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.14473236 + inSlope: -0.36476266 + outSlope: -0.36476266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.16223025 + inSlope: -0.08836438 + outSlope: -0.08836438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.1494659 + inSlope: 0.460511 + outSlope: 0.460511 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.10297255 + inSlope: 0.8549917 + outSlope: 0.8549917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.045947365 + inSlope: 0.68291616 + outSlope: 0.68291616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.027382936 + inSlope: 0.40120003 + outSlope: 0.40120003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.01920059 + inSlope: 0.10883515 + outSlope: 0.10883515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.02768276 + inSlope: -0.28283224 + outSlope: -0.28283224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.07117908 + inSlope: -0.539654 + outSlope: -0.539654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.12449762 + inSlope: -0.4377965 + outSlope: -0.4377965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.15496796 + inSlope: -0.02433979 + outSlope: -0.02433979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.15099904 + inSlope: 0.029062431 + outSlope: 0.029062431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.13644885 + inSlope: 0.34518808 + outSlope: 0.34518808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.08989863 + inSlope: 0.45862442 + outSlope: 0.45862442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.0634396 + inSlope: 0.35577592 + outSlope: 0.35577592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.042859312 + inSlope: 0.19994763 + outSlope: 0.19994763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.0385183 + inSlope: 0.0126073845 + outSlope: 0.0126073845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.04201879 + inSlope: -0.24461551 + outSlope: -0.24461551 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.054825984 + inSlope: -0.48779353 + outSlope: -0.48779353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.10631506 + inSlope: -0.1217381 + outSlope: -0.1217381 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.102632836 + inSlope: 0.34600446 + outSlope: 0.34600446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.08324798 + inSlope: 0.68603987 + outSlope: 0.68603987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.05689675 + inSlope: 0.71268237 + outSlope: 0.71268237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.03573587 + inSlope: 0.34177706 + outSlope: 0.34177706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.034111634 + inSlope: -0.36962777 + outSlope: -0.36962777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.0603777 + inSlope: -1.1641785 + outSlope: -1.1641785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.11172346 + inSlope: -1.7475553 + outSlope: -1.7475553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.23996666 + inSlope: -1.6466935 + outSlope: -1.6466935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.30951017 + inSlope: -0.3057395 + outSlope: -0.3057395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.17309321 + inSlope: 1.000031 + outSlope: 1.000031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.1264908 + inSlope: 0.28601786 + outSlope: 0.28601786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.13627395 + inSlope: -0.49287271 + outSlope: -0.49287271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.20481627 + inSlope: -0.6147051 + outSlope: -0.6147051 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.23196127 + inSlope: 0.2991457 + outSlope: 0.2991457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.17181955 + inSlope: 0.9146478 + outSlope: 0.9146478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.07063525 + inSlope: 0.8747159 + outSlope: 0.8747159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.025690868 + inSlope: 0.4923759 + outSlope: 0.4923759 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.0119434325 + inSlope: 0.3620332 + outSlope: 0.3620332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.001555345 + inSlope: 0.2758282 + outSlope: 0.2758282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.0064450973 + inSlope: 0.19179194 + outSlope: 0.19179194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.011230771 + inSlope: 0.07564473 + outSlope: 0.07564473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.011488078 + inSlope: -0.13739297 + outSlope: -0.13739297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.002071253 + inSlope: -0.39000648 + outSlope: -0.39000648 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.0145123275 + inSlope: -0.585405 + outSlope: -0.585405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.036955707 + inSlope: -0.70274305 + outSlope: -0.70274305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.08410093 + inSlope: -0.6362028 + outSlope: -0.6362028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.13504012 + inSlope: -0.39680457 + outSlope: -0.39680457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.14686522 + inSlope: 0.4188479 + outSlope: 0.4188479 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.098637365 + inSlope: 0.9737604 + outSlope: 0.9737604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.06269422 + inSlope: 1.115866 + outSlope: 1.115866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.024246374 + inSlope: 1.1080941 + outSlope: 1.1080941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.011178649 + inSlope: 0.94570005 + outSlope: 0.94570005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.03880024 + inSlope: 0.6806896 + outSlope: 0.6806896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.07283586 + inSlope: 0.14142922 + outSlope: 0.14142922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.07668217 + inSlope: -0.01956774 + outSlope: -0.01956774 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.07153135 + inSlope: -0.1711593 + outSlope: -0.1711593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.065271564 + inSlope: -0.25743335 + outSlope: -0.25743335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.038699687 + inSlope: -0.5327992 + outSlope: -0.5327992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.01884923 + inSlope: -0.5955143 + outSlope: -0.5955143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Forearm Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.19709133 + inSlope: 0.8782245 + outSlope: 0.8782245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.25898457 + inSlope: 1.0918843 + outSlope: 1.0918843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.3745755 + inSlope: 0.7726768 + outSlope: 0.7726768 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.30341384 + inSlope: -0.9690576 + outSlope: -0.9690576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.17417617 + inSlope: -0.3115816 + outSlope: -0.3115816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.2030756 + inSlope: 0.75083387 + outSlope: 0.75083387 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.3233078 + inSlope: 0.6419574 + outSlope: 0.6419574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.34319475 + inSlope: -0.14619298 + outSlope: -0.14619298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.33038926 + inSlope: 0.095134914 + outSlope: 0.095134914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.34465638 + inSlope: -0.4694134 + outSlope: -0.4694134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.2773187 + inSlope: -1.462135 + outSlope: -1.462135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.11675858 + inSlope: -1.2744188 + outSlope: -1.2744188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.059682786 + inSlope: -0.44648278 + outSlope: -0.44648278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.05980953 + inSlope: 0.2798322 + outSlope: 0.2798322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.13940385 + inSlope: 0.6078399 + outSlope: 0.6078399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.21466826 + inSlope: 0.38799465 + outSlope: 0.38799465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.21798007 + inSlope: -0.39018488 + outSlope: -0.39018488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.1525646 + inSlope: -0.7171129 + outSlope: -0.7171129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.0904801 + inSlope: -0.4926998 + outSlope: -0.4926998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.06683151 + inSlope: -0.18516369 + outSlope: -0.18516369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.06898701 + inSlope: 0.1348987 + outSlope: 0.1348987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.079824485 + inSlope: 0.20414749 + outSlope: 0.20414749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.09896637 + inSlope: 0.43093884 + outSlope: 0.43093884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.13849981 + inSlope: 0.6927484 + outSlope: 0.6927484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.19498499 + inSlope: 0.22455788 + outSlope: 0.22455788 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.110464066 + inSlope: -0.70716894 + outSlope: -0.70716894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.05249006 + inSlope: -0.3428874 + outSlope: -0.3428874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.039601278 + inSlope: -0.1284222 + outSlope: -0.1284222 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.035821635 + inSlope: -0.134637 + outSlope: -0.134637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.030625459 + inSlope: -0.19174424 + outSlope: -0.19174424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.023038698 + inSlope: -0.25027838 + outSlope: -0.25027838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.013940249 + inSlope: -0.26138505 + outSlope: -0.26138505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.0056130434 + inSlope: -0.20530444 + outSlope: -0.20530444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.00025329803 + inSlope: -0.08349707 + outSlope: -0.08349707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.000046577632 + inSlope: 0.07332567 + outSlope: 0.07332567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.005141708 + inSlope: 0.20449421 + outSlope: 0.20449421 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.013679548 + inSlope: 0.327165 + outSlope: 0.327165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.043781932 + inSlope: 0.55054843 + outSlope: 0.55054843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.12736893 + inSlope: 1.3339847 + outSlope: 1.3339847 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.17906201 + inSlope: 1.7646297 + outSlope: 1.7646297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.43816411 + inSlope: 1.293758 + outSlope: 1.293758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.49310938 + inSlope: -0.30968595 + outSlope: -0.30968595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.40043262 + inSlope: -1.4578495 + outSlope: -1.4578495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.14576654 + inSlope: -0.97770035 + outSlope: -0.97770035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.111505166 + inSlope: -0.035344586 + outSlope: -0.035344586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.1756444 + inSlope: 0.4972885 + outSlope: 0.4972885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.19732161 + inSlope: -0.0127869975 + outSlope: -0.0127869975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.19439268 + inSlope: 0.038412176 + outSlope: 0.038412176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.188448 + inSlope: -0.29839715 + outSlope: -0.29839715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.14343306 + inSlope: -0.026364125 + outSlope: -0.026364125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.16192168 + inSlope: 0.5540309 + outSlope: 0.5540309 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.2557164 + inSlope: 0.47601944 + outSlope: 0.47601944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.25826553 + inSlope: -0.49189255 + outSlope: -0.49189255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.14583452 + inSlope: -0.7278261 + outSlope: -0.7278261 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.100046456 + inSlope: -0.28283027 + outSlope: -0.28283027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.09211626 + inSlope: 0.042522997 + outSlope: 0.042522997 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.10288132 + inSlope: 0.42313105 + outSlope: 0.42313105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.19709133 + inSlope: 0.84526545 + outSlope: 0.84526545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Hand Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0000023290963 + inSlope: 0.47105896 + outSlope: 0.47105896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.015704295 + inSlope: 0.43438905 + outSlope: 0.43438905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0289616 + inSlope: 0.2264447 + outSlope: 0.2264447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.030800609 + inSlope: 0.22565193 + outSlope: 0.22565193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.044005062 + inSlope: 0.5942274 + outSlope: 0.5942274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.070415765 + inSlope: 0.62020946 + outSlope: 0.62020946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.08535236 + inSlope: 0.12424195 + outSlope: 0.12424195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.07869857 + inSlope: -0.10469378 + outSlope: -0.10469378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.07837278 + inSlope: -0.048459586 + outSlope: -0.048459586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.06721879 + inSlope: -0.33067125 + outSlope: -0.33067125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.05342318 + inSlope: -0.43706298 + outSlope: -0.43706298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.038081244 + inSlope: -0.3683148 + outSlope: -0.3683148 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.028868848 + inSlope: -0.06324498 + outSlope: -0.06324498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.03386491 + inSlope: 0.4234836 + outSlope: 0.4234836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.057101067 + inSlope: 0.9303318 + outSlope: 0.9303318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.18526007 + inSlope: 1.1272149 + outSlope: 1.1272149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.23372868 + inSlope: 0.3123088 + outSlope: 0.3123088 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.24101435 + inSlope: 0.25978202 + outSlope: 0.25978202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.27703577 + inSlope: 0.71021366 + outSlope: 0.71021366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.32786012 + inSlope: -0.004429415 + outSlope: -0.004429415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.2624068 + inSlope: -0.5450728 + outSlope: -0.5450728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.1976621 + inSlope: -0.95846176 + outSlope: -0.95846176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.034363586 + inSlope: -1.21855 + outSlope: -1.21855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.0047309217 + inSlope: -1.0998418 + outSlope: -1.0998418 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.08757187 + inSlope: -0.5018534 + outSlope: -0.5018534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.09935339 + inSlope: 0.27809203 + outSlope: 0.27809203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.044656996 + inSlope: 0.65905803 + outSlope: 0.65905803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.0013523503 + inSlope: 0.6247238 + outSlope: 0.6247238 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.019014433 + inSlope: 0.57698786 + outSlope: 0.57698786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.049729574 + inSlope: 0.24806143 + outSlope: 0.24806143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.053650957 + inSlope: -0.0050519966 + outSlope: -0.0050519966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.04939276 + inSlope: -0.15035835 + outSlope: -0.15035835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.04362706 + inSlope: -0.04124621 + outSlope: -0.04124621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.046643015 + inSlope: 0.31466034 + outSlope: 0.31466034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.06460446 + inSlope: 0.69241655 + outSlope: 0.69241655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.09280404 + inSlope: 0.78485453 + outSlope: 0.78485453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.116928115 + inSlope: 0.44153893 + outSlope: 0.44153893 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.12224011 + inSlope: -0.20917483 + outSlope: -0.20917483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.10298314 + inSlope: -0.85824084 + outSlope: -0.85824084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.06502411 + inSlope: -1.2276514 + outSlope: -1.2276514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.021139793 + inSlope: -1.2241814 + outSlope: -1.2241814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.016587913 + inSlope: -0.934885 + outSlope: -0.934885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.04118582 + inSlope: -0.5193835 + outSlope: -0.5193835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.051213518 + inSlope: -0.11886817 + outSlope: -0.11886817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.049110427 + inSlope: 0.17295375 + outSlope: 0.17295375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.03968328 + inSlope: 0.2717295 + outSlope: 0.2717295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.030995145 + inSlope: 0.109122545 + outSlope: 0.109122545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.03240845 + inSlope: -0.3032188 + outSlope: -0.3032188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.051209714 + inSlope: -0.8359102 + outSlope: -0.8359102 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.08813574 + inSlope: -1.2585229 + outSlope: -1.2585229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.17755848 + inSlope: -0.99545145 + outSlope: -0.99545145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.20147486 + inSlope: -0.36155027 + outSlope: -0.36155027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.18509935 + inSlope: 0.52733105 + outSlope: 0.52733105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.16650644 + inSlope: 0.38288435 + outSlope: 0.38288435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.15957375 + inSlope: -0.053040735 + outSlope: -0.053040735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.19412403 + inSlope: -0.7794261 + outSlope: -0.7794261 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.24350421 + inSlope: -0.45920065 + outSlope: -0.45920065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.24882472 + inSlope: 0.23836234 + outSlope: 0.23836234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.21266422 + inSlope: 0.17109314 + outSlope: 0.17109314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.22005737 + inSlope: -0.39567447 + outSlope: -0.39567447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.28066576 + inSlope: 0.11617559 + outSlope: 0.11617559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.05468233 + inSlope: 2.3689337 + outSlope: 2.3689337 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.03006992 + inSlope: 2.622112 + outSlope: 2.622112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.12012497 + inSlope: 2.5202758 + outSlope: 2.5202758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.1980887 + inSlope: 1.7980568 + outSlope: 1.7980568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.23999587 + inSlope: 0.5639144 + outSlope: 0.5639144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.23568296 + inSlope: -0.615327 + outSlope: -0.615327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.1989741 + inSlope: -1.1492637 + outSlope: -1.1492637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.15906546 + inSlope: -0.90167594 + outSlope: -0.90167594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.13886243 + inSlope: -0.27304065 + outSlope: -0.27304065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.16065556 + inSlope: 0.0026337057 + outSlope: 0.0026337057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.12783308 + inSlope: -0.9956616 + outSlope: -0.9956616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.036378603 + inSlope: -1.5734584 + outSlope: -1.5734584 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.017972035 + inSlope: -1.6129432 + outSlope: -1.6129432 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.15107779 + inSlope: -0.7182756 + outSlope: -0.7182756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.16561718 + inSlope: -0.10450501 + outSlope: -0.10450501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.13231772 + inSlope: 0.89804363 + outSlope: 0.89804363 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.06794294 + inSlope: 0.7172967 + outSlope: 0.7172967 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.050355736 + inSlope: 0.33934027 + outSlope: 0.33934027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.045320276 + inSlope: 0.09081924 + outSlope: 0.09081924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.044301126 + inSlope: 0.1249829 + outSlope: 0.1249829 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.03698809 + inSlope: 0.38390225 + outSlope: 0.38390225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.018707668 + inSlope: 0.6836374 + outSlope: 0.6836374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.008587692 + inSlope: 0.8724106 + outSlope: 0.8724106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.03945298 + inSlope: 0.900869 + outSlope: 0.900869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.10084425 + inSlope: -0.3789432 + outSlope: -0.3789432 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.07912131 + inSlope: -0.9578835 + outSlope: -0.9578835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.036985412 + inSlope: -1.4942085 + outSlope: -1.4942085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.020492498 + inSlope: -1.8181789 + outSlope: -1.8181789 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.08422641 + inSlope: -1.8363076 + outSlope: -1.8363076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.18701681 + inSlope: -1.0289855 + outSlope: -1.0289855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.2016126 + inSlope: 0.6510874 + outSlope: 0.6510874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.13458711 + inSlope: 1.1039724 + outSlope: 1.1039724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.09878031 + inSlope: 0.8776291 + outSlope: 0.8776291 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.07607856 + inSlope: 0.41790366 + outSlope: 0.41790366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.07092002 + inSlope: -0.0022102445 + outSlope: -0.0022102445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.07622583 + inSlope: -0.09552942 + outSlope: -0.09552942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.07728864 + inSlope: 0.19169565 + outSlope: 0.19169565 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.063446134 + inSlope: 0.5973835 + outSlope: 0.5973835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.037463114 + inSlope: 0.7517271 + outSlope: 0.7517271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.013331043 + inSlope: 0.4832612 + outSlope: 0.4832612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.005245732 + inSlope: -0.050392807 + outSlope: -0.050392807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.01669056 + inSlope: -0.5139916 + outSlope: -0.5139916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.039511804 + inSlope: -0.4917661 + outSlope: -0.4917661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.049474936 + inSlope: -0.0776631 + outSlope: -0.0776631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.04468934 + inSlope: 0.24492091 + outSlope: 0.24492091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.03314689 + inSlope: 0.40254968 + outSlope: 0.40254968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.017852718 + inSlope: 0.49723879 + outSlope: 0.49723879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.0000023290963 + inSlope: 0.5356519 + outSlope: 0.5356519 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Hand In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5043148 + inSlope: 0.39801118 + outSlope: 0.39801118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.5294735 + inSlope: 0.29092577 + outSlope: 0.29092577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.5369769 + inSlope: -0.095704824 + outSlope: -0.095704824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.45693848 + inSlope: -0.3628144 + outSlope: -0.3628144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.51328754 + inSlope: 0.14587463 + outSlope: 0.14587463 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.48360574 + inSlope: -0.68784475 + outSlope: -0.68784475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.4143792 + inSlope: -0.4661826 + outSlope: -0.4661826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.3998905 + inSlope: 0.07842513 + outSlope: 0.07842513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.40671742 + inSlope: -0.13895458 + outSlope: -0.13895458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.3909217 + inSlope: 0.19800666 + outSlope: 0.19800666 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.46118036 + inSlope: 0.5292915 + outSlope: 0.5292915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.4713673 + inSlope: -0.3503214 + outSlope: -0.3503214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.40995783 + inSlope: 0.08574589 + outSlope: 0.08574589 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.44770712 + inSlope: 0.14077368 + outSlope: 0.14077368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.42258552 + inSlope: -0.3143179 + outSlope: -0.3143179 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.42390144 + inSlope: 0.41906458 + outSlope: 0.41906458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.46690828 + inSlope: 0.07654918 + outSlope: 0.07654918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.37418908 + inSlope: -0.20847623 + outSlope: -0.20847623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.39816892 + inSlope: 0.6789123 + outSlope: 0.6789123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.50210935 + inSlope: 0.43989205 + outSlope: 0.43989205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.4973388 + inSlope: -0.27229768 + outSlope: -0.27229768 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.49505183 + inSlope: 0.39450818 + outSlope: 0.39450818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.5872718 + inSlope: 0.053066663 + outSlope: 0.053066663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.5431158 + inSlope: 0.1385863 + outSlope: 0.1385863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.61800665 + inSlope: -0.30247837 + outSlope: -0.30247837 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.5338049 + inSlope: -0.4779719 + outSlope: -0.4779719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.5103641 + inSlope: -0.16353166 + outSlope: -0.16353166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.5093672 + inSlope: -0.112900436 + outSlope: -0.112900436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.4964839 + inSlope: -0.1113234 + outSlope: -0.1113234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.45440722 + inSlope: -0.19683364 + outSlope: -0.19683364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.45106286 + inSlope: 0.20884593 + outSlope: 0.20884593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.46734706 + inSlope: 0.09039228 + outSlope: 0.09039228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.43864852 + inSlope: -0.5128597 + outSlope: -0.5128597 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.39251557 + inSlope: -0.16338916 + outSlope: -0.16338916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.43307328 + inSlope: -0.13590632 + outSlope: -0.13590632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.39207673 + inSlope: -0.20608842 + outSlope: -0.20608842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.39310005 + inSlope: 0.12784135 + outSlope: 0.12784135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.38603556 + inSlope: -0.2279634 + outSlope: -0.2279634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.36079088 + inSlope: -0.023990594 + outSlope: -0.023990594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.39370242 + inSlope: 0.7285311 + outSlope: 0.7285311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.45352718 + inSlope: 0.6801673 + outSlope: 0.6801673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.47414032 + inSlope: 0.20747487 + outSlope: 0.20747487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.49231368 + inSlope: -0.124049604 + outSlope: -0.124049604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.47542223 + inSlope: -0.30113727 + outSlope: -0.30113727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.4914069 + inSlope: 0.3355165 + outSlope: 0.3355165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5043148 + inSlope: 0.38723713 + outSlope: 0.38723713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Lower Leg Stretch + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.013874945 + inSlope: 1.1903226 + outSlope: 1.1903226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.025802478 + inSlope: 1.161612 + outSlope: 1.161612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.06356586 + inSlope: 1.2098973 + outSlope: 1.2098973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.10646231 + inSlope: 1.3250582 + outSlope: 1.3250582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.15190308 + inSlope: 1.0388105 + outSlope: 1.0388105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.17795448 + inSlope: -0.16138385 + outSlope: -0.16138385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.16495742 + inSlope: -0.13346495 + outSlope: -0.13346495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.16905682 + inSlope: 0.38184845 + outSlope: 0.38184845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.25345734 + inSlope: 0.8782012 + outSlope: 0.8782012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.29713136 + inSlope: 0.29336038 + outSlope: 0.29336038 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.29314652 + inSlope: 0.2429838 + outSlope: 0.2429838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.3394528 + inSlope: 0.9518172 + outSlope: 0.9518172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.4036329 + inSlope: -0.09214264 + outSlope: -0.09214264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.35776958 + inSlope: -1.1454659 + outSlope: -1.1454659 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.27452567 + inSlope: -1.0676217 + outSlope: -1.0676217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.24309805 + inSlope: -0.6832199 + outSlope: -0.6832199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.24434343 + inSlope: 0.30984873 + outSlope: 0.30984873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.31117773 + inSlope: 0.7924863 + outSlope: 0.7924863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.4517798 + inSlope: 0.50386107 + outSlope: 0.50386107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.43358082 + inSlope: -0.63206816 + outSlope: -0.63206816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.37045902 + inSlope: -0.41629162 + outSlope: -0.41629162 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.3314232 + inSlope: -0.61071813 + outSlope: -0.61071813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.26300293 + inSlope: 0.03139618 + outSlope: 0.03139618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.2925456 + inSlope: 0.81625485 + outSlope: 0.81625485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.35968354 + inSlope: 0.90107554 + outSlope: 0.90107554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.43256423 + inSlope: 0.32068658 + outSlope: 0.32068658 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.41546333 + inSlope: -0.5819049 + outSlope: -0.5819049 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.36295077 + inSlope: -0.21483755 + outSlope: -0.21483755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.34850872 + inSlope: -0.42703402 + outSlope: -0.42703402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.27233365 + inSlope: -0.82326746 + outSlope: -0.82326746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.23434086 + inSlope: -0.15883587 + outSlope: -0.15883587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.25274113 + inSlope: 0.56436056 + outSlope: 0.56436056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.2902426 + inSlope: 0.24507272 + outSlope: 0.24507272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.29066366 + inSlope: -0.23349506 + outSlope: -0.23349506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.25756633 + inSlope: -0.45872322 + outSlope: -0.45872322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.23477037 + inSlope: -0.073126025 + outSlope: -0.073126025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.25947958 + inSlope: 0.10061909 + outSlope: 0.10061909 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.24409352 + inSlope: -0.45811817 + outSlope: -0.45811817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.21550328 + inSlope: -0.20942664 + outSlope: -0.20942664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.23363051 + inSlope: 1.0958071 + outSlope: 1.0958071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.3559045 + inSlope: 2.0228434 + outSlope: 2.0228434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.54983145 + inSlope: 0.49070704 + outSlope: 0.49070704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.5532049 + inSlope: -0.5804574 + outSlope: -0.5804574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.5111343 + inSlope: -1.7973957 + outSlope: -1.7973957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.43337807 + inSlope: -2.1330607 + outSlope: -2.1330607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.22427076 + inSlope: -0.37679863 + outSlope: -0.37679863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.21732321 + inSlope: -0.36271206 + outSlope: -0.36271206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.17590939 + inSlope: -0.73526907 + outSlope: -0.73526907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.15107197 + inSlope: -0.63847077 + outSlope: -0.63847077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.13334471 + inSlope: -0.14963412 + outSlope: -0.14963412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.14109637 + inSlope: 0.6068573 + outSlope: 0.6068573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.17380182 + inSlope: 1.151924 + outSlope: 1.151924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.21789123 + inSlope: 1.578447 + outSlope: 1.578447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.27903196 + inSlope: 1.6631298 + outSlope: 1.6631298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.3603874 + inSlope: 0.66468936 + outSlope: 0.66468936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.34510648 + inSlope: -0.34105393 + outSlope: -0.34105393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.32819852 + inSlope: -0.5162506 + outSlope: -0.5162506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.26026124 + inSlope: -1.3541595 + outSlope: -1.3541595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.17015773 + inSlope: -1.0200692 + outSlope: -1.0200692 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.1441222 + inSlope: -0.47440657 + outSlope: -0.47440657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.13853066 + inSlope: 0.03213647 + outSlope: 0.03213647 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.14626463 + inSlope: 0.21976924 + outSlope: 0.21976924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.15318193 + inSlope: 0.0887888 + outSlope: 0.0887888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.15218388 + inSlope: 0.027868904 + outSlope: 0.027868904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.15503989 + inSlope: 0.11372158 + outSlope: 0.11372158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.15976535 + inSlope: 0.2894636 + outSlope: 0.2894636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.19955222 + inSlope: 0.90499115 + outSlope: 0.90499115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.27329502 + inSlope: 1.1150212 + outSlope: 1.1150212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.38572946 + inSlope: 0.31302392 + outSlope: 0.31302392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.37162533 + inSlope: -0.78488797 + outSlope: -0.78488797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.27074805 + inSlope: -2.414528 + outSlope: -2.414528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.17408262 + inSlope: -3.3310332 + outSlope: -3.3310332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.04867938 + inSlope: -3.7490766 + outSlope: -3.7490766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.07585558 + inSlope: -2.6240401 + outSlope: -2.6240401 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.12625647 + inSlope: -0.9520025 + outSlope: -0.9520025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.13932236 + inSlope: -0.56743836 + outSlope: -0.56743836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.19014938 + inSlope: -0.6621772 + outSlope: -0.6621772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.20314713 + inSlope: 0.8148266 + outSlope: 0.8148266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.15390904 + inSlope: 1.5215733 + outSlope: 1.5215733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.10170901 + inSlope: 1.4730275 + outSlope: 1.4730275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.055707306 + inSlope: 1.3175123 + outSlope: 1.3175123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.013874945 + inSlope: 1.254972 + outSlope: 1.254972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Lower Leg Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.010411247 + inSlope: -0.14822987 + outSlope: -0.14822987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.020645056 + inSlope: -0.17213342 + outSlope: -0.17213342 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.026827805 + inSlope: -0.18543702 + outSlope: -0.18543702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.033007525 + inSlope: -0.1536156 + outSlope: -0.1536156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.03869252 + inSlope: -0.018174192 + outSlope: -0.018174192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.038280457 + inSlope: 0.014720524 + outSlope: 0.014720524 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.036960073 + inSlope: -0.018045332 + outSlope: -0.018045332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.03968387 + inSlope: 0.07035993 + outSlope: 0.07035993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.013774489 + inSlope: 0.14230838 + outSlope: 0.14230838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.006790621 + inSlope: -0.023712311 + outSlope: -0.023712311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.00874758 + inSlope: -0.08915635 + outSlope: -0.08915635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.022859609 + inSlope: -0.13514021 + outSlope: -0.13514021 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.029405542 + inSlope: -0.058194503 + outSlope: -0.058194503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.03273577 + inSlope: -0.039288204 + outSlope: -0.039288204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.03684 + inSlope: -0.074824765 + outSlope: -0.074824765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.04076961 + inSlope: 0.054673027 + outSlope: 0.054673027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.031292416 + inSlope: 0.21380484 + outSlope: 0.21380484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.008907796 + inSlope: 0.13445328 + outSlope: 0.13445328 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.0061483253 + inSlope: 0.021865562 + outSlope: 0.021865562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.0074500833 + inSlope: -0.09289099 + outSlope: -0.09289099 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.019463547 + inSlope: -0.2215727 + outSlope: -0.2215727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.033901792 + inSlope: -0.18127476 + outSlope: -0.18127476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.05027533 + inSlope: -0.0520156 + outSlope: -0.0520156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.053443845 + inSlope: 0.007058189 + outSlope: 0.007058189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.041449 + inSlope: 0.28813478 + outSlope: 0.28813478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.029694518 + inSlope: 0.40350944 + outSlope: 0.40350944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.014548394 + inSlope: 0.45818532 + outSlope: 0.45818532 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.0008511399 + inSlope: 0.33770764 + outSlope: 0.33770764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.007965426 + inSlope: 0.17567989 + outSlope: 0.17567989 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.012563122 + inSlope: 0.08577722 + outSlope: 0.08577722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.013683902 + inSlope: -0.020020166 + outSlope: -0.020020166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.005954134 + inSlope: -0.19333872 + outSlope: -0.19333872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.0016608071 + inSlope: -0.32142037 + outSlope: -0.32142037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.0154738715 + inSlope: -0.38664615 + outSlope: -0.38664615 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.036533825 + inSlope: -0.22910497 + outSlope: -0.22910497 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.04865168 + inSlope: 0.023816697 + outSlope: 0.023816697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.044111237 + inSlope: 0.052057628 + outSlope: 0.052057628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.028881993 + inSlope: 0.25358635 + outSlope: 0.25358635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.018954292 + inSlope: 0.3219729 + outSlope: 0.3219729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.0074171536 + inSlope: 0.30886793 + outSlope: 0.30886793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.0016368834 + inSlope: 0.19088179 + outSlope: 0.19088179 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.0053083133 + inSlope: 0.07390368 + outSlope: 0.07390368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.0065638167 + inSlope: 0.00096475706 + outSlope: 0.00096475706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.0053726304 + inSlope: -0.06501505 + outSlope: -0.06501505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.002229484 + inSlope: -0.14545628 + outSlope: -0.14545628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.0043244464 + inSlope: -0.24598086 + outSlope: -0.24598086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.014169225 + inSlope: -0.29092255 + outSlope: -0.29092255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.031788822 + inSlope: -0.20833251 + outSlope: -0.20833251 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.042500563 + inSlope: -0.0258131 + outSlope: -0.0258131 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.042017013 + inSlope: 0.01523513 + outSlope: 0.01523513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.037884288 + inSlope: 0.0434492 + outSlope: 0.0434492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.03622776 + inSlope: -0.029591722 + outSlope: -0.029591722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.04133457 + inSlope: 0.025619032 + outSlope: 0.025619032 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.029839067 + inSlope: 0.069093764 + outSlope: 0.069093764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.028141009 + inSlope: -0.015985347 + outSlope: -0.015985347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.03372866 + inSlope: -0.018325763 + outSlope: -0.018325763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.029435605 + inSlope: 0.0645446 + outSlope: 0.0645446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.021035662 + inSlope: 0.060190197 + outSlope: 0.060190197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.011794492 + inSlope: 0.0058990214 + outSlope: 0.0058990214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.01309917 + inSlope: -0.04930971 + outSlope: -0.04930971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.028264003 + inSlope: -0.08143253 + outSlope: -0.08143253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.03253836 + inSlope: 0.02718645 + outSlope: 0.02718645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.023440367 + inSlope: 0.08014384 + outSlope: 0.08014384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.01471285 + inSlope: 0.11327447 + outSlope: 0.11327447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.010499981 + inSlope: 0.13748007 + outSlope: 0.13748007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.0055475207 + inSlope: 0.1501185 + outSlope: 0.1501185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.00049209024 + inSlope: 0.090744674 + outSlope: 0.090744674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.0005021186 + inSlope: 0.010438943 + outSlope: 0.010438943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.00020383862 + inSlope: -0.039998654 + outSlope: -0.039998654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.0021644558 + inSlope: -0.09157047 + outSlope: -0.09157047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.010411247 + inSlope: -0.13531193 + outSlope: -0.13531193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Shoulder Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1378562 + inSlope: 1.9113398 + outSlope: 1.9113398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.2725681 + inSlope: 2.4074984 + outSlope: 2.4074984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.36206743 + inSlope: 2.8490758 + outSlope: 2.8490758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.4625065 + inSlope: 2.6651912 + outSlope: 2.6651912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.58230835 + inSlope: 0.769572 + outSlope: 0.769572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.59105164 + inSlope: 0.10434599 + outSlope: 0.10434599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.52257955 + inSlope: -0.44563365 + outSlope: -0.44563365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.42949545 + inSlope: -1.3097658 + outSlope: -1.3097658 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.2670693 + inSlope: -1.6458478 + outSlope: -1.6458478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.12058205 + inSlope: -1.2465 + outSlope: -1.2465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.08219065 + inSlope: -0.95667803 + outSlope: -0.95667803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.05680346 + inSlope: -0.43398854 + outSlope: -0.43398854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.05325806 + inSlope: 0.30941877 + outSlope: 0.30941877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.0774314 + inSlope: 1.1164619 + outSlope: 1.1164619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.26278996 + inSlope: 1.8993284 + outSlope: 1.8993284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.36177433 + inSlope: 0.9795097 + outSlope: 0.9795097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.41772816 + inSlope: 0.32302275 + outSlope: 0.32302275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.43725264 + inSlope: -0.5082482 + outSlope: -0.5082482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.3209946 + inSlope: -1.4756451 + outSlope: -1.4756451 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.2190806 + inSlope: -0.13946763 + outSlope: -0.13946763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.25691712 + inSlope: 1.1822765 + outSlope: 1.1822765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.48202333 + inSlope: 1.598208 + outSlope: 1.598208 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.6006589 + inSlope: 0.009211995 + outSlope: 0.009211995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.522505 + inSlope: -0.96516514 + outSlope: -0.96516514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.37253723 + inSlope: -2.2356846 + outSlope: -2.2356846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.19711642 + inSlope: -2.6947968 + outSlope: -2.6947968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.043863833 + inSlope: -1.4549625 + outSlope: -1.4549625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.012788704 + inSlope: -0.31226397 + outSlope: -0.31226397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.02304633 + inSlope: 0.90019226 + outSlope: 0.90019226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.07280154 + inSlope: 1.9513286 + outSlope: 1.9513286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.25063485 + inSlope: 2.9584818 + outSlope: 2.9584818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.43869436 + inSlope: 2.3314533 + outSlope: 2.3314533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.56420815 + inSlope: 0.21342805 + outSlope: 0.21342805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.5003843 + inSlope: -0.6799375 + outSlope: -0.6799375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.34363583 + inSlope: -1.7489924 + outSlope: -1.7489924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.15285069 + inSlope: -1.3939793 + outSlope: -1.3939793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.11754091 + inSlope: -0.6533047 + outSlope: -0.6533047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.1257498 + inSlope: 0.77401876 + outSlope: 0.77401876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.44464716 + inSlope: 1.5498047 + outSlope: 1.5498047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.55460155 + inSlope: 0.069289565 + outSlope: 0.069289565 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.42530447 + inSlope: -0.4993205 + outSlope: -0.4993205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.41242415 + inSlope: 0.10406186 + outSlope: 0.10406186 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.39942682 + inSlope: -0.5607874 + outSlope: -0.5607874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.31636676 + inSlope: -0.039018884 + outSlope: -0.039018884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.3798087 + inSlope: 1.0297265 + outSlope: 1.0297265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.45483375 + inSlope: 0.04332219 + outSlope: 0.04332219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.36239764 + inSlope: -1.7542822 + outSlope: -1.7542822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.12096542 + inSlope: -0.9420535 + outSlope: -0.9420535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.10238038 + inSlope: -0.16320843 + outSlope: -0.16320843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.11008487 + inSlope: 0.5159154 + outSlope: 0.5159154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.16962144 + inSlope: 0.8854881 + outSlope: 0.8854881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.19580756 + inSlope: 0.58121085 + outSlope: 0.58121085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.2089248 + inSlope: -0.037791245 + outSlope: -0.037791245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.2092813 + inSlope: 0.30520684 + outSlope: 0.30520684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.2580129 + inSlope: 1.1228703 + outSlope: 1.1228703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.43631676 + inSlope: 0.05249624 + outSlope: 0.05249624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.35312447 + inSlope: -1.377883 + outSlope: -1.377883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.26253957 + inSlope: -1.1366694 + outSlope: -1.1366694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.13702299 + inSlope: -1.3293366 + outSlope: -1.3293366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.0862742 + inSlope: -1.6374471 + outSlope: -1.6374471 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.027859947 + inSlope: -1.203831 + outSlope: -1.203831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.0060188766 + inSlope: -0.29180562 + outSlope: -0.29180562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.008406256 + inSlope: 0.46663946 + outSlope: 0.46663946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.037128143 + inSlope: 1.100954 + outSlope: 1.100954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.08180312 + inSlope: 1.5109223 + outSlope: 1.5109223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.1378562 + inSlope: 1.681594 + outSlope: 1.681594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Shoulder Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.000000012806605 + inSlope: -0.32051325 + outSlope: -0.32051325 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.010683789 + inSlope: -0.07904985 + outSlope: -0.07904985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.0052700033 + inSlope: 0.6617032 + outSlope: 0.6617032 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.033429764 + inSlope: 1.1760273 + outSlope: 1.1760273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.07313182 + inSlope: 1.0229999 + outSlope: 1.0229999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.11694798 + inSlope: 0.29213116 + outSlope: 0.29213116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.121105164 + inSlope: 0.08232952 + outSlope: 0.08232952 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.11704429 + inSlope: -0.13129482 + outSlope: -0.13129482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.110287935 + inSlope: -0.020016965 + outSlope: -0.020016965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.111147754 + inSlope: -0.06617195 + outSlope: -0.06617195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.10663327 + inSlope: -0.19657302 + outSlope: -0.19657302 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.09060843 + inSlope: -0.1605429 + outSlope: -0.1605429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.08624269 + inSlope: -0.015133903 + outSlope: -0.015133903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.09121957 + inSlope: 0.285739 + outSlope: 0.285739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.12358545 + inSlope: 0.5049926 + outSlope: 0.5049926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.13904655 + inSlope: 0.24025266 + outSlope: 0.24025266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.1396023 + inSlope: 0.008336314 + outSlope: 0.008336314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.13959093 + inSlope: -0.000028833776 + outSlope: -0.000028833776 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.13917595 + inSlope: -0.002263116 + outSlope: -0.002263116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.13905385 + inSlope: -0.29937035 + outSlope: -0.29937035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.11921795 + inSlope: -0.8929249 + outSlope: -0.8929249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.07952558 + inSlope: -1.3265902 + outSlope: -1.3265902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.030778687 + inSlope: -1.4156415 + outSlope: -1.4156415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.014850423 + inSlope: -1.1620117 + outSlope: -1.1620117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.046688914 + inSlope: -0.53312176 + outSlope: -0.53312176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.05039207 + inSlope: -0.06450149 + outSlope: -0.06450149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.05098901 + inSlope: -0.092954725 + outSlope: -0.092954725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.06872722 + inSlope: -0.4818191 + outSlope: -0.4818191 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.088710286 + inSlope: -0.91057634 + outSlope: -0.91057634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.12943225 + inSlope: -1.3747253 + outSlope: -1.3747253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.18035856 + inSlope: -0.7949234 + outSlope: -0.7949234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.18242711 + inSlope: 0.66635793 + outSlope: 0.66635793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.13593476 + inSlope: 0.3300459 + outSlope: 0.3300459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.16042407 + inSlope: -1.236266 + outSlope: -1.236266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.2183524 + inSlope: -1.8537817 + outSlope: -1.8537817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.49183676 + inSlope: -1.8298343 + outSlope: -1.8298343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.5478602 + inSlope: -1.1673875 + outSlope: -1.1673875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.53971463 + inSlope: 1.1210124 + outSlope: 1.1210124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.42063048 + inSlope: 2.7219334 + outSlope: 2.7219334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.31345707 + inSlope: 3.2859 + outSlope: 3.2859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.20156993 + inSlope: 3.242019 + outSlope: 3.242019 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.097323425 + inSlope: 1.0293959 + outSlope: 1.0293959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.13294485 + inSlope: -1.7518606 + outSlope: -1.7518606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.21411453 + inSlope: -2.7037408 + outSlope: -2.7037408 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.40441144 + inSlope: -2.2466445 + outSlope: -2.2466445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.48035368 + inSlope: 0.055888355 + outSlope: 0.055888355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.3343732 + inSlope: 2.2316144 + outSlope: 2.2316144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.25811356 + inSlope: 1.120851 + outSlope: 1.120851 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.25964987 + inSlope: -0.5510058 + outSlope: -0.5510058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.34504446 + inSlope: -1.6197352 + outSlope: -1.6197352 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.49169695 + inSlope: -0.69388187 + outSlope: -0.69388187 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.44795167 + inSlope: 1.440079 + outSlope: 1.440079 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.27108073 + inSlope: 1.5569708 + outSlope: 1.5569708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.22647373 + inSlope: 0.31452012 + outSlope: 0.31452012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.25011274 + inSlope: -1.3752134 + outSlope: -1.3752134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.31815454 + inSlope: -1.9194317 + outSlope: -1.9194317 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.43865916 + inSlope: -0.10538365 + outSlope: -0.10538365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.4269527 + inSlope: 0.1805159 + outSlope: 0.1805159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.4328918 + inSlope: -0.020272158 + outSlope: -0.020272158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.42797625 + inSlope: -0.10574529 + outSlope: -0.10574529 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.43994147 + inSlope: 0.008954123 + outSlope: 0.008954123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.4273793 + inSlope: 0.71714246 + outSlope: 0.71714246 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.392132 + inSlope: 2.5734107 + outSlope: 2.5734107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.25581875 + inSlope: 4.6796 + outSlope: 4.6796 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.08015898 + inSlope: 4.775922 + outSlope: 4.775922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.06257572 + inSlope: 2.7880592 + outSlope: 2.7880592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.105711445 + inSlope: 0.17838731 + outSlope: 0.17838731 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.074468195 + inSlope: -0.90010005 + outSlope: -0.90010005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.020323856 + inSlope: -0.68557334 + outSlope: -0.68557334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.000000012806605 + inSlope: -0.60971665 + outSlope: -0.60971665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Toes Up-Down + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.04546484 + inSlope: 0.42705905 + outSlope: 0.42705905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.059700143 + inSlope: 0.3069232 + outSlope: 0.3069232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.06592639 + inSlope: 0.00876569 + outSlope: 0.00876569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.06028452 + inSlope: -0.6291657 + outSlope: -0.6291657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.023982009 + inSlope: -1.05597 + outSlope: -1.05597 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.010113476 + inSlope: -0.78212714 + outSlope: -0.78212714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.028159805 + inSlope: -0.37160164 + outSlope: -0.37160164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.034886926 + inSlope: -0.04893333 + outSlope: -0.04893333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.031422026 + inSlope: 0.18919301 + outSlope: 0.18919301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.02227406 + inSlope: 0.343907 + outSlope: 0.343907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.008494896 + inSlope: 0.5688421 + outSlope: 0.5688421 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.015648745 + inSlope: 0.81950784 + outSlope: 0.81950784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.046138983 + inSlope: 0.8422154 + outSlope: 0.8422154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.11631215 + inSlope: 0.7028841 + outSlope: 0.7028841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.18380877 + inSlope: 0.42957088 + outSlope: 0.42957088 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.19868624 + inSlope: -0.051167227 + outSlope: -0.051167227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.18280315 + inSlope: -0.49522722 + outSlope: -0.49522722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.14465919 + inSlope: -0.28420687 + outSlope: -0.28420687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.14268579 + inSlope: 0.114838265 + outSlope: 0.114838265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.15854923 + inSlope: -0.030270264 + outSlope: -0.030270264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.15029706 + inSlope: -0.41988188 + outSlope: -0.41988188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.11230323 + inSlope: -0.3505947 + outSlope: -0.3505947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.10718411 + inSlope: 0.094306886 + outSlope: 0.094306886 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.20393802 + inSlope: 0.8270617 + outSlope: 0.8270617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.2532451 + inSlope: 0.11621017 + outSlope: 0.11621017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.21721162 + inSlope: -0.2503416 + outSlope: -0.2503416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.20137736 + inSlope: -0.2715417 + outSlope: -0.2715417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.18410406 + inSlope: -0.101278126 + outSlope: -0.101278126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.18479282 + inSlope: 0.12857695 + outSlope: 0.12857695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.19812085 + inSlope: -0.007611133 + outSlope: -0.007611133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.19216841 + inSlope: -0.32588705 + outSlope: -0.32588705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.16013183 + inSlope: -0.374827 + outSlope: -0.374827 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.15306719 + inSlope: 0.16607486 + outSlope: 0.16607486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.17891414 + inSlope: 0.04171152 + outSlope: 0.04171152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.16091467 + inSlope: -0.17034547 + outSlope: -0.17034547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.15277846 + inSlope: -0.18067041 + outSlope: -0.18067041 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.14478771 + inSlope: -0.26403064 + outSlope: -0.26403064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.13323832 + inSlope: 0.16667727 + outSlope: 0.16667727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.14628834 + inSlope: 0.54765815 + outSlope: 0.54765815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.19016184 + inSlope: 0.41487598 + outSlope: 0.41487598 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.19065991 + inSlope: -0.34512487 + outSlope: -0.34512487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.13885494 + inSlope: -0.3751538 + outSlope: -0.3751538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.14015117 + inSlope: 0.4691436 + outSlope: 0.4691436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.19806583 + inSlope: 1.2706068 + outSlope: 1.2706068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.29341274 + inSlope: 1.1191878 + outSlope: 1.1191878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.3274733 + inSlope: -0.004292436 + outSlope: -0.004292436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.31369317 + inSlope: -0.020685218 + outSlope: -0.020685218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.31941304 + inSlope: 0.3419243 + outSlope: 0.3419243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.35044485 + inSlope: 0.19866812 + outSlope: 0.19866812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.33239138 + inSlope: -0.6544856 + outSlope: -0.6544856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.2808287 + inSlope: -0.764838 + outSlope: -0.764838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.18996428 + inSlope: -0.36362833 + outSlope: -0.36362833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.18175022 + inSlope: -0.14962852 + outSlope: -0.14962852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.17574535 + inSlope: -0.25698292 + outSlope: -0.25698292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.13780467 + inSlope: -0.97960055 + outSlope: -0.97960055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.097550236 + inSlope: -1.3439842 + outSlope: -1.3439842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.048205454 + inSlope: -1.4700458 + outSlope: -1.4700458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.0004530772 + inSlope: -1.0457969 + outSlope: -1.0457969 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.021514267 + inSlope: -0.5431915 + outSlope: -0.5431915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.044793453 + inSlope: -0.10255688 + outSlope: -0.10255688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.0334071 + inSlope: 0.43154702 + outSlope: 0.43154702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.014733019 + inSlope: 0.59735954 + outSlope: 0.59735954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.0064169685 + inSlope: 0.58079547 + outSlope: 0.58079547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.023986643 + inSlope: 0.21916918 + outSlope: 0.21916918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.021028234 + inSlope: -0.2791207 + outSlope: -0.2791207 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.005378614 + inSlope: -0.47059086 + outSlope: -0.47059086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.01034446 + inSlope: -0.5169712 + outSlope: -0.5169712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.029086098 + inSlope: -0.6049517 + outSlope: -0.6049517 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.050674688 + inSlope: -0.5047278 + outSlope: -0.5047278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.06273474 + inSlope: -0.14469762 + outSlope: -0.14469762 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.060321204 + inSlope: 0.3056386 + outSlope: 0.3056386 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.04235861 + inSlope: 0.6653201 + outSlope: 0.6653201 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.015966317 + inSlope: 0.87088394 + outSlope: 0.87088394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.015700264 + inSlope: 0.96820265 + outSlope: 0.96820265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.048580468 + inSlope: 0.83008766 + outSlope: 0.83008766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.07103939 + inSlope: 0.38847062 + outSlope: 0.38847062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.074478485 + inSlope: -0.34788436 + outSlope: -0.34788436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.047847126 + inSlope: -1.1328424 + outSlope: -1.1328424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.0010442728 + inSlope: -1.1903028 + outSlope: -1.1903028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.03150632 + inSlope: -0.8485787 + outSlope: -0.8485787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.057616133 + inSlope: -0.7451947 + outSlope: -0.7451947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.081185915 + inSlope: -0.7653178 + outSlope: -0.7653178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.10863727 + inSlope: -0.9082318 + outSlope: -0.9082318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.17296514 + inSlope: -0.7771435 + outSlope: -0.7771435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.20224015 + inSlope: 0.2103008 + outSlope: 0.2103008 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.1840329 + inSlope: 0.26642275 + outSlope: 0.26642275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.14642042 + inSlope: 0.6021868 + outSlope: 0.6021868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.09579835 + inSlope: 0.8591507 + outSlope: 0.8591507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.066053286 + inSlope: 0.8342602 + outSlope: 0.8342602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.04018106 + inSlope: 0.5689575 + outSlope: 0.5689575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.028122822 + inSlope: 0.07751435 + outSlope: 0.07751435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.03501344 + inSlope: -0.37504232 + outSlope: -0.37504232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.053125877 + inSlope: -0.5129769 + outSlope: -0.5129769 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.069212124 + inSlope: -0.36753312 + outSlope: -0.36753312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.07762806 + inSlope: -0.12547083 + outSlope: -0.12547083 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.07757684 + inSlope: -0.00064820115 + outSlope: -0.00064820115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.077671275 + inSlope: -0.17390679 + outSlope: -0.17390679 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.08917061 + inSlope: -0.253737 + outSlope: -0.253737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.09458706 + inSlope: 0.033925287 + outSlope: 0.033925287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.08690893 + inSlope: 0.36192733 + outSlope: 0.36192733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.07045859 + inSlope: 0.44951785 + outSlope: 0.44951785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.0569411 + inSlope: 0.60978055 + outSlope: 0.60978055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.029806593 + inSlope: 0.79885316 + outSlope: 0.79885316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.003684272 + inSlope: 0.7975877 + outSlope: 0.7975877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.023365868 + inSlope: 0.7372374 + outSlope: 0.7372374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.04546484 + inSlope: 0.66296977 + outSlope: 0.66296977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Upper Leg Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.012046261 + inSlope: -0.35110468 + outSlope: -0.35110468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.00034277045 + inSlope: -0.38315746 + outSlope: -0.38315746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.013497571 + inSlope: -0.54051036 + outSlope: -0.54051036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.035691258 + inSlope: -0.8373751 + outSlope: -0.8373751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.06932258 + inSlope: -0.8601719 + outSlope: -0.8601719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.10059515 + inSlope: 0.05712887 + outSlope: 0.05712887 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.08922746 + inSlope: 0.3904199 + outSlope: 0.3904199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.074567154 + inSlope: 0.42181265 + outSlope: 0.42181265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.04417525 + inSlope: 0.6122625 + outSlope: 0.6122625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.02028912 + inSlope: 0.79459345 + outSlope: 0.79459345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.008797672 + inSlope: 0.9435078 + outSlope: 0.9435078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.042611424 + inSlope: 1.0908293 + outSlope: 1.0908293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.08151962 + inSlope: 1.1169119 + outSlope: 1.1169119 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.11707219 + inSlope: 0.79804194 + outSlope: 0.79804194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.1347224 + inSlope: 0.2308096 + outSlope: 0.2308096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.091356866 + inSlope: -0.73284 + outSlope: -0.73284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.043891925 + inSlope: -0.6273515 + outSlope: -0.6273515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.007677643 + inSlope: -0.4940677 + outSlope: -0.4940677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.008202441 + inSlope: -0.43902135 + outSlope: -0.43902135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.021590449 + inSlope: -0.3726105 + outSlope: -0.3726105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.03304314 + inSlope: -0.3701639 + outSlope: -0.3701639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.04626804 + inSlope: -0.4063604 + outSlope: -0.4063604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.06013383 + inSlope: -0.37965328 + outSlope: -0.37965328 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.07157826 + inSlope: -0.22117661 + outSlope: -0.22117661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.07487892 + inSlope: 0.02742679 + outSlope: 0.02742679 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.059596382 + inSlope: 0.34806675 + outSlope: 0.34806675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.030259298 + inSlope: 0.54127604 + outSlope: 0.54127604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.010460266 + inSlope: 0.6197322 + outSlope: 0.6197322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.011056145 + inSlope: 0.62762445 + outSlope: 0.62762445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.05012561 + inSlope: 0.51589334 + outSlope: 0.51589334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.06577425 + inSlope: 0.39098024 + outSlope: 0.39098024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.084030375 + inSlope: 0.20661917 + outSlope: 0.20661917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.090249576 + inSlope: -0.101572 + outSlope: -0.101572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.07230355 + inSlope: -0.34865087 + outSlope: -0.34865087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.043661248 + inSlope: -0.60929704 + outSlope: -0.60929704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.019330839 + inSlope: -0.8035439 + outSlope: -0.8035439 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.00990838 + inSlope: -0.8273301 + outSlope: -0.8273301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.03582445 + inSlope: -0.6444234 + outSlope: -0.6444234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.0528699 + inSlope: -0.3557721 + outSlope: -0.3557721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.046459377 + inSlope: 0.39728385 + outSlope: 0.39728385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.030428244 + inSlope: 0.5174663 + outSlope: 0.5174663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.01196159 + inSlope: 0.578306 + outSlope: 0.578306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.00812552 + inSlope: 0.6742003 + outSlope: 0.6742003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.032985054 + inSlope: 0.85033214 + outSlope: 0.85033214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.06481439 + inSlope: 0.96456575 + outSlope: 0.96456575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.097289376 + inSlope: 0.8428168 + outSlope: 0.8428168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.121002175 + inSlope: 0.52362585 + outSlope: 0.52362585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.12083471 + inSlope: -0.23232043 + outSlope: -0.23232043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.08852346 + inSlope: -0.5645006 + outSlope: -0.5645006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.065526515 + inSlope: -0.7857153 + outSlope: -0.7857153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.036142495 + inSlope: -0.8754469 + outSlope: -0.8754469 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.007163444 + inSlope: -0.79865426 + outSlope: -0.79865426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.017101072 + inSlope: -0.66097414 + outSlope: -0.66097414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.05089731 + inSlope: -0.3294519 + outSlope: -0.3294519 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.060203485 + inSlope: 0.10298787 + outSlope: 0.10298787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.054746877 + inSlope: 0.19515616 + outSlope: 0.19515616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.047193088 + inSlope: 0.19095576 + outSlope: 0.19095576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.042016506 + inSlope: 0.12933418 + outSlope: 0.12933418 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.038570818 + inSlope: 0.18893243 + outSlope: 0.18893243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.029420957 + inSlope: 0.40954596 + outSlope: 0.40954596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.011267713 + inSlope: 0.54574347 + outSlope: 0.54574347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.006961909 + inSlope: 0.5172039 + outSlope: 0.5172039 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.023212515 + inSlope: 0.55505025 + outSlope: 0.55505025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.069637835 + inSlope: 0.8347598 + outSlope: 0.8347598 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.12742311 + inSlope: 0.7468245 + outSlope: 0.7468245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.16351785 + inSlope: -0.1843189 + outSlope: -0.1843189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.08279644 + inSlope: -1.4297925 + outSlope: -1.4297925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.028442854 + inSlope: -1.7538373 + outSlope: -1.7538373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.03412633 + inSlope: -1.9105484 + outSlope: -1.9105484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.09892692 + inSlope: -1.9292569 + outSlope: -1.9292569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.16274333 + inSlope: -1.660156 + outSlope: -1.660156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.22862335 + inSlope: -0.08553395 + outSlope: -0.08553395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.21530613 + inSlope: 1.0015769 + outSlope: 1.0015769 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.16185161 + inSlope: 2.1515105 + outSlope: 2.1515105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.07187159 + inSlope: 2.8735585 + outSlope: 2.8735585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.029719414 + inSlope: 3.0093553 + outSlope: 3.0093553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.1287519 + inSlope: 2.7830067 + outSlope: 2.7830067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.290339 + inSlope: 2.0517967 + outSlope: 2.0517967 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.35203934 + inSlope: 1.5651809 + outSlope: 1.5651809 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.39468428 + inSlope: 1.1941801 + outSlope: 1.1941801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.4642914 + inSlope: -0.4845402 + outSlope: -0.4845402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.39559716 + inSlope: -1.5906583 + outSlope: -1.5906583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.3321702 + inSlope: -2.3902757 + outSlope: -2.3902757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.23624492 + inSlope: -2.9273744 + outSlope: -2.9273744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.040137812 + inSlope: -2.7615323 + outSlope: -2.7615323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.04709113 + inSlope: -2.390561 + outSlope: -2.390561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.16871637 + inSlope: -1.0879284 + outSlope: -1.0879284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.19679514 + inSlope: 0.07813774 + outSlope: 0.07813774 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.18655334 + inSlope: 0.6295642 + outSlope: 0.6295642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.10736441 + inSlope: 1.5674174 + outSlope: 1.5674174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.013821289 + inSlope: 2.0226433 + outSlope: 2.0226433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.30111977 + inSlope: 1.9290516 + outSlope: 1.9290516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.36080042 + inSlope: 1.4533939 + outSlope: 1.4533939 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.38289592 + inSlope: -1.3312876 + outSlope: -1.3312876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.24934772 + inSlope: -2.4730551 + outSlope: -2.4730551 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.160259 + inSlope: -2.9959571 + outSlope: -2.9959571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.049617432 + inSlope: -3.546969 + outSlope: -3.546969 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.076205365 + inSlope: -3.5418298 + outSlope: -3.5418298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.18650433 + inSlope: -2.6404133 + outSlope: -2.6404133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.25223276 + inSlope: -1.1862425 + outSlope: -1.1862425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.19346482 + inSlope: 1.510442 + outSlope: 1.510442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.07629118 + inSlope: 2.0160403 + outSlope: 2.0160403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.004699715 + inSlope: 1.9538285 + outSlope: 1.9538285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.053963922 + inSlope: 1.2492719 + outSlope: 1.2492719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.078585 + inSlope: 0.66833174 + outSlope: 0.66833174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.098519325 + inSlope: 0.27698463 + outSlope: 0.27698463 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.084665366 + inSlope: -0.4094682 + outSlope: -0.4094682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.06975277 + inSlope: -0.52132136 + outSlope: -0.52132136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.049910642 + inSlope: -0.44916975 + outSlope: -0.44916975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.039808147 + inSlope: -0.26787478 + outSlope: -0.26787478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.03205234 + inSlope: -0.26621336 + outSlope: -0.26621336 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.022060607 + inSlope: -0.3000915 + outSlope: -0.3000915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.012046261 + inSlope: -0.30043066 + outSlope: -0.30043066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Upper Leg In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.16563033 + inSlope: 1.3445787 + outSlope: 1.3445787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.063720725 + inSlope: 2.0214324 + outSlope: 2.0214324 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.013951151 + inSlope: 2.2254722 + outSlope: 2.2254722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.0846441 + inSlope: 1.9195317 + outSlope: 1.9195317 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.18746962 + inSlope: 1.2112918 + outSlope: 1.2112918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.24138081 + inSlope: 0.17530584 + outSlope: 0.17530584 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.13384818 + inSlope: -1.0691485 + outSlope: -1.0691485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.10057659 + inSlope: -0.85523313 + outSlope: -0.85523313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.07683264 + inSlope: -0.5815097 + outSlope: -0.5815097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.05153781 + inSlope: -0.26974618 + outSlope: -0.26974618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.043826196 + inSlope: -0.10764757 + outSlope: -0.10764757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.0443613 + inSlope: 0.12063797 + outSlope: 0.12063797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.051868733 + inSlope: 0.16702347 + outSlope: 0.16702347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.0554962 + inSlope: -0.06426178 + outSlope: -0.06426178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.047584604 + inSlope: -0.3501756 + outSlope: -0.3501756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.03215117 + inSlope: -0.31251645 + outSlope: -0.31251645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.026750185 + inSlope: 0.09915856 + outSlope: 0.09915856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.038761746 + inSlope: 0.6161621 + outSlope: 0.6161621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.06782764 + inSlope: 1.0418657 + outSlope: 1.0418657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.10821947 + inSlope: 1.2459123 + outSlope: 1.2459123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.19018942 + inSlope: 1.067649 + outSlope: 1.067649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.26635924 + inSlope: 0.12941268 + outSlope: 0.12941268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.26722398 + inSlope: -0.07162086 + outSlope: -0.07162086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.23779182 + inSlope: -0.47396272 + outSlope: -0.47396272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.20976865 + inSlope: -0.25521237 + outSlope: -0.25521237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.2006585 + inSlope: -0.051235832 + outSlope: -0.051235832 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.20152988 + inSlope: 0.08572693 + outSlope: 0.08572693 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.20091973 + inSlope: -0.27018154 + outSlope: -0.27018154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.17143413 + inSlope: -0.33230478 + outSlope: -0.33230478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.16482489 + inSlope: -0.043196574 + outSlope: -0.043196574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.17721032 + inSlope: 0.27116755 + outSlope: 0.27116755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.19714567 + inSlope: 0.32013023 + outSlope: 0.32013023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.2141725 + inSlope: 0.06705831 + outSlope: 0.06705831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.20613445 + inSlope: -0.15182169 + outSlope: -0.15182169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.19420728 + inSlope: -0.27260345 + outSlope: -0.27260345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.14889275 + inSlope: -0.09257452 + outSlope: -0.09257452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.14989673 + inSlope: 0.18357839 + outSlope: 0.18357839 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.19196723 + inSlope: 0.22903785 + outSlope: 0.22903785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.18611665 + inSlope: -0.23081414 + outSlope: -0.23081414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.17840518 + inSlope: -0.118619464 + outSlope: -0.118619464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.20000727 + inSlope: 0.22532031 + outSlope: 0.22532031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.18712118 + inSlope: -1.0005089 + outSlope: -1.0005089 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.13959786 + inSlope: -1.775046 + outSlope: -1.775046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.06878489 + inSlope: -2.186578 + outSlope: -2.186578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.0061744056 + inSlope: -2.0727925 + outSlope: -2.0727925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.06940168 + inSlope: -1.8029287 + outSlope: -1.8029287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.175018 + inSlope: -1.2313223 + outSlope: -1.2313223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.24058008 + inSlope: -0.16099446 + outSlope: -0.16099446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.24199447 + inSlope: -0.092232384 + outSlope: -0.092232384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.2561856 + inSlope: -0.24901183 + outSlope: -0.24901183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.26214254 + inSlope: 0.10902028 + outSlope: 0.10902028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.23448673 + inSlope: 0.37478742 + outSlope: 0.37478742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.21293004 + inSlope: 0.18151733 + outSlope: 0.18151733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.21008125 + inSlope: 0.16354203 + outSlope: 0.16354203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.18640083 + inSlope: 0.6086781 + outSlope: 0.6086781 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.16144875 + inSlope: 1.1601927 + outSlope: 1.1601927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.10905472 + inSlope: 2.1438935 + outSlope: 2.1438935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.018522002 + inSlope: 2.9376853 + outSlope: 2.9376853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.08679142 + inSlope: 3.1189003 + outSlope: 3.1189003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.18940449 + inSlope: 2.9043078 + outSlope: 2.9043078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.36560193 + inSlope: 2.3936882 + outSlope: 2.3936882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.43999082 + inSlope: 1.8683813 + outSlope: 1.8683813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.49016055 + inSlope: 1.3630303 + outSlope: 1.3630303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.4885648 + inSlope: -1.7496549 + outSlope: -1.7496549 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.41841805 + inSlope: -2.7245276 + outSlope: -2.7245276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.306929 + inSlope: -3.4549913 + outSlope: -3.4549913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.1880847 + inSlope: -3.5884857 + outSlope: -3.5884857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.0676977 + inSlope: -3.4457843 + outSlope: -3.4457843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.04163474 + inSlope: -2.967465 + outSlope: -2.967465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.19011047 + inSlope: -1.2697248 + outSlope: -1.2697248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.21518873 + inSlope: 0.17228672 + outSlope: 0.17228672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.180109 + inSlope: 0.81174946 + outSlope: 0.81174946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.104222655 + inSlope: 1.6810781 + outSlope: 1.6810781 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.037108805 + inSlope: 2.3533804 + outSlope: 2.3533804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.052669227 + inSlope: 2.8913822 + outSlope: 2.8913822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.35745025 + inSlope: 2.5539312 + outSlope: 2.5539312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.4313602 + inSlope: 1.6113707 + outSlope: 1.6113707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.4782328 + inSlope: 0.15156418 + outSlope: 0.15156418 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.41720197 + inSlope: -1.4702905 + outSlope: -1.4702905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.20919463 + inSlope: -2.552579 + outSlope: -2.552579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.12038373 + inSlope: -2.5205095 + outSlope: -2.5205095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.04116083 + inSlope: -1.9678705 + outSlope: -1.9678705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.010807511 + inSlope: -1.085111 + outSlope: -1.085111 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.031179838 + inSlope: -0.35191974 + outSlope: -0.35191974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.034268804 + inSlope: -0.11718823 + outSlope: -0.11718823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.03899238 + inSlope: -0.34127653 + outSlope: -0.34127653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.08497777 + inSlope: -0.94734144 + outSlope: -0.94734144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.16862378 + inSlope: -1.6985314 + outSlope: -1.6985314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.23341216 + inSlope: -1.5031271 + outSlope: -1.5031271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.26883215 + inSlope: -0.8419505 + outSlope: -0.8419505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.28954214 + inSlope: -0.34464765 + outSlope: -0.34464765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.2880945 + inSlope: 0.18554199 + outSlope: 0.18554199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.26224476 + inSlope: 0.6644254 + outSlope: 0.6644254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.16563033 + inSlope: 1.1080757 + outSlope: 1.1080757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Upper Leg Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.45019448 + inSlope: -0.06281823 + outSlope: -0.06281823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.45830068 + inSlope: -0.32810116 + outSlope: -0.32810116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.47416183 + inSlope: -0.3708994 + outSlope: -0.3708994 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.50696063 + inSlope: -0.40473956 + outSlope: -0.40473956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.67561054 + inSlope: -0.34933192 + outSlope: -0.34933192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.70447886 + inSlope: -0.030045263 + outSlope: -0.030045263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.63167816 + inSlope: -0.081852965 + outSlope: -0.081852965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.7177578 + inSlope: -0.16448459 + outSlope: -0.16448459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.66810966 + inSlope: 0.5334275 + outSlope: 0.5334275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.616598 + inSlope: 0.01646699 + outSlope: 0.01646699 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.7365788 + inSlope: -0.17151402 + outSlope: -0.17151402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.70155907 + inSlope: 0.38218206 + outSlope: 0.38218206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.6184961 + inSlope: 0.37219083 + outSlope: 0.37219083 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.604932 + inSlope: -0.05567467 + outSlope: -0.05567467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.6045611 + inSlope: -0.1356335 + outSlope: -0.1356335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.6120409 + inSlope: -0.0485677 + outSlope: -0.0485677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.60735804 + inSlope: 0.36958104 + outSlope: 0.36958104 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.5804504 + inSlope: 0.2634341 + outSlope: 0.2634341 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.5472449 + inSlope: 0.21751842 + outSlope: 0.21751842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.5269905 + inSlope: 0.6624875 + outSlope: 0.6624875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.45484588 + inSlope: 1.0532906 + outSlope: 1.0532906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.37623575 + inSlope: 0.7610042 + outSlope: 0.7610042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.28966784 + inSlope: 0.20761487 + outSlope: 0.20761487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.2975951 + inSlope: -0.45606673 + outSlope: -0.45606673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.31813827 + inSlope: -0.44253182 + outSlope: -0.44253182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.3270972 + inSlope: -0.06928645 + outSlope: -0.06928645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.32275736 + inSlope: 0.01912193 + outSlope: 0.01912193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.3413098 + inSlope: 0.097800136 + outSlope: 0.097800136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.29163405 + inSlope: 0.25660583 + outSlope: 0.25660583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.29194227 + inSlope: 0.061357826 + outSlope: 0.061357826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.28975192 + inSlope: -0.13080966 + outSlope: -0.13080966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.3191518 + inSlope: -0.23799443 + outSlope: -0.23799443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.31998256 + inSlope: 0.20424996 + outSlope: 0.20424996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.3087905 + inSlope: -0.09730617 + outSlope: -0.09730617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.3151782 + inSlope: 0.11534494 + outSlope: 0.11534494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.27012187 + inSlope: 0.48375607 + outSlope: 0.48375607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.22757106 + inSlope: 0.6301782 + outSlope: 0.6301782 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.15383705 + inSlope: 0.53146344 + outSlope: 0.53146344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.1398991 + inSlope: -0.19362818 + outSlope: -0.19362818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.22082175 + inSlope: -1.9243314 + outSlope: -1.9243314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.3713766 + inSlope: -1.9539697 + outSlope: -1.9539697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.42529875 + inSlope: -0.8060269 + outSlope: -0.8060269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.42511168 + inSlope: -0.17618956 + outSlope: -0.17618956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.44695362 + inSlope: -0.18753487 + outSlope: -0.18753487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.45019448 + inSlope: -0.019423682 + outSlope: -0.019423682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootQ.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.4529339 + inSlope: 0.02752125 + outSlope: 0.02752125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.462232 + inSlope: 0.15491726 + outSlope: 0.15491726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.4854197 + inSlope: 0.23712027 + outSlope: 0.23712027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.5343451 + inSlope: 0.29960918 + outSlope: 0.29960918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.58144057 + inSlope: -0.16314624 + outSlope: -0.16314624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.5533348 + inSlope: -0.039294377 + outSlope: -0.039294377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.55686265 + inSlope: 0.18675137 + outSlope: 0.18675137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.5897107 + inSlope: -0.08861301 + outSlope: -0.08861301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.5594758 + inSlope: -0.06744586 + outSlope: -0.06744586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.56031644 + inSlope: 0.16297984 + outSlope: 0.16297984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.585526 + inSlope: 0.027223554 + outSlope: 0.027223554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.58198106 + inSlope: -0.047317788 + outSlope: -0.047317788 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.5508519 + inSlope: -0.066165365 + outSlope: -0.066165365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.5582231 + inSlope: 0.017165126 + outSlope: 0.017165126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.5698405 + inSlope: 0.14914528 + outSlope: 0.14914528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.5837645 + inSlope: -0.39141157 + outSlope: -0.39141157 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.5206646 + inSlope: -0.26945853 + outSlope: -0.26945853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.5314927 + inSlope: -0.10703544 + outSlope: -0.10703544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.52814656 + inSlope: 0.73731494 + outSlope: 0.73731494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.7445574 + inSlope: 1.745992 + outSlope: 1.745992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.93788254 + inSlope: 0.04956995 + outSlope: 0.04956995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.9187571 + inSlope: -0.14887705 + outSlope: -0.14887705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.8371378 + inSlope: -1.478265 + outSlope: -1.478265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.6351149 + inSlope: -2.1163793 + outSlope: -2.1163793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.52466667 + inSlope: -0.8274265 + outSlope: -0.8274265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.5986593 + inSlope: 1.3554959 + outSlope: 1.3554959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.85434526 + inSlope: 0.9829671 + outSlope: 0.9829671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.90126014 + inSlope: -0.04495297 + outSlope: -0.04495297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.7866839 + inSlope: -1.5632313 + outSlope: -1.5632313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.62570024 + inSlope: -0.90602875 + outSlope: -0.90602875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.6408956 + inSlope: 0.68561757 + outSlope: 0.68561757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.6673375 + inSlope: -0.40523568 + outSlope: -0.40523568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.63198614 + inSlope: -0.34065607 + outSlope: -0.34065607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.6243186 + inSlope: -0.78249055 + outSlope: -0.78249055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.5165004 + inSlope: -1.748007 + outSlope: -1.748007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.46328646 + inSlope: -0.9897629 + outSlope: -0.9897629 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.45085442 + inSlope: 0.0036335024 + outSlope: 0.0036335024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.4529339 + inSlope: 0.021389743 + outSlope: 0.021389743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootQ.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5436505 + inSlope: 0.032604933 + outSlope: 0.032604933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.5440237 + inSlope: -0.16373184 + outSlope: -0.16373184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.55347914 + inSlope: -0.13166067 + outSlope: -0.13166067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.5524016 + inSlope: 0.031235209 + outSlope: 0.031235209 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.4875079 + inSlope: 0.7823454 + outSlope: 0.7823454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.24933828 + inSlope: 0.5606777 + outSlope: 0.5606777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.23516582 + inSlope: -0.40192267 + outSlope: -0.40192267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.3201107 + inSlope: -0.49633604 + outSlope: -0.49633604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.35424304 + inSlope: -0.2616712 + outSlope: -0.2616712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.3513554 + inSlope: 0.4112094 + outSlope: 0.4112094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.24210452 + inSlope: 0.6703274 + outSlope: 0.6703274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.17600572 + inSlope: -0.09589398 + outSlope: -0.09589398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.3210998 + inSlope: -0.5999826 + outSlope: -0.5999826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.35724 + inSlope: 0.35703412 + outSlope: 0.35703412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.2147107 + inSlope: 0.62121606 + outSlope: 0.62121606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.17506638 + inSlope: -0.12300779 + outSlope: -0.12300779 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.23807797 + inSlope: -0.6885416 + outSlope: -0.6885416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.39811152 + inSlope: -0.34521136 + outSlope: -0.34521136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.3884027 + inSlope: 0.28502285 + outSlope: 0.28502285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.37037456 + inSlope: 0.041050803 + outSlope: 0.041050803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.36042103 + inSlope: 0.29469636 + outSlope: 0.29469636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.33333698 + inSlope: -0.029495835 + outSlope: -0.029495835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.34872139 + inSlope: -0.047250286 + outSlope: -0.047250286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.33677047 + inSlope: 0.23038635 + outSlope: 0.23038635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.32959795 + inSlope: -0.112013176 + outSlope: -0.112013176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.3481227 + inSlope: 0.07058374 + outSlope: 0.07058374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.3223688 + inSlope: 0.6442145 + outSlope: 0.6442145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.29780686 + inSlope: 0.68164027 + outSlope: 0.68164027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.27692598 + inSlope: 0.718282 + outSlope: 0.718282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.16867223 + inSlope: 0.59138834 + outSlope: 0.59138834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.14421587 + inSlope: -0.08309313 + outSlope: -0.08309313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.16029349 + inSlope: -0.0041987784 + outSlope: -0.0041987784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.150142 + inSlope: -0.115393035 + outSlope: -0.115393035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.17198329 + inSlope: -0.14271086 + outSlope: -0.14271086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.19052735 + inSlope: -0.20314534 + outSlope: -0.20314534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.20236236 + inSlope: 0.12118947 + outSlope: 0.12118947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.17454204 + inSlope: 0.1572536 + outSlope: 0.1572536 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.18644948 + inSlope: -0.07820077 + outSlope: -0.07820077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.18098822 + inSlope: 0.06755217 + outSlope: 0.06755217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.19629553 + inSlope: -0.440965 + outSlope: -0.440965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.24406722 + inSlope: -0.20373453 + outSlope: -0.20373453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.24514198 + inSlope: -0.29700845 + outSlope: -0.29700845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.2855469 + inSlope: -1.0046661 + outSlope: -1.0046661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.32678738 + inSlope: -1.2405707 + outSlope: -1.2405707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.36825153 + inSlope: -1.2619529 + outSlope: -1.2619529 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.4109175 + inSlope: -1.6414723 + outSlope: -1.6414723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.47768292 + inSlope: -1.8442926 + outSlope: -1.8442926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.5643156 + inSlope: -0.48858184 + outSlope: -0.48858184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.55827206 + inSlope: 0.18300372 + outSlope: 0.18300372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.5436505 + inSlope: 0.11149238 + outSlope: 0.11149238 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootQ.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5446287 + inSlope: -0.04250228 + outSlope: -0.04250228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.5351124 + inSlope: -0.4917463 + outSlope: -0.4917463 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.51042885 + inSlope: -0.5652223 + outSlope: -0.5652223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.46889973 + inSlope: -0.30320498 + outSlope: -0.30320498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.39822212 + inSlope: -0.4222727 + outSlope: -0.4222727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.36780614 + inSlope: -0.20878208 + outSlope: -0.20878208 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.35046256 + inSlope: -0.34150332 + outSlope: -0.34150332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.3326742 + inSlope: 0.20880385 + outSlope: 0.20880385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.37235677 + inSlope: 0.36870003 + outSlope: 0.36870003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.41306853 + inSlope: -0.053174682 + outSlope: -0.053174682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.37797314 + inSlope: -0.43405023 + outSlope: -0.43405023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.33605748 + inSlope: -0.31241757 + outSlope: -0.31241757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.30969927 + inSlope: -0.22878368 + outSlope: -0.22878368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.30747914 + inSlope: 0.20989153 + outSlope: 0.20989153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.35943848 + inSlope: 0.58773685 + outSlope: 0.58773685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.42368656 + inSlope: 0.16256614 + outSlope: 0.16256614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.33358574 + inSlope: -0.62731427 + outSlope: -0.62731427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.2854966 + inSlope: -0.25720888 + outSlope: -0.25720888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.29463708 + inSlope: 0.31334218 + outSlope: 0.31334218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.36516777 + inSlope: 0.34352425 + outSlope: 0.34352425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.4036532 + inSlope: -0.0018484909 + outSlope: -0.0018484909 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.4128399 + inSlope: 0.2581914 + outSlope: 0.2581914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.4201031 + inSlope: -0.21361804 + outSlope: -0.21361804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.41222632 + inSlope: 0.40481323 + outSlope: 0.40481323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.5117612 + inSlope: 0.53527737 + outSlope: 0.53527737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.5383299 + inSlope: 0.31701058 + outSlope: 0.31701058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.5672306 + inSlope: 0.15935019 + outSlope: 0.15935019 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.5760468 + inSlope: -0.07995573 + outSlope: -0.07995573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.5667088 + inSlope: -0.76334214 + outSlope: -0.76334214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.47186047 + inSlope: -1.6607745 + outSlope: -1.6607745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.3524004 + inSlope: -1.9583292 + outSlope: -1.9583292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.16316038 + inSlope: -1.3059616 + outSlope: -1.3059616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.119014814 + inSlope: 0.03268364 + outSlope: 0.03268364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.13174681 + inSlope: 0.49946243 + outSlope: 0.49946243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.15231228 + inSlope: 0.7314067 + outSlope: 0.7314067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.18050721 + inSlope: 1.2124846 + outSlope: 1.2124846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.30911633 + inSlope: 2.5216475 + outSlope: 2.5216475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.7446931 + inSlope: 1.4609237 + outSlope: 1.4609237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.71872514 + inSlope: -1.2088709 + outSlope: -1.2088709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.5447733 + inSlope: -2.280739 + outSlope: -2.280739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.3068672 + inSlope: -1.8559763 + outSlope: -1.8559763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.22418411 + inSlope: 0.47553843 + outSlope: 0.47553843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.49321312 + inSlope: 2.3621907 + outSlope: 2.3621907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.68990195 + inSlope: 0.9793953 + outSlope: 0.9793953 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.6688965 + inSlope: -0.09905139 + outSlope: -0.09905139 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.66119623 + inSlope: -0.7191599 + outSlope: -0.7191599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.55703664 + inSlope: -0.8338057 + outSlope: -0.8338057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.53482205 + inSlope: -0.20213684 + outSlope: -0.20213684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.54356086 + inSlope: 0.111690864 + outSlope: 0.111690864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.5383914 + inSlope: -0.0036111511 + outSlope: -0.0036111511 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5446287 + inSlope: 0.07803984 + outSlope: 0.07803984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootQ.w + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.23241067 + inSlope: -0.21047248 + outSlope: -0.21047248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.21311514 + inSlope: -0.54594034 + outSlope: -0.54594034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.16129522 + inSlope: -0.79435927 + outSlope: -0.79435927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.11678339 + inSlope: -0.44842824 + outSlope: -0.44842824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.10951884 + inSlope: 0.3153602 + outSlope: 0.3153602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.16520922 + inSlope: 0.57621825 + outSlope: 0.57621825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.2071889 + inSlope: 0.13426481 + outSlope: 0.13426481 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.17319414 + inSlope: -0.37832668 + outSlope: -0.37832668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.15651844 + inSlope: -0.07708751 + outSlope: -0.07708751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.15701571 + inSlope: -0.026174761 + outSlope: -0.026174761 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.14371906 + inSlope: -0.22592585 + outSlope: -0.22592585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.12475307 + inSlope: -0.06537545 + outSlope: -0.06537545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.17590962 + inSlope: 0.24363157 + outSlope: 0.24363157 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.18747476 + inSlope: -0.04087945 + outSlope: -0.04087945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.18098761 + inSlope: -0.047554046 + outSlope: -0.047554046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.1735078 + inSlope: -0.035481337 + outSlope: -0.035481337 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.16751651 + inSlope: -0.19148287 + outSlope: -0.19148287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.14269066 + inSlope: -0.16767627 + outSlope: -0.16767627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.15935615 + inSlope: 0.38573152 + outSlope: 0.38573152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.1991312 + inSlope: 0.2718042 + outSlope: 0.2718042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.2084983 + inSlope: 0.011958864 + outSlope: 0.011958864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.20239715 + inSlope: -0.17792194 + outSlope: -0.17792194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.19167902 + inSlope: -0.069938 + outSlope: -0.069938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.19100162 + inSlope: -0.07167674 + outSlope: -0.07167674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.15932444 + inSlope: -0.068773024 + outSlope: -0.068773024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.16771829 + inSlope: 0.38936368 + outSlope: 0.38936368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.22775663 + inSlope: 0.498195 + outSlope: 0.498195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.25633776 + inSlope: 0.19132774 + outSlope: 0.19132774 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.2677883 + inSlope: 0.03670281 + outSlope: 0.03670281 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.27454934 + inSlope: 0.2470983 + outSlope: 0.2470983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.3082978 + inSlope: -0.35736656 + outSlope: -0.35736656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.2041011 + inSlope: -0.73528564 + outSlope: -0.73528564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.16851133 + inSlope: -0.32830763 + outSlope: -0.32830763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.15429056 + inSlope: -0.28541592 + outSlope: -0.28541592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.11430355 + inSlope: -0.3062794 + outSlope: -0.3062794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.10056882 + inSlope: -0.16233046 + outSlope: -0.16233046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.0880108 + inSlope: -0.023752995 + outSlope: -0.023752995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.085960075 + inSlope: -0.043077882 + outSlope: -0.043077882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.09111162 + inSlope: 0.3184242 + outSlope: 0.3184242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.12582472 + inSlope: 0.6708286 + outSlope: 0.6708286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.19020781 + inSlope: 0.3688414 + outSlope: 0.3688414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.1869666 + inSlope: -0.24991752 + outSlope: -0.24991752 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.16262798 + inSlope: -0.5261934 + outSlope: -0.5261934 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.10625152 + inSlope: -0.31585008 + outSlope: -0.31585008 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.10181847 + inSlope: 0.09936791 + outSlope: 0.09936791 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.10950914 + inSlope: -0.020790603 + outSlope: -0.020790603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.105555944 + inSlope: -0.23174632 + outSlope: -0.23174632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.07892528 + inSlope: -0.43001932 + outSlope: -0.43001932 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.04771797 + inSlope: -0.13742836 + outSlope: -0.13742836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.045673437 + inSlope: 0.05707333 + outSlope: 0.05707333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.051522855 + inSlope: 0.27242976 + outSlope: 0.27242976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.0784396 + inSlope: 0.41591144 + outSlope: 0.41591144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.09156281 + inSlope: 0.36513594 + outSlope: 0.36513594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.11775281 + inSlope: 0.61025345 + outSlope: 0.61025345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.14346571 + inSlope: 0.93309975 + outSlope: 0.93309975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.2154516 + inSlope: 0.8681898 + outSlope: 0.8681898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.23783867 + inSlope: 0.43521988 + outSlope: 0.43521988 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.22945052 + inSlope: -0.052637063 + outSlope: -0.052637063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.23546587 + inSlope: 0.07521145 + outSlope: 0.07521145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.23241067 + inSlope: -0.09695479 + outSlope: -0.09695479 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootT.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.86828935 + inSlope: -0.1452416 + outSlope: -0.1452416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.87689996 + inSlope: 0.1714432 + outSlope: 0.1714432 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.86902446 + inSlope: -0.124923006 + outSlope: -0.124923006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.8592268 + inSlope: 0.34736723 + outSlope: 0.34736723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.82412505 + inSlope: -0.07923775 + outSlope: -0.07923775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.8315769 + inSlope: 0.040972568 + outSlope: 0.040972568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.84804314 + inSlope: -0.07903941 + outSlope: -0.07903941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.8240501 + inSlope: -0.18315277 + outSlope: -0.18315277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.8386462 + inSlope: 0.08098835 + outSlope: 0.08098835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.8508156 + inSlope: -0.07483544 + outSlope: -0.07483544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.8141189 + inSlope: -0.18872577 + outSlope: -0.18872577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.8748805 + inSlope: -0.100345746 + outSlope: -0.100345746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.8668295 + inSlope: -0.0064319433 + outSlope: -0.0064319433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.84160197 + inSlope: -0.13848348 + outSlope: -0.13848348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.8902347 + inSlope: 0.08629569 + outSlope: 0.08629569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.8354017 + inSlope: 0.36243296 + outSlope: 0.36243296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.8112873 + inSlope: -0.12540144 + outSlope: -0.12540144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.8108638 + inSlope: 0.24619573 + outSlope: 0.24619573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.80587786 + inSlope: -0.14144553 + outSlope: -0.14144553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.79024696 + inSlope: 0.23797743 + outSlope: 0.23797743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.7984763 + inSlope: -0.085822724 + outSlope: -0.085822724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.7899266 + inSlope: 0.10178365 + outSlope: 0.10178365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.81461275 + inSlope: -0.45596075 + outSlope: -0.45596075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.8704903 + inSlope: -0.0227675 + outSlope: -0.0227675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.8602231 + inSlope: 0.019845683 + outSlope: 0.019845683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.86828935 + inSlope: -0.11972677 + outSlope: -0.11972677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootT.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.024422951 + inSlope: 0.21104117 + outSlope: 0.21104117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.017388245 + inSlope: 0.23216733 + outSlope: 0.23216733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.008945129 + inSlope: 0.28352678 + outSlope: 0.28352678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.0015135418 + inSlope: 0.2799263 + outSlope: 0.2799263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.009716626 + inSlope: 0.17967609 + outSlope: 0.17967609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.012468988 + inSlope: -0.10992767 + outSlope: -0.10992767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.006163435 + inSlope: -0.21418941 + outSlope: -0.21418941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.0018103052 + inSlope: -0.2326285 + outSlope: -0.2326285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.009345131 + inSlope: -0.24489719 + outSlope: -0.24489719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.018136783 + inSlope: -0.31131238 + outSlope: -0.31131238 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.045493823 + inSlope: -0.5176703 + outSlope: -0.5176703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.08913285 + inSlope: -0.8308811 + outSlope: -0.8308811 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.1832272 + inSlope: -0.74001133 + outSlope: -0.74001133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.21511203 + inSlope: 0.06069151 + outSlope: 0.06069151 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.20122969 + inSlope: 0.4207564 + outSlope: 0.4207564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.16498247 + inSlope: 0.45034704 + outSlope: 0.45034704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.15333945 + inSlope: 0.23501886 + outSlope: 0.23501886 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.14748892 + inSlope: 0.105785035 + outSlope: 0.105785035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.13283391 + inSlope: 0.28331077 + outSlope: 0.28331077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.118324734 + inSlope: 0.06778932 + outSlope: 0.06778932 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.14056127 + inSlope: -0.3042777 + outSlope: -0.3042777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.18065141 + inSlope: -0.44325513 + outSlope: -0.44325513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.21082474 + inSlope: 0.051705662 + outSlope: 0.051705662 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.18468958 + inSlope: 0.41235673 + outSlope: 0.41235673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.15131389 + inSlope: 0.09685756 + outSlope: 0.09685756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.15275721 + inSlope: 0.01886161 + outSlope: 0.01886161 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.14249542 + inSlope: 0.23322254 + outSlope: 0.23322254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.12962662 + inSlope: 0.07935991 + outSlope: 0.07935991 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.1457182 + inSlope: -0.239541 + outSlope: -0.239541 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.17654213 + inSlope: -0.35977688 + outSlope: -0.35977688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.19691503 + inSlope: 0.08637705 + outSlope: 0.08637705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.17029782 + inSlope: 0.2776552 + outSlope: 0.2776552 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.13855746 + inSlope: 0.44372618 + outSlope: 0.44372618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.093701504 + inSlope: 0.33008957 + outSlope: 0.33008957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.08106046 + inSlope: 0.04369792 + outSlope: 0.04369792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.085646294 + inSlope: -0.16061966 + outSlope: -0.16061966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.10475773 + inSlope: -0.45849344 + outSlope: -0.45849344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.1592236 + inSlope: -0.36421683 + outSlope: -0.36421683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.18104197 + inSlope: -0.34968707 + outSlope: -0.34968707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.23186041 + inSlope: -0.29749358 + outSlope: -0.29749358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.15917833 + inSlope: 0.9442462 + outSlope: 0.9442462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.06533234 + inSlope: 0.5898646 + outSlope: 0.5898646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.05191085 + inSlope: 0.2576072 + outSlope: 0.2576072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.04815854 + inSlope: 0.06793645 + outSlope: 0.06793645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.04738176 + inSlope: 0.063060135 + outSlope: 0.063060135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.043954536 + inSlope: 0.1332597 + outSlope: 0.1332597 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.038497787 + inSlope: 0.14627239 + outSlope: 0.14627239 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.028730402 + inSlope: 0.224706 + outSlope: 0.224706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.0076826094 + inSlope: 0.35200107 + outSlope: 0.35200107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.004244087 + inSlope: 0.33608466 + outSlope: 0.33608466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.014723015 + inSlope: 0.25444537 + outSlope: 0.25444537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.021207096 + inSlope: 0.08100957 + outSlope: 0.08100957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.020123648 + inSlope: -0.14292023 + outSlope: -0.14292023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.01167903 + inSlope: -0.2985564 + outSlope: -0.2985564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.00021984673 + inSlope: -0.31675714 + outSlope: -0.31675714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.009438094 + inSlope: -0.22206071 + outSlope: -0.22206071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.014584186 + inSlope: -0.07672069 + outSlope: -0.07672069 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.014552802 + inSlope: 0.043154005 + outSlope: 0.043154005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.011707255 + inSlope: 0.07952437 + outSlope: 0.07952437 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.009251182 + inSlope: 0.045600314 + outSlope: 0.045600314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.0086672325 + inSlope: -0.006253806 + outSlope: -0.006253806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.009668098 + inSlope: -0.06896114 + outSlope: -0.06896114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.013264612 + inSlope: -0.14407897 + outSlope: -0.14407897 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.019273413 + inSlope: -0.16695821 + outSlope: -0.16695821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.024395235 + inSlope: -0.0990424 + outSlope: -0.0990424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.025876233 + inSlope: -0.06352402 + outSlope: -0.06352402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.028630165 + inSlope: -0.17303872 + outSlope: -0.17303872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.037412137 + inSlope: -0.27083164 + outSlope: -0.27083164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.04668559 + inSlope: -0.15965317 + outSlope: -0.15965317 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.04805567 + inSlope: 0.080467016 + outSlope: 0.080467016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.04132113 + inSlope: 0.20849949 + outSlope: 0.20849949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.03415572 + inSlope: 0.15372671 + outSlope: 0.15372671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.031072691 + inSlope: 0.100471005 + outSlope: 0.100471005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.027457658 + inSlope: 0.25274348 + outSlope: 0.25274348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.014223141 + inSlope: 0.5785445 + outSlope: 0.5785445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.011111938 + inSlope: 0.8056618 + outSlope: 0.8056618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.039487597 + inSlope: 0.7242027 + outSlope: 0.7242027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.059392072 + inSlope: 0.43247247 + outSlope: 0.43247247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.07190716 + inSlope: 0.079112835 + outSlope: 0.079112835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.07367772 + inSlope: -0.04887135 + outSlope: -0.04887135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.062065486 + inSlope: -0.32793826 + outSlope: -0.32793826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.048472762 + inSlope: -0.4833861 + outSlope: -0.4833861 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.029839778 + inSlope: -0.59185565 + outSlope: -0.59185565 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.0090157585 + inSlope: -0.5927359 + outSlope: -0.5927359 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.009675908 + inSlope: -0.51378524 + outSlope: -0.51378524 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.025236558 + inSlope: -0.4155531 + outSlope: -0.4155531 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.03737942 + inSlope: -0.24657102 + outSlope: -0.24657102 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.04167461 + inSlope: 0.03572823 + outSlope: 0.03572823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.03499754 + inSlope: 0.29681402 + outSlope: 0.29681402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.02188684 + inSlope: 0.3181222 + outSlope: 0.3181222 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.013789228 + inSlope: 0.062833294 + outSlope: 0.062833294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.017697958 + inSlope: -0.24259129 + outSlope: -0.24259129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.029961966 + inSlope: -0.3300062 + outSlope: -0.3300062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.03969835 + inSlope: -0.15762715 + outSlope: -0.15762715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.033703163 + inSlope: 0.27255294 + outSlope: 0.27255294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.022300255 + inSlope: 0.26219675 + outSlope: 0.26219675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.016223397 + inSlope: 0.037196215 + outSlope: 0.037196215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.01982051 + inSlope: -0.1795228 + outSlope: -0.1795228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.028191572 + inSlope: -0.16572143 + outSlope: -0.16572143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.029259164 + inSlope: 0.09668473 + outSlope: 0.09668473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.024422951 + inSlope: 0.14508653 + outSlope: 0.14508653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootT.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.473848 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.473848 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Index.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5815653 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5815653 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Index.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.67102355 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.67102355 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Index.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.45522338 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.45522338 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Index.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.52873164 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.52873164 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Little.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.581559 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.581559 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Little.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6710357 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6710357 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Little.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.43849817 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.43849817 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Little.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.48796177 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.48796177 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Middle.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5815672 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5815672 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Middle.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6710247 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6710247 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Middle.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6218321 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.6218321 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Middle.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5154059 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5154059 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Ring.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.58156484 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.58156484 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Ring.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6710237 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6710237 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Ring.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5716008 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.5716008 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Ring.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6805815 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.6805815 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Thumb.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.26289663 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.26289663 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Thumb.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5939823 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5939823 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Thumb.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5714375 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5714375 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Thumb.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.21246257 + inSlope: -0.21159811 + outSlope: -0.21159811 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.22168162 + inSlope: 0.2024379 + outSlope: 0.2024379 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.20601998 + inSlope: 0.6929531 + outSlope: 0.6929531 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.17548475 + inSlope: 0.85763395 + outSlope: 0.85763395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.14884439 + inSlope: 0.5682476 + outSlope: 0.5682476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.13760157 + inSlope: 0.11000627 + outSlope: 0.11000627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.14151064 + inSlope: -0.2301711 + outSlope: -0.2301711 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.15294631 + inSlope: -0.46357828 + outSlope: -0.46357828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.21640489 + inSlope: 0.052074507 + outSlope: 0.052074507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.18358234 + inSlope: 0.8320438 + outSlope: 0.8320438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.12106903 + inSlope: 0.7637997 + outSlope: 0.7637997 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.10078539 + inSlope: 0.37563455 + outSlope: 0.37563455 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.106878445 + inSlope: -0.510751 + outSlope: -0.510751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.23592752 + inSlope: -1.0578979 + outSlope: -1.0578979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.28784662 + inSlope: 0.3511739 + outSlope: 0.3511739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.22595274 + inSlope: 1.2387247 + outSlope: 1.2387247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.14773926 + inSlope: 0.767579 + outSlope: 0.767579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.13129677 + inSlope: 0.1660231 + outSlope: 0.1660231 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.16146475 + inSlope: -0.92408854 + outSlope: -0.92408854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.2640033 + inSlope: -0.5676869 + outSlope: -0.5676869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.26630226 + inSlope: 0.38966772 + outSlope: 0.38966772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.23023699 + inSlope: 0.40448707 + outSlope: 0.40448707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.22277306 + inSlope: -0.15375398 + outSlope: -0.15375398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.24868627 + inSlope: -0.16025974 + outSlope: -0.16025974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.22274452 + inSlope: 0.6418885 + outSlope: 0.6418885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.1424036 + inSlope: -0.003266044 + outSlope: -0.003266044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.17334343 + inSlope: -0.81104124 + outSlope: -0.81104124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.26003465 + inSlope: -0.5427795 + outSlope: -0.5427795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.2601741 + inSlope: -0.009869643 + outSlope: -0.009869643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.29486722 + inSlope: -0.28573966 + outSlope: -0.28573966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.28878027 + inSlope: 0.57363963 + outSlope: 0.57363963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.15842949 + inSlope: 0.8356935 + outSlope: 0.8356935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.12326383 + inSlope: 0.2298643 + outSlope: 0.2298643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.13158716 + inSlope: -0.32269844 + outSlope: -0.32269844 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.1844075 + inSlope: -0.6367111 + outSlope: -0.6367111 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.23789479 + inSlope: -0.39295876 + outSlope: -0.39295876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.26784456 + inSlope: 0.19696283 + outSlope: 0.19696283 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.23949242 + inSlope: 0.2691009 + outSlope: 0.2691009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.18449013 + inSlope: 0.80503833 + outSlope: 0.80503833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.1151344 + inSlope: 1.1732299 + outSlope: 1.1732299 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.07500795 + inSlope: 1.1315838 + outSlope: 1.1315838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.039695557 + inSlope: 0.86546737 + outSlope: 0.86546737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.017310183 + inSlope: 0.35842523 + outSlope: 0.35842523 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.015800554 + inSlope: -0.32815918 + outSlope: -0.32815918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.03918743 + inSlope: -1.0163305 + outSlope: -1.0163305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.083555855 + inSlope: -1.4837127 + outSlope: -1.4837127 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.13810152 + inSlope: -1.6213658 + outSlope: -1.6213658 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.23749092 + inSlope: -1.2150805 + outSlope: -1.2150805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.29555792 + inSlope: 0.45107424 + outSlope: 0.45107424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.15119427 + inSlope: 1.2983062 + outSlope: 1.2983062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.076166466 + inSlope: 0.823462 + outSlope: 0.823462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.054593842 + inSlope: 0.47107857 + outSlope: 0.47107857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.043602854 + inSlope: -0.039821677 + outSlope: -0.039821677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.047416046 + inSlope: -0.16065396 + outSlope: -0.16065396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.08016592 + inSlope: -0.5411482 + outSlope: -0.5411482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.17023852 + inSlope: -0.59942824 + outSlope: -0.59942824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.22978753 + inSlope: -0.12470872 + outSlope: -0.12470872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.22132152 + inSlope: 0.3005454 + outSlope: 0.3005454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.16800204 + inSlope: 0.37367588 + outSlope: 0.37367588 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.13873708 + inSlope: -0.21822259 + outSlope: -0.21822259 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.16853625 + inSlope: -0.3011176 + outSlope: -0.3011176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.20217979 + inSlope: 0.008141182 + outSlope: 0.008141182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.19686809 + inSlope: -0.030003889 + outSlope: -0.030003889 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.21246257 + inSlope: -0.23529299 + outSlope: -0.23529299 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandQ.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6111767 + inSlope: 0.23554443 + outSlope: 0.23554443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.58759236 + inSlope: -0.27908567 + outSlope: -0.27908567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.6357635 + inSlope: -0.40866587 + outSlope: -0.40866587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.6805796 + inSlope: 0.025063457 + outSlope: 0.025063457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.61513615 + inSlope: 0.8609087 + outSlope: 0.8609087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.5503503 + inSlope: 0.19338745 + outSlope: 0.19338745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.5727903 + inSlope: -0.12028986 + outSlope: -0.12028986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.5733807 + inSlope: -0.119607866 + outSlope: -0.119607866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.5873469 + inSlope: -0.009863379 + outSlope: -0.009863379 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.62011194 + inSlope: -0.58564186 + outSlope: -0.58564186 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.68033963 + inSlope: -0.18552995 + outSlope: -0.18552995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.709958 + inSlope: -0.19545364 + outSlope: -0.19545364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.69287354 + inSlope: 0.41486758 + outSlope: 0.41486758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.6435355 + inSlope: -0.06222377 + outSlope: -0.06222377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.67494845 + inSlope: -0.06285103 + outSlope: -0.06285103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.6907805 + inSlope: -0.21092376 + outSlope: -0.21092376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.7050896 + inSlope: 0.104245044 + outSlope: 0.104245044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.7322785 + inSlope: -0.5678706 + outSlope: -0.5678706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.78411967 + inSlope: 0.061958194 + outSlope: 0.061958194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.7512184 + inSlope: -0.17230706 + outSlope: -0.17230706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.8030679 + inSlope: 0.62507063 + outSlope: 0.62507063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.70326734 + inSlope: 1.0663061 + outSlope: 1.0663061 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.58891404 + inSlope: 1.2410772 + outSlope: 1.2410772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.49400818 + inSlope: 0.5225252 + outSlope: 0.5225252 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.4409883 + inSlope: 0.762365 + outSlope: 0.762365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.38814613 + inSlope: -0.27997506 + outSlope: -0.27997506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.4590628 + inSlope: -1.751406 + outSlope: -1.751406 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.73149633 + inSlope: -1.3661426 + outSlope: -1.3661426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.63727146 + inSlope: 0.64035654 + outSlope: 0.64035654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.57875246 + inSlope: 0.53435105 + outSlope: 0.53435105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.5210149 + inSlope: 0.016142473 + outSlope: 0.016142473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.5933846 + inSlope: -0.9233763 + outSlope: -0.9233763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.6698158 + inSlope: 0.10323743 + outSlope: 0.10323743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.5555984 + inSlope: 0.2217389 + outSlope: 0.2217389 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.5601259 + inSlope: 0.16060188 + outSlope: 0.16060188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.544335 + inSlope: -0.286926 + outSlope: -0.286926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.6119264 + inSlope: -0.20865193 + outSlope: -0.20865193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.6111767 + inSlope: 0.108009085 + outSlope: 0.108009085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandQ.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.045628335 + inSlope: -0.9504905 + outSlope: -0.9504905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.10794634 + inSlope: -0.84159774 + outSlope: -0.84159774 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.14596888 + inSlope: -0.026613772 + outSlope: -0.026613772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.10470328 + inSlope: 1.0909895 + outSlope: 1.0909895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.062459484 + inSlope: 1.2104232 + outSlope: 1.2104232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.024008399 + inSlope: 1.1119676 + outSlope: 1.1119676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.0116716875 + inSlope: 1.0215741 + outSlope: 1.0215741 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.07442893 + inSlope: 0.89489365 + outSlope: 0.89489365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.17812815 + inSlope: 0.5920729 + outSlope: 0.5920729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.1097324 + inSlope: -1.6178498 + outSlope: -1.6178498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.049467262 + inSlope: -1.9176817 + outSlope: -1.9176817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.018113049 + inSlope: -2.014784 + outSlope: -2.014784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.08485167 + inSlope: -1.8730315 + outSlope: -1.8730315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.18728411 + inSlope: -1.0829762 + outSlope: -1.0829762 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.22162373 + inSlope: 0.3226135 + outSlope: 0.3226135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.11763646 + inSlope: 0.9504036 + outSlope: 0.9504036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.027415294 + inSlope: 0.77817595 + outSlope: 0.77817595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.0035501681 + inSlope: 0.62265366 + outSlope: 0.62265366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.014094973 + inSlope: 0.4059939 + outSlope: 0.4059939 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.023310592 + inSlope: -0.15911187 + outSlope: -0.15911187 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.00765964 + inSlope: -0.7664249 + outSlope: -0.7664249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.07816792 + inSlope: -1.3209426 + outSlope: -1.3209426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.269854 + inSlope: -1.0299673 + outSlope: -1.0299673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.2914975 + inSlope: 0.6217943 + outSlope: 0.6217943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.10631401 + inSlope: 1.332066 + outSlope: 1.332066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.061831567 + inSlope: 1.2777758 + outSlope: 1.2777758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.021128722 + inSlope: 1.0824568 + outSlope: 1.0824568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.010332151 + inSlope: 0.7366556 + outSlope: 0.7366556 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.027981604 + inSlope: 0.29874906 + outSlope: 0.29874906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.030248735 + inSlope: -0.14213362 + outSlope: -0.14213362 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.018506037 + inSlope: -0.5223055 + outSlope: -0.5223055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.004571595 + inSlope: -0.82550204 + outSlope: -0.82550204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.12046803 + inSlope: -1.3950584 + outSlope: -1.3950584 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.29290253 + inSlope: -0.8518966 + outSlope: -0.8518966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.31203726 + inSlope: 0.52321184 + outSlope: 0.52321184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.23678493 + inSlope: 0.7814766 + outSlope: 0.7814766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.144539 + inSlope: 0.6768146 + outSlope: 0.6768146 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.07915658 + inSlope: 0.53858435 + outSlope: 0.53858435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.05521884 + inSlope: -0.16917424 + outSlope: -0.16917424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.16970387 + inSlope: -1.6557364 + outSlope: -1.6557364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.30098498 + inSlope: -1.968421 + outSlope: -1.968421 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.4040566 + inSlope: -0.7873185 + outSlope: -0.7873185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.27914414 + inSlope: 2.46109 + outSlope: 2.46109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.18640439 + inSlope: 2.979195 + outSlope: 2.979195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.080530666 + inSlope: 3.1609392 + outSlope: 3.1609392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.024324689 + inSlope: 2.9181304 + outSlope: 2.9181304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.11401117 + inSlope: 2.353999 + outSlope: 2.353999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.26400325 + inSlope: -0.2274303 + outSlope: -0.2274303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.12716636 + inSlope: -1.8380172 + outSlope: -1.8380172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.059240986 + inSlope: -2.2046494 + outSlope: -2.2046494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.01981068 + inSlope: -2.461489 + outSlope: -2.461489 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.18767014 + inSlope: -2.3037152 + outSlope: -2.3037152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.30905727 + inSlope: -1.1635783 + outSlope: -1.1635783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.29442915 + inSlope: 1.1227406 + outSlope: 1.1227406 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.1482944 + inSlope: 1.5158534 + outSlope: 1.5158534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.012124715 + inSlope: 1.174405 + outSlope: 1.174405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.024675649 + inSlope: 0.9970333 + outSlope: 0.9970333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.07290994 + inSlope: 0.32798684 + outSlope: 0.32798684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.06174566 + inSlope: -0.6981033 + outSlope: -0.6981033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.02966975 + inSlope: -1.1821651 + outSlope: -1.1821651 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.017065272 + inSlope: -1.5482279 + outSlope: -1.5482279 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.13394207 + inSlope: -1.7788502 + outSlope: -1.7788502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.27859858 + inSlope: -0.8439167 + outSlope: -0.8439167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.26287338 + inSlope: 0.8793832 + outSlope: 0.8793832 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.15432674 + inSlope: 1.0880277 + outSlope: 1.0880277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.055964395 + inSlope: 0.9080852 + outSlope: 0.9080852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.00095172226 + inSlope: 0.7609974 + outSlope: 0.7609974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.024419341 + inSlope: 0.6261222 + outSlope: 0.6261222 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.04269316 + inSlope: 0.24395709 + outSlope: 0.24395709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.04068313 + inSlope: -0.18515289 + outSlope: -0.18515289 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.030349646 + inSlope: -0.4464931 + outSlope: -0.4464931 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.010916954 + inSlope: -0.6820003 + outSlope: -0.6820003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.015116998 + inSlope: -0.8481802 + outSlope: -0.8481802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.045628335 + inSlope: -0.915341 + outSlope: -0.915341 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandQ.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.76107895 + inSlope: 0.051058527 + outSlope: 0.051058527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.77232254 + inSlope: -0.16513106 + outSlope: -0.16513106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.70497006 + inSlope: -0.3731801 + outSlope: -0.3731801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.70950663 + inSlope: 0.51963234 + outSlope: 0.51963234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.79338896 + inSlope: 0.05955231 + outSlope: 0.05955231 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.7644318 + inSlope: 0.010657243 + outSlope: 0.010657243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.7728095 + inSlope: -0.115741685 + outSlope: -0.115741685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.7442609 + inSlope: -0.39752164 + outSlope: -0.39752164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.69860005 + inSlope: -0.14990051 + outSlope: -0.14990051 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.6463876 + inSlope: 0.21598908 + outSlope: 0.21598908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.688096 + inSlope: 0.001906015 + outSlope: 0.001906015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.6800902 + inSlope: 0.088748634 + outSlope: 0.088748634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.6762005 + inSlope: -0.29201955 + outSlope: -0.29201955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.6270893 + inSlope: -0.09345898 + outSlope: -0.09345898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.6153995 + inSlope: -0.1670118 + outSlope: -0.1670118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.6137702 + inSlope: 0.24309331 + outSlope: 0.24309331 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.63733023 + inSlope: -0.3292343 + outSlope: -0.3292343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.5575151 + inSlope: -0.2631303 + outSlope: -0.2631303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.600734 + inSlope: -0.14785334 + outSlope: -0.14785334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.5391692 + inSlope: -0.9485427 + outSlope: -0.9485427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.4708353 + inSlope: 0.049971834 + outSlope: 0.049971834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.6913926 + inSlope: 2.0009604 + outSlope: 2.0009604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.8525229 + inSlope: 0.74488324 + outSlope: 0.74488324 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.83539623 + inSlope: -0.21681657 + outSlope: -0.21681657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.76242214 + inSlope: -1.131424 + outSlope: -1.131424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.58110845 + inSlope: -0.21651001 + outSlope: -0.21651001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.6711567 + inSlope: 1.1170124 + outSlope: 1.1170124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.7557158 + inSlope: 0.47920212 + outSlope: 0.47920212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.80375224 + inSlope: 0.32634735 + outSlope: 0.32634735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.7523075 + inSlope: -0.7873248 + outSlope: -0.7873248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.6818819 + inSlope: 0.13075872 + outSlope: 0.13075872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.78705335 + inSlope: 0.4293878 + outSlope: 0.4293878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.804315 + inSlope: 0.1510702 + outSlope: 0.1510702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.80415845 + inSlope: -0.37734783 + outSlope: -0.37734783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.7615457 + inSlope: -0.06366587 + outSlope: -0.06366587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.76107895 + inSlope: -0.014002932 + outSlope: -0.014002932 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandQ.w + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.44270337 + inSlope: -0.6100183 + outSlope: -0.6100183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.3680067 + inSlope: -0.9584163 + outSlope: -0.9584163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.31012684 + inSlope: -0.45967743 + outSlope: -0.45967743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.3030771 + inSlope: 0.016763404 + outSlope: 0.016763404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.3112444 + inSlope: 0.24382533 + outSlope: 0.24382533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.35726103 + inSlope: 0.43494016 + outSlope: 0.43494016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.41692936 + inSlope: -0.6824263 + outSlope: -0.6824263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.30429658 + inSlope: -0.60420483 + outSlope: -0.60420483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.27755788 + inSlope: 0.0865201 + outSlope: 0.0865201 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.31706983 + inSlope: 0.5329876 + outSlope: 0.5329876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.41022784 + inSlope: 0.0905452 + outSlope: 0.0905452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.36940563 + inSlope: -0.7069791 + outSlope: -0.7069791 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.27694252 + inSlope: -0.39169854 + outSlope: -0.39169854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.2591852 + inSlope: 0.011576872 + outSlope: 0.011576872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.27827314 + inSlope: 0.41479865 + outSlope: 0.41479865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.3729058 + inSlope: 0.23170553 + outSlope: 0.23170553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.33844823 + inSlope: -0.57322603 + outSlope: -0.57322603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.26732072 + inSlope: -0.28468814 + outSlope: -0.28468814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.31117448 + inSlope: -0.002171006 + outSlope: -0.002171006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.2951371 + inSlope: 0.15839845 + outSlope: 0.15839845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.332132 + inSlope: -0.1594606 + outSlope: -0.1594606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.28019977 + inSlope: -0.7194898 + outSlope: -0.7194898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.23071767 + inSlope: -0.050866578 + outSlope: -0.050866578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.28484 + inSlope: 0.57008886 + outSlope: 0.57008886 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.3721337 + inSlope: 0.8055937 + outSlope: 0.8055937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.46715975 + inSlope: -0.57848823 + outSlope: -0.57848823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.32461628 + inSlope: -0.67647415 + outSlope: -0.67647415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.30256322 + inSlope: 0.54491675 + outSlope: 0.54491675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.40436667 + inSlope: 0.69307137 + outSlope: 0.69307137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.4679811 + inSlope: -0.098734684 + outSlope: -0.098734684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.41155553 + inSlope: -0.60875785 + outSlope: -0.60875785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.34063137 + inSlope: -0.21152905 + outSlope: -0.21152905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.37561783 + inSlope: 0.64417493 + outSlope: 0.64417493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.46392986 + inSlope: 0.55335367 + outSlope: 0.55335367 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.50929785 + inSlope: -0.1819979 + outSlope: -0.1819979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.47249842 + inSlope: -0.38500243 + outSlope: -0.38500243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.44270337 + inSlope: -0.49518365 + outSlope: -0.49518365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandT.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.23124826 + inSlope: -1.3480397 + outSlope: -1.3480397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.14101562 + inSlope: -1.4409842 + outSlope: -1.4409842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.090247974 + inSlope: -1.427228 + outSlope: -1.427228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.04586708 + inSlope: -1.0405252 + outSlope: -1.0405252 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.02087963 + inSlope: -0.4906878 + outSlope: -0.4906878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.013154561 + inSlope: -0.028360404 + outSlope: -0.028360404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.018988933 + inSlope: 0.27551305 + outSlope: 0.27551305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.031522095 + inSlope: 0.5372612 + outSlope: 0.5372612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.08807067 + inSlope: 1.1152564 + outSlope: 1.1152564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.26810285 + inSlope: 1.3197306 + outSlope: 1.3197306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.41045856 + inSlope: -0.3401312 + outSlope: -0.3401312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.25904813 + inSlope: -1.6549926 + outSlope: -1.6549926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.10031078 + inSlope: -1.2743347 + outSlope: -1.2743347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.036882162 + inSlope: -0.62259245 + outSlope: -0.62259245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.014375672 + inSlope: -0.1039281 + outSlope: -0.1039281 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.014478692 + inSlope: 0.10706305 + outSlope: 0.10706305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.036086075 + inSlope: 0.5592964 + outSlope: 0.5592964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.089318715 + inSlope: 1.0081015 + outSlope: 1.0081015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.24552083 + inSlope: 1.0400194 + outSlope: 1.0400194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.30153057 + inSlope: -0.078622326 + outSlope: -0.078622326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.121295206 + inSlope: -0.9986032 + outSlope: -0.9986032 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.06688094 + inSlope: -0.6030893 + outSlope: -0.6030893 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.040736172 + inSlope: -0.19523998 + outSlope: -0.19523998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.053990897 + inSlope: 0.5224755 + outSlope: 0.5224755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.1074787 + inSlope: 1.0378871 + outSlope: 1.0378871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.31843933 + inSlope: -0.11897307 + outSlope: -0.11897307 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.16918083 + inSlope: -1.2306361 + outSlope: -1.2306361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.058305003 + inSlope: -0.80786526 + outSlope: -0.80786526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.036064472 + inSlope: -0.52047753 + outSlope: -0.52047753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.023606444 + inSlope: -0.24985492 + outSlope: -0.24985492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.019407405 + inSlope: -0.037473377 + outSlope: -0.037473377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.021108221 + inSlope: 0.12075652 + outSlope: 0.12075652 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.05507176 + inSlope: 0.5705147 + outSlope: 0.5705147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.19519587 + inSlope: 0.9767271 + outSlope: 0.9767271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.30607313 + inSlope: -0.28158572 + outSlope: -0.28158572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.16881672 + inSlope: -1.0593026 + outSlope: -1.0593026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.104747854 + inSlope: -0.74501073 + outSlope: -0.74501073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.06389709 + inSlope: -0.021393431 + outSlope: -0.021393431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.0838833 + inSlope: 0.5362195 + outSlope: 0.5362195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.13682103 + inSlope: 0.9660592 + outSlope: 0.9660592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.2318467 + inSlope: 0.7501863 + outSlope: 0.7501863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.24367282 + inSlope: -0.7077945 + outSlope: -0.7077945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.11531423 + inSlope: -0.77535784 + outSlope: -0.77535784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.08357148 + inSlope: -0.20542064 + outSlope: -0.20542064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.081923574 + inSlope: 0.081142604 + outSlope: 0.081142604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.12260736 + inSlope: 0.63519895 + outSlope: 0.63519895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.26401982 + inSlope: 0.7878561 + outSlope: 0.7878561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.30645066 + inSlope: -0.14468801 + outSlope: -0.14468801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.23103875 + inSlope: -1.1831763 + outSlope: -1.1831763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.10845559 + inSlope: -1.0162992 + outSlope: -1.0162992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.058581047 + inSlope: -0.46258602 + outSlope: -0.46258602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.047571626 + inSlope: 0.15263237 + outSlope: 0.15263237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.088023715 + inSlope: 0.7532557 + outSlope: 0.7532557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.19979388 + inSlope: 1.3157504 + outSlope: 1.3157504 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.3557633 + inSlope: 0.88393176 + outSlope: 0.88393176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.3817973 + inSlope: 0.23823714 + outSlope: 0.23823714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.37164575 + inSlope: -0.4792267 + outSlope: -0.4792267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.23124826 + inSlope: -1.3182927 + outSlope: -1.3182927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandT.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.17595653 + inSlope: -0.88950896 + outSlope: -0.88950896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1127914 + inSlope: -1.1365509 + outSlope: -1.1365509 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.07053617 + inSlope: -1.2483358 + outSlope: -1.2483358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.029569006 + inSlope: -0.93437344 + outSlope: -0.93437344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.008244608 + inSlope: -0.33076745 + outSlope: -0.33076745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.007517844 + inSlope: 0.28497952 + outSlope: 0.28497952 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.027243242 + inSlope: 0.72283614 + outSlope: 0.72283614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.12238008 + inSlope: 0.9297756 + outSlope: 0.9297756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.19171305 + inSlope: 0.4679458 + outSlope: 0.4679458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.22762346 + inSlope: 0.25075862 + outSlope: 0.25075862 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.23474751 + inSlope: -0.02602144 + outSlope: -0.02602144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.23790236 + inSlope: 0.16277617 + outSlope: 0.16277617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.24335957 + inSlope: -0.4883405 + outSlope: -0.4883405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.18569072 + inSlope: -1.1535515 + outSlope: -1.1535515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.068998516 + inSlope: -0.78236306 + outSlope: -0.78236306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.04994258 + inSlope: -0.3312029 + outSlope: -0.3312029 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.046918277 + inSlope: 0.12569866 + outSlope: 0.12569866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.10701414 + inSlope: 0.8167106 + outSlope: 0.8167106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.17995729 + inSlope: 0.53901637 + outSlope: 0.53901637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.22679244 + inSlope: 0.1475451 + outSlope: 0.1475451 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.21706228 + inSlope: -0.45719758 + outSlope: -0.45719758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.14212385 + inSlope: -0.8953551 + outSlope: -0.8953551 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.070514776 + inSlope: -0.32742506 + outSlope: -0.32742506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.07161013 + inSlope: 0.33421096 + outSlope: 0.33421096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.13272916 + inSlope: 0.69711775 + outSlope: 0.69711775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.24383317 + inSlope: 0.6370053 + outSlope: 0.6370053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.2805606 + inSlope: -0.5284189 + outSlope: -0.5284189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.187591 + inSlope: -1.2142055 + outSlope: -1.2142055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.07201909 + inSlope: -0.84519815 + outSlope: -0.84519815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.03724053 + inSlope: -0.18313034 + outSlope: -0.18313034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.07024087 + inSlope: 0.87189966 + outSlope: 0.87189966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.2918384 + inSlope: 1.141979 + outSlope: 1.141979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.36358967 + inSlope: 0.005750738 + outSlope: 0.005750738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.33029965 + inSlope: -0.46491042 + outSlope: -0.46491042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.25140682 + inSlope: -1.178585 + outSlope: -1.178585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.11190267 + inSlope: -1.3698616 + outSlope: -1.3698616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.030977268 + inSlope: -1.0156347 + outSlope: -1.0156347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.0006888739 + inSlope: -0.7676491 + outSlope: -0.7676491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.02019929 + inSlope: -0.42905468 + outSlope: -0.42905468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.0279148 + inSlope: 0.011239164 + outSlope: 0.011239164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.019450068 + inSlope: 0.4794771 + outSlope: 0.4794771 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.00405031 + inSlope: 0.84471166 + outSlope: 0.84471166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.03686399 + inSlope: 1.0075582 + outSlope: 1.0075582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.07122079 + inSlope: 0.9601921 + outSlope: 0.9601921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.1231121 + inSlope: 0.57452244 + outSlope: 0.57452244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.16424426 + inSlope: 0.38779014 + outSlope: 0.38779014 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.19114996 + inSlope: 0.33741975 + outSlope: 0.33741975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.1988047 + inSlope: -0.2704854 + outSlope: -0.2704854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.15084729 + inSlope: -1.0884918 + outSlope: -1.0884918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.066739604 + inSlope: -1.1996047 + outSlope: -1.1996047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.029654365 + inSlope: -0.96693444 + outSlope: -0.96693444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.002277369 + inSlope: -0.6579361 + outSlope: -0.6579361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.019284789 + inSlope: 0.020101048 + outSlope: 0.020101048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.01286793 + inSlope: 0.36114323 + outSlope: 0.36114323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.004791407 + inSlope: 0.68233424 + outSlope: 0.68233424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.032620978 + inSlope: 0.93500423 + outSlope: 0.93500423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.10250383 + inSlope: 0.9818039 + outSlope: 0.9818039 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.15311186 + inSlope: 0.4588971 + outSlope: 0.4588971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.1590488 + inSlope: -0.12056345 + outSlope: -0.12056345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.14499785 + inSlope: -0.23799822 + outSlope: -0.23799822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.1176554 + inSlope: -0.6358604 + outSlope: -0.6358604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.061937008 + inSlope: -0.9210796 + outSlope: -0.9210796 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.031088922 + inSlope: -0.86273634 + outSlope: -0.86273634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.004421306 + inSlope: -0.6985438 + outSlope: -0.6985438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.015480619 + inSlope: -0.471269 + outSlope: -0.471269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.029100297 + inSlope: 0.08621073 + outSlope: 0.08621073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.021249224 + inSlope: 0.384817 + outSlope: 0.384817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.0034456009 + inSlope: 0.65934837 + outSlope: 0.65934837 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.022707546 + inSlope: 0.85294175 + outSlope: 0.85294175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.085205846 + inSlope: 0.9346559 + outSlope: 0.9346559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.17341724 + inSlope: 0.8527649 + outSlope: 0.8527649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.20152184 + inSlope: 0.80215 + outSlope: 0.80215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.22689386 + inSlope: 0.5284665 + outSlope: 0.5284665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.20151392 + inSlope: -0.6915461 + outSlope: -0.6915461 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.17595653 + inSlope: -0.76672226 + outSlope: -0.76672226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandT.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.00000004268868 + inSlope: 0.13202326 + outSlope: 0.13202326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.004400733 + inSlope: 0.15241787 + outSlope: 0.15241787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.010161149 + inSlope: 0.19580102 + outSlope: 0.19580102 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.017454136 + inSlope: 0.21868134 + outSlope: 0.21868134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.024739906 + inSlope: 0.17479649 + outSlope: 0.17479649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.029107235 + inSlope: 0.08019257 + outSlope: 0.08019257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.030086078 + inSlope: -0.006230248 + outSlope: -0.006230248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.028691886 + inSlope: -0.027255548 + outSlope: -0.027255548 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.025165929 + inSlope: -0.09424758 + outSlope: -0.09424758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.015314724 + inSlope: -0.18740253 + outSlope: -0.18740253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.0017417975 + inSlope: -0.1975792 + outSlope: -0.1975792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.0045832973 + inSlope: -0.17567372 + outSlope: -0.17567372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.014256926 + inSlope: -0.11273143 + outSlope: -0.11273143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.02290019 + inSlope: -0.029176913 + outSlope: -0.029176913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.024048505 + inSlope: -0.004442689 + outSlope: -0.004442689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.02282954 + inSlope: 0.050107818 + outSlope: 0.050107818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.012248124 + inSlope: 0.05774919 + outSlope: 0.05774919 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.009203272 + inSlope: 0.023938082 + outSlope: 0.023938082 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.008311041 + inSlope: 0.030097641 + outSlope: 0.030097641 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.0057068164 + inSlope: 0.005471928 + outSlope: 0.005471928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.0058612316 + inSlope: -0.015254501 + outSlope: -0.015254501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.008061126 + inSlope: -0.04080248 + outSlope: -0.04080248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.010437145 + inSlope: -0.020972818 + outSlope: -0.020972818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.010848266 + inSlope: -0.00011008243 + outSlope: -0.00011008243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.011422828 + inSlope: -0.030098353 + outSlope: -0.030098353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.015039153 + inSlope: -0.07008846 + outSlope: -0.07008846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.021148173 + inSlope: -0.024317797 + outSlope: -0.024317797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.018056659 + inSlope: 0.0805211 + outSlope: 0.0805211 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.00819494 + inSlope: 0.08221438 + outSlope: 0.08221438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.005948586 + inSlope: 0.043216106 + outSlope: 0.043216106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.005313873 + inSlope: -0.009238136 + outSlope: -0.009238136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.0065644565 + inSlope: -0.060837958 + outSlope: -0.060837958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.012895007 + inSlope: -0.10237639 + outSlope: -0.10237639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.018625308 + inSlope: -0.057941638 + outSlope: -0.057941638 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.020989148 + inSlope: -0.0015700997 + outSlope: -0.0015700997 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.018820964 + inSlope: 0.05095973 + outSlope: 0.05095973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.014327278 + inSlope: 0.07279888 + outSlope: 0.07279888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.011104601 + inSlope: -0.059206802 + outSlope: -0.059206802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.014475147 + inSlope: -0.14363685 + outSlope: -0.14363685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.028732413 + inSlope: -0.2432225 + outSlope: -0.2432225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.043419354 + inSlope: -0.15600416 + outSlope: -0.15600416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.048447225 + inSlope: -0.015433334 + outSlope: -0.015433334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.04878694 + inSlope: -0.03845185 + outSlope: -0.03845185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.056889623 + inSlope: 0.04748124 + outSlope: 0.04748124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.032285955 + inSlope: 0.20488605 + outSlope: 0.20488605 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.018031666 + inSlope: 0.08552888 + outSlope: 0.08552888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.0124191735 + inSlope: 0.020890895 + outSlope: 0.020890895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.010716974 + inSlope: 0.03583871 + outSlope: 0.03583871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.009336746 + inSlope: 0.04506118 + outSlope: 0.04506118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.007712888 + inSlope: 0.044207193 + outSlope: 0.044207193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.0063486905 + inSlope: -0.03262036 + outSlope: -0.03262036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.0085642915 + inSlope: -0.10489158 + outSlope: -0.10489158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.013341456 + inSlope: -0.17027673 + outSlope: -0.17027673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.026659977 + inSlope: -0.17776337 + outSlope: -0.17776337 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.033988256 + inSlope: -0.020222202 + outSlope: -0.020222202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.029967831 + inSlope: 0.10607803 + outSlope: 0.10607803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.023066731 + inSlope: 0.05380926 + outSlope: 0.05380926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.02245599 + inSlope: -0.027156062 + outSlope: -0.027156062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.02487713 + inSlope: -0.11419044 + outSlope: -0.11419044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.04715248 + inSlope: -0.0714036 + outSlope: -0.0714036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.0452254 + inSlope: 0.1071301 + outSlope: 0.1071301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.036106132 + inSlope: 0.121239424 + outSlope: 0.121239424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.030214552 + inSlope: 0.070819914 + outSlope: 0.070819914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.02437848 + inSlope: 0.13641578 + outSlope: 0.13641578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.018803207 + inSlope: 0.19723071 + outSlope: 0.19723071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.011229779 + inSlope: 0.24195196 + outSlope: 0.24195196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.0026730928 + inSlope: 0.24673244 + outSlope: 0.24673244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.0052190344 + inSlope: 0.20181209 + outSlope: 0.20181209 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.010781113 + inSlope: 0.11953887 + outSlope: 0.11953887 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.013188365 + inSlope: 0.026979066 + outSlope: 0.026979066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.009766502 + inSlope: -0.106013715 + outSlope: -0.106013715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.005512142 + inSlope: -0.14564273 + outSlope: -0.14564273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.0000569969 + inSlope: -0.18523453 + outSlope: -0.18523453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.0068368153 + inSlope: -0.23281625 + outSlope: -0.23281625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.015464072 + inSlope: -0.28052485 + outSlope: -0.28052485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.050526336 + inSlope: -0.11057334 + outSlope: -0.11057334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.037904892 + inSlope: 0.25509086 + outSlope: 0.25509086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.016038688 + inSlope: 0.38845372 + outSlope: 0.38845372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.002312009 + inSlope: 0.40183476 + outSlope: 0.40183476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.01075027 + inSlope: 0.33899334 + outSlope: 0.33899334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.020287525 + inSlope: 0.20250654 + outSlope: 0.20250654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.021977207 + inSlope: -0.18342675 + outSlope: -0.18342675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.012022255 + inSlope: -0.2892142 + outSlope: -0.2892142 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.0026962783 + inSlope: -0.21007492 + outSlope: -0.21007492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.0019827264 + inSlope: -0.07852835 + outSlope: -0.07852835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.0025389402 + inSlope: 0.029740285 + outSlope: 0.029740285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.00000004268868 + inSlope: 0.076167 + outSlope: 0.076167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Spine Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1.1459063 + outSlope: 1.1459063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.03819688 + inSlope: 1.178802 + outSlope: 1.178802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0785868 + inSlope: 1.2623502 + outSlope: 1.2623502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.12235357 + inSlope: 1.2610619 + outSlope: 1.2610619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.1626576 + inSlope: 0.96948135 + outSlope: 0.96948135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.19470116 + inSlope: 0.015787207 + outSlope: 0.015787207 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.18803814 + inSlope: -0.2236283 + outSlope: -0.2236283 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.12399262 + inSlope: -0.6445568 + outSlope: -0.6445568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.05762956 + inSlope: -0.4408744 + outSlope: -0.4408744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.047470845 + inSlope: -0.14343274 + outSlope: -0.14343274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.04806737 + inSlope: 0.15843153 + outSlope: 0.15843153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.08543757 + inSlope: 0.30114567 + outSlope: 0.30114567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.09261589 + inSlope: 0.12630214 + outSlope: 0.12630214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.09420874 + inSlope: 0.11834786 + outSlope: 0.11834786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.11433327 + inSlope: 0.47860295 + outSlope: 0.47860295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.17118481 + inSlope: 0.4807567 + outSlope: 0.4807567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.19979933 + inSlope: 0.004565537 + outSlope: 0.004565537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.19187336 + inSlope: -0.19302472 + outSlope: -0.19302472 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.1694127 + inSlope: -0.025749113 + outSlope: -0.025749113 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.17473224 + inSlope: 0.04362744 + outSlope: 0.04362744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.17970422 + inSlope: 0.021752736 + outSlope: 0.021752736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.17362209 + inSlope: -0.1318734 + outSlope: -0.1318734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.1645873 + inSlope: 0.0039494904 + outSlope: 0.0039494904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.16580813 + inSlope: -0.08800301 + outSlope: -0.08800301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.1569097 + inSlope: 0.012888696 + outSlope: 0.012888696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.18673967 + inSlope: 0.24552226 + outSlope: 0.24552226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.2289164 + inSlope: -0.06674773 + outSlope: -0.06674773 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.20710781 + inSlope: -0.12254332 + outSlope: -0.12254332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.1764597 + inSlope: -0.5631573 + outSlope: -0.5631573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.15401095 + inSlope: -0.7841754 + outSlope: -0.7841754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.12418139 + inSlope: -0.87532043 + outSlope: -0.87532043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.071636505 + inSlope: -0.63560426 + outSlope: -0.63560426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.053282734 + inSlope: -0.46383488 + outSlope: -0.46383488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.031758677 + inSlope: -0.24595128 + outSlope: -0.24595128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.024317408 + inSlope: -0.21113177 + outSlope: -0.21113177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.01768324 + inSlope: -0.16641514 + outSlope: -0.16641514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.013223076 + inSlope: -0.06965054 + outSlope: -0.06965054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.013039875 + inSlope: 0.07374174 + outSlope: 0.07374174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.018139187 + inSlope: 0.2308602 + outSlope: 0.2308602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.069275916 + inSlope: 0.32550877 + outSlope: 0.32550877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.07970398 + inSlope: -0.17364508 + outSlope: -0.17364508 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.045246188 + inSlope: -0.08232306 + outSlope: -0.08232306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.046911992 + inSlope: -0.053047553 + outSlope: -0.053047553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.038716815 + inSlope: -0.19058672 + outSlope: -0.19058672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.023638872 + inSlope: -0.21924004 + outSlope: -0.21924004 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.011156685 + inSlope: -0.1418654 + outSlope: -0.1418654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.0049777674 + inSlope: -0.04258135 + outSlope: -0.04258135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.005840429 + inSlope: 0.07833271 + outSlope: 0.07833271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.00962628 + inSlope: 0.12775388 + outSlope: 0.12775388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.014357346 + inSlope: 0.11585205 + outSlope: 0.11585205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.017349742 + inSlope: 0.021223124 + outSlope: 0.021223124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.01577222 + inSlope: -0.13120015 + outSlope: -0.13120015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.008603074 + inSlope: -0.27774903 + outSlope: -0.27774903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.0027443655 + inSlope: -0.35527688 + outSlope: -0.35527688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.015082031 + inSlope: -0.33614814 + outSlope: -0.33614814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.025154222 + inSlope: -0.24358013 + outSlope: -0.24358013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.03305413 + inSlope: 0.0068712104 + outSlope: 0.0068712104 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.02023841 + inSlope: 0.17693557 + outSlope: 0.17693557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.0008659525 + inSlope: 0.23614961 + outSlope: 0.23614961 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.007683775 + inSlope: 0.27236265 + outSlope: 0.27236265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.035583522 + inSlope: 0.22699189 + outSlope: 0.22699189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.046220783 + inSlope: 0.104996175 + outSlope: 0.104996175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.051381715 + inSlope: 0.04567689 + outSlope: 0.04567689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.03336126 + inSlope: -0.619358 + outSlope: -0.619358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.006286595 + inSlope: -1.0110657 + outSlope: -1.0110657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.034043055 + inSlope: -1.3587797 + outSlope: -1.3587797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.13753353 + inSlope: -1.5110912 + outSlope: -1.5110912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.21622472 + inSlope: -0.6348254 + outSlope: -0.6348254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.22735961 + inSlope: -0.062965594 + outSlope: -0.062965594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.22042242 + inSlope: 0.7361142 + outSlope: 0.7361142 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.17828538 + inSlope: 1.3921789 + outSlope: 1.3921789 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.12761058 + inSlope: 1.472518 + outSlope: 1.472518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.0801176 + inSlope: 1.3396857 + outSlope: 1.3396857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.03829828 + inSlope: 1.2017651 + outSlope: 1.2017651 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 1.1489495 + outSlope: 1.1489495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Spine Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0.7927767 + outSlope: 0.7927767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.05224484 + inSlope: 0.74942124 + outSlope: 0.74942124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.076387316 + inSlope: 0.6625376 + outSlope: 0.6625376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.096414015 + inSlope: 0.44338894 + outSlope: 0.44338894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.105633214 + inSlope: -0.12579907 + outSlope: -0.12579907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.09755997 + inSlope: -0.24083534 + outSlope: -0.24083534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.05453656 + inSlope: -0.51146454 + outSlope: -0.51146454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.0352975 + inSlope: -0.63507426 + outSlope: -0.63507426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.012198261 + inSlope: -0.7219218 + outSlope: -0.7219218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.012830618 + inSlope: -0.7369297 + outSlope: -0.7369297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.036930364 + inSlope: -0.66487217 + outSlope: -0.66487217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.071639135 + inSlope: -0.3493403 + outSlope: -0.3493403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.08938134 + inSlope: -0.12624443 + outSlope: -0.12624443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.10214974 + inSlope: -0.03887289 + outSlope: -0.03887289 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.09489037 + inSlope: 0.2841097 + outSlope: 0.2841097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.03012543 + inSlope: 0.46920913 + outSlope: 0.46920913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.016044987 + inSlope: 0.36537015 + outSlope: 0.36537015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.0057674046 + inSlope: 0.25524092 + outSlope: 0.25524092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.0009710936 + inSlope: 0.15877981 + outSlope: 0.15877981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.0048179063 + inSlope: 0.080167025 + outSlope: 0.080167025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.0063155624 + inSlope: 0.01193048 + outSlope: 0.01193048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.002504431 + inSlope: -0.13260166 + outSlope: -0.13260166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.003226826 + inSlope: -0.21161339 + outSlope: -0.21161339 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.011603144 + inSlope: -0.2853628 + outSlope: -0.2853628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.046667363 + inSlope: -0.35263968 + outSlope: -0.35263968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.0702197 + inSlope: -0.04001576 + outSlope: -0.04001576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.062259406 + inSlope: 0.25863755 + outSlope: 0.25863755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.027364936 + inSlope: 0.31914985 + outSlope: 0.31914985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.017933855 + inSlope: 0.23403001 + outSlope: 0.23403001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.011762951 + inSlope: 0.13914149 + outSlope: 0.13914149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.0077557215 + inSlope: 0.0058927764 + outSlope: 0.0058927764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.008264902 + inSlope: -0.03482048 + outSlope: -0.03482048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.020308616 + inSlope: -0.24072522 + outSlope: -0.24072522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.08167929 + inSlope: -0.3559507 + outSlope: -0.3559507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.10548866 + inSlope: 0.20039293 + outSlope: 0.20039293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.054103065 + inSlope: 0.35161018 + outSlope: 0.35161018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.037404053 + inSlope: 0.1724172 + outSlope: 0.1724172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.027224418 + inSlope: 0.19008547 + outSlope: 0.19008547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.019877423 + inSlope: 0.2481747 + outSlope: 0.2481747 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.010679454 + inSlope: 0.2724874 + outSlope: 0.2724874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.0017116131 + inSlope: 0.21905938 + outSlope: 0.21905938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.003924491 + inSlope: 0.07715635 + outSlope: 0.07715635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.0034321388 + inSlope: -0.13092564 + outSlope: -0.13092564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.0048038764 + inSlope: -0.3637947 + outSlope: -0.3637947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.020820932 + inSlope: -0.56595373 + outSlope: -0.56595373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.065853044 + inSlope: -0.6426549 + outSlope: -0.6426549 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.09829935 + inSlope: -0.29061294 + outSlope: -0.29061294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.107191816 + inSlope: -0.015328682 + outSlope: -0.015328682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.09858049 + inSlope: 0.32902846 + outSlope: 0.32902846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.06287538 + inSlope: 0.7118361 + outSlope: 0.7118361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.007843348 + inSlope: 0.87397254 + outSlope: 0.87397254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.02159963 + inSlope: 0.8709724 + outSlope: 0.8709724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.09961739 + inSlope: 0.58495295 + outSlope: 0.58495295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.11797597 + inSlope: -0.305148 + outSlope: -0.305148 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.01590529 + inSlope: -0.9228571 + outSlope: -0.9228571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.014089135 + inSlope: -0.8515763 + outSlope: -0.8515763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.09605783 + inSlope: -0.015690602 + outSlope: -0.015690602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.0628066 + inSlope: 0.68398404 + outSlope: 0.68398404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.03622429 + inSlope: 0.8919722 + outSlope: 0.8919722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.003341651 + inSlope: 1.0458841 + outSlope: 1.0458841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.03350099 + inSlope: 1.1158566 + outSlope: 1.1158566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.1328734 + inSlope: 0.6638335 + outSlope: 0.6638335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.14275436 + inSlope: -0.5222723 + outSlope: -0.5222723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.083841704 + inSlope: -1.1336203 + outSlope: -1.1336203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.04301518 + inSlope: -1.2393737 + outSlope: -1.2393737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.0012168726 + inSlope: -1.1983616 + outSlope: -1.1983616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.036875524 + inSlope: -1.0368006 + outSlope: -1.0368006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.09023928 + inSlope: -0.5410385 + outSlope: -0.5410385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.063174576 + inSlope: 0.73466533 + outSlope: 0.73466533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.0050982344 + inSlope: 0.9572777 + outSlope: 0.9572777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.027790966 + inSlope: 0.9892152 + outSlope: 0.9892152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.14199696 + inSlope: 0.5163758 + outSlope: 0.5163758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.14377895 + inSlope: -0.5319377 + outSlope: -0.5319377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.051056545 + inSlope: -1.104834 + outSlope: -1.104834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.014194349 + inSlope: -1.0547798 + outSlope: -1.0547798 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.019262046 + inSlope: -0.9275851 + outSlope: -0.9275851 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.089717835 + inSlope: -0.47558415 + outSlope: -0.47558415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.10274582 + inSlope: -0.06754322 + outSlope: -0.06754322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.09422071 + inSlope: 0.3969586 + outSlope: 0.3969586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.052459158 + inSlope: 0.7444954 + outSlope: 0.7444954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0.79946965 + outSlope: 0.79946965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Spine Twist Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0.6734074 + outSlope: 0.6734074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.022446914 + inSlope: 0.7746296 + outSlope: 0.7746296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.05164198 + inSlope: 1.0058076 + outSlope: 1.0058076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.08950077 + inSlope: 1.1137393 + outSlope: 1.1137393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.12589127 + inSlope: 0.84276664 + outSlope: 0.84276664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.14568521 + inSlope: 0.31883597 + outSlope: 0.31883597 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.147147 + inSlope: -0.16236599 + outSlope: -0.16236599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.13486081 + inSlope: -0.31914 + outSlope: -0.31914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.095831305 + inSlope: -0.4587504 + outSlope: -0.4587504 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.036850665 + inSlope: -0.6025444 + outSlope: -0.6025444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.017568793 + inSlope: -0.54687405 + outSlope: -0.54687405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.00039239824 + inSlope: -0.48751646 + outSlope: -0.48751646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.0730172 + inSlope: -0.15737915 + outSlope: -0.15737915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.08153346 + inSlope: -0.09275998 + outSlope: -0.09275998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.076958045 + inSlope: 0.24944249 + outSlope: 0.24944249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.04188002 + inSlope: 0.28121975 + outSlope: 0.28121975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.034606893 + inSlope: 0.14857027 + outSlope: 0.14857027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.032433044 + inSlope: 0.020584242 + outSlope: 0.020584242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.030783247 + inSlope: 0.08284695 + outSlope: 0.08284695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.018183384 + inSlope: 0.08241078 + outSlope: 0.08241078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.016632762 + inSlope: 0.00066376105 + outSlope: 0.00066376105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.018139139 + inSlope: -0.083639435 + outSlope: -0.083639435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.031734973 + inSlope: -0.10073653 + outSlope: -0.10073653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.034071803 + inSlope: -0.04066354 + outSlope: -0.04066354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.03585684 + inSlope: -0.08986619 + outSlope: -0.08986619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.047716353 + inSlope: -0.24218448 + outSlope: -0.24218448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.06993563 + inSlope: -0.10300195 + outSlope: -0.10300195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.06094452 + inSlope: 0.2812422 + outSlope: 0.2812422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.036015518 + inSlope: 0.40835288 + outSlope: 0.40835288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.011963382 + inSlope: 0.22419116 + outSlope: 0.22419116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.00748679 + inSlope: 0.022031233 + outSlope: 0.022031233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.010494603 + inSlope: -0.18967053 + outSlope: -0.18967053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.02013148 + inSlope: -0.3453216 + outSlope: -0.3453216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.03351602 + inSlope: -0.40579295 + outSlope: -0.40579295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.058677096 + inSlope: -0.29916942 + outSlope: -0.29916942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.06742941 + inSlope: 0.23931368 + outSlope: 0.23931368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.044873644 + inSlope: 0.3793965 + outSlope: 0.3793965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.021780904 + inSlope: 0.22503474 + outSlope: 0.22503474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.017085483 + inSlope: 0.0068304986 + outSlope: 0.0068304986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.021325538 + inSlope: -0.30074078 + outSlope: -0.30074078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.03713485 + inSlope: -0.6523574 + outSlope: -0.6523574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.06481599 + inSlope: -0.95455474 + outSlope: -0.95455474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.16591504 + inSlope: -0.6450174 + outSlope: -0.6450174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.18170822 + inSlope: 0.05543573 + outSlope: 0.05543573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.1744156 + inSlope: -0.040988218 + outSlope: -0.040988218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.19001202 + inSlope: -0.2951109 + outSlope: -0.2951109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.19973177 + inSlope: 0.1606591 + outSlope: 0.1606591 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.11694202 + inSlope: 0.6914183 + outSlope: 0.6914183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.061367143 + inSlope: 0.46025503 + outSlope: 0.46025503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.02523831 + inSlope: 0.2243128 + outSlope: 0.2243128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.014864807 + inSlope: 0.040081684 + outSlope: 0.040081684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.01382396 + inSlope: 0.024463668 + outSlope: 0.024463668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.01323389 + inSlope: -0.0012438335 + outSlope: -0.0012438335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.01731007 + inSlope: -0.16668846 + outSlope: -0.16668846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.025019435 + inSlope: -0.3067716 + outSlope: -0.3067716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.03776149 + inSlope: -0.43788064 + outSlope: -0.43788064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.0832949 + inSlope: -0.26342794 + outSlope: -0.26342794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.08586825 + inSlope: 0.14931235 + outSlope: 0.14931235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.06831659 + inSlope: -0.04942034 + outSlope: -0.04942034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.07422302 + inSlope: -0.31802708 + outSlope: -0.31802708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.11200345 + inSlope: -0.7087413 + outSlope: -0.7087413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.15769328 + inSlope: -0.49086082 + outSlope: -0.49086082 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.16977607 + inSlope: 0.14000697 + outSlope: 0.14000697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.13364391 + inSlope: 0.29957664 + outSlope: 0.29957664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.1218916 + inSlope: 0.15605164 + outSlope: 0.15605164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.10131014 + inSlope: 0.6077802 + outSlope: 0.6077802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.07517467 + inSlope: 0.94112813 + outSlope: 0.94112813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.038568325 + inSlope: 1.164065 + outSlope: 1.164065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.0024295922 + inSlope: 1.1667525 + outSlope: 1.1667525 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.0392151 + inSlope: 0.92519474 + outSlope: 0.92519474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.06410954 + inSlope: 0.51476866 + outSlope: 0.51476866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.073533334 + inSlope: 0.067925446 + outSlope: 0.067925446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.05361094 + inSlope: -0.53978443 + outSlope: -0.53978443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.032652304 + inSlope: -0.6864533 + outSlope: -0.6864533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.007847431 + inSlope: -0.802528 + outSlope: -0.802528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.020849517 + inSlope: -0.92585075 + outSlope: -0.92585075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.053875893 + inSlope: -1.0359218 + outSlope: -1.0359218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.15435249 + inSlope: -0.7220109 + outSlope: -0.7220109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.1485396 + inSlope: 0.6535113 + outSlope: 0.6535113 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.09016349 + inSlope: 1.0704442 + outSlope: 1.0704442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.05176862 + inSlope: 1.1489086 + outSlope: 1.1489086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.013569656 + inSlope: 1.0258577 + outSlope: 1.0258577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.016621824 + inSlope: 0.6846037 + outSlope: 0.6846037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.0301609 + inSlope: -0.3606634 + outSlope: -0.3606634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.008026344 + inSlope: -0.6381117 + outSlope: -0.6381117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.012379837 + inSlope: -0.41596487 + outSlope: -0.41596487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.019704621 + inSlope: -0.038231812 + outSlope: -0.038231812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.014928622 + inSlope: 0.2955696 + outSlope: 0.2955696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0.44785908 + outSlope: 0.44785908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: UpperChest Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000051226414 + inSlope: 1.9439206 + outSlope: 1.9439206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.06479787 + inSlope: 2.0014963 + outSlope: 2.0014963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.13343361 + inSlope: 2.1514273 + outSlope: 2.1514273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.20822637 + inSlope: 2.1644871 + outSlope: 2.1644871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.27773276 + inSlope: 1.6486998 + outSlope: 1.6486998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.32785454 + inSlope: -0.111884415 + outSlope: -0.111884415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.31068072 + inSlope: -0.58822906 + outSlope: -0.58822906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.21871695 + inSlope: -1.3828753 + outSlope: -1.3828753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.10389867 + inSlope: -1.9459736 + outSlope: -1.9459736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.036857232 + inSlope: -1.9274392 + outSlope: -1.9274392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.024597272 + inSlope: -1.6068728 + outSlope: -1.6068728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.07026757 + inSlope: -1.0416741 + outSlope: -1.0416741 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.0940422 + inSlope: -0.3896936 + outSlope: -0.3896936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.06525237 + inSlope: 0.5159016 + outSlope: 0.5159016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.04911315 + inSlope: 0.41394016 + outSlope: 0.41394016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.037656367 + inSlope: 0.32159668 + outSlope: 0.32159668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.027673371 + inSlope: 0.38061073 + outSlope: 0.38061073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.012282315 + inSlope: 0.63443977 + outSlope: 0.63443977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.014622647 + inSlope: 1.0104594 + outSlope: 1.0104594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.05508163 + inSlope: 1.3681977 + outSlope: 1.3681977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.20770179 + inSlope: 1.2625828 + outSlope: 1.2625828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.26531968 + inSlope: 0.46209672 + outSlope: 0.46209672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.27436215 + inSlope: -0.05734199 + outSlope: -0.05734199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.25491512 + inSlope: -0.32385045 + outSlope: -0.32385045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.20627905 + inSlope: -0.24074295 + outSlope: -0.24074295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.18756267 + inSlope: -0.13271314 + outSlope: -0.13271314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.16908826 + inSlope: -0.06326577 + outSlope: -0.06326577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.1713518 + inSlope: 0.18293025 + outSlope: 0.18293025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.18689251 + inSlope: -0.02325726 + outSlope: -0.02325726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.15459774 + inSlope: 0.0021095574 + outSlope: 0.0021095574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.2672985 + inSlope: 0.5361229 + outSlope: 0.5361229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.30210146 + inSlope: -0.07331335 + outSlope: -0.07331335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.25989035 + inSlope: -0.587977 + outSlope: -0.587977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.1673962 + inSlope: -1.2549815 + outSlope: -1.2549815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.032911073 + inSlope: -1.2113729 + outSlope: -1.2113729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.0044483487 + inSlope: -1.0117387 + outSlope: -1.0117387 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.076604255 + inSlope: -0.49341148 + outSlope: -0.49341148 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.10039391 + inSlope: -0.16664134 + outSlope: -0.16664134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.09263996 + inSlope: 0.47870883 + outSlope: 0.47870883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.07017518 + inSlope: 0.84298056 + outSlope: 0.84298056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.03644131 + inSlope: 1.0920981 + outSlope: 1.0920981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.0026315714 + inSlope: 1.1282914 + outSlope: 1.1282914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.038778316 + inSlope: 0.9307141 + outSlope: 0.9307141 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.064679116 + inSlope: 0.57334125 + outSlope: 0.57334125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.07700103 + inSlope: 0.19361556 + outSlope: 0.19361556 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.07188635 + inSlope: -0.17675339 + outSlope: -0.17675339 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.06580326 + inSlope: -0.14158452 + outSlope: -0.14158452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.062447395 + inSlope: -0.06689212 + outSlope: -0.06689212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.05868837 + inSlope: -0.16411921 + outSlope: -0.16411921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.05040251 + inSlope: -0.36166766 + outSlope: -0.36166766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.034577213 + inSlope: -0.5675911 + outSlope: -0.5675911 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.012563141 + inSlope: -0.6939292 + outSlope: -0.6939292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.011684687 + inSlope: -0.6954958 + outSlope: -0.6954958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.0338032 + inSlope: -0.58745575 + outSlope: -0.58745575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.062031955 + inSlope: -0.2638103 + outSlope: -0.2638103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.07399401 + inSlope: -0.043352026 + outSlope: -0.043352026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.069676325 + inSlope: 0.17116484 + outSlope: 0.17116484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.029895956 + inSlope: 0.3333858 + outSlope: 0.3333858 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.018973218 + inSlope: 0.3195076 + outSlope: 0.3195076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.0085954685 + inSlope: 0.28677654 + outSlope: 0.28677654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.00014519918 + inSlope: 0.20555738 + outSlope: 0.20555738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.0051083444 + inSlope: 0.04858978 + outSlope: 0.04858978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.0033845152 + inSlope: -0.18631943 + outSlope: -0.18631943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.0073129386 + inSlope: -0.46158797 + outSlope: -0.46158797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.027387986 + inSlope: -0.7149718 + outSlope: -0.7149718 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.11904002 + inSlope: -0.9276681 + outSlope: -0.9276681 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.19652307 + inSlope: -0.06393166 + outSlope: -0.06393166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.13416082 + inSlope: 0.847712 + outSlope: 0.847712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.013504361 + inSlope: 0.8025137 + outSlope: 0.8025137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.01147056 + inSlope: 0.6774005 + outSlope: 0.6774005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.05285393 + inSlope: 0.07756168 + outSlope: 0.07756168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.03821051 + inSlope: -0.5790108 + outSlope: -0.5790108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.012402159 + inSlope: -0.9730899 + outSlope: -0.9730899 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.026662085 + inSlope: -1.3474449 + outSlope: -1.3474449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.13499543 + inSlope: -1.7129728 + outSlope: -1.7129728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.2710844 + inSlope: -0.65786135 + outSlope: -0.65786135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.2829753 + inSlope: 0.46858728 + outSlope: 0.46858728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.23984528 + inSlope: 1.4879072 + outSlope: 1.4879072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.12352125 + inSlope: 1.8219795 + outSlope: 1.8219795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000051226414 + inSlope: 1.8695086 + outSlope: 1.8695086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: UpperChest Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 3.1468482 + outSlope: 3.1468482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.20921572 + inSlope: 3.0879717 + outSlope: 3.0879717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.31075975 + inSlope: 2.8467631 + outSlope: 2.8467631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39899993 + inSlope: 2.0126 + outSlope: 2.0126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.4489483 + inSlope: -0.3853061 + outSlope: -0.3853061 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.41924602 + inSlope: -0.8997556 + outSlope: -0.8997556 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.25016895 + inSlope: -2.0614817 + outSlope: -2.0614817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.07614629 + inSlope: -3.0431185 + outSlope: -3.0431185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.03080266 + inSlope: -3.1985044 + outSlope: -3.1985044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.13708724 + inSlope: -2.981948 + outSlope: -2.981948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.29899633 + inSlope: -1.7148609 + outSlope: -1.7148609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.39117634 + inSlope: -0.597092 + outSlope: -0.597092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.4052934 + inSlope: 1.2491393 + outSlope: 1.2491393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.13480808 + inSlope: 1.9562535 + outSlope: 1.9562535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.07578521 + inSlope: 1.5329329 + outSlope: 1.5329329 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.0326125 + inSlope: 1.0663037 + outSlope: 1.0663037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.0046982174 + inSlope: 0.6528265 + outSlope: 0.6528265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.010909224 + inSlope: 0.32959145 + outSlope: 0.32959145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.01727455 + inSlope: 0.0746546 + outSlope: 0.0746546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.015886215 + inSlope: -0.16477823 + outSlope: -0.16477823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.006289344 + inSlope: -0.4319698 + outSlope: -0.4319698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.0129117435 + inSlope: -0.7321155 + outSlope: -0.7321155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.04251842 + inSlope: -1.0315698 + outSlope: -1.0315698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.12759379 + inSlope: -1.410365 + outSlope: -1.410365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.2698305 + inSlope: -0.1690918 + outSlope: -0.1690918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.23977111 + inSlope: 0.9605234 + outSlope: 0.9605234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.11926191 + inSlope: 0.9901211 + outSlope: 0.9901211 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.09158585 + inSlope: 0.6579298 + outSlope: 0.6579298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.06337018 + inSlope: 0.108956575 + outSlope: 0.108956575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.06024219 + inSlope: 0.066943474 + outSlope: 0.066943474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.07682499 + inSlope: -0.5891272 + outSlope: -0.5891272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.18293197 + inSlope: -1.3911772 + outSlope: -1.3911772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.37170497 + inSlope: -1.1139233 + outSlope: -1.1139233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.40811113 + inSlope: 0.6507134 + outSlope: 0.6507134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.25667006 + inSlope: 1.8575675 + outSlope: 1.8575675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.14828455 + inSlope: 1.2084838 + outSlope: 1.2084838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.094026126 + inSlope: 0.6140633 + outSlope: 0.6140633 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.074732296 + inSlope: 0.6533779 + outSlope: 0.6533779 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.050467502 + inSlope: 0.8125724 + outSlope: 0.8125724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.020560853 + inSlope: 0.8593569 + outSlope: 0.8593569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.006822899 + inSlope: 0.56942344 + outSlope: 0.56942344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.017400673 + inSlope: -0.14103305 + outSlope: -0.14103305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.002579296 + inSlope: -1.1467173 + outSlope: -1.1467173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.059047077 + inSlope: -2.1525335 + outSlope: -2.1525335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.24737161 + inSlope: -2.9463043 + outSlope: -2.9463043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.4147869 + inSlope: -1.7174375 + outSlope: -1.7174375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.46759185 + inSlope: 0.117092334 + outSlope: 0.117092334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.41339475 + inSlope: 1.406369 + outSlope: 1.406369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.26768702 + inSlope: 2.8555486 + outSlope: 2.8555486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.048025772 + inSlope: 3.4892054 + outSlope: 3.4892054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.069635935 + inSlope: 3.4918168 + outSlope: 3.4918168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.38567978 + inSlope: 2.4135575 + outSlope: 2.4135575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.4682166 + inSlope: -1.1717694 + outSlope: -1.1717694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.3038113 + inSlope: -3.441081 + outSlope: -3.441081 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.038508166 + inSlope: -4.0855217 + outSlope: -4.0855217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.09608775 + inSlope: -3.842174 + outSlope: -3.842174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.39619172 + inSlope: -1.8731327 + outSlope: -1.8731327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.3888557 + inSlope: 2.114646 + outSlope: 2.114646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.18177877 + inSlope: 3.9614077 + outSlope: 3.9614077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.037024885 + inSlope: 4.5709896 + outSlope: 4.5709896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.12295244 + inSlope: 4.817561 + outSlope: 4.817561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.54412425 + inSlope: 2.7301373 + outSlope: 2.7301373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.5788217 + inSlope: -2.176737 + outSlope: -2.176737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.33845854 + inSlope: -4.5987206 + outSlope: -4.5987206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.17289965 + inSlope: -5.0446715 + outSlope: -5.0446715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.0021474357 + inSlope: -4.9307437 + outSlope: -4.9307437 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.15581627 + inSlope: -4.3453765 + outSlope: -4.3453765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.38575318 + inSlope: -2.4168975 + outSlope: -2.4168975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.2925336 + inSlope: 2.9645262 + outSlope: 2.9645262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.056194853 + inSlope: 3.9341059 + outSlope: 3.9341059 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.07966626 + inSlope: 4.1054955 + outSlope: 4.1054955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.46749476 + inSlope: 3.1539521 + outSlope: 3.1539521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.62035435 + inSlope: -0.6132144 + outSlope: -0.6132144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.35173643 + inSlope: -4.076448 + outSlope: -4.076448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.06399681 + inSlope: -4.128663 + outSlope: -4.128663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.06750114 + inSlope: -3.6654615 + outSlope: -3.6654615 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.34479067 + inSlope: -1.8191081 + outSlope: -1.8191081 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.3940626 + inSlope: -0.22497946 + outSlope: -0.22497946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.35978928 + inSlope: 1.5238461 + outSlope: 1.5238461 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.20288128 + inSlope: 2.827661 + outSlope: 2.827661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 3.118875 + outSlope: 3.118875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: UpperChest Twist Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RootT.y + path: + classID: 95 + script: {fileID: 0} + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 45 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 46 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 47 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 54 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 55 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 56 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 81 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 82 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 83 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 69 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 68 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 84 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 85 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 86 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 87 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 66 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 67 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 79 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 80 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 70 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 63 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 64 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 65 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 17 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 18 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 19 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 20 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 14 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 15 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 16 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 31 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 32 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 33 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 34 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 28 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 29 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 30 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 51 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 52 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 53 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 90 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 91 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 92 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 77 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 76 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 93 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 94 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 95 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 96 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 74 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 75 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 88 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 89 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 78 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 71 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 72 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 73 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 24 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 25 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 26 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 27 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 21 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 22 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 23 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 38 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 39 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 40 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 41 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 35 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 36 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 37 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 42 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 43 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 44 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 48 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 49 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 50 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 61 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 62 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 57 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 58 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 101 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 103 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 104 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 102 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 113 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 115 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 116 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 114 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 105 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 107 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 108 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 106 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 109 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 111 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 112 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 110 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 97 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 99 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 100 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 98 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 59 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 60 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 121 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 123 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 124 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 122 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 133 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 135 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 136 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 134 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 125 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 127 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 128 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 126 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 129 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 131 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 132 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 130 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 117 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 119 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 120 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 118 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 8 + script: {fileID: 0} + typeID: 95 + customType: 8 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 5.4333334 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 1 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 0 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 1 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.000000042688693 + inSlope: 0.33172882 + outSlope: 0.33172882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.01105767 + inSlope: 0.38410407 + outSlope: 0.38410407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.025606982 + inSlope: 0.50660145 + outSlope: 0.50660145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.044831105 + inSlope: 0.56964517 + outSlope: 0.56964517 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.06358333 + inSlope: 0.4386021 + outSlope: 0.4386021 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.07407124 + inSlope: 0.17592475 + outSlope: 0.17592475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.075311646 + inSlope: -0.0685062 + outSlope: -0.0685062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.069504164 + inSlope: -0.1519961 + outSlope: -0.1519961 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.049798574 + inSlope: -0.23998731 + outSlope: -0.23998731 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.018763883 + inSlope: -0.31882125 + outSlope: -0.31882125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.008533126 + inSlope: -0.2907322 + outSlope: -0.2907322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.00061826105 + inSlope: -0.2595424 + outSlope: -0.2595424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.03804923 + inSlope: -0.07144091 + outSlope: -0.07144091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.04187411 + inSlope: -0.042934075 + outSlope: -0.042934075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.03970854 + inSlope: 0.122878015 + outSlope: 0.122878015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.021802576 + inSlope: 0.14995137 + outSlope: 0.14995137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.01780971 + inSlope: 0.08521484 + outSlope: 0.08521484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.01581855 + inSlope: 0.014608456 + outSlope: 0.014608456 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.014918997 + inSlope: 0.04144196 + outSlope: 0.04144196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.009178506 + inSlope: 0.031810567 + outSlope: 0.031810567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.008741675 + inSlope: -0.010091847 + outSlope: -0.010091847 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.009851299 + inSlope: -0.052257847 + outSlope: -0.052257847 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.017435951 + inSlope: -0.053487904 + outSlope: -0.053487904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.018747035 + inSlope: 0.0014638727 + outSlope: 0.0014638727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.019124476 + inSlope: -0.040155806 + outSlope: -0.040155806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.024805998 + inSlope: -0.118534476 + outSlope: -0.118534476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.035721585 + inSlope: -0.04948993 + outSlope: -0.04948993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.031141011 + inSlope: 0.13870072 + outSlope: 0.13870072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.018963864 + inSlope: 0.19812462 + outSlope: 0.19812462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.00738485 + inSlope: 0.10564177 + outSlope: 0.10564177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.0053510186 + inSlope: 0.005164407 + outSlope: 0.005164407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.007040542 + inSlope: -0.10032627 + outSlope: -0.10032627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.018903695 + inSlope: -0.20743346 + outSlope: -0.20743346 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.03164595 + inSlope: -0.14831428 + outSlope: -0.14831428 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.03523373 + inSlope: 0.116976276 + outSlope: 0.116976276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.024303367 + inSlope: 0.1857577 + outSlope: 0.1857577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.012716964 + inSlope: 0.118914425 + outSlope: 0.118914425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.010060924 + inSlope: 0.014154393 + outSlope: 0.014154393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.011773339 + inSlope: -0.13863689 + outSlope: -0.13863689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.019303374 + inSlope: -0.31715608 + outSlope: -0.31715608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.032917056 + inSlope: -0.47335076 + outSlope: -0.47335076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.08382027 + inSlope: -0.3301834 + outSlope: -0.3301834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.09213514 + inSlope: 0.02563155 + outSlope: 0.02563155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.088291906 + inSlope: -0.014189012 + outSlope: -0.014189012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.09563949 + inSlope: -0.1423445 + outSlope: -0.1423445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.10028013 + inSlope: 0.08257423 + outSlope: 0.08257423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.058598675 + inSlope: 0.34635913 + outSlope: 0.34635913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.030877331 + inSlope: 0.23064667 + outSlope: 0.23064667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.012340841 + inSlope: 0.120162226 + outSlope: 0.120162226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.0064984784 + inSlope: 0.022640489 + outSlope: 0.022640489 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.0059389723 + inSlope: 0.012068683 + outSlope: 0.012068683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.005693896 + inSlope: -0.0031751518 + outSlope: -0.0031751518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.0080544045 + inSlope: -0.09131915 + outSlope: -0.09131915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.012238586 + inSlope: -0.16555649 + outSlope: -0.16555649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.019091493 + inSlope: -0.23524055 + outSlope: -0.23524055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.043602824 + inSlope: -0.14386147 + outSlope: -0.14386147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.045214508 + inSlope: 0.07763047 + outSlope: 0.07763047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.035192475 + inSlope: -0.006173199 + outSlope: -0.006173199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.037494093 + inSlope: -0.13970554 + outSlope: -0.13970554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.05521805 + inSlope: -0.3407361 + outSlope: -0.3407361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.07746225 + inSlope: -0.24065885 + outSlope: -0.24065885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.083404385 + inSlope: 0.06874978 + outSlope: 0.06874978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.06578614 + inSlope: 0.14313573 + outSlope: 0.14313573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.060425837 + inSlope: 0.0696491 + outSlope: 0.0696491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.050647285 + inSlope: 0.29861033 + outSlope: 0.29861033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.037702158 + inSlope: 0.46833858 + outSlope: 0.46833858 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.019424742 + inSlope: 0.5816482 + outSlope: 0.5816482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.0010743511 + inSlope: 0.5823151 + outSlope: 0.5823151 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.019396227 + inSlope: 0.45878202 + outSlope: 0.45878202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.031659964 + inSlope: 0.25130188 + outSlope: 0.25130188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.036149845 + inSlope: 0.028653003 + outSlope: 0.028653003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.026137771 + inSlope: -0.26372415 + outSlope: -0.26372415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.01598857 + inSlope: -0.33061725 + outSlope: -0.33061725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.0040966426 + inSlope: -0.38511118 + outSlope: -0.38511118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.009685484 + inSlope: -0.44705355 + outSlope: -0.44705355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.025706898 + inSlope: -0.5054735 + outSlope: -0.5054735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.07534325 + inSlope: -0.3601734 + outSlope: -0.3601734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.07367881 + inSlope: 0.3124228 + outSlope: 0.3124228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.04501436 + inSlope: 0.54160464 + outSlope: 0.54160464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.025305651 + inSlope: 0.5986196 + outSlope: 0.5986196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.005106424 + inSlope: 0.5497625 + outSlope: 0.5497625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.011345147 + inSlope: 0.37947884 + outSlope: 0.37947884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.019631164 + inSlope: -0.19020891 + outSlope: -0.19020891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.007511559 + inSlope: -0.35698467 + outSlope: -0.35698467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.0041677905 + inSlope: -0.24621624 + outSlope: -0.24621624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.008902841 + inSlope: -0.044559427 + outSlope: -0.044559427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.007138416 + inSlope: 0.13354339 + outSlope: 0.13354339 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.000000042688693 + inSlope: 0.21415398 + outSlope: 0.21415398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Chest Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.000000085377344 + inSlope: 0.9476375 + outSlope: 0.9476375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.03158783 + inSlope: 0.9769201 + outSlope: 0.9769201 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.065127924 + inSlope: 1.0532072 + outSlope: 1.0532072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.101801656 + inSlope: 1.0643157 + outSlope: 1.0643157 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.1360823 + inSlope: 0.8156698 + outSlope: 0.8156698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.16124237 + inSlope: -0.047607236 + outSlope: -0.047607236 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.15300582 + inSlope: -0.2860149 + outSlope: -0.2860149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.10737036 + inSlope: -0.68956614 + outSlope: -0.68956614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.050242495 + inSlope: -0.96254027 + outSlope: -0.96254027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.017209394 + inSlope: -0.9435048 + outSlope: -0.9435048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.012657822 + inSlope: -0.7724787 + outSlope: -0.7724787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.034289163 + inSlope: -0.4820977 + outSlope: -0.4820977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.044797655 + inSlope: -0.1545592 + outSlope: -0.1545592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.044593118 + inSlope: 0.11398661 + outSlope: 0.11398661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.027412092 + inSlope: 0.27254993 + outSlope: 0.27254993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.01902856 + inSlope: 0.21162507 + outSlope: 0.21162507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.013303758 + inSlope: 0.1554376 + outSlope: 0.1554376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.0086660525 + inSlope: 0.17356664 + outSlope: 0.17356664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.0017326466 + inSlope: 0.28805536 + outSlope: 0.28805536 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.010537653 + inSlope: 0.46522912 + outSlope: 0.46522912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.02928262 + inSlope: 0.6384367 + outSlope: 0.6384367 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.10163878 + inSlope: 0.607532 + outSlope: 0.607532 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.12971725 + inSlope: 0.23075297 + outSlope: 0.23075297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.1351011 + inSlope: -0.016401688 + outSlope: -0.016401688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.12666544 + inSlope: -0.15778166 + outSlope: -0.15778166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.102379344 + inSlope: -0.12128107 + outSlope: -0.12128107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.09280787 + inSlope: -0.071342245 + outSlope: -0.071342245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.081800625 + inSlope: -0.04191749 + outSlope: -0.04191749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.0828014 + inSlope: 0.09680897 + outSlope: 0.09680897 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.09100979 + inSlope: -0.008513469 + outSlope: -0.008513469 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.076030955 + inSlope: 0.0153001165 + outSlope: 0.0153001165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.13977568 + inSlope: 0.18838714 + outSlope: 0.18838714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.13471167 + inSlope: -0.21279304 + outSlope: -0.21279304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.10061929 + inSlope: -0.49828824 + outSlope: -0.49828824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.01879669 + inSlope: -0.5749726 + outSlope: -0.5749726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.0009924539 + inSlope: -0.484196 + outSlope: -0.484196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.034217324 + inSlope: -0.25061965 + outSlope: -0.25061965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.04693554 + inSlope: -0.10360277 + outSlope: -0.10360277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.044867467 + inSlope: 0.20676018 + outSlope: 0.20676018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.03480008 + inSlope: 0.38509417 + outSlope: 0.38509417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.019194547 + inSlope: 0.50809485 + outSlope: 0.50809485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.00092698936 + inSlope: 0.5273135 + outSlope: 0.5273135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.015959783 + inSlope: 0.4320938 + outSlope: 0.4320938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.027879234 + inSlope: 0.2589854 + outSlope: 0.2589854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.033225458 + inSlope: 0.076401286 + outSlope: 0.076401286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.02988551 + inSlope: -0.09079493 + outSlope: -0.09079493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.02691966 + inSlope: -0.06453876 + outSlope: -0.06453876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.02558293 + inSlope: -0.019955514 + outSlope: -0.019955514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.024969853 + inSlope: -0.05904266 + outSlope: -0.05904266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.02165312 + inSlope: -0.15457478 + outSlope: -0.15457478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.014664877 + inSlope: -0.25535852 + outSlope: -0.25535852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.0046292343 + inSlope: -0.31867167 + outSlope: -0.31867167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.00657988 + inSlope: -0.3229229 + outSlope: -0.3229229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.016898938 + inSlope: -0.27510676 + outSlope: -0.27510676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.030226821 + inSlope: -0.12506163 + outSlope: -0.12506163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.035712555 + inSlope: -0.018735528 + outSlope: -0.018735528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.03258681 + inSlope: 0.076998934 + outSlope: 0.076998934 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.022383144 + inSlope: 0.11940577 + outSlope: 0.11940577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.01344741 + inSlope: 0.14210212 + outSlope: 0.14210212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.008714563 + inSlope: 0.12417312 + outSlope: 0.12417312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.0051692105 + inSlope: 0.06391269 + outSlope: 0.06391269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.004453721 + inSlope: -0.042197455 + outSlope: -0.042197455 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.007982371 + inSlope: -0.17723615 + outSlope: -0.17723615 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.016269453 + inSlope: -0.31059122 + outSlope: -0.31059122 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.097617984 + inSlope: -0.19130482 + outSlope: -0.19130482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.092432685 + inSlope: 0.27167025 + outSlope: 0.27167025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.03799654 + inSlope: 0.43456268 + outSlope: 0.43456268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.0002580851 + inSlope: 0.2957872 + outSlope: 0.2957872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.014815155 + inSlope: 0.14509937 + outSlope: 0.14509937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.017887695 + inSlope: -0.08231452 + outSlope: -0.08231452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.012716479 + inSlope: -0.2468546 + outSlope: -0.2468546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.0014306632 + inSlope: -0.43532568 + outSlope: -0.43532568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.016305206 + inSlope: -0.6210635 + outSlope: -0.6210635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.067417435 + inSlope: -0.82566714 + outSlope: -0.82566714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.13496 + inSlope: -0.33476326 + outSlope: -0.33476326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.14101931 + inSlope: 0.23304987 + outSlope: 0.23304987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.11942335 + inSlope: 0.75149155 + outSlope: 0.75149155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.06067278 + inSlope: 0.907123 + outSlope: 0.907123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.000000085377344 + inSlope: 0.91335183 + outSlope: 0.91335183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Chest Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.0000005976415 + inSlope: 1.6003304 + outSlope: 1.6003304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.10636177 + inSlope: 1.5676521 + outSlope: 1.5676521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.1578539 + inSlope: 1.4428811 + outSlope: 1.4428811 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.20255385 + inSlope: 1.020168 + outSlope: 1.020168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.22802454 + inSlope: -0.18975358 + outSlope: -0.18975358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.21321486 + inSlope: -0.44757956 + outSlope: -0.44757956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.12910888 + inSlope: -1.0324106 + outSlope: -1.0324106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.041606244 + inSlope: -1.5338264 + outSlope: -1.5338264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.012340313 + inSlope: -1.6130433 + outSlope: -1.6130433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.06592993 + inSlope: -1.5018296 + outSlope: -1.5018296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.14716488 + inSlope: -0.85378015 + outSlope: -0.85378015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.19230601 + inSlope: -0.29145557 + outSlope: -0.29145557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.21765707 + inSlope: -0.044360794 + outSlope: -0.044360794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.19982496 + inSlope: 0.62594587 + outSlope: 0.62594587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.06296318 + inSlope: 0.99339145 + outSlope: 0.99339145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.032983635 + inSlope: 0.77852917 + outSlope: 0.77852917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.011061211 + inSlope: 0.54117304 + outSlope: 0.54117304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.0030946091 + inSlope: 0.33074772 + outSlope: 0.33074772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.0109886145 + inSlope: 0.16608833 + outSlope: 0.16608833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.014167164 + inSlope: 0.0356753 + outSlope: 0.0356753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.0015428412 + inSlope: -0.37581855 + outSlope: -0.37581855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.01669626 + inSlope: -0.5254129 + outSlope: -0.5254129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.05969094 + inSlope: -0.707798 + outSlope: -0.707798 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.13030604 + inSlope: -0.07876608 + outSlope: -0.07876608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.11486718 + inSlope: 0.48786902 + outSlope: 0.48786902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.053630173 + inSlope: 0.5040908 + outSlope: 0.5040908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.03953567 + inSlope: 0.33441055 + outSlope: 0.33441055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.025532369 + inSlope: 0.04945951 + outSlope: 0.04945951 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.024145288 + inSlope: 0.028645853 + outSlope: 0.028645853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.025815545 + inSlope: -0.13846347 + outSlope: -0.13846347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.032853544 + inSlope: -0.3003775 + outSlope: -0.3003775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.0643497 + inSlope: -0.61462826 + outSlope: -0.61462826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.18145043 + inSlope: -0.55112314 + outSlope: -0.55112314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.19894107 + inSlope: 0.33261296 + outSlope: 0.33261296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.12227121 + inSlope: 0.94130033 + outSlope: 0.94130033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.067239076 + inSlope: 0.61290455 + outSlope: 0.61290455 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.050751235 + inSlope: 0.40855375 + outSlope: 0.40855375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.030640373 + inSlope: 0.3172419 + outSlope: 0.3172419 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.018852677 + inSlope: 0.39760685 + outSlope: 0.39760685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.0041332743 + inSlope: 0.42610472 + outSlope: 0.42610472 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.009554276 + inSlope: 0.28790468 + outSlope: 0.28790468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.015060351 + inSlope: -0.06269662 + outSlope: -0.06269662 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.005374505 + inSlope: -0.56614304 + outSlope: -0.56614304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.022682482 + inSlope: -1.0761669 + outSlope: -1.0761669 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.117667854 + inSlope: -1.4989183 + outSlope: -1.4989183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.20368926 + inSlope: -0.89490086 + outSlope: -0.89490086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.23293759 + inSlope: 0.05261091 + outSlope: 0.05261091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.2059056 + inSlope: 0.7083028 + outSlope: 0.7083028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.13245885 + inSlope: 1.4391592 + outSlope: 1.4391592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.021839725 + inSlope: 1.755126 + outSlope: 1.755126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.03730805 + inSlope: 1.7539675 + outSlope: 1.7539675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.1957023 + inSlope: 1.2064333 + outSlope: 1.2064333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.23664333 + inSlope: -0.589925 + outSlope: -0.589925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.1542895 + inSlope: -1.7193463 + outSlope: -1.7193463 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.021998862 + inSlope: -2.0334644 + outSlope: -2.0334644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.044931255 + inSlope: -1.909426 + outSlope: -1.909426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.19400911 + inSlope: -0.9332963 + outSlope: -0.9332963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.19135465 + inSlope: 1.044377 + outSlope: 1.044377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.08852271 + inSlope: 1.9745595 + outSlope: 1.9745595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.016264843 + inSlope: 2.284477 + outSlope: 2.284477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.06377503 + inSlope: 2.4121623 + outSlope: 2.4121623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.2749738 + inSlope: 1.3699166 + outSlope: 1.3699166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.29214832 + inSlope: -1.0979316 + outSlope: -1.0979316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.17107485 + inSlope: -2.3138778 + outSlope: -2.3138778 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.08781948 + inSlope: -2.5346336 + outSlope: -2.5346336 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.0020994467 + inSlope: -2.472381 + outSlope: -2.472381 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.077005774 + inSlope: -2.1724632 + outSlope: -2.1724632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.19148156 + inSlope: -1.1963613 + outSlope: -1.1963613 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.14368227 + inSlope: 1.4819074 + outSlope: 1.4819074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.025423152 + inSlope: 1.9703486 + outSlope: 1.9703486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.042645663 + inSlope: 2.0573125 + outSlope: 2.0573125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.2370983 + inSlope: 1.5831752 + outSlope: 1.5831752 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.3140796 + inSlope: -0.3068195 + outSlope: -0.3068195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.17788184 + inSlope: -2.0820348 + outSlope: -2.0820348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.030114884 + inSlope: -2.12892 + outSlope: -2.12892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.037787642 + inSlope: -1.8897933 + outSlope: -1.8897933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.17903244 + inSlope: -0.9036927 + outSlope: -0.9036927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.2031826 + inSlope: -0.08459002 + outSlope: -0.08459002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.18467177 + inSlope: 0.80413103 + outSlope: 0.80413103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.10350215 + inSlope: 1.4494236 + outSlope: 1.4494236 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.0000005976415 + inSlope: 1.5883564 + outSlope: 1.5883564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Chest Twist Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000017075472 + inSlope: -0.09859564 + outSlope: -0.09859564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.003286351 + inSlope: 0.0050483756 + outSlope: 0.0050483756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.00033672908 + inSlope: 0.30303708 + outSlope: 0.30303708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.016916124 + inSlope: 0.6640175 + outSlope: 0.6640175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.044604562 + inSlope: 0.77621055 + outSlope: 0.77621055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.06866349 + inSlope: 0.5644448 + outSlope: 0.5644448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.08223422 + inSlope: 0.1877142 + outSlope: 0.1877142 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.07048709 + inSlope: -0.36184835 + outSlope: -0.36184835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.057054557 + inSlope: -0.33441007 + outSlope: -0.33441007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.048193086 + inSlope: -0.13369544 + outSlope: -0.13369544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.048141528 + inSlope: 0.12032625 + outSlope: 0.12032625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.0763123 + inSlope: 0.15719905 + outSlope: 0.15719905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.078114666 + inSlope: -0.051131416 + outSlope: -0.051131416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.057572883 + inSlope: -0.121703185 + outSlope: -0.121703185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.05622316 + inSlope: 0.041373596 + outSlope: 0.041373596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.069572926 + inSlope: 0.0077153407 + outSlope: 0.0077153407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.06690513 + inSlope: -0.15227468 + outSlope: -0.15227468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.051528297 + inSlope: -0.17183171 + outSlope: -0.17183171 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.04796583 + inSlope: -0.008588348 + outSlope: -0.008588348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.059493154 + inSlope: 0.2956415 + outSlope: 0.2956415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.081405476 + inSlope: 0.2840349 + outSlope: 0.2840349 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.095699996 + inSlope: 0.0028493553 + outSlope: 0.0028493553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.08455894 + inSlope: -0.019792961 + outSlope: -0.019792961 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.09142821 + inSlope: 0.12505174 + outSlope: 0.12505174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.0956732 + inSlope: -0.12091903 + outSlope: -0.12091903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.062313024 + inSlope: -0.22513773 + outSlope: -0.22513773 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.06278338 + inSlope: 0.26291355 + outSlope: 0.26291355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.10840015 + inSlope: 0.2899202 + outSlope: 0.2899202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.1315468 + inSlope: 0.23568815 + outSlope: 0.23568815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.1485575 + inSlope: -0.18006134 + outSlope: -0.18006134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.1103882 + inSlope: -0.016172841 + outSlope: -0.016172841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.12549886 + inSlope: 0.39671385 + outSlope: 0.39671385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.16435686 + inSlope: 0.20128638 + outSlope: 0.20128638 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.1623258 + inSlope: -0.19981 + outSlope: -0.19981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.11724352 + inSlope: -0.793705 + outSlope: -0.793705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.050066076 + inSlope: -1.1064085 + outSlope: -1.1064085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.012819812 + inSlope: -1.0352385 + outSlope: -1.0352385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.018949762 + inSlope: -0.7930296 + outSlope: -0.7930296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.040048778 + inSlope: -0.4460742 + outSlope: -0.4460742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.048688013 + inSlope: -0.116467714 + outSlope: -0.116467714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.043904256 + inSlope: 0.066456035 + outSlope: 0.066456035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.043382883 + inSlope: -0.07538674 + outSlope: -0.07538674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.04893003 + inSlope: -0.22358608 + outSlope: -0.22358608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.06611981 + inSlope: -0.13425034 + outSlope: -0.13425034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.06723862 + inSlope: 0.10120465 + outSlope: 0.10120465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.059372842 + inSlope: 0.3456242 + outSlope: 0.3456242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.026223527 + inSlope: 0.50782746 + outSlope: 0.50782746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.010341771 + inSlope: 0.39971805 + outSlope: 0.39971805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.0004243179 + inSlope: 0.23841944 + outSlope: 0.23841944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.005552844 + inSlope: 0.08820364 + outSlope: 0.08820364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.006304555 + inSlope: -0.01450612 + outSlope: -0.01450612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.0045857704 + inSlope: -0.06519817 + outSlope: -0.06519817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.0019580144 + inSlope: -0.08520923 + outSlope: -0.08520923 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.0010948395 + inSlope: -0.11144531 + outSlope: -0.11144531 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.0054716975 + inSlope: -0.17505331 + outSlope: -0.17505331 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.012765081 + inSlope: -0.2746598 + outSlope: -0.2746598 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.023782333 + inSlope: -0.37171316 + outSlope: -0.37171316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.05187513 + inSlope: -0.4123717 + outSlope: -0.4123717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.09765823 + inSlope: -0.2821741 + outSlope: -0.2821741 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.11118657 + inSlope: 0.12474977 + outSlope: 0.12474977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.088335566 + inSlope: 0.5136399 + outSlope: 0.5136399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.035633057 + inSlope: 0.31199297 + outSlope: 0.31199297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.029186355 + inSlope: 0.061911438 + outSlope: 0.061911438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.03150554 + inSlope: -0.17442156 + outSlope: -0.17442156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.06394292 + inSlope: -0.23901668 + outSlope: -0.23901668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.06695781 + inSlope: 0.1694244 + outSlope: 0.1694244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.026816532 + inSlope: 0.5224372 + outSlope: 0.5224372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.0088925725 + inSlope: 0.5317422 + outSlope: 0.5317422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.008632919 + inSlope: 0.49481738 + outSlope: 0.49481738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.024095222 + inSlope: 0.4030165 + outSlope: 0.4030165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.03550066 + inSlope: 0.260149 + outSlope: 0.260149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.042069774 + inSlope: -0.03767515 + outSlope: -0.03767515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.033720516 + inSlope: -0.1715904 + outSlope: -0.1715904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.008531364 + inSlope: -0.15285343 + outSlope: -0.15285343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.0040379902 + inSlope: -0.118983716 + outSlope: -0.118983716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.00059912354 + inSlope: -0.08657879 + outSlope: -0.08657879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.0017339234 + inSlope: -0.036317144 + outSlope: -0.036317144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.0018220174 + inSlope: 0.062401082 + outSlope: 0.062401082 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.0024261447 + inSlope: 0.21432617 + outSlope: 0.21432617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.01246638 + inSlope: 0.36921132 + outSlope: 0.36921132 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.027040208 + inSlope: 0.43679935 + outSlope: 0.43679935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.04158652 + inSlope: 0.34599248 + outSlope: 0.34599248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.05010656 + inSlope: 0.10539778 + outSlope: 0.10539778 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.04861303 + inSlope: -0.18299115 + outSlope: -0.18299115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.03790716 + inSlope: -0.37433505 + outSlope: -0.37433505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.023657385 + inSlope: -0.36674577 + outSlope: -0.36674577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.013457465 + inSlope: -0.16443574 + outSlope: -0.16443574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.012695013 + inSlope: 0.12568438 + outSlope: 0.12568438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.021836415 + inSlope: 0.35364622 + outSlope: 0.35364622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.036271404 + inSlope: 0.20974632 + outSlope: 0.20974632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.03581949 + inSlope: -0.105495654 + outSlope: -0.105495654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.029238367 + inSlope: -0.25462672 + outSlope: -0.25462672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.01884439 + inSlope: -0.31234396 + outSlope: -0.31234396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.008415456 + inSlope: -0.28266358 + outSlope: -0.28266358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000017075472 + inSlope: -0.2524588 + outSlope: -0.2524588 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Head Nod Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.00000034150946 + inSlope: -0.28214583 + outSlope: -0.28214583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.009405203 + inSlope: -0.2689184 + outSlope: -0.2689184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.017928237 + inSlope: -0.17425394 + outSlope: -0.17425394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.021022134 + inSlope: 0.08043035 + outSlope: 0.08043035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.012566214 + inSlope: 0.3958876 + outSlope: 0.3958876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.0053703743 + inSlope: 0.586277 + outSlope: 0.586277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.02651893 + inSlope: 0.5813978 + outSlope: 0.5813978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.044130236 + inSlope: 0.35680813 + outSlope: 0.35680813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.050306138 + inSlope: 0.049038436 + outSlope: 0.049038436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.040262014 + inSlope: -0.19170806 + outSlope: -0.19170806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.03461893 + inSlope: -0.092194624 + outSlope: -0.092194624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.034115706 + inSlope: 0.06592256 + outSlope: 0.06592256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.055523235 + inSlope: 0.23391554 + outSlope: 0.23391554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.06855133 + inSlope: 0.17978168 + outSlope: 0.17978168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.082982935 + inSlope: 0.2983338 + outSlope: 0.2983338 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.108144686 + inSlope: 0.38563606 + outSlope: 0.38563606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.12651554 + inSlope: 0.05819416 + outSlope: 0.05819416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.11379428 + inSlope: -0.36723742 + outSlope: -0.36723742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.08715059 + inSlope: -0.2914507 + outSlope: -0.2914507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.07971111 + inSlope: 0.05221897 + outSlope: 0.05221897 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.09233702 + inSlope: 0.041726943 + outSlope: 0.041726943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.075993836 + inSlope: -0.35984254 + outSlope: -0.35984254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.019728879 + inSlope: -0.285885 + outSlope: -0.285885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.012688045 + inSlope: -0.11947968 + outSlope: -0.11947968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.011763571 + inSlope: 0.06372721 + outSlope: 0.06372721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.016936518 + inSlope: 0.22925204 + outSlope: 0.22925204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.054077342 + inSlope: 0.40213373 + outSlope: 0.40213373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.08693037 + inSlope: 0.2577606 + outSlope: 0.2577606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.11256797 + inSlope: 0.280191 + outSlope: 0.280191 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.12971017 + inSlope: -0.25039226 + outSlope: -0.25039226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.09560433 + inSlope: -0.7210374 + outSlope: -0.7210374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.040715545 + inSlope: -0.8009112 + outSlope: -0.8009112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.015402396 + inSlope: -0.68213177 + outSlope: -0.68213177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.0047599133 + inSlope: -0.5204277 + outSlope: -0.5204277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.028668357 + inSlope: -0.20740885 + outSlope: -0.20740885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.03232369 + inSlope: 0.10574077 + outSlope: 0.10574077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.026070759 + inSlope: 0.2567582 + outSlope: 0.2567582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.015206491 + inSlope: 0.36174506 + outSlope: 0.36174506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.0019543485 + inSlope: 0.38996905 + outSlope: 0.38996905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.010791517 + inSlope: 0.34215415 + outSlope: 0.34215415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.020855905 + inSlope: 0.25746256 + outSlope: 0.25746256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.04098607 + inSlope: 0.2586493 + outSlope: 0.2586493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.051054593 + inSlope: 0.33262914 + outSlope: 0.33262914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.07834083 + inSlope: -0.012838177 + outSlope: -0.012838177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.072979845 + inSlope: -0.31766632 + outSlope: -0.31766632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.033844516 + inSlope: -0.7413759 + outSlope: -0.7413759 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.0077380817 + inSlope: -0.76839197 + outSlope: -0.76839197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.017381746 + inSlope: -0.71928275 + outSlope: -0.71928275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.108326614 + inSlope: -0.7718891 + outSlope: -0.7718891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.19915742 + inSlope: -0.30630878 + outSlope: -0.30630878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.20172174 + inSlope: 0.023668505 + outSlope: 0.023668505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.18634865 + inSlope: 0.37329546 + outSlope: 0.37329546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.12818746 + inSlope: 0.66301185 + outSlope: 0.66301185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.090425774 + inSlope: 0.3551941 + outSlope: 0.3551941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.085479625 + inSlope: -0.19837359 + outSlope: -0.19837359 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.12513433 + inSlope: -0.35266623 + outSlope: -0.35266623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.13744007 + inSlope: -0.0035396852 + outSlope: -0.0035396852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.12626137 + inSlope: 0.049951945 + outSlope: 0.049951945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.13236298 + inSlope: 0.106553055 + outSlope: 0.106553055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.0980277 + inSlope: 0.46590465 + outSlope: 0.46590465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.069472015 + inSlope: 0.33381933 + outSlope: 0.33381933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.054451272 + inSlope: 0.14279121 + outSlope: 0.14279121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.04142752 + inSlope: 0.21492377 + outSlope: 0.21492377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.020042976 + inSlope: 0.43211794 + outSlope: 0.43211794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.003854131 + inSlope: 0.5151672 + outSlope: 0.5151672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.0143014705 + inSlope: 0.5294292 + outSlope: 0.5294292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.03144112 + inSlope: 0.44770268 + outSlope: 0.44770268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.04414829 + inSlope: 0.28318766 + outSlope: 0.28318766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.05032028 + inSlope: 0.09362416 + outSlope: 0.09362416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.04324186 + inSlope: -0.07434604 + outSlope: -0.07434604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.044602998 + inSlope: 0.13742495 + outSlope: 0.13742495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.07210806 + inSlope: 0.3693599 + outSlope: 0.3693599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.11807704 + inSlope: 0.53933215 + outSlope: 0.53933215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.16255376 + inSlope: -0.18534805 + outSlope: -0.18534805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.12773 + inSlope: -0.7690448 + outSlope: -0.7690448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.07096219 + inSlope: -0.7532949 + outSlope: -0.7532949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.04891488 + inSlope: -0.5270751 + outSlope: -0.5270751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.035823885 + inSlope: -0.27191016 + outSlope: -0.27191016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.030239252 + inSlope: -0.0061374027 + outSlope: -0.0061374027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.030378394 + inSlope: -0.04465723 + outSlope: -0.04465723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.027262107 + inSlope: -0.11322255 + outSlope: -0.11322255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.017048841 + inSlope: -0.20399177 + outSlope: -0.20399177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.0092307925 + inSlope: -0.255738 + outSlope: -0.255738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.00000034150946 + inSlope: -0.2769343 + outSlope: -0.2769343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Head Tilt Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000021344341 + inSlope: -2.3884296 + outSlope: -2.3884296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.16182913 + inSlope: -2.538066 + outSlope: -2.538066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.24881853 + inSlope: -2.670491 + outSlope: -2.670491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.33986187 + inSlope: -2.3383431 + outSlope: -2.3383431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.43403995 + inSlope: -0.41741592 + outSlope: -0.41741592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.4325358 + inSlope: 0.11062593 + outSlope: 0.11062593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.34871307 + inSlope: 1.2547476 + outSlope: 1.2547476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.10163544 + inSlope: 1.1413646 + outSlope: 1.1413646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.04643032 + inSlope: 0.48710963 + outSlope: 0.48710963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.03951876 + inSlope: -0.36147013 + outSlope: -0.36147013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.06017946 + inSlope: -0.9266808 + outSlope: -0.9266808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.10129746 + inSlope: -1.5456173 + outSlope: -1.5456173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.4954613 + inSlope: -2.2518806 + outSlope: -2.2518806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.7094304 + inSlope: 0.67724687 + outSlope: 0.67724687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.44137323 + inSlope: 1.3042496 + outSlope: 1.3042496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.3743671 + inSlope: -0.25845343 + outSlope: -0.25845343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.5062358 + inSlope: -2.1959288 + outSlope: -2.1959288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.9644188 + inSlope: -1.2307086 + outSlope: -1.2307086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.9424771 + inSlope: 1.5445887 + outSlope: 1.5445887 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.5874342 + inSlope: 1.675956 + outSlope: 1.675956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.52122 + inSlope: -0.7390244 + outSlope: -0.7390244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.87894917 + inSlope: -2.130072 + outSlope: -2.130072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -1.1299195 + inSlope: -1.1603909 + outSlope: -1.1603909 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -1.0986696 + inSlope: 2.2659225 + outSlope: 2.2659225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.68584764 + inSlope: 5.2581944 + outSlope: 5.2581944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.33591163 + inSlope: 4.789256 + outSlope: 4.789256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.062000472 + inSlope: 3.4314542 + outSlope: 3.4314542 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.04191364 + inSlope: 2.8789444 + outSlope: 2.8789444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.20454462 + inSlope: 2.0069263 + outSlope: 2.0069263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.31337383 + inSlope: -0.09302087 + outSlope: -0.09302087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.25232166 + inSlope: -1.5508564 + outSlope: -1.5508564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.07469196 + inSlope: -1.3239233 + outSlope: -1.3239233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.04043538 + inSlope: -0.65877914 + outSlope: -0.65877914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.030773388 + inSlope: 0.07159147 + outSlope: 0.07159147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.04520814 + inSlope: 0.72982305 + outSlope: 0.72982305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.18216857 + inSlope: 1.6532304 + outSlope: 1.6532304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.32588667 + inSlope: 0.97264993 + outSlope: 0.97264993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.41766855 + inSlope: 0.85843027 + outSlope: 0.85843027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.515032 + inSlope: -0.19111921 + outSlope: -0.19111921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.33300337 + inSlope: -0.87339664 + outSlope: -0.87339664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.31886894 + inSlope: 0.50874 + outSlope: 0.50874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.41621822 + inSlope: 0.76760197 + outSlope: 0.76760197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.5554955 + inSlope: 1.6883521 + outSlope: 1.6883521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.83239853 + inSlope: 0.16804653 + outSlope: 0.16804653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.6107262 + inSlope: -1.5145063 + outSlope: -1.5145063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.511323 + inSlope: 0.41261446 + outSlope: 0.41261446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.62203115 + inSlope: 0.12934965 + outSlope: 0.12934965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.53265226 + inSlope: -1.2328267 + outSlope: -1.2328267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.44825247 + inSlope: -1.182491 + outSlope: -1.182491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.41085932 + inSlope: -1.956246 + outSlope: -1.956246 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.3178362 + inSlope: -2.6422274 + outSlope: -2.6422274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.07799328 + inSlope: -2.3383694 + outSlope: -2.3383694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000021344341 + inSlope: -2.3397942 + outSlope: -2.3397942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Head Turn Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Jaw Close + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Jaw Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.16645063 + inSlope: 1.2082502 + outSlope: 1.2082502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.25625995 + inSlope: 1.6854416 + outSlope: 1.6854416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.31908843 + inSlope: 2.0415642 + outSlope: 2.0415642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39236423 + inSlope: 1.9538262 + outSlope: 1.9538262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.4790674 + inSlope: 0.35981905 + outSlope: 0.35981905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.31335676 + inSlope: -2.2848125 + outSlope: -2.2848125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.1590809 + inSlope: -2.0223966 + outSlope: -2.0223966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.09880727 + inSlope: -1.5046158 + outSlope: -1.5046158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.05877318 + inSlope: -0.89786184 + outSlope: -0.89786184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.038949832 + inSlope: -0.3722697 + outSlope: -0.3722697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.033955213 + inSlope: -0.06038871 + outSlope: -0.06038871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.034923915 + inSlope: -0.008284596 + outSlope: -0.008284596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.03340291 + inSlope: -0.12687564 + outSlope: -0.12687564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.026465535 + inSlope: -0.21715748 + outSlope: -0.21715748 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.018925745 + inSlope: -0.099775 + outSlope: -0.099775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.019813877 + inSlope: 0.26400822 + outSlope: 0.26400822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.036526278 + inSlope: 0.7766273 + outSlope: 0.7766273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.071589045 + inSlope: 1.2894104 + outSlope: 1.2894104 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.3030016 + inSlope: 1.5821924 + outSlope: 1.5821924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.39333376 + inSlope: -0.8996322 + outSlope: -0.8996322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.29322234 + inSlope: -2.0780475 + outSlope: -2.0780475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.05721357 + inSlope: -1.8864496 + outSlope: -1.8864496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.0053423853 + inSlope: -1.4448602 + outSlope: -1.4448602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.03911035 + inSlope: -1.0011449 + outSlope: -1.0011449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.061400626 + inSlope: -0.5196009 + outSlope: -0.5196009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.07375046 + inSlope: -0.33354247 + outSlope: -0.33354247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.08363677 + inSlope: -0.1849871 + outSlope: -0.1849871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.08608292 + inSlope: 0.20974036 + outSlope: 0.20974036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.06965403 + inSlope: 0.9016528 + outSlope: 0.9016528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.025972731 + inSlope: 1.454866 + outSlope: 1.454866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.027336944 + inSlope: 1.6343896 + outSlope: 1.6343896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.08298667 + inSlope: 1.7607284 + outSlope: 1.7607284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.25773504 + inSlope: 1.3909333 + outSlope: 1.3909333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.31047598 + inSlope: -0.7250407 + outSlope: -0.7250407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.22562788 + inSlope: -1.7029735 + outSlope: -1.7029735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.10275569 + inSlope: -1.6020052 + outSlope: -1.6020052 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.05660004 + inSlope: -1.0910172 + outSlope: -1.0910172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.030021247 + inSlope: -0.58700216 + outSlope: -0.58700216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.017466411 + inSlope: -0.33405793 + outSlope: -0.33405793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.0077507403 + inSlope: -0.44803643 + outSlope: -0.44803643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.0124026565 + inSlope: -0.8001903 + outSlope: -0.8001903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.045595232 + inSlope: -0.883373 + outSlope: -0.883373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.07129414 + inSlope: -0.39064607 + outSlope: -0.39064607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.07163828 + inSlope: 0.5135254 + outSlope: 0.5135254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.037058894 + inSlope: 1.3578424 + outSlope: 1.3578424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.018884717 + inSlope: 1.6878424 + outSlope: 1.6878424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.075463824 + inSlope: 1.8323424 + outSlope: 1.8323424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.27868465 + inSlope: 2.0181808 + outSlope: 2.0181808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.47051954 + inSlope: 0.4093426 + outSlope: 0.4093426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.40232542 + inSlope: -1.9097748 + outSlope: -1.9097748 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.22710462 + inSlope: -2.9206202 + outSlope: -2.9206202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.12980685 + inSlope: -2.6278613 + outSlope: -2.6278613 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.05191404 + inSlope: -1.9139112 + outSlope: -1.9139112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.0022128879 + inSlope: -1.3583891 + outSlope: -1.3583891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.03864515 + inSlope: -0.90927947 + outSlope: -0.90927947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.058405682 + inSlope: -0.48706013 + outSlope: -0.48706013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.07111579 + inSlope: -0.39069408 + outSlope: -0.39069408 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.09767519 + inSlope: -0.37436152 + outSlope: -0.37436152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.101566926 + inSlope: 0.71161103 + outSlope: 0.71161103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.066082716 + inSlope: 1.4806372 + outSlope: 1.4806372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.0028578728 + inSlope: 1.7878276 + outSlope: 1.7878276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.05310608 + inSlope: 1.8801845 + outSlope: 1.8801845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.20110539 + inSlope: 2.375524 + outSlope: 2.375524 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.40742177 + inSlope: 1.3117592 + outSlope: 1.3117592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.42414388 + inSlope: -1.0429618 + outSlope: -1.0429618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.30617368 + inSlope: -2.283356 + outSlope: -2.283356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.14500584 + inSlope: -2.1630278 + outSlope: -2.1630278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.07990627 + inSlope: -1.6386857 + outSlope: -1.6386857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.035760228 + inSlope: -1.0161979 + outSlope: -1.0161979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.012159635 + inSlope: -0.48624465 + outSlope: -0.48624465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.0033437817 + inSlope: -0.1606554 + outSlope: -0.1606554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.0014492866 + inSlope: -0.029371046 + outSlope: -0.029371046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.0013857138 + inSlope: 0.04693983 + outSlope: 0.04693983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.0045786058 + inSlope: 0.24753062 + outSlope: 0.24753062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.01788774 + inSlope: 0.64425707 + outSlope: 0.64425707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.047529038 + inSlope: 1.1581919 + outSlope: 1.1581919 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.21130773 + inSlope: 1.6103545 + outSlope: 1.6103545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.29572085 + inSlope: 0.8349899 + outSlope: 0.8349899 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.31570813 + inSlope: -0.343117 + outSlope: -0.343117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.24483798 + inSlope: -1.1380059 + outSlope: -1.1380059 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.15195128 + inSlope: -1.50792 + outSlope: -1.50792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.059540126 + inSlope: -1.0773472 + outSlope: -1.0773472 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.029826432 + inSlope: -0.7292486 + outSlope: -0.7292486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.0109236 + inSlope: -0.45373034 + outSlope: -0.45373034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.000422392 + inSlope: -0.23197287 + outSlope: -0.23197287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.0045414064 + inSlope: 0.13514882 + outSlope: 0.13514882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.0085875215 + inSlope: 0.6305511 + outSlope: 0.6305511 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.037495293 + inSlope: 1.1170924 + outSlope: 1.1170924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.31649846 + inSlope: 1.3700693 + outSlope: 1.3700693 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.37878668 + inSlope: -0.50093293 + outSlope: -0.50093293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.26774585 + inSlope: -1.4744523 + outSlope: -1.4744523 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.14765212 + inSlope: -0.46578616 + outSlope: -0.46578616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.14313069 + inSlope: 0.16133705 + outSlope: 0.16133705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.15840791 + inSlope: 0.58473647 + outSlope: 0.58473647 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.18211308 + inSlope: 0.5463506 + outSlope: 0.5463506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.19483125 + inSlope: -0.42056432 + outSlope: -0.42056432 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.15407549 + inSlope: -1.09077 + outSlope: -1.09077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.122113325 + inSlope: -0.5202478 + outSlope: -0.5202478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.1366786 + inSlope: 0.70587516 + outSlope: 0.70587516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.16645063 + inSlope: 0.8931617 + outSlope: 0.8931617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Arm Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.452862 + inSlope: -1.0572883 + outSlope: -1.0572883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.38839212 + inSlope: -0.6288814 + outSlope: -0.6288814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.37569362 + inSlope: -0.49931154 + outSlope: -0.49931154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.30838022 + inSlope: -0.55037665 + outSlope: -0.55037665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.27439204 + inSlope: 0.07032306 + outSlope: 0.07032306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.33244857 + inSlope: 1.1648946 + outSlope: 1.1648946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.49916562 + inSlope: 0.5675914 + outSlope: 0.5675914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.45916057 + inSlope: -1.1784763 + outSlope: -1.1784763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.35141334 + inSlope: -0.34593716 + outSlope: -0.34593716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.45535955 + inSlope: 0.5656219 + outSlope: 0.5656219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.45909515 + inSlope: -0.24584566 + outSlope: -0.24584566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.46302876 + inSlope: 0.48429137 + outSlope: 0.48429137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.5696274 + inSlope: -0.25896215 + outSlope: -0.25896215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.49092954 + inSlope: -0.29574355 + outSlope: -0.29574355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.54299426 + inSlope: 0.2123945 + outSlope: 0.2123945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.5386443 + inSlope: -0.08761265 + outSlope: -0.08761265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.5596455 + inSlope: 0.5198122 + outSlope: 0.5198122 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.606095 + inSlope: -0.5564427 + outSlope: -0.5564427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.49308679 + inSlope: -0.4200227 + outSlope: -0.4200227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.5598848 + inSlope: 0.24516267 + outSlope: 0.24516267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.51711607 + inSlope: -0.85608685 + outSlope: -0.85608685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.44691655 + inSlope: -0.039041027 + outSlope: -0.039041027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.516473 + inSlope: -0.5988717 + outSlope: -0.5988717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.24344675 + inSlope: -1.4110473 + outSlope: -1.4110473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.18765788 + inSlope: -0.19081765 + outSlope: -0.19081765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.25012413 + inSlope: 1.1104941 + outSlope: 1.1104941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.35099965 + inSlope: 0.5840377 + outSlope: 0.5840377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.35287705 + inSlope: -0.34377545 + outSlope: -0.34377545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.34274337 + inSlope: 0.52920884 + outSlope: 0.52920884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.46650094 + inSlope: 1.6093287 + outSlope: 1.6093287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.6060095 + inSlope: -0.04123722 + outSlope: -0.04123722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.5147141 + inSlope: -1.4983988 + outSlope: -1.4983988 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.37495485 + inSlope: -0.9312794 + outSlope: -0.9312794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.31055766 + inSlope: -0.3973397 + outSlope: -0.3973397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.26927966 + inSlope: -0.28961805 + outSlope: -0.28961805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.2981277 + inSlope: 1.1627101 + outSlope: 1.1627101 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.5378102 + inSlope: 1.5079098 + outSlope: 1.5079098 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.5701477 + inSlope: -1.123092 + outSlope: -1.123092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.377642 + inSlope: -0.7664697 + outSlope: -0.7664697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.37696746 + inSlope: 0.044408035 + outSlope: 0.044408035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.34252954 + inSlope: -0.6755168 + outSlope: -0.6755168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.28916648 + inSlope: 0.71841156 + outSlope: 0.71841156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.39679438 + inSlope: 2.3534882 + outSlope: 2.3534882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.6866009 + inSlope: 0.3595522 + outSlope: 0.3595522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.54863083 + inSlope: -1.7572147 + outSlope: -1.7572147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.452862 + inSlope: -1.275422 + outSlope: -1.275422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Arm Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.08693577 + inSlope: 1.2278883 + outSlope: 1.2278883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.12786539 + inSlope: 1.1079721 + outSlope: 1.1079721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.16080059 + inSlope: 0.836025 + outSlope: 0.836025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.1836004 + inSlope: 0.6983442 + outSlope: 0.6983442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.23736188 + inSlope: 0.1786972 + outSlope: 0.1786972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.23870346 + inSlope: -0.09589412 + outSlope: -0.09589412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.23096894 + inSlope: -0.5248489 + outSlope: -0.5248489 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.15640584 + inSlope: -1.6708667 + outSlope: -1.6708667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.092322424 + inSlope: -2.079298 + outSlope: -2.079298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.017785924 + inSlope: -2.2574825 + outSlope: -2.2574825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.058176473 + inSlope: -2.2016544 + outSlope: -2.2016544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.25728655 + inSlope: -0.31707233 + outSlope: -0.31707233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.22732155 + inSlope: 1.1168618 + outSlope: 1.1168618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.124097474 + inSlope: 1.7216053 + outSlope: 1.7216053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.010387679 + inSlope: 1.5774345 + outSlope: 1.5774345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.039374825 + inSlope: 1.3821957 + outSlope: 1.3821957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.11638087 + inSlope: 0.94935733 + outSlope: 0.94935733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.19742386 + inSlope: 0.78143466 + outSlope: 0.78143466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.24124166 + inSlope: -0.79753864 + outSlope: -0.79753864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.1341487 + inSlope: -2.3132865 + outSlope: -2.3132865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.04670118 + inSlope: -2.769949 + outSlope: -2.769949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.050514385 + inSlope: -2.9221342 + outSlope: -2.9221342 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.23512986 + inSlope: -2.291453 + outSlope: -2.291453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.33744758 + inSlope: -0.6112195 + outSlope: -0.6112195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.2690737 + inSlope: 1.5710912 + outSlope: 1.5710912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.15116575 + inSlope: 1.7742505 + outSlope: 1.7742505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.038097974 + inSlope: 1.6061668 + outSlope: 1.6061668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.014053669 + inSlope: 1.5435877 + outSlope: 1.5435877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.11330415 + inSlope: 1.4083807 + outSlope: 1.4083807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.21438375 + inSlope: -0.5541751 + outSlope: -0.5541751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.11812529 + inSlope: -2.2016535 + outSlope: -2.2016535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.033814732 + inSlope: -2.7046943 + outSlope: -2.7046943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.06218783 + inSlope: -2.8821619 + outSlope: -2.8821619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.24219467 + inSlope: -2.1619017 + outSlope: -2.1619017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.331533 + inSlope: -0.375097 + outSlope: -0.375097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.18325748 + inSlope: 1.8259163 + outSlope: 1.8259163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.0028972896 + inSlope: 1.6946537 + outSlope: 1.6946537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.10129285 + inSlope: 1.3943981 + outSlope: 1.3943981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.21687415 + inSlope: 0.99150914 + outSlope: 0.99150914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.2755868 + inSlope: -0.27848285 + outSlope: -0.27848285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.20121653 + inSlope: -1.8666757 + outSlope: -1.8666757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.045774385 + inSlope: -2.5067577 + outSlope: -2.5067577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.038866527 + inSlope: -2.5039384 + outSlope: -2.5039384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.25329685 + inSlope: -1.3863447 + outSlope: -1.3863447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.25880402 + inSlope: 1.0202473 + outSlope: 1.0202473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.16069938 + inSlope: 1.9207671 + outSlope: 1.9207671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.08946905 + inSlope: 2.265821 + outSlope: 2.265821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.009644787 + inSlope: 2.3815024 + outSlope: 2.3815024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.06929762 + inSlope: 2.212017 + outSlope: 2.212017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.19009247 + inSlope: 1.3180639 + outSlope: 1.3180639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.26328665 + inSlope: 0.35922682 + outSlope: 0.35922682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.27188742 + inSlope: -0.30047306 + outSlope: -0.30047306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.17581084 + inSlope: -1.6892003 + outSlope: -1.6892003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.11154075 + inSlope: -2.1391695 + outSlope: -2.1391695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.03319968 + inSlope: -2.4461694 + outSlope: -2.4461694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.051537063 + inSlope: -2.5036492 + outSlope: -2.5036492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.2024023 + inSlope: -1.7014441 + outSlope: -1.7014441 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.25976068 + inSlope: 0.14808223 + outSlope: 0.14808223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.18378387 + inSlope: 1.9188414 + outSlope: 1.9188414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.025618618 + inSlope: 2.4841995 + outSlope: 2.4841995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.0562684 + inSlope: 2.360135 + outSlope: 2.360135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.30889168 + inSlope: 1.3524449 + outSlope: 1.3524449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.36390606 + inSlope: -0.9370655 + outSlope: -0.9370655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.16316856 + inSlope: -2.6691365 + outSlope: -2.6691365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.07088304 + inSlope: -2.744192 + outSlope: -2.744192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.019777387 + inSlope: -2.6461453 + outSlope: -2.6461453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.10552648 + inSlope: -2.4211302 + outSlope: -2.4211302 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.26071018 + inSlope: -0.13640769 + outSlope: -0.13640769 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.19656895 + inSlope: 1.8054187 + outSlope: 1.8054187 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.12559852 + inSlope: 2.2410164 + outSlope: 2.2410164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.047167987 + inSlope: 2.3369102 + outSlope: 2.3369102 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.030195339 + inSlope: 2.267227 + outSlope: 2.267227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.241556 + inSlope: 1.9245617 + outSlope: 1.9245617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.3969065 + inSlope: -0.04701291 + outSlope: -0.04701291 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.28395027 + inSlope: -2.0450366 + outSlope: -2.0450366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.043069232 + inSlope: -2.346314 + outSlope: -2.346314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.031800654 + inSlope: -2.1324162 + outSlope: -2.1324162 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.09909171 + inSlope: -1.9184515 + outSlope: -1.9184515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.15969731 + inSlope: -1.66853 + outSlope: -1.66853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.21032694 + inSlope: -1.1799569 + outSlope: -1.1799569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.23836103 + inSlope: 0.57125247 + outSlope: 0.57125247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.17224348 + inSlope: 2.2051857 + outSlope: 2.2051857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.09134879 + inSlope: 2.2708287 + outSlope: 2.2708287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.020855032 + inSlope: 1.9305313 + outSlope: 1.9305313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.037353177 + inSlope: 1.6168636 + outSlope: 1.6168636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.08693577 + inSlope: 1.4874793 + outSlope: 1.4874793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Arm Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000005691825 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000005691825 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Eye Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Eye In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33085155 + inSlope: 0.92736477 + outSlope: 0.92736477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.2999394 + inSlope: 1.1484561 + outSlope: 1.1484561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.2542878 + inSlope: 1.453026 + outSlope: 1.453026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.20307098 + inSlope: 1.833164 + outSlope: 1.833164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.13207687 + inSlope: 1.6218249 + outSlope: 1.6218249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.094949335 + inSlope: 1.1868806 + outSlope: 1.1868806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.05295149 + inSlope: 0.33510756 + outSlope: 0.33510756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.07260881 + inSlope: -0.43299434 + outSlope: -0.43299434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.081817776 + inSlope: 0.37923154 + outSlope: 0.37923154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.047326714 + inSlope: -0.2872057 + outSlope: -0.2872057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.10096482 + inSlope: -2.683399 + outSlope: -2.683399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.22621997 + inSlope: -3.8110812 + outSlope: -3.8110812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.45998764 + inSlope: -2.2707624 + outSlope: -2.2707624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.54759914 + inSlope: -1.0193878 + outSlope: -1.0193878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.67647964 + inSlope: -0.31919038 + outSlope: -0.31919038 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.622372 + inSlope: 1.8894193 + outSlope: 1.8894193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.54120183 + inSlope: 2.0235434 + outSlope: 2.0235434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.4874691 + inSlope: 0.89843065 + outSlope: 0.89843065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.4889932 + inSlope: 0.14656809 + outSlope: 0.14656809 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.47153518 + inSlope: 0.9218006 + outSlope: 0.9218006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.3851013 + inSlope: 0.9628359 + outSlope: 0.9628359 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.36335078 + inSlope: 0.27300665 + outSlope: 0.27300665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.36690086 + inSlope: -0.012894429 + outSlope: -0.012894429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.3642104 + inSlope: -0.021748856 + outSlope: -0.021748856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.376242 + inSlope: -0.2261087 + outSlope: -0.2261087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.39854923 + inSlope: -0.6688354 + outSlope: -0.6688354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.42801368 + inSlope: 0.8654946 + outSlope: 0.8654946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.34084964 + inSlope: 2.2998364 + outSlope: 2.2998364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.2209453 + inSlope: 1.5642195 + outSlope: 1.5642195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.13217022 + inSlope: 0.7798935 + outSlope: 0.7798935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.11841697 + inSlope: -0.13620539 + outSlope: -0.13620539 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.14125057 + inSlope: -1.3364404 + outSlope: -1.3364404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.20751292 + inSlope: -3.028449 + outSlope: -3.028449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.34314746 + inSlope: -5.1195397 + outSlope: -5.1195397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.5488157 + inSlope: -5.3575954 + outSlope: -5.3575954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.7003201 + inSlope: -3.44423 + outSlope: -3.44423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.7784311 + inSlope: -1.9774992 + outSlope: -1.9774992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.8234431 + inSlope: 1.283761 + outSlope: 1.283761 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.7465696 + inSlope: 2.5524106 + outSlope: 2.5524106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.48222926 + inSlope: 1.8967464 + outSlope: 1.8967464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.43426406 + inSlope: -0.99076736 + outSlope: -0.99076736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.52704614 + inSlope: -0.77919614 + outSlope: -0.77919614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.53473157 + inSlope: 0.2754975 + outSlope: 0.2754975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.50867945 + inSlope: 0.6179224 + outSlope: 0.6179224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.4759214 + inSlope: 0.55399644 + outSlope: 0.55399644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.45660353 + inSlope: 0.13637212 + outSlope: 0.13637212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.5194887 + inSlope: -2.3832188 + outSlope: -2.3832188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.88112646 + inSlope: -2.8273067 + outSlope: -2.8273067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.96423405 + inSlope: 0.79758334 + outSlope: 0.79758334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.8975914 + inSlope: 2.0038347 + outSlope: 2.0038347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.8306452 + inSlope: 1.5316921 + outSlope: 1.5316921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.7971859 + inSlope: -0.3058982 + outSlope: -0.3058982 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.83820236 + inSlope: -1.4742258 + outSlope: -1.4742258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.99014664 + inSlope: 1.1982601 + outSlope: 1.1982601 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.69808084 + inSlope: 7.6925087 + outSlope: 7.6925087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.38478824 + inSlope: 6.9499474 + outSlope: 6.9499474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.23475146 + inSlope: 3.1474721 + outSlope: 3.1474721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.17495696 + inSlope: 1.8865229 + outSlope: 1.8865229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.10898339 + inSlope: 1.9160614 + outSlope: 1.9160614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.047219656 + inSlope: 2.0311558 + outSlope: 2.0311558 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.026427405 + inSlope: 2.099277 + outSlope: 2.099277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.092732534 + inSlope: 1.7061045 + outSlope: 1.7061045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.1401676 + inSlope: 0.95503384 + outSlope: 0.95503384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.12670779 + inSlope: -0.8343171 + outSlope: -0.8343171 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.055179358 + inSlope: -1.1813104 + outSlope: -1.1813104 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.014679212 + inSlope: -1.1240392 + outSlope: -1.1240392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.01975651 + inSlope: -0.758749 + outSlope: -0.758749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.035904005 + inSlope: -0.06425831 + outSlope: -0.06425831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.024040394 + inSlope: 0.6901001 + outSlope: 0.6901001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.010102619 + inSlope: 1.1915147 + outSlope: 1.1915147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.055393845 + inSlope: 1.4035007 + outSlope: 1.4035007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.10366924 + inSlope: 1.329232 + outSlope: 1.329232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.20224163 + inSlope: 0.7367859 + outSlope: 0.7367859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.22891478 + inSlope: -0.5611464 + outSlope: -0.5611464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.11537161 + inSlope: -1.1157434 + outSlope: -1.1157434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.08313182 + inSlope: -0.73736894 + outSlope: -0.73736894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.06621373 + inSlope: -0.27282047 + outSlope: -0.27282047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.064943805 + inSlope: 0.1387394 + outSlope: 0.1387394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.091190696 + inSlope: 0.48476347 + outSlope: 0.48476347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.12625262 + inSlope: 0.6474539 + outSlope: 0.6474539 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.18696019 + inSlope: 1.2458532 + outSlope: 1.2458532 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.38720497 + inSlope: 0.09118402 + outSlope: 0.09118402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.33967516 + inSlope: -1.401925 + outSlope: -1.401925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.15793073 + inSlope: -1.6992257 + outSlope: -1.6992257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.06931584 + inSlope: -0.8684879 + outSlope: -0.8684879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.048641443 + inSlope: -0.408896 + outSlope: -0.408896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.042056136 + inSlope: -0.08153065 + outSlope: -0.08153065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.04320609 + inSlope: 0.077991985 + outSlope: 0.077991985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.052590996 + inSlope: 0.12775837 + outSlope: 0.12775837 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.05577283 + inSlope: -0.023171518 + outSlope: -0.023171518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.05104623 + inSlope: -0.298429 + outSlope: -0.298429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.03587758 + inSlope: -0.5820675 + outSlope: -0.5820675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.012241767 + inSlope: -0.67964435 + outSlope: -0.67964435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.009431994 + inSlope: -0.6194056 + outSlope: -0.6194056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.029051902 + inSlope: -0.49390623 + outSlope: -0.49390623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.042359043 + inSlope: -0.3190011 + outSlope: -0.3190011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.05031862 + inSlope: 0.06824038 + outSlope: 0.06824038 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.03780969 + inSlope: 0.460928 + outSlope: 0.460928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.019590117 + inSlope: 0.1640277 + outSlope: 0.1640277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.026874518 + inSlope: -0.58462703 + outSlope: -0.58462703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.058565665 + inSlope: -0.8647024 + outSlope: -0.8647024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.08452174 + inSlope: -0.8414409 + outSlope: -0.8414409 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.11466167 + inSlope: -0.8629841 + outSlope: -0.8629841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.14205396 + inSlope: -0.93167436 + outSlope: -0.93167436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.21873085 + inSlope: -1.4026802 + outSlope: -1.4026802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.32326806 + inSlope: -1.4392984 + outSlope: -1.4392984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.3662383 + inSlope: -0.6832044 + outSlope: -0.6832044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.36881498 + inSlope: 0.06253174 + outSlope: 0.06253174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.3408926 + inSlope: 0.29596996 + outSlope: 0.29596996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.33085155 + inSlope: 0.30123204 + outSlope: 0.30123204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Foot Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.44023362 + inSlope: 0.8568808 + outSlope: 0.8568808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.3101448 + inSlope: 1.0663257 + outSlope: 1.0663257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.2755359 + inSlope: 0.82005453 + outSlope: 0.82005453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.23791635 + inSlope: 0.78763795 + outSlope: 0.78763795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.14778842 + inSlope: 2.1128461 + outSlope: 2.1128461 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.062108915 + inSlope: 2.9524765 + outSlope: 2.9524765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.049043346 + inSlope: 3.4841328 + outSlope: 3.4841328 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.17016669 + inSlope: 3.51758 + outSlope: 3.51758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.28354877 + inSlope: 2.6301415 + outSlope: 2.6301415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.34550944 + inSlope: 1.4485284 + outSlope: 1.4485284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.3801173 + inSlope: 0.47240415 + outSlope: 0.47240415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.34249264 + inSlope: -1.3371844 + outSlope: -1.3371844 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.2878574 + inSlope: -1.3464152 + outSlope: -1.3464152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.25273165 + inSlope: -0.41403776 + outSlope: -0.41403776 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.33719116 + inSlope: 1.1694875 + outSlope: 1.1694875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.37359038 + inSlope: 0.9421949 + outSlope: 0.9421949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.42718074 + inSlope: 0.94865257 + outSlope: 0.94865257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.51670784 + inSlope: 0.12111972 + outSlope: 0.12111972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.47251225 + inSlope: -1.2355944 + outSlope: -1.2355944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.35396078 + inSlope: -0.36502936 + outSlope: -0.36502936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.37891674 + inSlope: 0.96787786 + outSlope: 0.96787786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.41946694 + inSlope: 0.9368621 + outSlope: 0.9368621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.45149633 + inSlope: -0.16682775 + outSlope: -0.16682775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.42020252 + inSlope: -0.0496683 + outSlope: -0.0496683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.42589217 + inSlope: 0.09648431 + outSlope: 0.09648431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.41459927 + inSlope: -0.69823784 + outSlope: -0.69823784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.30975232 + inSlope: -0.75398314 + outSlope: -0.75398314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.2967227 + inSlope: 0.26802027 + outSlope: 0.26802027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.32401127 + inSlope: 0.28083828 + outSlope: 0.28083828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.34539187 + inSlope: 0.8317002 + outSlope: 0.8317002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.4470902 + inSlope: 1.9207492 + outSlope: 1.9207492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.56763244 + inSlope: 1.3261168 + outSlope: 1.3261168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.5701436 + inSlope: -1.141998 + outSlope: -1.141998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.43967178 + inSlope: -0.71935403 + outSlope: -0.71935403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.44043577 + inSlope: 0.48334214 + outSlope: 0.48334214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.47083136 + inSlope: 0.082747124 + outSlope: 0.082747124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.44436362 + inSlope: -0.39155313 + outSlope: -0.39155313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.40645728 + inSlope: -0.24478042 + outSlope: -0.24478042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.36141706 + inSlope: -1.3367848 + outSlope: -1.3367848 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.20729697 + inSlope: -3.1561573 + outSlope: -3.1561573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.0902437 + inSlope: -3.5586777 + outSlope: -3.5586777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.029947992 + inSlope: -3.6097825 + outSlope: -3.6097825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.15040824 + inSlope: -3.51577 + outSlope: -3.51577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.26433244 + inSlope: -2.5514503 + outSlope: -2.5514503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.32050475 + inSlope: -0.9510885 + outSlope: -0.9510885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.32773829 + inSlope: -0.17554133 + outSlope: -0.17554133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.33588558 + inSlope: -0.06309813 + outSlope: -0.06309813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.3511247 + inSlope: -0.2593247 + outSlope: -0.2593247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.3762669 + inSlope: 0.08692958 + outSlope: 0.08692958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.35455957 + inSlope: -0.34161094 + outSlope: -0.34161094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.43651968 + inSlope: -1.190268 + outSlope: -1.190268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.56552064 + inSlope: -0.3060797 + outSlope: -0.3060797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.41887197 + inSlope: 0.32512242 + outSlope: 0.32512242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.40685743 + inSlope: 0.10375152 + outSlope: 0.10375152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.41038716 + inSlope: -0.43812984 + outSlope: -0.43812984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.5568697 + inSlope: -0.86360687 + outSlope: -0.86360687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.5908138 + inSlope: 0.41715366 + outSlope: 0.41715366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.47208634 + inSlope: 0.5067985 + outSlope: 0.5067985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.4301865 + inSlope: 0.37606394 + outSlope: 0.37606394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.4070808 + inSlope: 0.19132763 + outSlope: 0.19132763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.40320867 + inSlope: -0.13747184 + outSlope: -0.13747184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.45260942 + inSlope: -0.7067717 + outSlope: -0.7067717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.5074949 + inSlope: -0.03733907 + outSlope: -0.03733907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.44023362 + inSlope: 0.6863502 + outSlope: 0.6863502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Foot Up-Down + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33470947 + inSlope: 1.1631783 + outSlope: 1.1631783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.24659812 + inSlope: 1.8476987 + outSlope: 1.8476987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.17275693 + inSlope: 2.4372602 + outSlope: 2.4372602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.08411411 + inSlope: 2.3034284 + outSlope: 2.3034284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.019195044 + inSlope: 1.4024998 + outSlope: 1.4024998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.009385878 + inSlope: 0.17676544 + outSlope: 0.17676544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.0074106706 + inSlope: -0.89551467 + outSlope: -0.89551467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.050315097 + inSlope: -1.5055456 + outSlope: -1.5055456 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.107780375 + inSlope: -1.7469754 + outSlope: -1.7469754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.21848941 + inSlope: -1.4066546 + outSlope: -1.4066546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.35740137 + inSlope: -0.8606177 + outSlope: -0.8606177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.4283512 + inSlope: -0.13775507 + outSlope: -0.13775507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.4348567 + inSlope: -0.12136592 + outSlope: -0.12136592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.39810348 + inSlope: 1.2940361 + outSlope: 1.2940361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.27078244 + inSlope: 2.2386274 + outSlope: 2.2386274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.13114467 + inSlope: 1.4518709 + outSlope: 1.4518709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.09731867 + inSlope: 0.4754591 + outSlope: 0.4754591 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.09944731 + inSlope: -0.5401457 + outSlope: -0.5401457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.24018379 + inSlope: -1.4571137 + outSlope: -1.4571137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.30765527 + inSlope: -0.48459476 + outSlope: -0.48459476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.29189205 + inSlope: 0.25204867 + outSlope: 0.25204867 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.28477472 + inSlope: -0.09237476 + outSlope: -0.09237476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.2761762 + inSlope: 0.49042574 + outSlope: 0.49042574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.2217792 + inSlope: 0.99991816 + outSlope: 0.99991816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.16152768 + inSlope: 0.4848904 + outSlope: 0.4848904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.15491591 + inSlope: -0.15521714 + outSlope: -0.15521714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.2086115 + inSlope: -1.2409737 + outSlope: -1.2409737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.2976163 + inSlope: -1.1088879 + outSlope: -1.1088879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.346315 + inSlope: 0.06493552 + outSlope: 0.06493552 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.30644023 + inSlope: 0.30308902 + outSlope: 0.30308902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.292591 + inSlope: -0.105169214 + outSlope: -0.105169214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.28661558 + inSlope: 0.5448023 + outSlope: 0.5448023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.21880706 + inSlope: 1.408225 + outSlope: 1.408225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.08302565 + inSlope: 0.5961323 + outSlope: 0.5961323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.076975204 + inSlope: -0.27258018 + outSlope: -0.27258018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.101197645 + inSlope: -1.0643603 + outSlope: -1.0643603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.20240393 + inSlope: -1.5257308 + outSlope: -1.5257308 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.28094497 + inSlope: -0.687863 + outSlope: -0.687863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.29371163 + inSlope: 0.18359247 + outSlope: 0.18359247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.23906004 + inSlope: 0.5673715 + outSlope: 0.5673715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.20401308 + inSlope: -0.067374475 + outSlope: -0.067374475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.24113655 + inSlope: -0.2912233 + outSlope: -0.2912233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.23368464 + inSlope: 0.67285514 + outSlope: 0.67285514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.15217423 + inSlope: 1.5630313 + outSlope: 1.5630313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.096970975 + inSlope: 1.533298 + outSlope: 1.533298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.049954467 + inSlope: 1.0746727 + outSlope: 1.0746727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.025326192 + inSlope: 0.27215675 + outSlope: 0.27215675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.0318107 + inSlope: -0.6554812 + outSlope: -0.6554812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.06902517 + inSlope: -1.4276744 + outSlope: -1.4276744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.12698917 + inSlope: -1.8174921 + outSlope: -1.8174921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.2434279 + inSlope: -1.3072999 + outSlope: -1.3072999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.29090348 + inSlope: -0.18023345 + outSlope: -0.18023345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.27187324 + inSlope: 0.22241881 + outSlope: 0.22241881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.22520341 + inSlope: 0.776618 + outSlope: 0.776618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.15106025 + inSlope: 1.4100728 + outSlope: 1.4100728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.099701606 + inSlope: 1.5934068 + outSlope: 1.5934068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.04483282 + inSlope: 1.5781262 + outSlope: 1.5781262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.005507491 + inSlope: 1.2969304 + outSlope: 1.2969304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.04162913 + inSlope: 0.7324144 + outSlope: 0.7324144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.054335073 + inSlope: -0.057506725 + outSlope: -0.057506725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.03779535 + inSlope: -0.93458354 + outSlope: -0.93458354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.007970441 + inSlope: -1.7124555 + outSlope: -1.7124555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.07636824 + inSlope: -2.219325 + outSlope: -2.219325 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.2344572 + inSlope: -2.197753 + outSlope: -2.197753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.39254713 + inSlope: -0.9017143 + outSlope: -0.9017143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.40675712 + inSlope: 0.30990362 + outSlope: 0.30990362 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.30999827 + inSlope: 0.98361254 + outSlope: 0.98361254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.18865605 + inSlope: 0.36698288 + outSlope: 0.36698288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.23655652 + inSlope: -0.84374106 + outSlope: -0.84374106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.3496525 + inSlope: -1.4019575 + outSlope: -1.4019575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.4773832 + inSlope: -0.7295084 + outSlope: -0.7295084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.4924996 + inSlope: 0.094452724 + outSlope: 0.094452724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.43644252 + inSlope: 1.0541011 + outSlope: 1.0541011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.33470947 + inSlope: 0.9896136 + outSlope: 0.9896136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Forearm Stretch + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0617981 + inSlope: 0.06920021 + outSlope: 0.06920021 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.068651564 + inSlope: 0.21598922 + outSlope: 0.21598922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.0909032 + inSlope: 0.35737753 + outSlope: 0.35737753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.10766168 + inSlope: 0.017612915 + outSlope: 0.017612915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.07235363 + inSlope: -0.58002496 + outSlope: -0.58002496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.0348203 + inSlope: -0.39821866 + outSlope: -0.39821866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.0253324 + inSlope: -0.18401009 + outSlope: -0.18401009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.024243934 + inSlope: 0.078612275 + outSlope: 0.078612275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.027793767 + inSlope: 0.115113124 + outSlope: 0.115113124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.04804527 + inSlope: 0.20151366 + outSlope: 0.20151366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.07874723 + inSlope: 0.50115025 + outSlope: 0.50115025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.123035565 + inSlope: 0.76908183 + outSlope: 0.76908183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.19087483 + inSlope: 0.41385692 + outSlope: 0.41385692 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.17224318 + inSlope: -0.5278671 + outSlope: -0.5278671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.07995205 + inSlope: -0.8112477 + outSlope: -0.8112477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.0036244239 + inSlope: -0.5584892 + outSlope: -0.5584892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.011667308 + inSlope: -0.35150495 + outSlope: -0.35150495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.016205197 + inSlope: 0.24141786 + outSlope: 0.24141786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.005077828 + inSlope: 0.42548582 + outSlope: 0.42548582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.012160558 + inSlope: 0.602141 + outSlope: 0.602141 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.06223309 + inSlope: 0.8425292 + outSlope: 0.8425292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.14402908 + inSlope: 0.6846718 + outSlope: 0.6846718 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.181491 + inSlope: -0.41368413 + outSlope: -0.41368413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.13741992 + inSlope: -0.78688323 + outSlope: -0.78688323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.088933684 + inSlope: -0.502027 + outSlope: -0.502027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.077082686 + inSlope: -0.20230113 + outSlope: -0.20230113 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.08746705 + inSlope: 0.17639843 + outSlope: 0.17639843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.09462835 + inSlope: 0.06436838 + outSlope: 0.06436838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.10204436 + inSlope: 0.25594464 + outSlope: 0.25594464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.13208485 + inSlope: 0.61870396 + outSlope: 0.61870396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.20014805 + inSlope: 0.5881654 + outSlope: 0.5881654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.23503356 + inSlope: -0.34523818 + outSlope: -0.34523818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.14731361 + inSlope: -0.7787883 + outSlope: -0.7787883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.050829034 + inSlope: -1.3541168 + outSlope: -1.3541168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.00013338367 + inSlope: -1.5856614 + outSlope: -1.5856614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.05488162 + inSlope: -1.5180514 + outSlope: -1.5180514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.10106994 + inSlope: -1.1034839 + outSlope: -1.1034839 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.12844715 + inSlope: -0.5374137 + outSlope: -0.5374137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.122370996 + inSlope: 0.2726469 + outSlope: 0.2726469 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.10783721 + inSlope: 0.1659053 + outSlope: 0.1659053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.08286617 + inSlope: 0.45129988 + outSlope: 0.45129988 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.042666934 + inSlope: 0.7065375 + outSlope: 0.7065375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.017997023 + inSlope: 0.7084384 + outSlope: 0.7084384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.0045622494 + inSlope: 0.5827826 + outSlope: 0.5827826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.020855114 + inSlope: 0.34590274 + outSlope: 0.34590274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.027622411 + inSlope: 0.05965753 + outSlope: 0.05965753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.024832278 + inSlope: -0.20037888 + outSlope: -0.20037888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.014263757 + inSlope: -0.37106228 + outSlope: -0.37106228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.00009474251 + inSlope: -0.44218427 + outSlope: -0.44218427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.015215168 + inSlope: -0.42067188 + outSlope: -0.42067188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.027950022 + inSlope: -0.29695484 + outSlope: -0.29695484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.037427355 + inSlope: -0.030614091 + outSlope: -0.030614091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.036928084 + inSlope: -0.03485915 + outSlope: -0.03485915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.045491584 + inSlope: -0.23587911 + outSlope: -0.23587911 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.083134 + inSlope: -0.09562642 + outSlope: -0.09562642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.07839914 + inSlope: 0.16436078 + outSlope: 0.16436078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.068764225 + inSlope: 0.00392054 + outSlope: 0.00392054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.071971424 + inSlope: -0.20763156 + outSlope: -0.20763156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.11963726 + inSlope: -0.1146366 + outSlope: -0.1146366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.11938433 + inSlope: 0.11624503 + outSlope: 0.11624503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.097806595 + inSlope: 0.022919387 + outSlope: 0.022919387 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.10154302 + inSlope: -0.24967277 + outSlope: -0.24967277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.13226384 + inSlope: -0.49604744 + outSlope: -0.49604744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.15259741 + inSlope: 0.07194798 + outSlope: 0.07194798 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.14272456 + inSlope: 0.5172955 + outSlope: 0.5172955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.11811094 + inSlope: 0.8705169 + outSlope: 0.8705169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.05261699 + inSlope: 0.7974154 + outSlope: 0.7974154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.031529177 + inSlope: 0.41972476 + outSlope: 0.41972476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.024635365 + inSlope: 0.06552301 + outSlope: 0.06552301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.02716098 + inSlope: -0.09935691 + outSlope: -0.09935691 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.031259153 + inSlope: -0.07647292 + outSlope: -0.07647292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.03225917 + inSlope: 0.0027885223 + outSlope: 0.0027885223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.031073252 + inSlope: 0.023962487 + outSlope: 0.023962487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.030661672 + inSlope: -0.069154315 + outSlope: -0.069154315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.035683535 + inSlope: -0.2619488 + outSlope: -0.2619488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.04812491 + inSlope: -0.46250147 + outSlope: -0.46250147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.09921784 + inSlope: -0.22751468 + outSlope: -0.22751468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.09077699 + inSlope: 0.45889053 + outSlope: 0.45889053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.042858202 + inSlope: 0.8874109 + outSlope: 0.8874109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.011238571 + inSlope: 0.94839966 + outSlope: 0.94839966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.020368382 + inSlope: 0.86804503 + outSlope: 0.86804503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.046631042 + inSlope: 0.60279405 + outSlope: 0.60279405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.060554616 + inSlope: 0.2470817 + outSlope: 0.2470817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.06310314 + inSlope: 0.018772688 + outSlope: 0.018772688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.061806127 + inSlope: -0.027839735 + outSlope: -0.027839735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.0617981 + inSlope: 0.016528234 + outSlope: 0.016528234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Forearm Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.09163897 + inSlope: 0.45694333 + outSlope: 0.45694333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.13535637 + inSlope: 0.44320306 + outSlope: 0.44320306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.16119152 + inSlope: 0.19984424 + outSlope: 0.19984424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.156181 + inSlope: -0.05370878 + outSlope: -0.05370878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.15906185 + inSlope: -0.047894422 + outSlope: -0.047894422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.1454762 + inSlope: -0.17527452 + outSlope: -0.17527452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.12031235 + inSlope: -0.34536704 + outSlope: -0.34536704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.08863902 + inSlope: -0.16390729 + outSlope: -0.16390729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.08604661 + inSlope: 0.008912303 + outSlope: 0.008912303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.08206926 + inSlope: -0.2083031 + outSlope: -0.2083031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.049009886 + inSlope: -0.23559768 + outSlope: -0.23559768 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.043929487 + inSlope: -0.058644712 + outSlope: -0.058644712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.049549278 + inSlope: 0.15755667 + outSlope: 0.15755667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.07367385 + inSlope: 0.3709247 + outSlope: 0.3709247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.08793939 + inSlope: 0.4712923 + outSlope: 0.4712923 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.11833871 + inSlope: 0.2586999 + outSlope: 0.2586999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.1141704 + inSlope: -0.40487248 + outSlope: -0.40487248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.046727184 + inSlope: -0.6387259 + outSlope: -0.6387259 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.028238775 + inSlope: -0.42986876 + outSlope: -0.42986876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.018069295 + inSlope: -0.18545607 + outSlope: -0.18545607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.015875041 + inSlope: 0.009410601 + outSlope: 0.009410601 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.01869666 + inSlope: 0.09930475 + outSlope: 0.09930475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.022495352 + inSlope: 0.08412171 + outSlope: 0.08412171 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.024304776 + inSlope: 0.019790322 + outSlope: 0.019790322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.023814712 + inSlope: -0.02198388 + outSlope: -0.02198388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.022839185 + inSlope: 0.019282922 + outSlope: 0.019282922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.025100239 + inSlope: 0.1244629 + outSlope: 0.1244629 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.051856965 + inSlope: 0.37472707 + outSlope: 0.37472707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.06537619 + inSlope: 0.44909555 + outSlope: 0.44909555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.09858705 + inSlope: 0.441107 + outSlope: 0.441107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.1146388 + inSlope: -0.061160937 + outSlope: -0.061160937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.04991631 + inSlope: -0.56436133 + outSlope: -0.56436133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.01953156 + inSlope: -0.32802826 + outSlope: -0.32802826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.00665014 + inSlope: -0.05703877 + outSlope: -0.05703877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.0069835917 + inSlope: 0.06020883 + outSlope: 0.06020883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.010664061 + inSlope: 0.13082859 + outSlope: 0.13082859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.015705489 + inSlope: 0.14008754 + outSlope: 0.14008754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.020003222 + inSlope: 0.09696482 + outSlope: 0.09696482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.022169804 + inSlope: 0.028821649 + outSlope: 0.028821649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.021924663 + inSlope: -0.003962856 + outSlope: -0.003962856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.021905614 + inSlope: 0.033053074 + outSlope: 0.033053074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.024128215 + inSlope: 0.14156368 + outSlope: 0.14156368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.0313432 + inSlope: 0.3151045 + outSlope: 0.3151045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.045135163 + inSlope: 0.5006159 + outSlope: 0.5006159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.06471756 + inSlope: 0.61641467 + outSlope: 0.61641467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.10733225 + inSlope: -0.14372683 + outSlope: -0.14372683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.09332403 + inSlope: -0.65737057 + outSlope: -0.65737057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.06350749 + inSlope: -0.96190834 + outSlope: -0.96190834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.02919687 + inSlope: -0.90102136 + outSlope: -0.90102136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.0034394595 + inSlope: -0.5607372 + outSlope: -0.5607372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.008185575 + inSlope: -0.16889973 + outSlope: -0.16889973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.007820511 + inSlope: 0.14288074 + outSlope: 0.14288074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.0013397987 + inSlope: 0.3597831 + outSlope: 0.3597831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.016165111 + inSlope: 0.48329976 + outSlope: 0.48329976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.03355986 + inSlope: 0.48706836 + outSlope: 0.48706836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.048636306 + inSlope: 0.41131437 + outSlope: 0.41131437 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.07267002 + inSlope: 0.35402957 + outSlope: 0.35402957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.10419702 + inSlope: -0.04593075 + outSlope: -0.04593075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.088936426 + inSlope: -0.34121096 + outSlope: -0.34121096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.06912203 + inSlope: -0.09127912 + outSlope: -0.09127912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.0705731 + inSlope: 0.20151009 + outSlope: 0.20151009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.10325285 + inSlope: 0.7029017 + outSlope: 0.7029017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.1618599 + inSlope: 0.007199943 + outSlope: 0.007199943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.1525815 + inSlope: -0.5881499 + outSlope: -0.5881499 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.122649945 + inSlope: -1.0807555 + outSlope: -1.0807555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.038724154 + inSlope: -1.082799 + outSlope: -1.082799 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.008344371 + inSlope: -0.6649687 + outSlope: -0.6649687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.0056070513 + inSlope: -0.20522739 + outSlope: -0.20522739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.0053374423 + inSlope: 0.11793173 + outSlope: 0.11793173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.0022550565 + inSlope: 0.2310288 + outSlope: 0.2310288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.010064463 + inSlope: 0.17973775 + outSlope: 0.17973775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.016808832 + inSlope: 0.08511859 + outSlope: 0.08511859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.019912148 + inSlope: 0.119348235 + outSlope: 0.119348235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.024765339 + inSlope: 0.16205248 + outSlope: 0.16205248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.030715687 + inSlope: 0.15516937 + outSlope: 0.15516937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.035110038 + inSlope: 0.094967976 + outSlope: 0.094967976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.03704688 + inSlope: 0.05446566 + outSlope: 0.05446566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.044864103 + inSlope: 0.30796152 + outSlope: 0.30796152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.059271827 + inSlope: 0.5522927 + outSlope: 0.5522927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.08168358 + inSlope: 0.74218965 + outSlope: 0.74218965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.10875109 + inSlope: 0.77472425 + outSlope: 0.77472425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.15270294 + inSlope: 0.46639523 + outSlope: 0.46639523 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.17079982 + inSlope: -0.054911572 + outSlope: -0.054911572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.13351318 + inSlope: -0.8187824 + outSlope: -0.8187824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.10039214 + inSlope: -1.0954635 + outSlope: -1.0954635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.060482357 + inSlope: -1.0892916 + outSlope: -1.0892916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.027772771 + inSlope: -0.6357394 + outSlope: -0.6357394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.01809977 + inSlope: 0.12043892 + outSlope: 0.12043892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.035802025 + inSlope: 0.7719555 + outSlope: 0.7719555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.06956342 + inSlope: 0.99715483 + outSlope: 0.99715483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.10227895 + inSlope: 0.8008138 + outSlope: 0.8008138 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.122950956 + inSlope: 0.41985083 + outSlope: 0.41985083 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.13554415 + inSlope: 0.21592206 + outSlope: 0.21592206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.14631534 + inSlope: 0.41386458 + outSlope: 0.41386458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.18415014 + inSlope: -0.06654522 + outSlope: -0.06654522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.17440538 + inSlope: -0.4935428 + outSlope: -0.4935428 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.12477837 + inSlope: -0.6832003 + outSlope: -0.6832003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.10570068 + inSlope: -0.39066243 + outSlope: -0.39066243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.09873423 + inSlope: -0.09659895 + outSlope: -0.09659895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.099260755 + inSlope: -0.03728453 + outSlope: -0.03728453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.08967785 + inSlope: -0.28945065 + outSlope: -0.28945065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.076951906 + inSlope: -0.2568412 + outSlope: -0.2568412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.07255512 + inSlope: 0.023378603 + outSlope: 0.023378603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.07851048 + inSlope: 0.28625804 + outSlope: 0.28625804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.09163897 + inSlope: 0.39385507 + outSlope: 0.39385507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Hand Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.000007141229 + inSlope: 0.27765796 + outSlope: 0.27765796 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.009262407 + inSlope: 0.24379593 + outSlope: 0.24379593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.016260205 + inSlope: 0.231534 + outSlope: 0.231534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.02469801 + inSlope: 0.56411654 + outSlope: 0.56411654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.053867973 + inSlope: 1.0186553 + outSlope: 1.0186553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.09260836 + inSlope: 1.0928195 + outSlope: 1.0928195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.14592211 + inSlope: 0.2232235 + outSlope: 0.2232235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.14160419 + inSlope: -0.42515486 + outSlope: -0.42515486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.117578454 + inSlope: -0.7687305 + outSlope: -0.7687305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.090355486 + inSlope: -0.5702758 + outSlope: -0.5702758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.07956007 + inSlope: 0.11435349 + outSlope: 0.11435349 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.09797907 + inSlope: 0.9906248 + outSlope: 0.9906248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.27221164 + inSlope: 1.6366577 + outSlope: 1.6366577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.34477913 + inSlope: 0.5018232 + outSlope: 0.5018232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.2811515 + inSlope: -1.5038693 + outSlope: -1.5038693 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.1496459 + inSlope: -2.15981 + outSlope: -2.15981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.077729516 + inSlope: -1.9137132 + outSlope: -1.9137132 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.02206501 + inSlope: -1.2158623 + outSlope: -1.2158623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.003327937 + inSlope: -0.2138866 + outSlope: -0.2138866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.0078058704 + inSlope: 0.80329293 + outSlope: 0.80329293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.05022495 + inSlope: 1.5099403 + outSlope: 1.5099403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.10846853 + inSlope: 1.6824098 + outSlope: 1.6824098 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.1623855 + inSlope: 1.3009325 + outSlope: 1.3009325 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.1951974 + inSlope: 0.50696576 + outSlope: 0.50696576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.1961833 + inSlope: -0.47302637 + outSlope: -0.47302637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.16366234 + inSlope: -1.3517741 + outSlope: -1.3517741 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.1060649 + inSlope: -1.8421223 + outSlope: -1.8421223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.040854104 + inSlope: -1.7562001 + outSlope: -1.7562001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.011014998 + inSlope: -1.1133898 + outSlope: -1.1133898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.033371817 + inSlope: -0.19431683 + outSlope: -0.19431683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.023969408 + inSlope: 0.6027722 + outSlope: 0.6027722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.0068129897 + inSlope: 1.0153779 + outSlope: 1.0153779 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.043722387 + inSlope: 1.0227613 + outSlope: 1.0227613 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.07499713 + inSlope: 0.77469933 + outSlope: 0.77469933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.101382 + inSlope: -0.23796208 + outSlope: -0.23796208 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.088147774 + inSlope: -0.5219713 + outSlope: -0.5219713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.0665839 + inSlope: -0.68324494 + outSlope: -0.68324494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.042598158 + inSlope: -0.61220986 + outSlope: -0.61220986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.025769891 + inSlope: -0.25313297 + outSlope: -0.25313297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.025722584 + inSlope: 0.3098527 + outSlope: 0.3098527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.046426717 + inSlope: 0.8360478 + outSlope: 0.8360478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.08145905 + inSlope: 1.0579758 + outSlope: 1.0579758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.1169585 + inSlope: 0.8362425 + outSlope: 0.8362425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.13720863 + inSlope: 0.23829594 + outSlope: 0.23829594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.13284488 + inSlope: -0.4703783 + outSlope: -0.4703783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.1058501 + inSlope: -0.9701978 + outSlope: -0.9701978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.06816495 + inSlope: -1.0592959 + outSlope: -1.0592959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.035230305 + inSlope: -0.8065742 + outSlope: -0.8065742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.014393386 + inSlope: -0.50256175 + outSlope: -0.50256175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.0017261778 + inSlope: -0.38114667 + outSlope: -0.38114667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.011016366 + inSlope: -0.4226057 + outSlope: -0.4226057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.026447574 + inSlope: -0.42990634 + outSlope: -0.42990634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.03967687 + inSlope: -0.27941975 + outSlope: -0.27941975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.04507554 + inSlope: -0.0561122 + outSlope: -0.0561122 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.04341768 + inSlope: 0.03715992 + outSlope: 0.03715992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.042598214 + inSlope: -0.12875225 + outSlope: -0.12875225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.052001156 + inSlope: -0.4959441 + outSlope: -0.4959441 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.07566112 + inSlope: -0.8628926 + outSlope: -0.8628926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.14421651 + inSlope: -0.9083295 + outSlope: -0.9083295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.18077172 + inSlope: -0.058252044 + outSlope: -0.058252044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.15041706 + inSlope: 0.8911392 + outSlope: 0.8911392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.114557005 + inSlope: 1.1649733 + outSlope: 1.1649733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.072751954 + inSlope: 1.1934416 + outSlope: 1.1934416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.034994002 + inSlope: 0.907459 + outSlope: 0.907459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.012254745 + inSlope: 0.3390743 + outSlope: 0.3390743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.012389069 + inSlope: -0.3814502 + outSlope: -0.3814502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.037684735 + inSlope: -1.0916703 + outSlope: -1.0916703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.08516702 + inSlope: -1.6371951 + outSlope: -1.6371951 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.14683098 + inSlope: -1.8166218 + outSlope: -1.8166218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.24008499 + inSlope: -0.2790184 + outSlope: -0.2790184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.22487666 + inSlope: 1.3819659 + outSlope: 1.3819659 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.14795402 + inSlope: 3.172824 + outSlope: 3.172824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.013355276 + inSlope: 4.539181 + outSlope: 4.539181 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.15465778 + inSlope: 4.939814 + outSlope: 4.939814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.31596535 + inSlope: 4.1816754 + outSlope: 4.1816754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.43343672 + inSlope: 2.660423 + outSlope: 2.660423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.4924117 + inSlope: -0.53564435 + outSlope: -0.53564435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.4431592 + inSlope: -0.9917705 + outSlope: -0.9917705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.3406454 + inSlope: -2.3348913 + outSlope: -2.3348913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.24831498 + inSlope: -3.053951 + outSlope: -3.053951 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.13704886 + inSlope: -3.278369 + outSlope: -3.278369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.029757252 + inSlope: -2.8053336 + outSlope: -2.8053336 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.049973197 + inSlope: -1.8123927 + outSlope: -1.8123927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.09106881 + inSlope: -0.730485 + outSlope: -0.730485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.09867215 + inSlope: 0.056845784 + outSlope: 0.056845784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.087279096 + inSlope: 0.42551383 + outSlope: 0.42551383 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.07030447 + inSlope: 0.5046544 + outSlope: 0.5046544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.036754366 + inSlope: 0.51393557 + outSlope: 0.51393557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.019373044 + inSlope: 0.47866374 + outSlope: 0.47866374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.0048434786 + inSlope: 0.32484365 + outSlope: 0.32484365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.002283179 + inSlope: 0.06819579 + outSlope: 0.06819579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.00029709682 + inSlope: -0.24222912 + outSlope: -0.24222912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.01386551 + inSlope: -0.5746877 + outSlope: -0.5746877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.03860967 + inSlope: -0.85034657 + outSlope: -0.85034657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.100555934 + inSlope: -0.72003627 + outSlope: -0.72003627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.118557595 + inSlope: -0.2866941 + outSlope: -0.2866941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.10659703 + inSlope: 0.50063026 + outSlope: 0.50063026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.06593939 + inSlope: 0.55341756 + outSlope: 0.55341756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.037488725 + inSlope: 0.27747974 + outSlope: 0.27747974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.031853512 + inSlope: -0.17917848 + outSlope: -0.17917848 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.042845458 + inSlope: -0.46418577 + outSlope: -0.46418577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.0627992 + inSlope: -0.63553137 + outSlope: -0.63553137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.100768045 + inSlope: -0.23381922 + outSlope: -0.23381922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.080438025 + inSlope: 0.95584655 + outSlope: 0.95584655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.037079066 + inSlope: 1.6087569 + outSlope: 1.6087569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.02681233 + inSlope: 2.1094303 + outSlope: 2.1094303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.10354949 + inSlope: 2.2686305 + outSlope: 2.2686305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.2285996 + inSlope: 0.8170271 + outSlope: 0.8170271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.23252264 + inSlope: -0.75314313 + outSlope: -0.75314313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.17838933 + inSlope: -2.3155353 + outSlope: -2.3155353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.07815299 + inSlope: -3.175571 + outSlope: -3.175571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.03331521 + inSlope: -2.9152439 + outSlope: -2.9152439 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.11619642 + inSlope: -1.6984329 + outSlope: -1.6984329 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.14654396 + inSlope: -0.10160139 + outSlope: -0.10160139 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.122969836 + inSlope: 1.2568568 + outSlope: 1.2568568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.062753595 + inSlope: 1.9315063 + outSlope: 1.9315063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.0057971273 + inSlope: 1.7957733 + outSlope: 1.7957733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.05696451 + inSlope: 1.1018801 + outSlope: 1.1018801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.07925572 + inSlope: 0.26766384 + outSlope: 0.26766384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.07480875 + inSlope: -0.4148165 + outSlope: -0.4148165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.051601317 + inSlope: -0.82131326 + outSlope: -0.82131326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.02005458 + inSlope: -0.8859727 + outSlope: -0.8859727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.0074634748 + inSlope: -0.5922321 + outSlope: -0.5922321 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.019427693 + inSlope: -0.032615006 + outSlope: -0.032615006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.009637978 + inSlope: 0.61426413 + outSlope: 0.61426413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.02152321 + inSlope: 1.1505461 + outSlope: 1.1505461 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.06706502 + inSlope: 1.3878229 + outSlope: 1.3878229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.114044644 + inSlope: 1.1641389 + outSlope: 1.1641389 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.14467421 + inSlope: 0.45157033 + outSlope: 0.45157033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.1441493 + inSlope: -0.5301126 + outSlope: -0.5301126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.1093334 + inSlope: -1.3912809 + outSlope: -1.3912809 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.05139733 + inSlope: -1.4925199 + outSlope: -1.4925199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.00983217 + inSlope: -0.94328594 + outSlope: -0.94328594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.011488341 + inSlope: -0.36936074 + outSlope: -0.36936074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.014791856 + inSlope: 0.030111484 + outSlope: 0.030111484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.00948091 + inSlope: 0.22198516 + outSlope: 0.22198516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.000007141229 + inSlope: 0.28464183 + outSlope: 0.28464183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Hand In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.53690296 + inSlope: 0.47850248 + outSlope: 0.47850248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.56839067 + inSlope: -0.16670467 + outSlope: -0.16670467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.5515274 + inSlope: 0.3600258 + outSlope: 0.3600258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.638541 + inSlope: 0.44885847 + outSlope: 0.44885847 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6319928 + inSlope: -0.6345726 + outSlope: -0.6345726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.5458011 + inSlope: -0.727711 + outSlope: -0.727711 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.4353558 + inSlope: -0.72246444 + outSlope: -0.72246444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.367153 + inSlope: -0.42558068 + outSlope: -0.42558068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.34749505 + inSlope: 0.016779467 + outSlope: 0.016779467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.38571444 + inSlope: 0.7644111 + outSlope: 0.7644111 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.4786784 + inSlope: 0.89723194 + outSlope: 0.89723194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.5178281 + inSlope: 0.157377 + outSlope: 0.157377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.46054772 + inSlope: 0.018770777 + outSlope: 0.018770777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.48713753 + inSlope: -0.13903512 + outSlope: -0.13903512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.43724445 + inSlope: 0.06541154 + outSlope: 0.06541154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.47619057 + inSlope: 0.5231091 + outSlope: 0.5231091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.4961876 + inSlope: -0.2514396 + outSlope: -0.2514396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.41624627 + inSlope: -0.22887625 + outSlope: -0.22887625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.44628328 + inSlope: 0.4325987 + outSlope: 0.4325987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.46690568 + inSlope: 0.07913418 + outSlope: 0.07913418 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.45874143 + inSlope: -0.10279576 + outSlope: -0.10279576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.47166884 + inSlope: 0.6326134 + outSlope: 0.6326134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.5551688 + inSlope: 0.79373705 + outSlope: 0.79373705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.5839623 + inSlope: -0.2113252 + outSlope: -0.2113252 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.4962927 + inSlope: -0.77259874 + outSlope: -0.77259874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.48671037 + inSlope: 0.42775553 + outSlope: 0.42775553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.52114636 + inSlope: -0.1577945 + outSlope: -0.1577945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.44005662 + inSlope: -0.17744765 + outSlope: -0.17744765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.43965727 + inSlope: -0.23813166 + outSlope: -0.23813166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.36761373 + inSlope: -0.21255052 + outSlope: -0.21255052 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.3825697 + inSlope: 0.2791453 + outSlope: 0.2791453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.39167225 + inSlope: -0.20892227 + outSlope: -0.20892227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.35369447 + inSlope: 0.14294668 + outSlope: 0.14294668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.39397976 + inSlope: -0.17745109 + outSlope: -0.17745109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.31405613 + inSlope: -0.2630686 + outSlope: -0.2630686 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.34339005 + inSlope: 0.093533635 + outSlope: 0.093533635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.3484122 + inSlope: 0.20313908 + outSlope: 0.20313908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.40671977 + inSlope: 0.71511245 + outSlope: 0.71511245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.468522 + inSlope: 0.2551722 + outSlope: 0.2551722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.45640835 + inSlope: 0.050269112 + outSlope: 0.050269112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.5174232 + inSlope: 0.58371496 + outSlope: 0.58371496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.53690296 + inSlope: 0.5843931 + outSlope: 0.5843931 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Lower Leg Stretch + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.015665418 + inSlope: -0.51113766 + outSlope: -0.51113766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.051580507 + inSlope: -0.63688624 + outSlope: -0.63688624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.075162426 + inSlope: -0.5872979 + outSlope: -0.5872979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.09562143 + inSlope: 0.017984167 + outSlope: 0.017984167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.08953476 + inSlope: 0.2294776 + outSlope: 0.2294776 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.07056669 + inSlope: 0.30343848 + outSlope: 0.30343848 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.06009369 + inSlope: 0.20579931 + outSlope: 0.20579931 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.056846738 + inSlope: -0.1862141 + outSlope: -0.1862141 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.07250796 + inSlope: -0.4781354 + outSlope: -0.4781354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.088722445 + inSlope: -0.12135466 + outSlope: -0.12135466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.08059829 + inSlope: 0.73023576 + outSlope: 0.73023576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.04004006 + inSlope: 1.4785343 + outSlope: 1.4785343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.017970612 + inSlope: 1.5602169 + outSlope: 1.5602169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.06397438 + inSlope: 0.9812751 + outSlope: 0.9812751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.08853734 + inSlope: 0.12871623 + outSlope: 0.12871623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.091970086 + inSlope: 0.20013693 + outSlope: 0.20013693 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.1018798 + inSlope: 0.35949823 + outSlope: 0.35949823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.11593664 + inSlope: 0.19185263 + outSlope: 0.19185263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.114669986 + inSlope: -0.08567095 + outSlope: -0.08567095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.11022524 + inSlope: -0.11736275 + outSlope: -0.11736275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.104351826 + inSlope: -0.07599738 + outSlope: -0.07599738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.08082219 + inSlope: -0.57584107 + outSlope: -0.57584107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.05693664 + inSlope: -0.7998797 + outSlope: -0.7998797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.027496926 + inSlope: -1.0836996 + outSlope: -1.0836996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.015310088 + inSlope: -1.336153 + outSlope: -1.336153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.10852346 + inSlope: -1.3910067 + outSlope: -1.3910067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.19073774 + inSlope: -0.7516413 + outSlope: -0.7516413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.20442325 + inSlope: -0.124852255 + outSlope: -0.124852255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.19906121 + inSlope: 0.5820265 + outSlope: 0.5820265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.1656214 + inSlope: 1.269206 + outSlope: 1.269206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.114447445 + inSlope: 1.261977 + outSlope: 1.261977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.08148968 + inSlope: 0.71757376 + outSlope: 0.71757376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.06660919 + inSlope: 0.32952315 + outSlope: 0.32952315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.05952144 + inSlope: 0.25459576 + outSlope: 0.25459576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.036673315 + inSlope: 0.44613993 + outSlope: 0.44613993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.019893462 + inSlope: 0.48113498 + outSlope: 0.48113498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.004597619 + inSlope: 0.23580742 + outSlope: 0.23580742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.0041729817 + inSlope: -0.09450644 + outSlope: -0.09450644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.010898067 + inSlope: -0.16034824 + outSlope: -0.16034824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.014862878 + inSlope: -0.3023325 + outSlope: -0.3023325 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.031053547 + inSlope: -0.61297536 + outSlope: -0.61297536 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.05572786 + inSlope: -0.5090269 + outSlope: -0.5090269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.06498867 + inSlope: -0.118732184 + outSlope: -0.118732184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.060187045 + inSlope: 0.010055944 + outSlope: 0.010055944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.06297297 + inSlope: -0.32136956 + outSlope: -0.32136956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.08161173 + inSlope: -0.6744577 + outSlope: -0.6744577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.107936844 + inSlope: -0.63796324 + outSlope: -0.63796324 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.12414257 + inSlope: -0.22406857 + outSlope: -0.22406857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.12287473 + inSlope: 0.22725205 + outSlope: 0.22725205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.108992495 + inSlope: 0.42026097 + outSlope: 0.42026097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.094857305 + inSlope: 0.41975307 + outSlope: 0.41975307 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.08100888 + inSlope: 0.23813076 + outSlope: 0.23813076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.078981936 + inSlope: 0.034404952 + outSlope: 0.034404952 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.07871522 + inSlope: 0.25599235 + outSlope: 0.25599235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.061915796 + inSlope: 0.6775918 + outSlope: 0.6775918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.033542477 + inSlope: 0.8909663 + outSlope: 0.8909663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.0025181007 + inSlope: 0.8102484 + outSlope: 0.8102484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.020474194 + inSlope: 0.35882968 + outSlope: 0.35882968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.021404019 + inSlope: -0.35806316 + outSlope: -0.35806316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.0033966615 + inSlope: -1.0239877 + outSlope: -1.0239877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.046861757 + inSlope: -1.5804665 + outSlope: -1.5804665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.10876099 + inSlope: -1.5892406 + outSlope: -1.5892406 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.15281102 + inSlope: -0.92479897 + outSlope: -0.92479897 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.17443715 + inSlope: -0.16062224 + outSlope: -0.16062224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.18112236 + inSlope: -0.4919185 + outSlope: -0.4919185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.20723169 + inSlope: -0.91143274 + outSlope: -0.91143274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.24188448 + inSlope: -0.87784964 + outSlope: -0.87784964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.27765453 + inSlope: 0.08880235 + outSlope: 0.08880235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.2455879 + inSlope: 1.0737333 + outSlope: 1.0737333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.1990308 + inSlope: 1.5760765 + outSlope: 1.5760765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.14051624 + inSlope: 1.4360492 + outSlope: 1.4360492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.10329428 + inSlope: 0.647064 + outSlope: 0.647064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.09737868 + inSlope: -0.13204964 + outSlope: -0.13204964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.11209758 + inSlope: -0.52692914 + outSlope: -0.52692914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.1325074 + inSlope: -0.52240735 + outSlope: -0.52240735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.15035489 + inSlope: 0.12787466 + outSlope: 0.12787466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.11597136 + inSlope: 0.7733284 + outSlope: 0.7733284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.052427486 + inSlope: 1.0536666 + outSlope: 1.0536666 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.016600074 + inSlope: 1.0400927 + outSlope: 1.0400927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.016912222 + inSlope: 0.87961173 + outSlope: 0.87961173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.042040654 + inSlope: 0.5430243 + outSlope: 0.5430243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.053113807 + inSlope: 0.09734031 + outSlope: 0.09734031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.03479291 + inSlope: -0.45494044 + outSlope: -0.45494044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.018200668 + inSlope: -0.49398226 + outSlope: -0.49398226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.0018607922 + inSlope: -0.40431517 + outSlope: -0.40431517 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.008753729 + inSlope: -0.21972027 + outSlope: -0.21972027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.012787289 + inSlope: -0.056570258 + outSlope: -0.056570258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.012525076 + inSlope: 0.031307474 + outSlope: 0.031307474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.010700126 + inSlope: 0.11104077 + outSlope: 0.11104077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.005122365 + inSlope: 0.2812954 + outSlope: 0.2812954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.008052883 + inSlope: 0.52174073 + outSlope: 0.52174073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.029660318 + inSlope: 0.7049956 + outSlope: 0.7049956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.055052724 + inSlope: 0.73605865 + outSlope: 0.73605865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.096534885 + inSlope: 0.41671944 + outSlope: 0.41671944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.10347571 + inSlope: -0.21349812 + outSlope: -0.21349812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.08244019 + inSlope: -0.40061563 + outSlope: -0.40061563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.04671582 + inSlope: -0.75148547 + outSlope: -0.75148547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.017402181 + inSlope: -0.9827219 + outSlope: -0.9827219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.018799335 + inSlope: -1.0980763 + outSlope: -1.0980763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.08898325 + inSlope: -0.8660433 + outSlope: -0.8660433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.1253022 + inSlope: -0.111302055 + outSlope: -0.111302055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.10025199 + inSlope: 0.7997192 + outSlope: 0.7997192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.030247051 + inSlope: 1.1087687 + outSlope: 1.1087687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.006273275 + inSlope: 1.0134516 + outSlope: 1.0134516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.0786548 + inSlope: 0.38171536 + outSlope: 0.38171536 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.079281695 + inSlope: -0.28401515 + outSlope: -0.28401515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.057556897 + inSlope: -0.2793971 + outSlope: -0.2793971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.049512718 + inSlope: -0.23070501 + outSlope: -0.23070501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.04217658 + inSlope: -0.29856056 + outSlope: -0.29856056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.0296087 + inSlope: -0.43973884 + outSlope: -0.43973884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.012860684 + inSlope: -0.5324613 + outSlope: -0.5324613 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.005888683 + inSlope: -0.5250654 + outSlope: -0.5250654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.022143641 + inSlope: -0.5293232 + outSlope: -0.5293232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.041176867 + inSlope: -0.53010833 + outSlope: -0.53010833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.05748416 + inSlope: -0.24711071 + outSlope: -0.24711071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.057650898 + inSlope: 0.22261526 + outSlope: 0.22261526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.042642944 + inSlope: 0.4519369 + outSlope: 0.4519369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.027521584 + inSlope: 0.48680508 + outSlope: 0.48680508 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.010189304 + inSlope: 0.4562451 + outSlope: 0.4562451 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.0028947257 + inSlope: 0.3789205 + outSlope: 0.3789205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.015072038 + inSlope: 0.35452884 + outSlope: 0.35452884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.026529958 + inSlope: 0.41098535 + outSlope: 0.41098535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.042471036 + inSlope: 0.50174147 + outSlope: 0.50174147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.059979357 + inSlope: 0.41466063 + outSlope: 0.41466063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.07011505 + inSlope: -0.05514756 + outSlope: -0.05514756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.056302857 + inSlope: -0.4903391 + outSlope: -0.4903391 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.037425812 + inSlope: -0.5693599 + outSlope: -0.5693599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.018345568 + inSlope: -0.5376655 + outSlope: -0.5376655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.0015814829 + inSlope: -0.5101653 + outSlope: -0.5101653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.015665418 + inSlope: -0.5174075 + outSlope: -0.5174075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Lower Leg Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0000000071147794 + inSlope: 0.4719403 + outSlope: 0.4719403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.015731351 + inSlope: 0.49934685 + outSlope: 0.49934685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.033289798 + inSlope: 0.580875 + outSlope: 0.580875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.054456353 + inSlope: 0.66434526 + outSlope: 0.66434526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.07757948 + inSlope: 0.6017047 + outSlope: 0.6017047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.10290097 + inSlope: 0.1011683 + outSlope: 0.1011683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.10131455 + inSlope: -0.1369478 + outSlope: -0.1369478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.05640829 + inSlope: -0.83144736 + outSlope: -0.83144736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.023828747 + inSlope: -1.3911264 + outSlope: -1.3911264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.03633352 + inSlope: -2.3386178 + outSlope: -2.3386178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.13207915 + inSlope: -2.8514037 + outSlope: -2.8514037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.30458736 + inSlope: -1.9427567 + outSlope: -1.9427567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.37752345 + inSlope: -0.26390535 + outSlope: -0.26390535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.29056254 + inSlope: 0.9184729 + outSlope: 0.9184729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.19624183 + inSlope: 0.515028 + outSlope: 0.515028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.14712381 + inSlope: 0.51326776 + outSlope: 0.51326776 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.07741928 + inSlope: 0.12895955 + outSlope: 0.12895955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.10102555 + inSlope: -0.6932347 + outSlope: -0.6932347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.16724104 + inSlope: -1.171136 + outSlope: -1.171136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.2665086 + inSlope: -0.46809855 + outSlope: -0.46809855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.22996034 + inSlope: 0.71344495 + outSlope: 0.71344495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.09888554 + inSlope: 1.3088549 + outSlope: 1.3088549 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.052798744 + inSlope: 1.3979043 + outSlope: 1.3979043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.005692014 + inSlope: 1.0671061 + outSlope: 1.0671061 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.018341685 + inSlope: 0.59595394 + outSlope: 0.59595394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.034038298 + inSlope: 0.35103127 + outSlope: 0.35103127 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.041743748 + inSlope: 0.0959055 + outSlope: 0.0959055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.04043199 + inSlope: -0.1606689 + outSlope: -0.1606689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.016214132 + inSlope: -0.48012078 + outSlope: -0.48012078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.0009755552 + inSlope: -0.71802634 + outSlope: -0.71802634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.031654354 + inSlope: -0.8177957 + outSlope: -0.8177957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.07128379 + inSlope: -0.36604542 + outSlope: -0.36604542 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.08094978 + inSlope: 0.13333821 + outSlope: 0.13333821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.040589325 + inSlope: 0.7093668 + outSlope: 0.7093668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.013504037 + inSlope: 0.7484199 + outSlope: 0.7484199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.009305479 + inSlope: 0.59416366 + outSlope: 0.59416366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.026106833 + inSlope: 0.48036814 + outSlope: 0.48036814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.052682497 + inSlope: 0.25879574 + outSlope: 0.25879574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.05871461 + inSlope: -0.065832056 + outSlope: -0.065832056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.03973497 + inSlope: -0.21334836 + outSlope: -0.21334836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.032926805 + inSlope: -0.20949703 + outSlope: -0.20949703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.025768515 + inSlope: -0.26002973 + outSlope: -0.26002973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.015591505 + inSlope: -0.40650582 + outSlope: -0.40650582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.0013318474 + inSlope: -0.96980274 + outSlope: -0.96980274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.049062286 + inSlope: -1.6136556 + outSlope: -1.6136556 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.22400945 + inSlope: -1.276881 + outSlope: -1.276881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.26523116 + inSlope: 0.04018937 + outSlope: 0.04018937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.20480351 + inSlope: 0.74063414 + outSlope: 0.74063414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.14336158 + inSlope: 0.5782852 + outSlope: 0.5782852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.09790989 + inSlope: 0.8520163 + outSlope: 0.8520163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.066299945 + inSlope: 1.0387199 + outSlope: 1.0387199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.028661745 + inSlope: 1.0919397 + outSlope: 1.0919397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.0064959624 + inSlope: 0.8493707 + outSlope: 0.8493707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.027962914 + inSlope: 0.63630074 + outSlope: 0.63630074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.08638108 + inSlope: 0.47811484 + outSlope: 0.47811484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.10527813 + inSlope: -0.2788426 + outSlope: -0.2788426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.060255643 + inSlope: -1.0321634 + outSlope: -1.0321634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.020635845 + inSlope: -1.6170458 + outSlope: -1.6170458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.04754731 + inSlope: -2.2931094 + outSlope: -2.2931094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.13223799 + inSlope: -2.2926402 + outSlope: -2.2926402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.24397367 + inSlope: -0.9051281 + outSlope: -0.9051281 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.14960569 + inSlope: 1.3138705 + outSlope: 1.3138705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.058816936 + inSlope: 1.3614312 + outSlope: 1.3614312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.013740087 + inSlope: 1.107833 + outSlope: 1.107833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.015038618 + inSlope: 0.7480575 + outSlope: 0.7480575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.036130775 + inSlope: 0.61596435 + outSlope: 0.61596435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.088957794 + inSlope: 0.3649036 + outSlope: 0.3649036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.095649 + inSlope: -0.2750447 + outSlope: -0.2750447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.020400532 + inSlope: -0.6267309 + outSlope: -0.6267309 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.00058650615 + inSlope: -0.7640229 + outSlope: -0.7640229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.030534279 + inSlope: -0.7867248 + outSlope: -0.7867248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.06125737 + inSlope: -0.09166485 + outSlope: -0.09166485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.042240128 + inSlope: 0.63649964 + outSlope: 0.63649964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.015539615 + inSlope: 0.77926254 + outSlope: 0.77926254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.009710658 + inSlope: 0.6775366 + outSlope: 0.6775366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.029629447 + inSlope: 0.6102513 + outSlope: 0.6102513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.12562215 + inSlope: 0.46441945 + outSlope: 0.46441945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.14029421 + inSlope: -0.49992394 + outSlope: -0.49992394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.038891673 + inSlope: -1.3724926 + outSlope: -1.3724926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.009721736 + inSlope: -1.8550441 + outSlope: -1.8550441 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.08477782 + inSlope: -1.9087684 + outSlope: -1.9087684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.13697284 + inSlope: -1.1670634 + outSlope: -1.1670634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.16258197 + inSlope: -0.4089633 + outSlope: -0.4089633 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.16423704 + inSlope: 0.44340286 + outSlope: 0.44340286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.1330218 + inSlope: 1.0228888 + outSlope: 1.0228888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.09604452 + inSlope: 1.0742356 + outSlope: 1.0742356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.029927744 + inSlope: 0.92109346 + outSlope: 0.92109346 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.0000000071147794 + inSlope: 0.8978334 + outSlope: 0.8978334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Shoulder Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.0000000026680425 + inSlope: -2.3207734 + outSlope: -2.3207734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.07735912 + inSlope: -2.186023 + outSlope: -2.186023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.14573488 + inSlope: -1.7202611 + outSlope: -1.7202611 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.1920432 + inSlope: -1.1559241 + outSlope: -1.1559241 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.22279648 + inSlope: -0.5559261 + outSlope: -0.5559261 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.21397017 + inSlope: 0.6906583 + outSlope: 0.6906583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.18306105 + inSlope: 0.90212417 + outSlope: 0.90212417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.123171285 + inSlope: 1.0207189 + outSlope: 1.0207189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.032715753 + inSlope: 1.9503634 + outSlope: 1.9503634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.04424365 + inSlope: 2.6849656 + outSlope: 2.6849656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.14628202 + inSlope: 3.2880404 + outSlope: 3.2880404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.37641248 + inSlope: 3.009399 + outSlope: 3.009399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.51259595 + inSlope: 0.8446066 + outSlope: 0.8446066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.41553485 + inSlope: -1.1007248 + outSlope: -1.1007248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.36128 + inSlope: -0.006316494 + outSlope: -0.006316494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.37593195 + inSlope: 0.056788687 + outSlope: 0.056788687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.33356017 + inSlope: -0.56785816 + outSlope: -0.56785816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.25242162 + inSlope: -0.91323894 + outSlope: -0.91323894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.20503882 + inSlope: -0.27135444 + outSlope: -0.27135444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.2245014 + inSlope: 0.77596694 + outSlope: 0.77596694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.31516695 + inSlope: 0.50786245 + outSlope: 0.50786245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.2580258 + inSlope: -0.78534913 + outSlope: -0.78534913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.17082015 + inSlope: -0.7995116 + outSlope: -0.7995116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.1338115 + inSlope: -0.2051793 + outSlope: -0.2051793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.14292385 + inSlope: 0.3465614 + outSlope: 0.3465614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.16680135 + inSlope: 0.19637018 + outSlope: 0.19637018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.16404384 + inSlope: -0.23790804 + outSlope: -0.23790804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.1432821 + inSlope: -0.24968293 + outSlope: -0.24968293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.13568535 + inSlope: -0.007941134 + outSlope: -0.007941134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.12440508 + inSlope: -0.43306017 + outSlope: -0.43306017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.07910368 + inSlope: -0.8293451 + outSlope: -0.8293451 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.023273064 + inSlope: -0.7087471 + outSlope: -0.7087471 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.0028239042 + inSlope: -0.4776709 + outSlope: -0.4776709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.008571631 + inSlope: -0.18552497 + outSlope: -0.18552497 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.0095444145 + inSlope: 0.12923948 + outSlope: 0.12923948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.00004432674 + inSlope: 0.42666498 + outSlope: 0.42666498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.018899892 + inSlope: 0.6586096 + outSlope: 0.6586096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.07045484 + inSlope: 0.73994595 + outSlope: 0.73994595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.093281455 + inSlope: 0.5832849 + outSlope: 0.5832849 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.10934047 + inSlope: 0.4007976 + outSlope: 0.4007976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.1536212 + inSlope: 0.91192544 + outSlope: 0.91192544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.19251105 + inSlope: 1.4082003 + outSlope: 1.4082003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.35582274 + inSlope: 1.0253129 + outSlope: 1.0253129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.36321115 + inSlope: -0.7693039 + outSlope: -0.7693039 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.23334141 + inSlope: -1.1027422 + outSlope: -1.1027422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.18592574 + inSlope: -0.37720746 + outSlope: -0.37720746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.16616614 + inSlope: -0.37813652 + outSlope: -0.37813652 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.11187451 + inSlope: -1.4233295 + outSlope: -1.4233295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.05334806 + inSlope: -2.027493 + outSlope: -2.027493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.023291562 + inSlope: -2.3957522 + outSlope: -2.3957522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.1063686 + inSlope: -2.3698528 + outSlope: -2.3698528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.23649795 + inSlope: -1.2811315 + outSlope: -1.2811315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.20695926 + inSlope: 1.7703044 + outSlope: 1.7703044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.13393298 + inSlope: 2.616294 + outSlope: 2.616294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.032539826 + inSlope: 3.3648314 + outSlope: 3.3648314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.09038892 + inSlope: 3.7761984 + outSlope: 3.7761984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.3334172 + inSlope: 2.94142 + outSlope: 2.94142 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.4561456 + inSlope: 0.6280224 + outSlope: 0.6280224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.29166856 + inSlope: -2.5527217 + outSlope: -2.5527217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.0924897 + inSlope: -3.2734835 + outSlope: -3.2734835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.019888602 + inSlope: -3.350049 + outSlope: -3.350049 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.23179433 + inSlope: -2.7626123 + outSlope: -2.7626123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.40839952 + inSlope: -0.6099984 + outSlope: -0.6099984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.14406826 + inSlope: 2.791388 + outSlope: 2.791388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.0459652 + inSlope: 2.944274 + outSlope: 2.944274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.05221648 + inSlope: 2.7471876 + outSlope: 2.7471876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.13718046 + inSlope: 2.1680002 + outSlope: 2.1680002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.22387503 + inSlope: 0.3133753 + outSlope: 0.3133753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.120960616 + inSlope: -2.08617 + outSlope: -2.08617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.042421814 + inSlope: -2.522151 + outSlope: -2.522151 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.047182627 + inSlope: -2.7522078 + outSlope: -2.7522078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.3215304 + inSlope: -2.521388 + outSlope: -2.521388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.49177116 + inSlope: 2.0373368 + outSlope: 2.0373368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.27756786 + inSlope: 4.211628 + outSlope: 4.211628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.12272075 + inSlope: 4.84254 + outSlope: 4.84254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.045267813 + inSlope: 4.9069457 + outSlope: 4.9069457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.20440863 + inSlope: 4.2985005 + outSlope: 4.2985005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.41193858 + inSlope: 1.6305683 + outSlope: 1.6305683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.44053867 + inSlope: -0.62452394 + outSlope: -0.62452394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.3703037 + inSlope: -2.4945068 + outSlope: -2.4945068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.27423838 + inSlope: -2.9082487 + outSlope: -2.9082487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.17642063 + inSlope: -2.8398733 + outSlope: -2.8398733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.08491368 + inSlope: -2.646312 + outSlope: -2.646312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.0000000026680425 + inSlope: -2.5474129 + outSlope: -2.5474129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Shoulder Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.1060092e-19 + inSlope: -0.24943246 + outSlope: -0.24943246 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.008314416 + inSlope: -0.32727244 + outSlope: -0.32727244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.021818165 + inSlope: -0.48862344 + outSlope: -0.48862344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.040889315 + inSlope: -0.49638024 + outSlope: -0.49638024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.054910183 + inSlope: -0.23140804 + outSlope: -0.23140804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.056316517 + inSlope: -0.009018487 + outSlope: -0.009018487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.055511415 + inSlope: 0.2013911 + outSlope: 0.2013911 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.042890444 + inSlope: 0.31302008 + outSlope: 0.31302008 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.03464341 + inSlope: -0.1832121 + outSlope: -0.1832121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.055104584 + inSlope: -0.81597286 + outSlope: -0.81597286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.0890416 + inSlope: -1.2543403 + outSlope: -1.2543403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.13872726 + inSlope: -1.1091278 + outSlope: -1.1091278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.16298346 + inSlope: -0.73633695 + outSlope: -0.73633695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.18781641 + inSlope: -0.2367378 + outSlope: -0.2367378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.17876598 + inSlope: -0.09078537 + outSlope: -0.09078537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.19386876 + inSlope: -0.7086381 + outSlope: -0.7086381 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.2531945 + inSlope: -0.37823626 + outSlope: -0.37823626 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.2512243 + inSlope: 0.10546174 + outSlope: 0.10546174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.2524881 + inSlope: -0.51898795 + outSlope: -0.51898795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.28076294 + inSlope: -0.8339077 + outSlope: -0.8339077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.33115926 + inSlope: -0.63823867 + outSlope: -0.63823867 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.37695247 + inSlope: -0.950564 + outSlope: -0.950564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.4782228 + inSlope: -0.58832586 + outSlope: -0.58832586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.4682596 + inSlope: 0.84046054 + outSlope: 0.84046054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.3451793 + inSlope: 1.2153215 + outSlope: 1.2153215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.30925307 + inSlope: 1.0817459 + outSlope: 1.0817459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.27306297 + inSlope: 0.64193505 + outSlope: 0.64193505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.2893876 + inSlope: -0.3510398 + outSlope: -0.3510398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.29888776 + inSlope: -0.116804145 + outSlope: -0.116804145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.29717454 + inSlope: 0.06811869 + outSlope: 0.06811869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.2882666 + inSlope: 0.3208819 + outSlope: 0.3208819 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.2729544 + inSlope: 0.3628831 + outSlope: 0.3628831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.25310826 + inSlope: 0.576513 + outSlope: 0.576513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.22564022 + inSlope: 0.48946065 + outSlope: 0.48946065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.22047757 + inSlope: -0.2070382 + outSlope: -0.2070382 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.2744411 + inSlope: -1.3089621 + outSlope: -1.3089621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.4342295 + inSlope: -1.0129877 + outSlope: -1.0129877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.40145755 + inSlope: 1.4201051 + outSlope: 1.4201051 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.34557107 + inSlope: 1.8505579 + outSlope: 1.8505579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.27808714 + inSlope: 1.8644152 + outSlope: 1.8644152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.22127664 + inSlope: 0.8607042 + outSlope: 0.8607042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.22070672 + inSlope: -0.4353005 + outSlope: -0.4353005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.25029686 + inSlope: -0.8748468 + outSlope: -0.8748468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.29922163 + inSlope: -0.38588354 + outSlope: -0.38588354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.29670507 + inSlope: 0.29481438 + outSlope: 0.29481438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.28510126 + inSlope: 0.23822509 + outSlope: 0.23822509 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.2808234 + inSlope: 0.03703483 + outSlope: 0.03703483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.2775202 + inSlope: 0.36628908 + outSlope: 0.36628908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.25821304 + inSlope: 0.49656856 + outSlope: 0.49656856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.24096788 + inSlope: -0.1883753 + outSlope: -0.1883753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.33011815 + inSlope: -0.36847195 + outSlope: -0.36847195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.33434227 + inSlope: -0.43930155 + outSlope: -0.43930155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.45681575 + inSlope: -0.35962334 + outSlope: -0.35962334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.4567556 + inSlope: 0.4175877 + outSlope: 0.4175877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.4289766 + inSlope: 1.5875474 + outSlope: 1.5875474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.35091922 + inSlope: 2.9717383 + outSlope: 2.9717383 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.23086089 + inSlope: 3.303588 + outSlope: 3.303588 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.13068023 + inSlope: 2.8842092 + outSlope: 2.8842092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.038580466 + inSlope: 2.03118 + outSlope: 2.03118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.0047316262 + inSlope: 0.769618 + outSlope: 0.769618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.012727409 + inSlope: 0.11567439 + outSlope: 0.11567439 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.012443302 + inSlope: 0.016167099 + outSlope: 0.016167099 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.013805214 + inSlope: 0.020425571 + outSlope: 0.020425571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.013805006 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.013805214 + inSlope: -0.000009806837 + outSlope: -0.000009806837 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.013804352 + inSlope: -0.010949835 + outSlope: -0.010949835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.013075226 + inSlope: -0.120885305 + outSlope: -0.120885305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.005745287 + inSlope: -0.26639095 + outSlope: -0.26639095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.004684206 + inSlope: -0.3031103 + outSlope: -0.3031103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.014462047 + inSlope: -0.14374512 + outSlope: -0.14374512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.014267205 + inSlope: 0.046754245 + outSlope: 0.046754245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.011345101 + inSlope: 0.06331735 + outSlope: 0.06331735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.010046053 + inSlope: 0.05375158 + outSlope: 0.05375158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.007761665 + inSlope: 0.15232918 + outSlope: 0.15232918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.00010921684 + inSlope: 0.2066529 + outSlope: 0.2066529 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.006015224 + inSlope: 0.13160366 + outSlope: 0.13160366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.008882828 + inSlope: 0.039579865 + outSlope: 0.039579865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.0061338856 + inSlope: -0.09706172 + outSlope: -0.09706172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.0021831037 + inSlope: -0.034375124 + outSlope: -0.034375124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.0038422132 + inSlope: 0.15108682 + outSlope: 0.15108682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.0122555485 + inSlope: 0.14933242 + outSlope: 0.14933242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.013797709 + inSlope: 0.022868343 + outSlope: 0.022868343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.013780114 + inSlope: -0.00054398604 + outSlope: -0.00054398604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.013715742 + inSlope: -0.00077874935 + outSlope: -0.00077874935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.013719601 + inSlope: -0.00008048031 + outSlope: -0.00008048031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.013632701 + inSlope: -0.001544898 + outSlope: -0.001544898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.013589361 + inSlope: -0.014850889 + outSlope: -0.014850889 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.0126426425 + inSlope: -0.029888555 + outSlope: -0.029888555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.011596792 + inSlope: -0.05130864 + outSlope: -0.05130864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.00922207 + inSlope: -0.09500167 + outSlope: -0.09500167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.0052633537 + inSlope: -0.13833117 + outSlope: -0.13833117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 3.1060092e-19 + inSlope: -0.15790077 + outSlope: -0.15790077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Toes Up-Down + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2593804 + inSlope: -1.5993814 + outSlope: -1.5993814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.14498872 + inSlope: -2.0913572 + outSlope: -2.0913572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.06664386 + inSlope: -2.3523283 + outSlope: -2.3523283 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.011833168 + inSlope: -1.8041401 + outSlope: -1.8041401 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.053632144 + inSlope: -1.0456969 + outSlope: -1.0456969 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.0815463 + inSlope: -0.6271169 + outSlope: -0.6271169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.09543995 + inSlope: -0.30526078 + outSlope: -0.30526078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.101086855 + inSlope: 0.082166016 + outSlope: 0.082166016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.09641928 + inSlope: 0.15502018 + outSlope: 0.15502018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.08219219 + inSlope: 0.34153968 + outSlope: 0.34153968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.04913938 + inSlope: 0.5925944 + outSlope: 0.5925944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.02847659 + inSlope: 0.5258876 + outSlope: 0.5258876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.014080216 + inSlope: 0.2495538 + outSlope: 0.2495538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.011839657 + inSlope: -0.17671257 + outSlope: -0.17671257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.02586104 + inSlope: -0.5480873 + outSlope: -0.5480873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.048378818 + inSlope: -0.5766573 + outSlope: -0.5766573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.064304866 + inSlope: -0.23465551 + outSlope: -0.23465551 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.064022504 + inSlope: 0.1780695 + outSlope: 0.1780695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.052433576 + inSlope: 0.35945958 + outSlope: 0.35945958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.04005853 + inSlope: 0.26154327 + outSlope: 0.26154327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.034997344 + inSlope: 0.029561799 + outSlope: 0.029561799 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.038087737 + inSlope: -0.16689274 + outSlope: -0.16689274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.04612353 + inSlope: -0.30414045 + outSlope: -0.30414045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.07663195 + inSlope: -0.6368027 + outSlope: -0.6368027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.1420263 + inSlope: -0.33831733 + outSlope: -0.33831733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.12926823 + inSlope: 0.33689055 + outSlope: 0.33689055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.10562736 + inSlope: 0.41768068 + outSlope: 0.41768068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.0901366 + inSlope: 0.47810143 + outSlope: 0.47810143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.0737539 + inSlope: 0.35257024 + outSlope: 0.35257024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.06787235 + inSlope: -0.13986751 + outSlope: -0.13986751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.08641028 + inSlope: -0.28297645 + outSlope: -0.28297645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.09482148 + inSlope: -0.20836282 + outSlope: -0.20836282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.10030112 + inSlope: -0.21282622 + outSlope: -0.21282622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.109009914 + inSlope: -0.2920376 + outSlope: -0.2920376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.12345446 + inSlope: 0.062440462 + outSlope: 0.062440462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.11560758 + inSlope: 0.42069584 + outSlope: 0.42069584 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.09540807 + inSlope: 0.66142577 + outSlope: 0.66142577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.07151257 + inSlope: 0.60475844 + outSlope: 0.60475844 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.048814096 + inSlope: 0.021038875 + outSlope: 0.021038875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.08428813 + inSlope: -0.55283725 + outSlope: -0.55283725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.13811071 + inSlope: -0.37715352 + outSlope: -0.37715352 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.15168978 + inSlope: -0.051102176 + outSlope: -0.051102176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.15135294 + inSlope: -0.02761765 + outSlope: -0.02761765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.15602395 + inSlope: -0.06968319 + outSlope: -0.06968319 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.16731858 + inSlope: -0.1412884 + outSlope: -0.1412884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.17391524 + inSlope: 0.08678698 + outSlope: 0.08678698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.16202176 + inSlope: 0.13936548 + outSlope: 0.13936548 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.16092439 + inSlope: 0.015533445 + outSlope: 0.015533445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.15917508 + inSlope: -0.06836913 + outSlope: -0.06836913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.15708841 + inSlope: 0.48609543 + outSlope: 0.48609543 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.12989527 + inSlope: 1.2272288 + outSlope: 1.2272288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.075273246 + inSlope: 1.9014796 + outSlope: 1.9014796 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.003129572 + inSlope: 2.87625 + outSlope: 2.87625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.11647709 + inSlope: 3.2978442 + outSlope: 3.2978442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.2167265 + inSlope: 2.4716098 + outSlope: 2.4716098 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.31038252 + inSlope: 0.37581092 + outSlope: 0.37581092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.30630496 + inSlope: -0.49048933 + outSlope: -0.49048933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.27768326 + inSlope: -0.82770395 + outSlope: -0.82770395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.23389286 + inSlope: -0.30999503 + outSlope: -0.30999503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.24017136 + inSlope: 0.41942436 + outSlope: 0.41942436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.28795284 + inSlope: 0.15743956 + outSlope: 0.15743956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.28195158 + inSlope: -0.23604222 + outSlope: -0.23604222 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.2549599 + inSlope: -0.6904211 + outSlope: -0.6904211 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.14977948 + inSlope: -1.0747002 + outSlope: -1.0747002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.10017283 + inSlope: -0.13640285 + outSlope: -0.13640285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.107885845 + inSlope: 0.637449 + outSlope: 0.637449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.1426694 + inSlope: 1.3653877 + outSlope: 1.3653877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.2646975 + inSlope: 1.9454527 + outSlope: 1.9454527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.45999962 + inSlope: 0.6447607 + outSlope: 0.6447607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.44413742 + inSlope: -0.5509124 + outSlope: -0.5509124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.3919744 + inSlope: -1.0608158 + outSlope: -1.0608158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.31265506 + inSlope: -1.0387379 + outSlope: -1.0387379 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.23655574 + inSlope: -0.77340007 + outSlope: -0.77340007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.18879113 + inSlope: -0.3802985 + outSlope: -0.3802985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.19863519 + inSlope: 0.79468495 + outSlope: 0.79468495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.23676404 + inSlope: 1.4415519 + outSlope: 1.4415519 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.4297582 + inSlope: -0.05292183 + outSlope: -0.05292183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.296765 + inSlope: -1.6500634 + outSlope: -1.6500634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.20572597 + inSlope: -0.9772533 + outSlope: -0.9772533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.14875169 + inSlope: -0.5622121 + outSlope: -0.5622121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.10364785 + inSlope: -0.61366355 + outSlope: -0.61366355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.08613894 + inSlope: -0.43617892 + outSlope: -0.43617892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.074569285 + inSlope: -0.3424821 + outSlope: -0.3424821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.06330682 + inSlope: -0.35043547 + outSlope: -0.35043547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.041245304 + inSlope: -0.2523475 + outSlope: -0.2523475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.034383792 + inSlope: -0.074890815 + outSlope: -0.074890815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.036252588 + inSlope: 0.339033 + outSlope: 0.339033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.05698627 + inSlope: 0.9991037 + outSlope: 0.9991037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.102859735 + inSlope: 1.6578051 + outSlope: 1.6578051 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.1675065 + inSlope: 1.9137058 + outSlope: 1.9137058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.28078714 + inSlope: 1.2777579 + outSlope: 1.2777579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.35837057 + inSlope: 0.6818678 + outSlope: 0.6818678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.38409775 + inSlope: 0.4888098 + outSlope: 0.4888098 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.37792984 + inSlope: -0.68167025 + outSlope: -0.68167025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.30515018 + inSlope: -1.2919936 + outSlope: -1.2919936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.2593804 + inSlope: -1.3730947 + outSlope: -1.3730947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Upper Leg Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2055856 + inSlope: 0.44048083 + outSlope: 0.44048083 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.24067938 + inSlope: 0.7782234 + outSlope: 0.7782234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.30339524 + inSlope: 0.82859206 + outSlope: 0.82859206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.32798937 + inSlope: -0.56744415 + outSlope: -0.56744415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.30259952 + inSlope: -0.88876164 + outSlope: -0.88876164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.2687386 + inSlope: -0.81263477 + outSlope: -0.81263477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.24842387 + inSlope: -0.29249695 + outSlope: -0.29249695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.2715802 + inSlope: 0.19527872 + outSlope: 0.19527872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.2347828 + inSlope: -1.2569486 + outSlope: -1.2569486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.10917248 + inSlope: -2.2733717 + outSlope: -2.2733717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.029450921 + inSlope: -2.2758377 + outSlope: -2.2758377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.042550016 + inSlope: -1.652732 + outSlope: -1.652732 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.083812304 + inSlope: 0.41776687 + outSlope: 0.41776687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.063644275 + inSlope: 0.74256873 + outSlope: 0.74256873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.004448302 + inSlope: 1.3002477 + outSlope: 1.3002477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.05237547 + inSlope: 1.5207801 + outSlope: 1.5207801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.105833635 + inSlope: 1.5629506 + outSlope: 1.5629506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.15657207 + inSlope: 1.6421158 + outSlope: 1.6421158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.32133123 + inSlope: 1.2600949 + outSlope: 1.2600949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.3912064 + inSlope: 0.32946053 + outSlope: 0.32946053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.39900017 + inSlope: -0.34261268 + outSlope: -0.34261268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.3772383 + inSlope: -0.6115004 + outSlope: -0.6115004 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.32947618 + inSlope: 0.012014519 + outSlope: 0.012014519 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.3234282 + inSlope: -0.64121836 + outSlope: -0.64121836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.19043887 + inSlope: -1.4720106 + outSlope: -1.4720106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.14423348 + inSlope: -1.0145669 + outSlope: -1.0145669 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.12280113 + inSlope: -0.26656175 + outSlope: -0.26656175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.12646271 + inSlope: 0.18619654 + outSlope: 0.18619654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.15766631 + inSlope: 0.25550348 + outSlope: 0.25550348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.1759065 + inSlope: 0.539433 + outSlope: 0.539433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.2662693 + inSlope: 1.0192586 + outSlope: 1.0192586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.3230673 + inSlope: 0.42171484 + outSlope: 0.42171484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.32634342 + inSlope: -0.065840244 + outSlope: -0.065840244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.3227586 + inSlope: -0.27086583 + outSlope: -0.27086583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.28878447 + inSlope: -0.67945737 + outSlope: -0.67945737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.18946649 + inSlope: -1.2158322 + outSlope: -1.2158322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.14814402 + inSlope: -1.1326885 + outSlope: -1.1326885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.11395399 + inSlope: -0.51188034 + outSlope: -0.51188034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.13808624 + inSlope: 0.97590375 + outSlope: 0.97590375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.29904464 + inSlope: 1.9846852 + outSlope: 1.9846852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.41356093 + inSlope: 0.7392318 + outSlope: 0.7392318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.34576538 + inSlope: -1.298748 + outSlope: -1.298748 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.25564444 + inSlope: -1.3312805 + outSlope: -1.3312805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.21238306 + inSlope: -1.1225688 + outSlope: -1.1225688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.15513468 + inSlope: -0.8151934 + outSlope: -0.8151934 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.07816092 + inSlope: -0.42509192 + outSlope: -0.42509192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.07008477 + inSlope: -0.07430866 + outSlope: -0.07430866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.07320701 + inSlope: 0.16668761 + outSlope: 0.16668761 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.10163564 + inSlope: 0.2714274 + outSlope: 0.2714274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.11467939 + inSlope: 0.12141636 + outSlope: 0.12141636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.12142788 + inSlope: 0.15607756 + outSlope: 0.15607756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.13735764 + inSlope: -0.021683894 + outSlope: -0.021683894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.132193 + inSlope: 0.113502614 + outSlope: 0.113502614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.1610611 + inSlope: 0.702234 + outSlope: 0.702234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.26585954 + inSlope: 0.4180162 + outSlope: 0.4180162 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.26313588 + inSlope: -0.32205492 + outSlope: -0.32205492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.24107869 + inSlope: -0.224656 + outSlope: -0.224656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.22539942 + inSlope: -0.22345644 + outSlope: -0.22345644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.21018812 + inSlope: -0.1224398 + outSlope: -0.1224398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.22452591 + inSlope: 0.4338417 + outSlope: 0.4338417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.28014547 + inSlope: 0.40588522 + outSlope: 0.40588522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.27384847 + inSlope: -0.37490612 + outSlope: -0.37490612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.23494528 + inSlope: -0.30317667 + outSlope: -0.30317667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.22925302 + inSlope: 0.21441846 + outSlope: 0.21441846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.25479206 + inSlope: 0.297316 + outSlope: 0.297316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.27594033 + inSlope: 0.4965064 + outSlope: 0.4965064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.31296942 + inSlope: 0.1455243 + outSlope: 0.1455243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.26480868 + inSlope: -0.6519024 + outSlope: -0.6519024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.22717084 + inSlope: -0.37592655 + outSlope: -0.37592655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.21850327 + inSlope: -0.38363695 + outSlope: -0.38363695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.18464038 + inSlope: -0.45734546 + outSlope: -0.45734546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.15935045 + inSlope: -0.29764256 + outSlope: -0.29764256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.14976631 + inSlope: 0.044435307 + outSlope: 0.044435307 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.18318506 + inSlope: 0.33621877 + outSlope: 0.33621877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.2055856 + inSlope: 0.35533 + outSlope: 0.35533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Upper Leg In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.12701638 + inSlope: -1.7038562 + outSlope: -1.7038562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.2361749 + inSlope: -1.4366212 + outSlope: -1.4366212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.3172255 + inSlope: -0.93128633 + outSlope: -0.93128633 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.34954926 + inSlope: 0.11013106 + outSlope: 0.11013106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.32479152 + inSlope: 0.6058793 + outSlope: 0.6058793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.30227777 + inSlope: 1.22821 + outSlope: 1.22821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.24291086 + inSlope: 2.562865 + outSlope: 2.562865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.13142002 + inSlope: 3.7955327 + outSlope: 3.7955327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.010124736 + inSlope: 4.2202654 + outSlope: 4.2202654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.14993098 + inSlope: 3.5813928 + outSlope: 3.5813928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.24888414 + inSlope: 1.964619 + outSlope: 1.964619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.28090551 + inSlope: -0.113611996 + outSlope: -0.113611996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.24131 + inSlope: -2.0760024 + outSlope: -2.0760024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.14250542 + inSlope: -3.4682465 + outSlope: -3.4682465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.010093556 + inSlope: -4.066541 + outSlope: -4.066541 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.12859729 + inSlope: -3.910591 + outSlope: -3.910591 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.25061247 + inSlope: -2.9434137 + outSlope: -2.9434137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.3663202 + inSlope: -0.8958754 + outSlope: -0.8958754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.3759167 + inSlope: 0.32309002 + outSlope: 0.32309002 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.32030433 + inSlope: 0.88979197 + outSlope: 0.88979197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.28642035 + inSlope: 1.368618 + outSlope: 1.368618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.1601975 + inSlope: 2.1265144 + outSlope: 2.1265144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.08729553 + inSlope: 2.2035532 + outSlope: 2.2035532 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.013293835 + inSlope: 2.3220017 + outSlope: 2.3220017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.0675047 + inSlope: 2.6863003 + outSlope: 2.6863003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.16579267 + inSlope: 3.3413692 + outSlope: 3.3413692 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.4066278 + inSlope: 2.8098445 + outSlope: 2.8098445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.4841008 + inSlope: -0.94423866 + outSlope: -0.94423866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.3685261 + inSlope: -3.0951743 + outSlope: -3.0951743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.2400348 + inSlope: -4.195304 + outSlope: -4.195304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.08883943 + inSlope: -4.6177874 + outSlope: -4.6177874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.067817956 + inSlope: -4.612257 + outSlope: -4.612257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.21864463 + inSlope: -3.9254618 + outSlope: -3.9254618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.32951516 + inSlope: -2.509902 + outSlope: -2.509902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.38456088 + inSlope: 0.8580265 + outSlope: 0.8580265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.34582916 + inSlope: 1.2208372 + outSlope: 1.2208372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.24470603 + inSlope: 2.1988606 + outSlope: 2.1988606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.15658103 + inSlope: 3.1303062 + outSlope: 3.1303062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.03601915 + inSlope: 3.998628 + outSlope: 3.998628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.10999442 + inSlope: 4.4005365 + outSlope: 4.4005365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.25734967 + inSlope: 3.9576793 + outSlope: 3.9576793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.37383977 + inSlope: 2.5370212 + outSlope: 2.5370212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.43789944 + inSlope: -0.0434639 + outSlope: -0.0434639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.3824679 + inSlope: -1.5019218 + outSlope: -1.5019218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.23959036 + inSlope: -2.9494743 + outSlope: -2.9494743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.12682724 + inSlope: -3.6840835 + outSlope: -3.6840835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.006015784 + inSlope: -4.0683036 + outSlope: -4.0683036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.14439274 + inSlope: -3.9743161 + outSlope: -3.9743161 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.27096993 + inSlope: -3.0079687 + outSlope: -3.0079687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.3449238 + inSlope: -1.6705176 + outSlope: -1.6705176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.38246447 + inSlope: 0.5403026 + outSlope: 0.5403026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.28853738 + inSlope: 1.8606747 + outSlope: 1.8606747 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.2222724 + inSlope: 1.6820128 + outSlope: 1.6820128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.1764033 + inSlope: 0.7854966 + outSlope: 0.7854966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.21645449 + inSlope: -0.78639543 + outSlope: -0.78639543 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.24777153 + inSlope: 0.26482862 + outSlope: 0.26482862 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.18440805 + inSlope: 1.1563213 + outSlope: 1.1563213 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.14636154 + inSlope: 0.9511672 + outSlope: 0.9511672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.12099697 + inSlope: 0.5648563 + outSlope: 0.5648563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.096002586 + inSlope: 0.56810784 + outSlope: 0.56810784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.07083058 + inSlope: 0.90835494 + outSlope: 0.90835494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.03544565 + inSlope: 1.0207933 + outSlope: 1.0207933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.0027777583 + inSlope: 0.8327637 + outSlope: 0.8327637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.020071879 + inSlope: 0.48358637 + outSlope: 0.48358637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.029461302 + inSlope: 0.045364894 + outSlope: 0.045364894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.023096202 + inSlope: -0.38862404 + outSlope: -0.38862404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.0035529174 + inSlope: -0.6573305 + outSlope: -0.6573305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.020725932 + inSlope: -0.6682527 + outSlope: -0.6682527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.04099722 + inSlope: -0.48938954 + outSlope: -0.48938954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.05335187 + inSlope: -0.2690761 + outSlope: -0.2690761 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.05893561 + inSlope: -0.13914397 + outSlope: -0.13914397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.06262813 + inSlope: -0.08278808 + outSlope: -0.08278808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.06445481 + inSlope: 0.067815974 + outSlope: 0.067815974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.058107067 + inSlope: 0.43590763 + outSlope: 0.43590763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.035394166 + inSlope: 1.0104364 + outSlope: 1.0104364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.009255459 + inSlope: 1.6645563 + outSlope: 1.6645563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.07557615 + inSlope: 2.196939 + outSlope: 2.196939 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.23326334 + inSlope: 2.0490172 + outSlope: 2.0490172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.29231894 + inSlope: 1.3892677 + outSlope: 1.3892677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.3436064 + inSlope: -0.02447831 + outSlope: -0.02447831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.331071 + inSlope: -0.412559 + outSlope: -0.412559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.27493802 + inSlope: -1.3507272 + outSlope: -1.3507272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.15719196 + inSlope: -1.9177856 + outSlope: -1.9177856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.09358506 + inSlope: -1.7352515 + outSlope: -1.7352515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.04150773 + inSlope: -1.3221047 + outSlope: -1.3221047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.005444827 + inSlope: -0.8716122 + outSlope: -0.8716122 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.016599698 + inSlope: -0.4605496 + outSlope: -0.4605496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.02525845 + inSlope: 0.048293427 + outSlope: 0.048293427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.01338014 + inSlope: 0.745417 + outSlope: 0.745417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.024435967 + inSlope: 1.440735 + outSlope: 1.440735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.08266877 + inSlope: 1.8371131 + outSlope: 1.8371131 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.14691006 + inSlope: 1.8628745 + outSlope: 1.8628745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.31538278 + inSlope: 1.5424309 + outSlope: 1.5424309 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.4152764 + inSlope: 0.13913158 + outSlope: 0.13913158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.35397336 + inSlope: -1.1564708 + outSlope: -1.1564708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.18636096 + inSlope: -2.1621003 + outSlope: -2.1621003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.034231033 + inSlope: -2.2356534 + outSlope: -2.2356534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.038658466 + inSlope: -2.1593394 + outSlope: -2.1593394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.109724805 + inSlope: -2.0867085 + outSlope: -2.0867085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.22733834 + inSlope: -1.0228112 + outSlope: -1.0228112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.20954 + inSlope: 1.2080477 + outSlope: 1.2080477 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.15812828 + inSlope: 1.6370544 + outSlope: 1.6370544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.10040314 + inSlope: 1.7541639 + outSlope: 1.7541639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.01946166 + inSlope: 1.8375757 + outSlope: 1.8375757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.0813208 + inSlope: 1.6837242 + outSlope: 1.6837242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.13170983 + inSlope: 1.2285681 + outSlope: 1.2285681 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.16322526 + inSlope: 0.6633521 + outSlope: 0.6633521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.17593326 + inSlope: -0.41100985 + outSlope: -0.41100985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.13582464 + inSlope: -1.5679944 + outSlope: -1.5679944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.071400404 + inSlope: -2.018188 + outSlope: -2.018188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.0012789053 + inSlope: -2.0521595 + outSlope: -2.0521595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.0654101 + inSlope: -1.9244311 + outSlope: -1.9244311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.12701638 + inSlope: -1.8481902 + outSlope: -1.8481902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Left Upper Leg Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.48438504 + inSlope: 0.055807825 + outSlope: 0.055807825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.4618989 + inSlope: 0.56122005 + outSlope: 0.56122005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.39523733 + inSlope: 0.3127696 + outSlope: 0.3127696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.39575517 + inSlope: -0.03923938 + outSlope: -0.03923938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.39624062 + inSlope: -0.25491896 + outSlope: -0.25491896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.46466 + inSlope: -0.46171695 + outSlope: -0.46171695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.46171534 + inSlope: 0.53754544 + outSlope: 0.53754544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.41773808 + inSlope: 0.17186105 + outSlope: 0.17186105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.42486835 + inSlope: -0.5308095 + outSlope: -0.5308095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.48004165 + inSlope: -0.5131618 + outSlope: -0.5131618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.4433373 + inSlope: 0.9349559 + outSlope: 0.9349559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.37998208 + inSlope: 0.8581719 + outSlope: 0.8581719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.3235369 + inSlope: 0.87034154 + outSlope: 0.87034154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.27566123 + inSlope: 0.3171965 + outSlope: 0.3171965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.29013863 + inSlope: -0.70343786 + outSlope: -0.70343786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.3916797 + inSlope: -1.021502 + outSlope: -1.021502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.4795912 + inSlope: 0.1140189 + outSlope: 0.1140189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.44423464 + inSlope: 0.11536781 + outSlope: 0.11536781 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.4539365 + inSlope: -0.042584132 + outSlope: -0.042584132 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.45798972 + inSlope: -0.2275385 + outSlope: -0.2275385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.4774203 + inSlope: 0.17398563 + outSlope: 0.17398563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.4233527 + inSlope: 0.755435 + outSlope: 0.755435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.37352726 + inSlope: -0.081571415 + outSlope: -0.081571415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.48213714 + inSlope: -0.43963945 + outSlope: -0.43963945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.49958658 + inSlope: -0.12304065 + outSlope: -0.12304065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.50609285 + inSlope: 0.21524435 + outSlope: 0.21524435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.46008968 + inSlope: 0.43072116 + outSlope: 0.43072116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.44366512 + inSlope: -0.3841651 + outSlope: -0.3841651 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.49097282 + inSlope: -0.44143012 + outSlope: -0.44143012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.5548707 + inSlope: -0.54648983 + outSlope: -0.54648983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.58491254 + inSlope: -0.19714077 + outSlope: -0.19714077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.55222696 + inSlope: 0.6407687 + outSlope: 0.6407687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.3549857 + inSlope: 0.25677526 + outSlope: 0.25677526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.34830752 + inSlope: 0.061060548 + outSlope: 0.061060548 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.32427004 + inSlope: -0.02379971 + outSlope: -0.02379971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.32170197 + inSlope: 0.15993178 + outSlope: 0.15993178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.29004243 + inSlope: 0.052541398 + outSlope: 0.052541398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.32307547 + inSlope: -0.07457353 + outSlope: -0.07457353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.33883655 + inSlope: -0.38134968 + outSlope: -0.38134968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.38698807 + inSlope: -0.0888572 + outSlope: -0.0888572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.3542683 + inSlope: 0.37310725 + outSlope: 0.37310725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.32523745 + inSlope: 0.5363467 + outSlope: 0.5363467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.28722146 + inSlope: -0.08692512 + outSlope: -0.08692512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.35607335 + inSlope: -0.59232044 + outSlope: -0.59232044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.4160773 + inSlope: -0.2505664 + outSlope: -0.2505664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.43206498 + inSlope: -0.0994868 + outSlope: -0.0994868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.44680804 + inSlope: -0.37642917 + outSlope: -0.37642917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.48438504 + inSlope: -0.14843269 + outSlope: -0.14843269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootQ.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.48705572 + inSlope: 0.10671347 + outSlope: 0.10671347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.5158928 + inSlope: 0.32697114 + outSlope: 0.32697114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.53818816 + inSlope: 0.08793265 + outSlope: 0.08793265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.53837115 + inSlope: -0.5295196 + outSlope: -0.5295196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.47618443 + inSlope: -1.2351341 + outSlope: -1.2351341 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.39887366 + inSlope: -0.58246267 + outSlope: -0.58246267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.56787896 + inSlope: 1.8905694 + outSlope: 1.8905694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.72215915 + inSlope: 0.80189395 + outSlope: 0.80189395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.72340673 + inSlope: -0.41504496 + outSlope: -0.41504496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.5246597 + inSlope: -0.7947057 + outSlope: -0.7947057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.49801248 + inSlope: -0.95855093 + outSlope: -0.95855093 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.42367417 + inSlope: -1.2120765 + outSlope: -1.2120765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.35034844 + inSlope: -0.5558244 + outSlope: -0.5558244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.3830809 + inSlope: 0.27975512 + outSlope: 0.27975512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.41208965 + inSlope: 0.7725065 + outSlope: 0.7725065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.54593825 + inSlope: 1.4163203 + outSlope: 1.4163203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.6511676 + inSlope: 0.44242063 + outSlope: 0.44242063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.6235433 + inSlope: -0.6826934 + outSlope: -0.6826934 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.5539622 + inSlope: -1.4299395 + outSlope: -1.4299395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.41127795 + inSlope: -0.71361417 + outSlope: -0.71361417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.4311916 + inSlope: 0.1751806 + outSlope: 0.1751806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.4435731 + inSlope: 0.5960493 + outSlope: 0.5960493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.5200168 + inSlope: 1.5141563 + outSlope: 1.5141563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.6466283 + inSlope: 0.42938274 + outSlope: 0.42938274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.5449031 + inSlope: -0.49403656 + outSlope: -0.49403656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.5455495 + inSlope: 0.53803027 + outSlope: 0.53803027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.597192 + inSlope: 0.7722266 + outSlope: 0.7722266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.62137616 + inSlope: 0.18495013 + outSlope: 0.18495013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.584975 + inSlope: -0.46025857 + outSlope: -0.46025857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.597618 + inSlope: 0.17957398 + outSlope: 0.17957398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.4618283 + inSlope: -0.30092 + outSlope: -0.30092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.45346016 + inSlope: -0.09115674 + outSlope: -0.09115674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.44408834 + inSlope: 0.16260684 + outSlope: 0.16260684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.48430708 + inSlope: 0.014505846 + outSlope: 0.014505846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.46200508 + inSlope: 0.038435493 + outSlope: 0.038435493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.48037517 + inSlope: 0.17415959 + outSlope: 0.17415959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.477533 + inSlope: -0.20377298 + outSlope: -0.20377298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.4566853 + inSlope: -0.22709078 + outSlope: -0.22709078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.44575194 + inSlope: 0.03277787 + outSlope: 0.03277787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.45323414 + inSlope: 0.09906972 + outSlope: 0.09906972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.4918515 + inSlope: 0.032201987 + outSlope: 0.032201987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.49263346 + inSlope: 0.12741488 + outSlope: 0.12741488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.49959004 + inSlope: -0.12253058 + outSlope: -0.12253058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.48401532 + inSlope: 0.01867177 + outSlope: 0.01867177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.48705572 + inSlope: -0.017339604 + outSlope: -0.017339604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootQ.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.51330465 + inSlope: -0.14185846 + outSlope: -0.14185846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.5369223 + inSlope: -0.42425215 + outSlope: -0.42425215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.58385724 + inSlope: -0.017346742 + outSlope: -0.017346742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.55511 + inSlope: 0.9966347 + outSlope: 0.9966347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.47303316 + inSlope: 1.0188067 + outSlope: 1.0188067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.44520012 + inSlope: 0.5308767 + outSlope: 0.5308767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.43254584 + inSlope: 0.21808322 + outSlope: 0.21808322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.37999138 + inSlope: 0.78049827 + outSlope: 0.78049827 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.30287784 + inSlope: 0.59691036 + outSlope: 0.59691036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.26538795 + inSlope: -0.23204961 + outSlope: -0.23204961 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.34255126 + inSlope: -0.44471738 + outSlope: -0.44471738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.35576674 + inSlope: 0.17792518 + outSlope: 0.17792518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.34300807 + inSlope: -0.1790126 + outSlope: -0.1790126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.35975823 + inSlope: -0.48299754 + outSlope: -0.48299754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.388575 + inSlope: 0.043386284 + outSlope: 0.043386284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.36986768 + inSlope: 0.13347891 + outSlope: 0.13347891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.36020058 + inSlope: 0.3505665 + outSlope: 0.3505665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.32466212 + inSlope: 0.5231354 + outSlope: 0.5231354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.29019395 + inSlope: 0.5362684 + outSlope: 0.5362684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.2626203 + inSlope: 0.09380832 + outSlope: 0.09380832 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.28278133 + inSlope: -0.56289744 + outSlope: -0.56289744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.31993008 + inSlope: -0.30845588 + outSlope: -0.30845588 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.29952532 + inSlope: 0.20754535 + outSlope: 0.20754535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.2868141 + inSlope: 0.27871767 + outSlope: 0.27871767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.26022953 + inSlope: -0.031861097 + outSlope: -0.031861097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.28832445 + inSlope: 0.20299108 + outSlope: 0.20299108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.2510505 + inSlope: 0.77671015 + outSlope: 0.77671015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.20267296 + inSlope: 0.38582987 + outSlope: 0.38582987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.20786223 + inSlope: -0.46006346 + outSlope: -0.46006346 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.26450363 + inSlope: -0.21402305 + outSlope: -0.21402305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.24580449 + inSlope: 0.7460878 + outSlope: 0.7460878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.18324354 + inSlope: 0.7095454 + outSlope: 0.7095454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.16723579 + inSlope: -0.019209713 + outSlope: -0.019209713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.18452407 + inSlope: -1.1467159 + outSlope: -1.1467159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.24368344 + inSlope: -1.8126214 + outSlope: -1.8126214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.348346 + inSlope: -0.8362608 + outSlope: -0.8362608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.36111605 + inSlope: -0.034329176 + outSlope: -0.034329176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.3506346 + inSlope: 0.29024518 + outSlope: 0.29024518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.34241244 + inSlope: -0.18466893 + outSlope: -0.18466893 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.5158471 + inSlope: -0.7515391 + outSlope: -0.7515391 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.59395903 + inSlope: -0.09446986 + outSlope: -0.09446986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.5855227 + inSlope: 0.20434535 + outSlope: 0.20434535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.5764422 + inSlope: -0.15033975 + outSlope: -0.15033975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.59707755 + inSlope: 0.092359275 + outSlope: 0.092359275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.58348596 + inSlope: -0.07726915 + outSlope: -0.07726915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.60182697 + inSlope: 0.007524498 + outSlope: 0.007524498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.60066354 + inSlope: -0.19504058 + outSlope: -0.19504058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.63373095 + inSlope: 0.05633717 + outSlope: 0.05633717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.59726954 + inSlope: 0.21288496 + outSlope: 0.21288496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.5693783 + inSlope: 0.42012465 + outSlope: 0.42012465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.5387385 + inSlope: -0.0060421294 + outSlope: -0.0060421294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.5294243 + inSlope: 0.2870959 + outSlope: 0.2870959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.51330465 + inSlope: -0.03236714 + outSlope: -0.03236714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootQ.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5144575 + inSlope: -0.19234656 + outSlope: -0.19234656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.4792573 + inSlope: -0.25575393 + outSlope: -0.25575393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.46316767 + inSlope: -0.13035806 + outSlope: -0.13035806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.4596392 + inSlope: -0.11996181 + outSlope: -0.11996181 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.4551702 + inSlope: 0.14311999 + outSlope: 0.14311999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.63972867 + inSlope: 1.3104824 + outSlope: 1.3104824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.69668263 + inSlope: -0.51482 + outSlope: -0.51482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.5023697 + inSlope: -0.7284954 + outSlope: -0.7284954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.50998545 + inSlope: 0.6629839 + outSlope: 0.6629839 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.62036556 + inSlope: 0.39009404 + outSlope: 0.39009404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.6790189 + inSlope: 0.5697174 + outSlope: 0.5697174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.7308128 + inSlope: 0.06981635 + outSlope: 0.06981635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.71441513 + inSlope: -0.10618608 + outSlope: -0.10618608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.68204856 + inSlope: -0.68711233 + outSlope: -0.68711233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.5889723 + inSlope: -0.16753763 + outSlope: -0.16753763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.5820443 + inSlope: -0.02808369 + outSlope: -0.02808369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.61992884 + inSlope: 0.88855946 + outSlope: 0.88855946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.71004426 + inSlope: 0.50101405 + outSlope: 0.50101405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.6887237 + inSlope: -0.20594288 + outSlope: -0.20594288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.64751714 + inSlope: -0.71255636 + outSlope: -0.71255636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.5754574 + inSlope: -0.15357986 + outSlope: -0.15357986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.6481825 + inSlope: 0.5080538 + outSlope: 0.5080538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.665017 + inSlope: -0.17449397 + outSlope: -0.17449397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.5788029 + inSlope: -1.6686387 + outSlope: -1.6686387 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.514721 + inSlope: -1.5298047 + outSlope: -1.5298047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.43865618 + inSlope: -0.3560788 + outSlope: -0.3560788 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.4211777 + inSlope: -0.19284466 + outSlope: -0.19284466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.45370317 + inSlope: 0.5791132 + outSlope: 0.5791132 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.5706995 + inSlope: 0.012380194 + outSlope: 0.012380194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.56359196 + inSlope: 0.15017077 + outSlope: 0.15017077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.58026797 + inSlope: -0.03811055 + outSlope: -0.03811055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.5820864 + inSlope: 0.056756362 + outSlope: 0.056756362 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.58359396 + inSlope: 0.058423933 + outSlope: 0.058423933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.5701567 + inSlope: 0.0009396681 + outSlope: 0.0009396681 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.5427885 + inSlope: 0.0019857306 + outSlope: 0.0019857306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.5516643 + inSlope: 0.041019954 + outSlope: 0.041019954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.5280338 + inSlope: -0.018090622 + outSlope: -0.018090622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.53460455 + inSlope: -0.048259243 + outSlope: -0.048259243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5144575 + inSlope: -0.15410736 + outSlope: -0.15410736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootQ.w + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.29896337 + inSlope: -0.2818054 + outSlope: -0.2818054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.33732155 + inSlope: -0.5641106 + outSlope: -0.5641106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.41250572 + inSlope: -0.2767879 + outSlope: -0.2767879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.37412778 + inSlope: 0.9889953 + outSlope: 0.9889953 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.2398417 + inSlope: 1.3873274 + outSlope: 1.3873274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.19666602 + inSlope: 1.0432962 + outSlope: 1.0432962 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.16473721 + inSlope: -0.27517888 + outSlope: -0.27517888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.268136 + inSlope: -0.5779798 + outSlope: -0.5779798 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.29467934 + inSlope: -0.02938449 + outSlope: -0.02938449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.25127658 + inSlope: 0.5772929 + outSlope: 0.5772929 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.19696642 + inSlope: 1.075603 + outSlope: 1.075603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.07609484 + inSlope: 0.95194113 + outSlope: 0.95194113 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.035291247 + inSlope: 0.3112437 + outSlope: 0.3112437 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.032692004 + inSlope: -0.24582013 + outSlope: -0.24582013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.07023396 + inSlope: -0.8935058 + outSlope: -0.8935058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.24225076 + inSlope: -1.3166965 + outSlope: -1.3166965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.3323887 + inSlope: -0.3191684 + outSlope: -0.3191684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.31815943 + inSlope: 0.46187538 + outSlope: 0.46187538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.22792631 + inSlope: 1.3974887 + outSlope: 1.3974887 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.08300602 + inSlope: 1.046129 + outSlope: 1.046129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.05539051 + inSlope: 0.6230629 + outSlope: 0.6230629 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.037224036 + inSlope: 0.029941697 + outSlope: 0.029941697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.03947242 + inSlope: -0.16699842 + outSlope: -0.16699842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.06684548 + inSlope: -0.73012316 + outSlope: -0.73012316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.1821073 + inSlope: -1.3550153 + outSlope: -1.3550153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.32300398 + inSlope: -0.4603112 + outSlope: -0.4603112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.33495885 + inSlope: -0.010146807 + outSlope: -0.010146807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.32267526 + inSlope: 0.30013233 + outSlope: 0.30013233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.304678 + inSlope: 0.16736701 + outSlope: 0.16736701 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.29560605 + inSlope: 0.2403521 + outSlope: 0.2403521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.261346 + inSlope: 0.251992 + outSlope: 0.251992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.2432369 + inSlope: 0.21105787 + outSlope: 0.21105787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.20444348 + inSlope: 0.1924011 + outSlope: 0.1924011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.17899734 + inSlope: -0.047735095 + outSlope: -0.047735095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.19378328 + inSlope: -0.10281055 + outSlope: -0.10281055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.18855011 + inSlope: 0.25726947 + outSlope: 0.25726947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.16719003 + inSlope: 0.25201368 + outSlope: 0.25201368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.16054815 + inSlope: -0.045024343 + outSlope: -0.045024343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.16018508 + inSlope: 0.045263216 + outSlope: 0.045263216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.16058594 + inSlope: -0.10855714 + outSlope: -0.10855714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.17648119 + inSlope: -0.073482916 + outSlope: -0.073482916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.17726217 + inSlope: -0.12000841 + outSlope: -0.12000841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.19568323 + inSlope: -0.08604982 + outSlope: -0.08604982 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.19289815 + inSlope: 0.0042649396 + outSlope: 0.0042649396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.19273074 + inSlope: 0.08887307 + outSlope: 0.08887307 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.17324051 + inSlope: -0.008913873 + outSlope: -0.008913873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.19676556 + inSlope: -0.42151493 + outSlope: -0.42151493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.28705022 + inSlope: -0.23552498 + outSlope: -0.23552498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.30012405 + inSlope: 0.12055423 + outSlope: 0.12055423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.29352742 + inSlope: 0.006394393 + outSlope: 0.006394393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.2898908 + inSlope: 0.07433928 + outSlope: 0.07433928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.28577816 + inSlope: 0.09874607 + outSlope: 0.09874607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.28208774 + inSlope: -0.080681816 + outSlope: -0.080681816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.29896337 + inSlope: -0.20270278 + outSlope: -0.20270278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootT.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.8492594 + inSlope: -0.15715419 + outSlope: -0.15715419 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.83817035 + inSlope: 0.2896338 + outSlope: 0.2896338 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.83679324 + inSlope: -0.37944946 + outSlope: -0.37944946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.89900064 + inSlope: -0.04691004 + outSlope: -0.04691004 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.8615467 + inSlope: 0.31097 + outSlope: 0.31097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.78165984 + inSlope: 0.07948454 + outSlope: 0.07948454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.8746794 + inSlope: 0.0049854107 + outSlope: 0.0049854107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.85970306 + inSlope: -0.026659332 + outSlope: -0.026659332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.83284724 + inSlope: 0.44520062 + outSlope: 0.44520062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.8073157 + inSlope: -0.21637133 + outSlope: -0.21637133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.8543767 + inSlope: 0.15367219 + outSlope: 0.15367219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.8314893 + inSlope: -0.03303859 + outSlope: -0.03303859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.82285494 + inSlope: 0.2323591 + outSlope: 0.2323591 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.7955857 + inSlope: 0.12574655 + outSlope: 0.12574655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.8345699 + inSlope: -0.6158036 + outSlope: -0.6158036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.8786272 + inSlope: 0.17002182 + outSlope: 0.17002182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.8553923 + inSlope: -0.014313175 + outSlope: -0.014313175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.86283237 + inSlope: 0.14155014 + outSlope: 0.14155014 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.8513976 + inSlope: -0.094641834 + outSlope: -0.094641834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.83174455 + inSlope: 0.4009453 + outSlope: 0.4009453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.79845375 + inSlope: -0.09624758 + outSlope: -0.09624758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.81481546 + inSlope: 0.16745403 + outSlope: 0.16745403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.798782 + inSlope: -0.21275124 + outSlope: -0.21275124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.8135196 + inSlope: 0.07508941 + outSlope: 0.07508941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.81574434 + inSlope: 0.082830265 + outSlope: 0.082830265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.76896113 + inSlope: -0.23664884 + outSlope: -0.23664884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.8256088 + inSlope: 0.02652618 + outSlope: 0.02652618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.8177936 + inSlope: -0.17838675 + outSlope: -0.17838675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.8492594 + inSlope: -0.22210321 + outSlope: -0.22210321 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootT.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.20955883 + inSlope: 0.13694912 + outSlope: 0.13694912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.1996456 + inSlope: 0.04175014 + outSlope: 0.04175014 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.18786661 + inSlope: 0.3644183 + outSlope: 0.3644183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.09330189 + inSlope: 0.95599127 + outSlope: 0.95599127 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.060167797 + inSlope: 1.0004894 + outSlope: 1.0004894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.026602577 + inSlope: 0.9434787 + outSlope: 0.9434787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.0027308092 + inSlope: 0.7216649 + outSlope: 0.7216649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.02150841 + inSlope: 0.3193475 + outSlope: 0.3193475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.024020638 + inSlope: -0.1190919 + outSlope: -0.1190919 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.01356894 + inSlope: -0.33465502 + outSlope: -0.33465502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.0017102853 + inSlope: -0.21392006 + outSlope: -0.21392006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.0006924056 + inSlope: 0.08966182 + outSlope: 0.08966182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.0076877493 + inSlope: 0.28458688 + outSlope: 0.28458688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.01828005 + inSlope: 0.20406121 + outSlope: 0.20406121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.021291822 + inSlope: -0.0763095 + outSlope: -0.0763095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.01319276 + inSlope: -0.35555696 + outSlope: -0.35555696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.0024119823 + inSlope: -0.50591063 + outSlope: -0.50591063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.020534642 + inSlope: -0.5525702 + outSlope: -0.5525702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.05790483 + inSlope: -0.53420913 + outSlope: -0.53420913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.087430365 + inSlope: -0.2751948 + outSlope: -0.2751948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.091786556 + inSlope: 0.11286446 + outSlope: 0.11286446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.07764765 + inSlope: 0.26851922 + outSlope: 0.26851922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.053790372 + inSlope: 0.5270826 + outSlope: 0.5270826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.032645825 + inSlope: 0.73709035 + outSlope: 0.73709035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.004651063 + inSlope: 0.8521078 + outSlope: 0.8521078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.024161309 + inSlope: 0.8028494 + outSlope: 0.8028494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.04887227 + inSlope: 0.66526616 + outSlope: 0.66526616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.06851243 + inSlope: 0.46822473 + outSlope: 0.46822473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.08359778 + inSlope: -0.09664936 + outSlope: -0.09664936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.058805365 + inSlope: -0.5078178 + outSlope: -0.5078178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.038112033 + inSlope: -0.73029935 + outSlope: -0.73029935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.0101186875 + inSlope: -0.9175277 + outSlope: -0.9175277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.023056522 + inSlope: -1.0079558 + outSlope: -1.0079558 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.086016014 + inSlope: -0.7047616 + outSlope: -0.7047616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.10855768 + inSlope: 0.063656144 + outSlope: 0.063656144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.05304699 + inSlope: 0.87566984 + outSlope: 0.87566984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.021726107 + inSlope: 0.9829742 + outSlope: 0.9829742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.0124845505 + inSlope: 1.0500226 + outSlope: 1.0500226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.048275452 + inSlope: 1.0275643 + outSlope: 1.0275643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.08098878 + inSlope: 0.83191085 + outSlope: 0.83191085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.10373617 + inSlope: 0.48066294 + outSlope: 0.48066294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.10688823 + inSlope: -0.13657531 + outSlope: -0.13657531 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.100665845 + inSlope: -0.08430381 + outSlope: -0.08430381 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.088400334 + inSlope: -0.35704768 + outSlope: -0.35704768 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.055925086 + inSlope: -0.49401885 + outSlope: -0.49401885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.040475454 + inSlope: -0.47911572 + outSlope: -0.47911572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.023984069 + inSlope: -0.5061896 + outSlope: -0.5061896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.0067295153 + inSlope: -0.5558486 + outSlope: -0.5558486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.013072466 + inSlope: -0.6220429 + outSlope: -0.6220429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.05492274 + inSlope: -0.5284034 + outSlope: -0.5284034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.06996699 + inSlope: -0.3253169 + outSlope: -0.3253169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.07661051 + inSlope: -0.12190708 + outSlope: -0.12190708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.07809412 + inSlope: -0.10591115 + outSlope: -0.10591115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.08367125 + inSlope: -0.3244745 + outSlope: -0.3244745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.09972573 + inSlope: -0.5701609 + outSlope: -0.5701609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.1216821 + inSlope: -0.52240676 + outSlope: -0.52240676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.13455297 + inSlope: -0.21301353 + outSlope: -0.21301353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.1192125 + inSlope: 0.26619586 + outSlope: 0.26619586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.10466682 + inSlope: 0.1743061 + outSlope: 0.1743061 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.10356917 + inSlope: -0.26101652 + outSlope: -0.26101652 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.17415194 + inSlope: -0.57550544 + outSlope: -0.57550544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.22599326 + inSlope: -0.40538052 + outSlope: -0.40538052 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.23752204 + inSlope: 0.16365671 + outSlope: 0.16365671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.2090177 + inSlope: 0.06260349 + outSlope: 0.06260349 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.24687909 + inSlope: -0.4026162 + outSlope: -0.4026162 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.27380472 + inSlope: -0.06845049 + outSlope: -0.06845049 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.27221325 + inSlope: 0.007979528 + outSlope: 0.007979528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.27881587 + inSlope: -0.24970926 + outSlope: -0.24970926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.29425353 + inSlope: -0.104427435 + outSlope: -0.104427435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.28294328 + inSlope: 0.26358673 + outSlope: 0.26358673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.26789182 + inSlope: 0.08105152 + outSlope: 0.08105152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.2609841 + inSlope: 0.38953465 + outSlope: 0.38953465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.19840279 + inSlope: 0.50791496 + outSlope: 0.50791496 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.17734072 + inSlope: -0.16710939 + outSlope: -0.16710939 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.19514273 + inSlope: -0.3443374 + outSlope: -0.3443374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.22703293 + inSlope: -0.6481354 + outSlope: -0.6481354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.2873259 + inSlope: -0.22889815 + outSlope: -0.22889815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.26150057 + inSlope: 0.54078245 + outSlope: 0.54078245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.2304151 + inSlope: 0.2646013 + outSlope: 0.2646013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.2245795 + inSlope: 0.045551777 + outSlope: 0.045551777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.2196765 + inSlope: -0.0036048926 + outSlope: -0.0036048926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.22653738 + inSlope: 0.09515078 + outSlope: 0.09515078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.20955883 + inSlope: 0.16459571 + outSlope: 0.16459571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftFootT.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.558571 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.558571 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Index.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.70039785 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.70039785 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Index.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.76824915 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.76824915 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Index.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.46838135 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.46838135 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Index.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5599658 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5599658 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Little.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7280887 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7280887 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Little.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7613987 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7613987 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Little.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39955348 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.39955348 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Little.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5671622 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5671622 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Middle.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7001558 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7001558 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Middle.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7682485 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7682485 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Middle.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.65253353 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.65253353 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Middle.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5835906 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5835906 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Ring.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7003994 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7003994 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Ring.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7682496 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.7682496 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Ring.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5531554 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.5531554 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Ring.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.81378746 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.81378746 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Thumb.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.35680503 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.35680503 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Thumb.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6036697 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6036697 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Thumb.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.35387 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.35387 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHand.Thumb.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6854823 + inSlope: 0.6620138 + outSlope: 0.6620138 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.72159934 + inSlope: 0.1069057 + outSlope: 0.1069057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.6713442 + inSlope: -0.06146813 + outSlope: -0.06146813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.73717886 + inSlope: 0.39874527 + outSlope: 0.39874527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.68986976 + inSlope: -1.3676031 + outSlope: -1.3676031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.5344814 + inSlope: -1.1094241 + outSlope: -1.1094241 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.51473016 + inSlope: 0.662294 + outSlope: 0.662294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.6864 + inSlope: 0.5716599 + outSlope: 0.5716599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.6673981 + inSlope: -1.0100017 + outSlope: -1.0100017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.51533467 + inSlope: -0.22913393 + outSlope: -0.22913393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.55145305 + inSlope: 1.1207178 + outSlope: 1.1207178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.66080713 + inSlope: 0.32264233 + outSlope: 0.32264233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.5376304 + inSlope: -0.75862974 + outSlope: -0.75862974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.51721597 + inSlope: 0.374088 + outSlope: 0.374088 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.58553016 + inSlope: 0.071404435 + outSlope: 0.071404435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.5358687 + inSlope: -0.7457206 + outSlope: -0.7457206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.50317645 + inSlope: -0.004283488 + outSlope: -0.004283488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.5862618 + inSlope: 0.44209015 + outSlope: 0.44209015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.5169015 + inSlope: -0.7715091 + outSlope: -0.7715091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.482892 + inSlope: 0.3759267 + outSlope: 0.3759267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.6433456 + inSlope: 0.57928616 + outSlope: 0.57928616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.6288287 + inSlope: -0.78557146 + outSlope: -0.78557146 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.54825234 + inSlope: -0.24773622 + outSlope: -0.24773622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.6129193 + inSlope: 1.1969726 + outSlope: 1.1969726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.6841296 + inSlope: -0.31028566 + outSlope: -0.31028566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.54252636 + inSlope: -0.9140825 + outSlope: -0.9140825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.51076424 + inSlope: 0.34447417 + outSlope: 0.34447417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.6005102 + inSlope: 0.46983048 + outSlope: 0.46983048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.65132666 + inSlope: 0.5479114 + outSlope: 0.5479114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.6925138 + inSlope: 0.16427742 + outSlope: 0.16427742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.71111846 + inSlope: 0.38596055 + outSlope: 0.38596055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.72926277 + inSlope: -0.76400566 + outSlope: -0.76400566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.49362653 + inSlope: -0.63242567 + outSlope: -0.63242567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.6086705 + inSlope: 0.9221388 + outSlope: 0.9221388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.6569014 + inSlope: -0.03839401 + outSlope: -0.03839401 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.68552494 + inSlope: 0.7468484 + outSlope: 0.7468484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.7690044 + inSlope: -0.8620056 + outSlope: -0.8620056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.5689376 + inSlope: -0.93148196 + outSlope: -0.93148196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.5921159 + inSlope: 1.3008459 + outSlope: 1.3008459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.74533063 + inSlope: 1.0280702 + outSlope: 1.0280702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.73512626 + inSlope: -0.14168604 + outSlope: -0.14168604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.78940594 + inSlope: -0.0909234 + outSlope: -0.0909234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.700298 + inSlope: -1.6556058 + outSlope: -1.6556058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.5034843 + inSlope: -0.1083855 + outSlope: -0.1083855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.6166851 + inSlope: 1.310027 + outSlope: 1.310027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6854823 + inSlope: 0.89480007 + outSlope: 0.89480007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandQ.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.17875756 + inSlope: -0.089713626 + outSlope: -0.089713626 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.16855699 + inSlope: -0.32914814 + outSlope: -0.32914814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.1538239 + inSlope: -0.28199178 + outSlope: -0.28199178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.14975753 + inSlope: 0.08642593 + outSlope: 0.08642593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.15958562 + inSlope: 0.2851999 + outSlope: 0.2851999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.16877086 + inSlope: 0.1716146 + outSlope: 0.1716146 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.16920233 + inSlope: -0.090053834 + outSlope: -0.090053834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.16500126 + inSlope: 0.108609356 + outSlope: 0.108609356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.19115447 + inSlope: 0.1250189 + outSlope: 0.1250189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.18468639 + inSlope: -0.2561775 + outSlope: -0.2561775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.1648998 + inSlope: 0.10476182 + outSlope: 0.10476182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.19182494 + inSlope: 0.65729654 + outSlope: 0.65729654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.25654668 + inSlope: 0.17621025 + outSlope: 0.17621025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.23136075 + inSlope: -0.8649157 + outSlope: -0.8649157 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.15900359 + inSlope: -0.9530306 + outSlope: -0.9530306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.13239852 + inSlope: -0.55766326 + outSlope: -0.55766326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.12182602 + inSlope: -0.12575024 + outSlope: -0.12575024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.1293902 + inSlope: 0.06553721 + outSlope: 0.06553721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.12838434 + inSlope: -0.1751131 + outSlope: -0.1751131 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.117716 + inSlope: -0.37876672 + outSlope: -0.37876672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.103133194 + inSlope: -0.3391099 + outSlope: -0.3391099 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.09510864 + inSlope: -0.070586085 + outSlope: -0.070586085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.09842746 + inSlope: 0.16614312 + outSlope: 0.16614312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.10618484 + inSlope: 0.11810045 + outSlope: 0.11810045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.106300816 + inSlope: -0.19187915 + outSlope: -0.19187915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.09339291 + inSlope: -0.5088256 + outSlope: -0.5088256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.053225406 + inSlope: -0.41899675 + outSlope: -0.41899675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.044445984 + inSlope: -0.05711858 + outSlope: -0.05711858 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.049417503 + inSlope: 0.3236712 + outSlope: 0.3236712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.10887121 + inSlope: 0.4906155 + outSlope: 0.4906155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.12105217 + inSlope: 0.19348174 + outSlope: 0.19348174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.11350343 + inSlope: -0.27637273 + outSlope: -0.27637273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.10334515 + inSlope: -0.22241423 + outSlope: -0.22241423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.098675825 + inSlope: -0.01736125 + outSlope: -0.01736125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.11707327 + inSlope: 0.13083136 + outSlope: 0.13083136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.12152045 + inSlope: 0.11698611 + outSlope: 0.11698611 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.13006619 + inSlope: -0.00015859678 + outSlope: -0.00015859678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.11782324 + inSlope: -0.2858896 + outSlope: -0.2858896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.101881765 + inSlope: -0.06632852 + outSlope: -0.06632852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.11244534 + inSlope: 0.3503831 + outSlope: 0.3503831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.15273678 + inSlope: 0.21298854 + outSlope: 0.21298854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.1500009 + inSlope: -0.2947576 + outSlope: -0.2947576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.10311145 + inSlope: -0.366985 + outSlope: -0.366985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.09433918 + inSlope: -0.12975602 + outSlope: -0.12975602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.09446106 + inSlope: 0.08907813 + outSlope: 0.08907813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.104744345 + inSlope: 0.026592232 + outSlope: 0.026592232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.10205053 + inSlope: -0.17331827 + outSlope: -0.17331827 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.08681965 + inSlope: -0.011583686 + outSlope: -0.011583686 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.09241756 + inSlope: 0.3506883 + outSlope: 0.3506883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.110198975 + inSlope: 0.5378082 + outSlope: 0.5378082 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.12827154 + inSlope: 0.30353448 + outSlope: 0.30353448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.13043459 + inSlope: -0.32775465 + outSlope: -0.32775465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.10642125 + inSlope: -1.0578703 + outSlope: -1.0578703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.05990997 + inSlope: -1.483727 + outSlope: -1.483727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.0075062066 + inSlope: -1.3490467 + outSlope: -1.3490467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.030026395 + inSlope: -0.70116764 + outSlope: -0.70116764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.039238326 + inSlope: 0.16750136 + outSlope: 0.16750136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.018859714 + inSlope: 0.95192766 + outSlope: 0.95192766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.024223458 + inSlope: 1.4883032 + outSlope: 1.4883032 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.0803604 + inSlope: 1.7220327 + outSlope: 1.7220327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.18915108 + inSlope: 1.2287791 + outSlope: 1.2287791 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.22892405 + inSlope: -0.102623165 + outSlope: -0.102623165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.15208095 + inSlope: -0.84041953 + outSlope: -0.84041953 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.1283431 + inSlope: -0.5145786 + outSlope: -0.5145786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.121668875 + inSlope: 0.1245286 + outSlope: 0.1245286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.13017704 + inSlope: 0.14403789 + outSlope: 0.14403789 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.13437164 + inSlope: -0.27898845 + outSlope: -0.27898845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.081960775 + inSlope: -0.43651265 + outSlope: -0.43651265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.07113659 + inSlope: -0.1898105 + outSlope: -0.1898105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.080923565 + inSlope: 0.18625546 + outSlope: 0.18625546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.08896678 + inSlope: 0.054391116 + outSlope: 0.054391116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.0934003 + inSlope: 0.19128382 + outSlope: 0.19128382 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.11907173 + inSlope: 0.5440398 + outSlope: 0.5440398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.16946663 + inSlope: 0.24382712 + outSlope: 0.24382712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.1591174 + inSlope: -0.39269745 + outSlope: -0.39269745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.11376331 + inSlope: -0.3362577 + outSlope: -0.3362577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.09907722 + inSlope: -0.14234084 + outSlope: -0.14234084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.102882445 + inSlope: 0.38584983 + outSlope: 0.38584983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.12089327 + inSlope: 0.6338928 + outSlope: 0.6338928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.16563186 + inSlope: 0.43802166 + outSlope: 0.43802166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.17207259 + inSlope: -0.12712543 + outSlope: -0.12712543 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.16191468 + inSlope: -0.047452345 + outSlope: -0.047452345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.17732902 + inSlope: 0.27512676 + outSlope: 0.27512676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.19317956 + inSlope: -0.0689306 + outSlope: -0.0689306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.14483339 + inSlope: -0.3340091 + outSlope: -0.3340091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.13086219 + inSlope: 0.13221583 + outSlope: 0.13221583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.15006678 + inSlope: 0.45489928 + outSlope: 0.45489928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.16874151 + inSlope: 0.41853744 + outSlope: 0.41853744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.17906946 + inSlope: -0.008600288 + outSlope: -0.008600288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.17875756 + inSlope: -0.009356895 + outSlope: -0.009356895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandQ.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.69409347 + inSlope: -0.35338995 + outSlope: -0.35338995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.671214 + inSlope: -0.098650746 + outSlope: -0.098650746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.67904454 + inSlope: -0.0038543344 + outSlope: -0.0038543344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.6529156 + inSlope: -0.24576011 + outSlope: -0.24576011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.6551859 + inSlope: 0.37934023 + outSlope: 0.37934023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.7153595 + inSlope: 0.24978319 + outSlope: 0.24978319 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.69526666 + inSlope: -0.5156136 + outSlope: -0.5156136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.66224444 + inSlope: 0.49932343 + outSlope: 0.49932343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.83102393 + inSlope: 0.4994452 + outSlope: 0.4994452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.76456386 + inSlope: -0.7940178 + outSlope: -0.7940178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.71331877 + inSlope: 0.24788688 + outSlope: 0.24788688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.7754957 + inSlope: 0.78522813 + outSlope: 0.78522813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.8570881 + inSlope: -0.008999713 + outSlope: -0.008999713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.781579 + inSlope: -0.50839174 + outSlope: -0.50839174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.7036812 + inSlope: -0.10314713 + outSlope: -0.10314713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.7066114 + inSlope: -0.07010193 + outSlope: -0.07010193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.7189495 + inSlope: 0.52964115 + outSlope: 0.52964115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.8200636 + inSlope: -0.040348515 + outSlope: -0.040348515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.7259514 + inSlope: -0.52608025 + outSlope: -0.52608025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.7015113 + inSlope: 0.40009475 + outSlope: 0.40009475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.7339883 + inSlope: 0.060651954 + outSlope: 0.060651954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.73138046 + inSlope: 0.09215096 + outSlope: 0.09215096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.71681166 + inSlope: -0.3385711 + outSlope: -0.3385711 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.6643152 + inSlope: -0.44930452 + outSlope: -0.44930452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.6456214 + inSlope: 0.45538232 + outSlope: 0.45538232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.72795403 + inSlope: 0.52322257 + outSlope: 0.52322257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.7170162 + inSlope: -0.036757924 + outSlope: -0.036757924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.74654144 + inSlope: 0.06036192 + outSlope: 0.06036192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.73120445 + inSlope: -0.3524757 + outSlope: -0.3524757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.6586926 + inSlope: -1.007268 + outSlope: -1.007268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.60223824 + inSlope: 0.41239092 + outSlope: 0.41239092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.7388467 + inSlope: 0.5914428 + outSlope: 0.5914428 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.6776151 + inSlope: -1.0649891 + outSlope: -1.0649891 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.6166717 + inSlope: -0.48021156 + outSlope: -0.48021156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.6272217 + inSlope: -0.01381607 + outSlope: -0.01381607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.57914364 + inSlope: -0.4500867 + outSlope: -0.4500867 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.5764165 + inSlope: 0.62703043 + outSlope: 0.62703043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.71141595 + inSlope: 0.69186753 + outSlope: 0.69186753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.7326294 + inSlope: -0.005992949 + outSlope: -0.005992949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.72773886 + inSlope: -0.009499498 + outSlope: -0.009499498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.7252208 + inSlope: -0.25017256 + outSlope: -0.25017256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.69409347 + inSlope: -0.3278342 + outSlope: -0.3278342 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandQ.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.1280401 + inSlope: 2.2179422 + outSlope: 2.2179422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.054108698 + inSlope: 2.203097 + outSlope: 2.203097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.018833034 + inSlope: 2.231121 + outSlope: 2.231121 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.09463273 + inSlope: 2.3802495 + outSlope: 2.3802495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.17751636 + inSlope: 2.127815 + outSlope: 2.127815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.2624098 + inSlope: 0.27031243 + outSlope: 0.27031243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.2545079 + inSlope: -0.5085404 + outSlope: -0.5085404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.1806494 + inSlope: -1.7792642 + outSlope: -1.7792642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.10988951 + inSlope: -2.4311013 + outSlope: -2.4311013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.018576 + inSlope: -2.9370987 + outSlope: -2.9370987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.08591716 + inSlope: -3.159943 + outSlope: -3.159943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.28767493 + inSlope: -2.5701003 + outSlope: -2.5701003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.44182378 + inSlope: -0.47184277 + outSlope: -0.47184277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.30610487 + inSlope: 1.647227 + outSlope: 1.647227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.14124715 + inSlope: 1.4369656 + outSlope: 1.4369656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.053648386 + inSlope: 1.3113904 + outSlope: 1.3113904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.008941921 + inSlope: 1.3664379 + outSlope: 1.3664379 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.037447467 + inSlope: 1.3329854 + outSlope: 1.3329854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.111007646 + inSlope: 0.666109 + outSlope: 0.666109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.114529505 + inSlope: -0.7111009 + outSlope: -0.7111009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.076924205 + inSlope: -1.5609872 + outSlope: -1.5609872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.010463659 + inSlope: -2.3398066 + outSlope: -2.3398066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.079062745 + inSlope: -2.8622637 + outSlope: -2.8622637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.28016979 + inSlope: -2.7956364 + outSlope: -2.7956364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.47494707 + inSlope: -0.91949165 + outSlope: -0.91949165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.2766647 + inSlope: 1.6799023 + outSlope: 1.6799023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.16081394 + inSlope: 1.7697715 + outSlope: 1.7697715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.047482327 + inSlope: 1.4437392 + outSlope: 1.4437392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.005465257 + inSlope: 0.97407615 + outSlope: 0.97407615 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.017456017 + inSlope: 0.3286407 + outSlope: 0.3286407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.0164441 + inSlope: -0.42901433 + outSlope: -0.42901433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.01114501 + inSlope: -1.2261149 + outSlope: -1.2261149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.06529691 + inSlope: -1.964674 + outSlope: -1.964674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.4050318 + inSlope: -2.1074126 + outSlope: -2.1074126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.5051956 + inSlope: 0.54794097 + outSlope: 0.54794097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.25568247 + inSlope: 2.0028865 + outSlope: 2.0028865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.049889587 + inSlope: 2.0296178 + outSlope: 2.0296178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.016770186 + inSlope: 1.925025 + outSlope: 1.925025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.16410814 + inSlope: 0.6619427 + outSlope: 0.6619427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.15191132 + inSlope: -1.2258968 + outSlope: -1.2258968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.092248835 + inSlope: -2.3222506 + outSlope: -2.3222506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.0029052417 + inSlope: -3.1928008 + outSlope: -3.1928008 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.12060519 + inSlope: -3.5842175 + outSlope: -3.5842175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.34900528 + inSlope: -2.8072047 + outSlope: -2.8072047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.47568682 + inSlope: -0.9123561 + outSlope: -0.9123561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.42514786 + inSlope: 0.9325272 + outSlope: 0.9325272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.29860693 + inSlope: 1.7857766 + outSlope: 1.7857766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.08055243 + inSlope: 2.244172 + outSlope: 2.244172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.008205473 + inSlope: 2.0043318 + outSlope: 2.0043318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.053069573 + inSlope: 1.6392186 + outSlope: 1.6392186 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.16627803 + inSlope: 0.7257242 + outSlope: 0.7257242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.18899754 + inSlope: -0.5208173 + outSlope: -0.5208173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.10493196 + inSlope: -2.1129038 + outSlope: -2.1129038 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.019848123 + inSlope: -2.9272196 + outSlope: -2.9272196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.09021583 + inSlope: -3.4940305 + outSlope: -3.4940305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.3302139 + inSlope: -3.1486487 + outSlope: -3.1486487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.4792929 + inSlope: -1.083795 + outSlope: -1.083795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.42115414 + inSlope: 1.8882916 + outSlope: 1.8882916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.1767613 + inSlope: 2.508802 + outSlope: 2.508802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.025740579 + inSlope: 1.8954155 + outSlope: 1.8954155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.030488975 + inSlope: 1.4719818 + outSlope: 1.4719818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.12670937 + inSlope: 0.66558564 + outSlope: 0.66558564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.14719243 + inSlope: 0.5188857 + outSlope: 0.5188857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.15954253 + inSlope: -0.44782314 + outSlope: -0.44782314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.13144687 + inSlope: -1.2920784 + outSlope: -1.2920784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.07340405 + inSlope: -2.0933602 + outSlope: -2.0933602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.008110337 + inSlope: -2.6050024 + outSlope: -2.6050024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.10026261 + inSlope: -2.7242987 + outSlope: -2.7242987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.26591796 + inSlope: -1.9807694 + outSlope: -1.9807694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.36177686 + inSlope: 0.09634898 + outSlope: 0.09634898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.18598224 + inSlope: 2.4360793 + outSlope: 2.4360793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.096779026 + inSlope: 2.7671578 + outSlope: 2.7671578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.0015052333 + inSlope: 2.7437873 + outSlope: 2.7437873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.08613995 + inSlope: 2.346012 + outSlope: 2.346012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.15489542 + inSlope: 1.7126253 + outSlope: 1.7126253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.23418236 + inSlope: 0.10824177 + outSlope: 0.10824177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.12660356 + inSlope: -2.086352 + outSlope: -2.086352 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.04473164 + inSlope: -2.7307734 + outSlope: -2.7307734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.055447843 + inSlope: -3.1026235 + outSlope: -3.1026235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.2623022 + inSlope: -2.7526183 + outSlope: -2.7526183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.40614706 + inSlope: -1.4290228 + outSlope: -1.4290228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.44088554 + inSlope: 0.014880955 + outSlope: 0.014880955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.405155 + inSlope: 1.430279 + outSlope: 1.430279 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.27542797 + inSlope: 2.1459088 + outSlope: 2.1459088 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.1280401 + inSlope: 2.2329965 + outSlope: 2.2329965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandQ.w + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.36369058 + inSlope: -0.034959912 + outSlope: -0.034959912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.36173996 + inSlope: 0.041258182 + outSlope: 0.041258182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.36210537 + inSlope: 0.15106292 + outSlope: 0.15106292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.31795782 + inSlope: 0.27363217 + outSlope: 0.27363217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.31817776 + inSlope: 0.14574309 + outSlope: 0.14574309 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.25939453 + inSlope: 0.16499148 + outSlope: 0.16499148 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.2964343 + inSlope: -0.38305926 + outSlope: -0.38305926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.38233426 + inSlope: -0.6444754 + outSlope: -0.6444754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.45028123 + inSlope: 0.06847156 + outSlope: 0.06847156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.40862894 + inSlope: 0.47852892 + outSlope: 0.47852892 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.33525124 + inSlope: 0.8723823 + outSlope: 0.8723823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.27837154 + inSlope: 0.117812976 + outSlope: 0.117812976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.31774643 + inSlope: -0.55159056 + outSlope: -0.55159056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.41290912 + inSlope: -0.76071095 + outSlope: -0.76071095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.46522754 + inSlope: 0.08753576 + outSlope: 0.08753576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.4213567 + inSlope: 0.5231546 + outSlope: 0.5231546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.31740496 + inSlope: 0.25609264 + outSlope: 0.25609264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.40117937 + inSlope: -0.50001836 + outSlope: -0.50001836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.44700357 + inSlope: 0.2847239 + outSlope: 0.2847239 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.4136254 + inSlope: 0.1710044 + outSlope: 0.1710044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.38275462 + inSlope: 0.74616575 + outSlope: 0.74616575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.2910093 + inSlope: 0.6644996 + outSlope: 0.6644996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.2619263 + inSlope: 0.07008305 + outSlope: 0.07008305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.2700431 + inSlope: -0.39718235 + outSlope: -0.39718235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.3768696 + inSlope: -0.46107754 + outSlope: -0.46107754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.3842675 + inSlope: 0.30633938 + outSlope: 0.30633938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.35826144 + inSlope: -0.0014698505 + outSlope: -0.0014698505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.37139675 + inSlope: 0.07391952 + outSlope: 0.07391952 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.31431615 + inSlope: -0.08412756 + outSlope: -0.08412756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.40706563 + inSlope: -0.44951743 + outSlope: -0.44951743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.4055087 + inSlope: 0.30570507 + outSlope: 0.30570507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.35769993 + inSlope: 0.5787506 + outSlope: 0.5787506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.3272804 + inSlope: 0.1884647 + outSlope: 0.1884647 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.33146507 + inSlope: 0.1520443 + outSlope: 0.1520443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.27207056 + inSlope: 0.12174475 + outSlope: 0.12174475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.32416418 + inSlope: -0.3894084 + outSlope: -0.3894084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.30610192 + inSlope: 0.31826544 + outSlope: 0.31826544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.29246366 + inSlope: -0.28195184 + outSlope: -0.28195184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.31631732 + inSlope: 0.018810797 + outSlope: 0.018810797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.2896627 + inSlope: 0.2744975 + outSlope: 0.2744975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.28320327 + inSlope: -0.18501985 + outSlope: -0.18501985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.32556117 + inSlope: -0.6444733 + outSlope: -0.6444733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.36369058 + inSlope: -0.18651295 + outSlope: -0.18651295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandT.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.26476666 + inSlope: 1.5091851 + outSlope: 1.5091851 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.43110207 + inSlope: 1.9824018 + outSlope: 1.9824018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.55557114 + inSlope: 1.169722 + outSlope: 1.169722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.4286794 + inSlope: -2.1408243 + outSlope: -2.1408243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.20661132 + inSlope: -1.8039206 + outSlope: -1.8039206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.12119307 + inSlope: -0.7434559 + outSlope: -0.7434559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.10673469 + inSlope: 0.2422166 + outSlope: 0.2422166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.15956208 + inSlope: 0.8294869 + outSlope: 0.8294869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.29838118 + inSlope: 1.1159716 + outSlope: 1.1159716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.41476306 + inSlope: 1.1573147 + outSlope: 1.1573147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.48480058 + inSlope: -0.8465906 + outSlope: -0.8465906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.3150825 + inSlope: -2.1827416 + outSlope: -2.1827416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.17814891 + inSlope: -1.6469259 + outSlope: -1.6469259 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.10202143 + inSlope: -0.68990654 + outSlope: -0.68990654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.07938386 + inSlope: -0.06561874 + outSlope: -0.06561874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.13634115 + inSlope: 0.8979516 + outSlope: 0.8979516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.30113703 + inSlope: 1.4236093 + outSlope: 1.4236093 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.43008155 + inSlope: 0.01698108 + outSlope: 0.01698108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.33964512 + inSlope: -1.6259089 + outSlope: -1.6259089 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.1712244 + inSlope: -1.291631 + outSlope: -1.291631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.09502303 + inSlope: -0.047560193 + outSlope: -0.047560193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.12639555 + inSlope: 0.7717668 + outSlope: 0.7717668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.46347964 + inSlope: 1.4752123 + outSlope: 1.4752123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.55099857 + inSlope: -0.60474217 + outSlope: -0.60474217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.38764584 + inSlope: -2.3496604 + outSlope: -2.3496604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.22806439 + inSlope: -2.1039782 + outSlope: -2.1039782 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.12094395 + inSlope: -1.0871274 + outSlope: -1.0871274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.07560926 + inSlope: -0.414203 + outSlope: -0.414203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.060480747 + inSlope: -0.03100944 + outSlope: -0.03100944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.075524844 + inSlope: 0.5456951 + outSlope: 0.5456951 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.1341413 + inSlope: 1.150274 + outSlope: 1.150274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.26846188 + inSlope: 1.4038898 + outSlope: 1.4038898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.44693258 + inSlope: 1.0870378 + outSlope: 1.0870378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.4798562 + inSlope: -0.89129555 + outSlope: -0.89129555 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.30930176 + inSlope: -2.1805167 + outSlope: -2.1805167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.1685578 + inSlope: -1.7600671 + outSlope: -1.7600671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.11781158 + inSlope: -1.240884 + outSlope: -1.240884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.065387845 + inSlope: -0.018315595 + outSlope: -0.018315595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.10347897 + inSlope: 0.86652255 + outSlope: 0.86652255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.18412653 + inSlope: 1.4505258 + outSlope: 1.4505258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.3282605 + inSlope: 1.150491 + outSlope: 1.150491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.4134854 + inSlope: 0.17544167 + outSlope: 0.17544167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.36843768 + inSlope: -1.2119609 + outSlope: -1.2119609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.20712171 + inSlope: -1.5599568 + outSlope: -1.5599568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.12314119 + inSlope: -0.89590406 + outSlope: -0.89590406 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.08659934 + inSlope: -0.23542726 + outSlope: -0.23542726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.1148542 + inSlope: 0.8922807 + outSlope: 0.8922807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.3558761 + inSlope: 1.399189 + outSlope: 1.399189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.43172067 + inSlope: -0.89923286 + outSlope: -0.89923286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.14374158 + inSlope: -0.92327094 + outSlope: -0.92327094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.11146676 + inSlope: -0.15234403 + outSlope: -0.15234403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.1105412 + inSlope: 0.16726696 + outSlope: 0.16726696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.17842217 + inSlope: 1.1065738 + outSlope: 1.1065738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.26476666 + inSlope: 1.3765709 + outSlope: 1.3765709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandT.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.14267766 + inSlope: 1.063731 + outSlope: 1.063731 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.20988075 + inSlope: 0.8299948 + outSlope: 0.8299948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.23346835 + inSlope: 0.64868 + outSlope: 0.64868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.26262784 + inSlope: 0.16385704 + outSlope: 0.16385704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.25916675 + inSlope: -0.07080764 + outSlope: -0.07080764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.23269698 + inSlope: -0.6651674 + outSlope: -0.6651674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.1658573 + inSlope: -1.2477813 + outSlope: -1.2477813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.078724846 + inSlope: -1.1564009 + outSlope: -1.1564009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.04437469 + inSlope: -0.8364855 + outSlope: -0.8364855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.022959098 + inSlope: -0.42173916 + outSlope: -0.42173916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.016258733 + inSlope: 0.010685623 + outSlope: 0.010685623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.023671485 + inSlope: 0.38685465 + outSlope: 0.38685465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.04204903 + inSlope: 0.62329596 + outSlope: 0.62329596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.06522455 + inSlope: 0.6502365 + outSlope: 0.6502365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.08539813 + inSlope: 0.47796533 + outSlope: 0.47796533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.097088896 + inSlope: 0.21320516 + outSlope: 0.21320516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.093918905 + inSlope: -0.065220356 + outSlope: -0.065220356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.09124276 + inSlope: -0.036809668 + outSlope: -0.036809668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.090652466 + inSlope: 0.10491757 + outSlope: 0.10491757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.096801564 + inSlope: 0.26524538 + outSlope: 0.26524538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.12771495 + inSlope: 0.021608233 + outSlope: 0.021608233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.10368261 + inSlope: -0.71711946 + outSlope: -0.71711946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.041035246 + inSlope: -0.97371775 + outSlope: -0.97371775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.009721661 + inSlope: -0.82689935 + outSlope: -0.82689935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.014091411 + inSlope: -0.53995305 + outSlope: -0.53995305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.02627526 + inSlope: -0.1610674 + outSlope: -0.1610674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.024829227 + inSlope: 0.22570197 + outSlope: 0.22570197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.011228477 + inSlope: 0.5152873 + outSlope: 0.5152873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.009523299 + inSlope: 0.64130646 + outSlope: 0.64130646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.03152532 + inSlope: 0.6143596 + outSlope: 0.6143596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.06441072 + inSlope: 0.3410676 + outSlope: 0.3410676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.07709833 + inSlope: -0.050846066 + outSlope: -0.050846066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.07026717 + inSlope: -0.08097172 + outSlope: -0.08097172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.06915675 + inSlope: 0.024464846 + outSlope: 0.024464846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.06783616 + inSlope: -0.17161438 + outSlope: -0.17161438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.058710746 + inSlope: -0.39752722 + outSlope: -0.39752722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.041334305 + inSlope: -0.62522554 + outSlope: -0.62522554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.017029105 + inSlope: -0.7779353 + outSlope: -0.7779353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.010528113 + inSlope: -0.8024734 + outSlope: -0.8024734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.03646927 + inSlope: -0.66939414 + outSlope: -0.66939414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.055154346 + inSlope: -0.38625634 + outSlope: -0.38625634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.06221967 + inSlope: -0.011286072 + outSlope: -0.011286072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.05590675 + inSlope: 0.3700125 + outSlope: 0.3700125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.037552193 + inSlope: 0.6655159 + outSlope: 0.6655159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.011539066 + inSlope: 0.81112635 + outSlope: 0.81112635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.016523048 + inSlope: 0.7986562 + outSlope: 0.7986562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.04170483 + inSlope: 0.66308415 + outSlope: 0.66308415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.07209425 + inSlope: 0.22911395 + outSlope: 0.22911395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.07367364 + inSlope: -0.12356646 + outSlope: -0.12356646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.062175054 + inSlope: 0.12967627 + outSlope: 0.12967627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.07095853 + inSlope: 0.38997126 + outSlope: 0.38997126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.10852894 + inSlope: 0.5300126 + outSlope: 0.5300126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.12430506 + inSlope: -0.25072366 + outSlope: -0.25072366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.106792234 + inSlope: -0.7489068 + outSlope: -0.7489068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.074377865 + inSlope: -1.0491266 + outSlope: -1.0491266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.036850527 + inSlope: -1.0592368 + outSlope: -1.0592368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.0037621495 + inSlope: -0.8161503 + outSlope: -0.8161503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.01755944 + inSlope: -0.3974247 + outSlope: -0.3974247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.022732805 + inSlope: 0.10249894 + outSlope: 0.10249894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.010726185 + inSlope: 0.5850458 + outSlope: 0.5850458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.016270405 + inSlope: 0.9563608 + outSlope: 0.9563608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.053031333 + inSlope: 1.1617975 + outSlope: 1.1617975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.16521983 + inSlope: 0.816334 + outSlope: 0.816334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.19855447 + inSlope: 0.23944254 + outSlope: 0.23944254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.21286081 + inSlope: 0.23590565 + outSlope: 0.23590565 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.26363668 + inSlope: 0.13485964 + outSlope: 0.13485964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.23778805 + inSlope: -0.81465495 + outSlope: -0.81465495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.15569292 + inSlope: -1.5549674 + outSlope: -1.5549674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.043286245 + inSlope: -1.5646043 + outSlope: -1.5646043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.0045784754 + inSlope: -1.2014822 + outSlope: -1.2014822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.03681283 + inSlope: -0.6741667 + outSlope: -0.6741667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.049522877 + inSlope: -0.08309351 + outSlope: -0.08309351 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.042352393 + inSlope: 0.4774793 + outSlope: 0.4774793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.017690953 + inSlope: 0.93319666 + outSlope: 0.93319666 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.019860659 + inSlope: 1.2269373 + outSlope: 1.2269373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.06410479 + inSlope: 1.3390657 + outSlope: 1.3390657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.15189588 + inSlope: 1.2296441 + outSlope: 1.2296441 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.3007284 + inSlope: -0.47267497 + outSlope: -0.47267497 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.19325255 + inSlope: -1.6241672 + outSlope: -1.6241672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.026572302 + inSlope: -1.2327368 + outSlope: -1.2327368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.0064195213 + inSlope: -0.7093735 + outSlope: -0.7093735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.020719217 + inSlope: -0.15852204 + outSlope: -0.15852204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.016987594 + inSlope: 0.358696 + outSlope: 0.358696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.0031938811 + inSlope: 0.7991444 + outSlope: 0.7991444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.036288645 + inSlope: 1.0963578 + outSlope: 1.0963578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.076284334 + inSlope: 1.1945277 + outSlope: 1.1945277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.15013053 + inSlope: 0.9280907 + outSlope: 0.9280907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.22211361 + inSlope: 0.6217161 + outSlope: 0.6217161 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.23413225 + inSlope: -1.0704498 + outSlope: -1.0704498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.13712682 + inSlope: -1.7368621 + outSlope: -1.7368621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.075925514 + inSlope: -1.7827723 + outSlope: -1.7827723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.018275442 + inSlope: -1.5294884 + outSlope: -1.5294884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.026040284 + inSlope: -1.0255806 + outSlope: -1.0255806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.050096534 + inSlope: -0.09260523 + outSlope: -0.09260523 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.03221396 + inSlope: 0.9071915 + outSlope: 0.9071915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.010382846 + inSlope: 1.363077 + outSlope: 1.363077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.058657758 + inSlope: 1.3898377 + outSlope: 1.3898377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.10303861 + inSlope: 1.2602999 + outSlope: 1.2602999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.14267766 + inSlope: 1.1891729 + outSlope: 1.1891729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: LeftHandT.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.29079065 + inSlope: 0.0025776026 + outSlope: 0.0025776026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.28102502 + inSlope: 0.297111 + outSlope: 0.297111 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.23893274 + inSlope: 0.23045945 + outSlope: 0.23045945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.22870491 + inSlope: -0.14459942 + outSlope: -0.14459942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.25948352 + inSlope: 0.07353373 + outSlope: 0.07353373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.23613779 + inSlope: 0.037705094 + outSlope: 0.037705094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.2614881 + inSlope: -0.11480255 + outSlope: -0.11480255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.2505452 + inSlope: 0.0033612587 + outSlope: 0.0033612587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.24407761 + inSlope: 0.17109023 + outSlope: 0.17109023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.22278109 + inSlope: 0.006459659 + outSlope: 0.006459659 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.26828417 + inSlope: -0.2808204 + outSlope: -0.2808204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.27430633 + inSlope: 0.22828972 + outSlope: 0.22828972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.23493187 + inSlope: 0.25086725 + outSlope: 0.25086725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.20296757 + inSlope: 0.25177538 + outSlope: 0.25177538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.18260317 + inSlope: 0.0017479081 + outSlope: 0.0017479081 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.19438405 + inSlope: -0.13928054 + outSlope: -0.13928054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.2275757 + inSlope: -0.37641665 + outSlope: -0.37641665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.26136357 + inSlope: 0.07835545 + outSlope: 0.07835545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.22984968 + inSlope: 0.018775627 + outSlope: 0.018775627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.27065414 + inSlope: 0.027412206 + outSlope: 0.027412206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.22973022 + inSlope: 0.30103108 + outSlope: 0.30103108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.21428543 + inSlope: -0.055661626 + outSlope: -0.055661626 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.2460984 + inSlope: -0.22361979 + outSlope: -0.22361979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.27002403 + inSlope: -0.15306264 + outSlope: -0.15306264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.28089282 + inSlope: 0.099599905 + outSlope: 0.099599905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.25678074 + inSlope: 0.11431094 + outSlope: 0.11431094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.25888196 + inSlope: -0.13137795 + outSlope: -0.13137795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.30323398 + inSlope: -0.24346212 + outSlope: -0.24346212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.30419135 + inSlope: 0.15920311 + outSlope: 0.15920311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.2946305 + inSlope: -0.0028033582 + outSlope: -0.0028033582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.2879822 + inSlope: 0.2147991 + outSlope: 0.2147991 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.25886223 + inSlope: -0.11647638 + outSlope: -0.11647638 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.3306869 + inSlope: -0.06546518 + outSlope: -0.06546518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.30720094 + inSlope: -0.1325607 + outSlope: -0.1325607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.33374298 + inSlope: 0.31977817 + outSlope: 0.31977817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.30398127 + inSlope: 0.332398 + outSlope: 0.332398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.29079065 + inSlope: 0.030123023 + outSlope: 0.030123023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Neck Nod Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.01150082 + inSlope: -0.0012376717 + outSlope: -0.0012376717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.011459564 + inSlope: -0.05690241 + outSlope: -0.05690241 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0077073253 + inSlope: -0.21496013 + outSlope: -0.21496013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.0028711138 + inSlope: -0.29117262 + outSlope: -0.29117262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.011704186 + inSlope: -0.1931904 + outSlope: -0.1931904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.016287537 + inSlope: 0.012913276 + outSlope: 0.012913276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.014889589 + inSlope: 0.012008167 + outSlope: 0.012008167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.015486993 + inSlope: -0.031621765 + outSlope: -0.031621765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.016997706 + inSlope: -0.013342538 + outSlope: -0.013342538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.016376495 + inSlope: 0.10988528 + outSlope: 0.10988528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.0096720215 + inSlope: 0.33429188 + outSlope: 0.33429188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.005909643 + inSlope: 0.60083735 + outSlope: 0.60083735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.030383812 + inSlope: 0.8206618 + outSlope: 0.8206618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.09146235 + inSlope: 0.8572868 + outSlope: 0.8572868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.1363518 + inSlope: 0.43297562 + outSlope: 0.43297562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.14727682 + inSlope: -0.16194925 + outSlope: -0.16194925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.10238086 + inSlope: -0.7517134 + outSlope: -0.7517134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.042448718 + inSlope: -0.9479593 + outSlope: -0.9479593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.010988474 + inSlope: -0.8847054 + outSlope: -0.8847054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.016531644 + inSlope: -0.7288631 + outSlope: -0.7288631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.03760239 + inSlope: -0.52217454 + outSlope: -0.52217454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.05967016 + inSlope: 0.0635174 + outSlope: 0.0635174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.039144684 + inSlope: 0.42442793 + outSlope: 0.42442793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.021835977 + inSlope: 0.615767 + outSlope: 0.615767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.0019064097 + inSlope: 0.77812755 + outSlope: 0.77812755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.030039242 + inSlope: 0.85368943 + outSlope: 0.85368943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.08412557 + inSlope: 0.6607156 + outSlope: 0.6607156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.116613165 + inSlope: -0.016985219 + outSlope: -0.016985219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.06916351 + inSlope: -0.567369 + outSlope: -0.567369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.031322144 + inSlope: -0.49927625 + outSlope: -0.49927625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.01635535 + inSlope: -0.38041985 + outSlope: -0.38041985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.0059608435 + inSlope: -0.24341881 + outSlope: -0.24341881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.0001274234 + inSlope: -0.12068075 + outSlope: -0.12068075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.0020845535 + inSlope: -0.026949853 + outSlope: -0.026949853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.0016692319 + inSlope: 0.050019797 + outSlope: 0.050019797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.0012500966 + inSlope: 0.14152193 + outSlope: 0.14152193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.0077655776 + inSlope: 0.27478695 + outSlope: 0.27478695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.019569231 + inSlope: 0.44845402 + outSlope: 0.44845402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.037662484 + inSlope: 0.62345755 + outSlope: 0.62345755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.11053097 + inSlope: 0.621467 + outSlope: 0.621467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.13832322 + inSlope: 0.19055906 + outSlope: 0.19055906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.13121715 + inSlope: -0.25550792 + outSlope: -0.25550792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.065987155 + inSlope: -0.73972267 + outSlope: -0.73972267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.011682461 + inSlope: -0.8139402 + outSlope: -0.8139402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.014720263 + inSlope: -0.7286112 + outSlope: -0.7286112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.036891572 + inSlope: -0.57456726 + outSlope: -0.57456726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.062793985 + inSlope: -0.2127563 + outSlope: -0.2127563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.06594686 + inSlope: 0.09272674 + outSlope: 0.09272674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.042335805 + inSlope: 0.43326235 + outSlope: 0.43326235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.025322884 + inSlope: 0.5836094 + outSlope: 0.5836094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.003428547 + inSlope: 0.71160805 + outSlope: 0.71160805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.049491175 + inSlope: 0.8165722 + outSlope: 0.8165722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.13103102 + inSlope: 0.18064885 + outSlope: 0.18064885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.10027127 + inSlope: -0.7816518 + outSlope: -0.7816518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.033121888 + inSlope: -1.1062771 + outSlope: -1.1062771 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.0041785254 + inSlope: -1.053211 + outSlope: -1.053211 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.037092377 + inSlope: -0.8615258 + outSlope: -0.8615258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.061613522 + inSlope: -0.58869296 + outSlope: -0.58869296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.08281906 + inSlope: -0.12392913 + outSlope: -0.12392913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.085416526 + inSlope: -0.04357286 + outSlope: -0.04357286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.090795286 + inSlope: -0.08459224 + outSlope: -0.08459224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.082571805 + inSlope: 0.38989756 + outSlope: 0.38989756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.040795393 + inSlope: 0.79547644 + outSlope: 0.79547644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.012346301 + inSlope: 0.8327216 + outSlope: 0.8327216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.014719521 + inSlope: 0.71076965 + outSlope: 0.71076965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.03503849 + inSlope: 0.4535123 + outSlope: 0.4535123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.044953644 + inSlope: 0.12954947 + outSlope: 0.12954947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.033216797 + inSlope: -0.39672446 + outSlope: -0.39672446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.01722684 + inSlope: -0.5070393 + outSlope: -0.5070393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.0005857901 + inSlope: -0.5230376 + outSlope: -0.5230376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.017642424 + inSlope: -0.48410287 + outSlope: -0.48410287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.06890976 + inSlope: -0.2982559 + outSlope: -0.2982559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.09529972 + inSlope: 0.044129983 + outSlope: 0.044129983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.072376855 + inSlope: 0.48093766 + outSlope: 0.48093766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.053295385 + inSlope: 0.6348252 + outSlope: 0.6348252 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.03005521 + inSlope: 0.69916755 + outSlope: 0.69916755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.0066842586 + inSlope: 0.63150156 + outSlope: 0.63150156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.012044853 + inSlope: 0.43867582 + outSlope: 0.43867582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.022560919 + inSlope: 0.17801361 + outSlope: 0.17801361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.023912566 + inSlope: -0.07154322 + outSlope: -0.07154322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.017791376 + inSlope: -0.24927598 + outSlope: -0.24927598 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.0072941827 + inSlope: -0.33693448 + outSlope: -0.33693448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.0046709026 + inSlope: -0.3541739 + outSlope: -0.3541739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.035734106 + inSlope: -0.22751935 + outSlope: -0.22751935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.044559084 + inSlope: -0.009621987 + outSlope: -0.009621987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.036955226 + inSlope: 0.19886205 + outSlope: 0.19886205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.02255098 + inSlope: 0.16959512 + outSlope: 0.16959512 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.01810295 + inSlope: 0.09726699 + outSlope: 0.09726699 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.014903401 + inSlope: 0.050027717 + outSlope: 0.050027717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.012731278 + inSlope: 0.09281756 + outSlope: 0.09281756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.00871557 + inSlope: 0.13507622 + outSlope: 0.13507622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.003726205 + inSlope: 0.1330185 + outSlope: 0.1330185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.00015232057 + inSlope: 0.069999546 + outSlope: 0.069999546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.00094042654 + inSlope: -0.028822653 + outSlope: -0.028822653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.0017691877 + inSlope: -0.034589622 + outSlope: -0.034589622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.0013655459 + inSlope: 0.04584508 + outSlope: 0.04584508 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.001287148 + inSlope: 0.10101783 + outSlope: 0.10101783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.00536897 + inSlope: 0.11588608 + outSlope: 0.11588608 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.009012879 + inSlope: 0.091977835 + outSlope: 0.091977835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.01150082 + inSlope: 0.07463829 + outSlope: 0.07463829 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Neck Tilt Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: -0.35318518 + outSlope: -0.35318518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.024576107 + inSlope: -0.4181596 + outSlope: -0.4181596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.03965015 + inSlope: -0.4783304 + outSlope: -0.4783304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.056464802 + inSlope: -0.4481674 + outSlope: -0.4481674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.07682864 + inSlope: -0.13606675 + outSlope: -0.13606675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.078599095 + inSlope: -0.026221724 + outSlope: -0.026221724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.063362986 + inSlope: 0.2569318 + outSlope: 0.2569318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.00390685 + inSlope: 0.17470634 + outSlope: 0.17470634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.0005114427 + inSlope: 0.085332304 + outSlope: 0.085332304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.0017819672 + inSlope: -0.013712149 + outSlope: -0.013712149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.00040269727 + inSlope: -0.12239579 + outSlope: -0.12239579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.006377755 + inSlope: -0.238205 + outSlope: -0.238205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.016283026 + inSlope: -0.3503587 + outSlope: -0.3503587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.07897655 + inSlope: -0.46990383 + outSlope: -0.46990383 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.13212083 + inSlope: 0.16172911 + outSlope: 0.16172911 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.08948379 + inSlope: 0.39643353 + outSlope: 0.39643353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.051831923 + inSlope: 0.06345397 + outSlope: 0.06345397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.0674523 + inSlope: -0.35759372 + outSlope: -0.35759372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.16145921 + inSlope: -0.35353282 + outSlope: -0.35353282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.16766404 + inSlope: 0.33434883 + outSlope: 0.33434883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.08520623 + inSlope: 0.39465922 + outSlope: 0.39465922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.068911254 + inSlope: -0.14802623 + outSlope: -0.14802623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.14509888 + inSlope: -0.44509402 + outSlope: -0.44509402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.19593273 + inSlope: -0.24370019 + outSlope: -0.24370019 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.19356741 + inSlope: 0.380579 + outSlope: 0.380579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.054970235 + inSlope: 0.9390906 + outSlope: 0.9390906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.0019784158 + inSlope: 0.76199657 + outSlope: 0.76199657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.047104508 + inSlope: 0.5935484 + outSlope: 0.5935484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.09254483 + inSlope: -0.012110073 + outSlope: -0.012110073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.07863441 + inSlope: -0.36480927 + outSlope: -0.36480927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.034401998 + inSlope: -0.37410462 + outSlope: -0.37410462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.023732249 + inSlope: -0.24975216 + outSlope: -0.24975216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.017751869 + inSlope: -0.10925868 + outSlope: -0.10925868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.03073595 + inSlope: 0.20437017 + outSlope: 0.20437017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.050947946 + inSlope: 0.17986286 + outSlope: 0.17986286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.0751183 + inSlope: 0.23589414 + outSlope: 0.23589414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.107861444 + inSlope: -0.045787025 + outSlope: -0.045787025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.06393006 + inSlope: -0.2654667 + outSlope: -0.2654667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.048031803 + inSlope: 0.020272212 + outSlope: 0.020272212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.059985384 + inSlope: 0.104362786 + outSlope: 0.104362786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.0790337 + inSlope: 0.26868072 + outSlope: 0.26868072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.11628174 + inSlope: 0.37028378 + outSlope: 0.37028378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.13274963 + inSlope: -0.10665703 + outSlope: -0.10665703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.090751424 + inSlope: -0.34999585 + outSlope: -0.34999585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.058569066 + inSlope: 0.015014574 + outSlope: 0.015014574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.08446036 + inSlope: 0.050605286 + outSlope: 0.050605286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.07816673 + inSlope: -0.16260126 + outSlope: -0.16260126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.06512302 + inSlope: -0.19839513 + outSlope: -0.19839513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.05869393 + inSlope: -0.3026231 + outSlope: -0.3026231 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.044948168 + inSlope: -0.38338184 + outSlope: -0.38338184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.022081446 + inSlope: -0.33019084 + outSlope: -0.33019084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: -0.3336742 + outSlope: -0.3336742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Neck Turn Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.16536926 + inSlope: -1.1676867 + outSlope: -1.1676867 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.08969734 + inSlope: -1.0996559 + outSlope: -1.0996559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.05313596 + inSlope: -0.94669926 + outSlope: -0.94669926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.026584052 + inSlope: -0.6311578 + outSlope: -0.6311578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.011058778 + inSlope: -0.39164138 + outSlope: -0.39164138 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.00047462128 + inSlope: -0.3273415 + outSlope: -0.3273415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.010763992 + inSlope: -0.2715446 + outSlope: -0.2715446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.017628351 + inSlope: -0.05578337 + outSlope: -0.05578337 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.014482883 + inSlope: 0.2671996 + outSlope: 0.2671996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.00018495519 + inSlope: 0.4850261 + outSlope: 0.4850261 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.017852187 + inSlope: 0.7032997 + outSlope: 0.7032997 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.047071625 + inSlope: 1.0818739 + outSlope: 1.0818739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.14653115 + inSlope: 1.8570677 + outSlope: 1.8570677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.4329933 + inSlope: 0.3680671 + outSlope: 0.3680671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.33770806 + inSlope: -2.0218792 + outSlope: -2.0218792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.099345565 + inSlope: -2.1553273 + outSlope: -2.1553273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.03474587 + inSlope: -1.6564255 + outSlope: -1.6564255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.011082817 + inSlope: -1.0755668 + outSlope: -1.0755668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.036958564 + inSlope: -0.27661416 + outSlope: -0.27661416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.02952379 + inSlope: 0.4223599 + outSlope: 0.4223599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.008801263 + inSlope: 0.49707276 + outSlope: 0.49707276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.0036144068 + inSlope: 0.1931133 + outSlope: 0.1931133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.004072989 + inSlope: -0.07255601 + outSlope: -0.07255601 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.0012226562 + inSlope: -0.13231316 + outSlope: -0.13231316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.0047478927 + inSlope: 0.100811005 + outSlope: 0.100811005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.0054980577 + inSlope: 0.49891084 + outSlope: 0.49891084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.028512798 + inSlope: 0.9100175 + outSlope: 0.9100175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.11505402 + inSlope: 1.5473422 + outSlope: 1.5473422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.28626105 + inSlope: 0.3582755 + outSlope: 0.3582755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.26313803 + inSlope: -1.0211582 + outSlope: -1.0211582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.16043632 + inSlope: -1.8006976 + outSlope: -1.8006976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.044130575 + inSlope: -1.3920501 + outSlope: -1.3920501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.0058002137 + inSlope: -0.99509954 + outSlope: -0.99509954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.022209335 + inSlope: -0.529174 + outSlope: -0.529174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.02947802 + inSlope: -0.08599637 + outSlope: -0.08599637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.027942415 + inSlope: -0.03646388 + outSlope: -0.03646388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.031908937 + inSlope: -0.2623146 + outSlope: -0.2623146 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.045430038 + inSlope: -0.43060783 + outSlope: -0.43060783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.0606161 + inSlope: -0.2677434 + outSlope: -0.2677434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.06327959 + inSlope: 0.2911803 + outSlope: 0.2911803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.041204106 + inSlope: 1.0427814 + outSlope: 1.0427814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.006239101 + inSlope: 1.4113126 + outSlope: 1.4113126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.052883483 + inSlope: 1.5510011 + outSlope: 1.5510011 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.22394003 + inSlope: 1.4587278 + outSlope: 1.4587278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.29243484 + inSlope: -0.29021215 + outSlope: -0.29021215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.17532663 + inSlope: -1.703465 + outSlope: -1.703465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.06288742 + inSlope: -1.38953 + outSlope: -1.38953 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.023615811 + inSlope: -0.87133557 + outSlope: -0.87133557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.0047984407 + inSlope: -0.2355758 + outSlope: -0.2355758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.007910774 + inSlope: 0.35313284 + outSlope: 0.35313284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.02834061 + inSlope: 0.7292702 + outSlope: 0.7292702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.056528945 + inSlope: 0.79666114 + outSlope: 0.79666114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.081451505 + inSlope: 0.57418567 + outSlope: 0.57418567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.09480795 + inSlope: 0.18450464 + outSlope: 0.18450464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.0937518 + inSlope: -0.201266 + outSlope: -0.201266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.064976655 + inSlope: -0.44076335 + outSlope: -0.44076335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.052006036 + inSlope: -0.2760413 + outSlope: -0.2760413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.09946429 + inSlope: 0.81465214 + outSlope: 0.81465214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.17950475 + inSlope: 0.35487875 + outSlope: 0.35487875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.16491693 + inSlope: -0.8185991 + outSlope: -0.8185991 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.08045942 + inSlope: -1.4516394 + outSlope: -1.4516394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.031428624 + inSlope: -1.4448398 + outSlope: -1.4448398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.015863143 + inSlope: -1.3698599 + outSlope: -1.3698599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.059895605 + inSlope: -0.8895663 + outSlope: -0.8895663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.07516782 + inSlope: 0.005181685 + outSlope: 0.005181685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.05955016 + inSlope: 0.77197444 + outSlope: 0.77197444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.023702908 + inSlope: 1.0264771 + outSlope: 1.0264771 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.008881576 + inSlope: 0.7264428 + outSlope: 0.7264428 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.024726568 + inSlope: 0.28176484 + outSlope: 0.28176484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.027665881 + inSlope: -0.098208755 + outSlope: -0.098208755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.018179324 + inSlope: -0.3744884 + outSlope: -0.3744884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.0026999 + inSlope: -0.52513963 + outSlope: -0.52513963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.016830062 + inSlope: -0.33016366 + outSlope: -0.33016366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.019310988 + inSlope: 0.2525079 + outSlope: 0.2525079 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.0000037818697 + inSlope: 0.60403526 + outSlope: 0.60403526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.020957988 + inSlope: 0.7029508 + outSlope: 0.7029508 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.04686712 + inSlope: 0.7868562 + outSlope: 0.7868562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.1161213 + inSlope: 0.45701587 + outSlope: 0.45701587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.09981079 + inSlope: -0.71346885 + outSlope: -0.71346885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.07174654 + inSlope: -0.90927815 + outSlope: -0.90927815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.039192103 + inSlope: -0.93818974 + outSlope: -0.93818974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.009200834 + inSlope: -0.88770545 + outSlope: -0.88770545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.01998841 + inSlope: -0.64284885 + outSlope: -0.64284885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.03365613 + inSlope: -0.13555235 + outSlope: -0.13555235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.029025225 + inSlope: 0.28567812 + outSlope: 0.28567812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.0146109415 + inSlope: 0.4340914 + outSlope: 0.4340914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.00008582683 + inSlope: 0.29621327 + outSlope: 0.29621327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.005136592 + inSlope: 0.121606916 + outSlope: 0.121606916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.008021293 + inSlope: 0.13152659 + outSlope: 0.13152659 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.013905023 + inSlope: 0.28798676 + outSlope: 0.28798676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.02722039 + inSlope: 0.5016485 + outSlope: 0.5016485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.099270985 + inSlope: 0.79912716 + outSlope: 0.79912716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.15912923 + inSlope: 0.14191745 + outSlope: 0.14191745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.13839525 + inSlope: -0.74696964 + outSlope: -0.74696964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.06788318 + inSlope: -1.1856725 + outSlope: -1.1856725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.027847325 + inSlope: -1.2020001 + outSlope: -1.2020001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.012250088 + inSlope: -1.2632513 + outSlope: -1.2632513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.05636935 + inSlope: -1.0648345 + outSlope: -1.0648345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.08323899 + inSlope: -0.58858144 + outSlope: -0.58858144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.10004017 + inSlope: -0.09889247 + outSlope: -0.09889247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.1022009 + inSlope: -0.03678452 + outSlope: -0.03678452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.07355472 + inSlope: 0.927209 + outSlope: 0.927209 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.033621553 + inSlope: 1.2801105 + outSlope: 1.2801105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.011786469 + inSlope: 1.1905096 + outSlope: 1.1905096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.045745675 + inSlope: 0.9739373 + outSlope: 0.9739373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.07671556 + inSlope: 0.8725616 + outSlope: 0.8725616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.13052063 + inSlope: 0.8684697 + outSlope: 0.8684697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.19820426 + inSlope: 1.1341078 + outSlope: 1.1341078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.23742144 + inSlope: 0.7990279 + outSlope: 0.7990279 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.25147274 + inSlope: 0.20866689 + outSlope: 0.20866689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.25133255 + inSlope: -0.2814449 + outSlope: -0.2814449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.16536926 + inSlope: -1.1024663 + outSlope: -1.1024663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Arm Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.34697244 + inSlope: 0.7732826 + outSlope: 0.7732826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.4048513 + inSlope: 1.1541642 + outSlope: 1.1541642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.48945013 + inSlope: 0.7994052 + outSlope: 0.7994052 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.49380767 + inSlope: -0.66585433 + outSlope: -0.66585433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.29987913 + inSlope: -1.4744699 + outSlope: -1.4744699 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.20776598 + inSlope: -0.26761743 + outSlope: -0.26761743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.24274921 + inSlope: 0.4191475 + outSlope: 0.4191475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.271268 + inSlope: -0.21924236 + outSlope: -0.21924236 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.25345126 + inSlope: 0.28796396 + outSlope: 0.28796396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.30892384 + inSlope: 1.2835438 + outSlope: 1.2835438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.44007823 + inSlope: 0.80955756 + outSlope: 0.80955756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.41300985 + inSlope: -1.0098453 + outSlope: -1.0098453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.30206582 + inSlope: -0.90899336 + outSlope: -0.90899336 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.24372885 + inSlope: -0.10355144 + outSlope: -0.10355144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.23594004 + inSlope: -0.11584516 + outSlope: -0.11584516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.25459072 + inSlope: 0.7597705 + outSlope: 0.7597705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.39677307 + inSlope: 0.74200046 + outSlope: 0.74200046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.39339733 + inSlope: -0.62796956 + outSlope: -0.62796956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.32133076 + inSlope: -0.7092487 + outSlope: -0.7092487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.24463964 + inSlope: -0.8700354 + outSlope: -0.8700354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.13990812 + inSlope: -0.49383205 + outSlope: -0.49383205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.12179759 + inSlope: 0.019071281 + outSlope: 0.019071281 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.15017426 + inSlope: 0.9315368 + outSlope: 0.9315368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.24511124 + inSlope: 1.7464114 + outSlope: 1.7464114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.41126028 + inSlope: 1.194644 + outSlope: 1.194644 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.42892656 + inSlope: -1.1232619 + outSlope: -1.1232619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.07181896 + inSlope: -1.2730108 + outSlope: -1.2730108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.037524816 + inSlope: -0.77956456 + outSlope: -0.77956456 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.019848041 + inSlope: -0.31889784 + outSlope: -0.31889784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.016264953 + inSlope: 0.03473128 + outSlope: 0.03473128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.022163432 + inSlope: 0.23997131 + outSlope: 0.23997131 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.032263026 + inSlope: 0.3018785 + outSlope: 0.3018785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.042288646 + inSlope: 0.28203708 + outSlope: 0.28203708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.05106548 + inSlope: 0.29304257 + outSlope: 0.29304257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.08153069 + inSlope: 0.82404435 + outSlope: 0.82404435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.11676129 + inSlope: 1.3191702 + outSlope: 1.3191702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.30317348 + inSlope: 2.0278957 + outSlope: 2.0278957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.48710904 + inSlope: 1.5014073 + outSlope: 1.5014073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.5582099 + inSlope: -0.29721764 + outSlope: -0.29721764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.43022552 + inSlope: -0.8360311 + outSlope: -0.8360311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.38962525 + inSlope: -0.10243545 + outSlope: -0.10243545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.35719377 + inSlope: -0.51586795 + outSlope: -0.51586795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.33081836 + inSlope: 0.30453664 + outSlope: 0.30453664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.44271016 + inSlope: 0.94459087 + outSlope: 0.94459087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.5233029 + inSlope: -0.12721908 + outSlope: -0.12721908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.4526324 + inSlope: -0.3216669 + outSlope: -0.3216669 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.45778885 + inSlope: -0.1558043 + outSlope: -0.1558043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.4210271 + inSlope: 0.24635667 + outSlope: 0.24635667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.5170027 + inSlope: 0.0793577 + outSlope: 0.0793577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.4760649 + inSlope: -0.50009793 + outSlope: -0.50009793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.408356 + inSlope: -0.8983522 + outSlope: -0.8983522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.30334443 + inSlope: -0.21525285 + outSlope: -0.21525285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.34697244 + inSlope: 0.60778826 + outSlope: 0.60778826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Arm Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.09053114 + inSlope: -1.3070067 + outSlope: -1.3070067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.046964247 + inSlope: -1.431895 + outSlope: -1.431895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.0049285325 + inSlope: -1.7867332 + outSlope: -1.7867332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.07215131 + inSlope: -2.1262755 + outSlope: -2.1262755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.14668024 + inSlope: -1.8202631 + outSlope: -1.8202631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.19350217 + inSlope: -0.807682 + outSlope: -0.807682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.2005257 + inSlope: 0.3094986 + outSlope: 0.3094986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.17286894 + inSlope: 0.89398926 + outSlope: 0.89398926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.059728958 + inSlope: 1.3982828 + outSlope: 1.3982828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.009989089 + inSlope: 1.5465443 + outSlope: 1.5465443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.04337404 + inSlope: 1.5572022 + outSlope: 1.5572022 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.09382443 + inSlope: 1.3547943 + outSlope: 1.3547943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.13369365 + inSlope: 0.96903443 + outSlope: 0.96903443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.16919863 + inSlope: 0.20676306 + outSlope: 0.20676306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.1741149 + inSlope: 0.15201658 + outSlope: 0.15201658 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.19768755 + inSlope: 0.5139322 + outSlope: 0.5139322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.22580956 + inSlope: -0.6865922 + outSlope: -0.6865922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.13577567 + inSlope: -1.9348674 + outSlope: -1.9348674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.062753655 + inSlope: -2.2987041 + outSlope: -2.2987041 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.017471267 + inSlope: -2.329687 + outSlope: -2.329687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.092558816 + inSlope: -1.9990704 + outSlope: -1.9990704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.18348806 + inSlope: -0.550931 + outSlope: -0.550931 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.16514063 + inSlope: 0.9616859 + outSlope: 0.9616859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.07074486 + inSlope: 1.623869 + outSlope: 1.623869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.015101 + inSlope: 1.6316342 + outSlope: 1.6316342 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.03803066 + inSlope: 1.5116537 + outSlope: 1.5116537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.19264932 + inSlope: 0.8045043 + outSlope: 0.8045043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.19781797 + inSlope: -1.0548128 + outSlope: -1.0548128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.093382165 + inSlope: -2.0004745 + outSlope: -2.0004745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.020601347 + inSlope: -2.2335372 + outSlope: -2.2335372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.055520162 + inSlope: -2.16442 + outSlope: -2.16442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.123693176 + inSlope: -1.7680917 + outSlope: -1.7680917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.197695 + inSlope: -0.32035375 + outSlope: -0.32035375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.122696064 + inSlope: 1.5043004 + outSlope: 1.5043004 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.008129051 + inSlope: 1.7558429 + outSlope: 1.7558429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.049717937 + inSlope: 1.6550945 + outSlope: 1.6550945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.14668766 + inSlope: 1.1998785 + outSlope: 1.1998785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.24390723 + inSlope: 0.3272356 + outSlope: 0.3272356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.2082507 + inSlope: -1.1936306 + outSlope: -1.1936306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.09079684 + inSlope: -2.2206676 + outSlope: -2.2206676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.010427486 + inSlope: -2.4806538 + outSlope: -2.4806538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.07457992 + inSlope: -2.4743466 + outSlope: -2.4743466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.21908192 + inSlope: -1.564895 + outSlope: -1.564895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.26798943 + inSlope: 0.18570851 + outSlope: 0.18570851 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.0800187 + inSlope: 1.7597914 + outSlope: 1.7597914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.024114152 + inSlope: 1.5628971 + outSlope: 1.5628971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.024174744 + inSlope: 1.3686835 + outSlope: 1.3686835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.108187184 + inSlope: 1.2272484 + outSlope: 1.2272484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.26774666 + inSlope: 0.38128868 + outSlope: 0.38128868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.23257789 + inSlope: -1.3036357 + outSlope: -1.3036357 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.098742224 + inSlope: -2.596327 + outSlope: -2.596327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.004136012 + inSlope: -2.8901029 + outSlope: -2.8901029 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.0939318 + inSlope: -2.8332806 + outSlope: -2.8332806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.2574453 + inSlope: -1.7899562 + outSlope: -1.7899562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.30651733 + inSlope: 0.91718185 + outSlope: 0.91718185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.18562879 + inSlope: 2.5334578 + outSlope: 2.5334578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.09116007 + inSlope: 2.9282126 + outSlope: 2.9282126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.009585215 + inSlope: 2.9461603 + outSlope: 2.9461603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.10525044 + inSlope: 2.7053566 + outSlope: 2.7053566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.34878805 + inSlope: -1.1614159 + outSlope: -1.1614159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.13844463 + inSlope: -2.746643 + outSlope: -2.746643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.042749885 + inSlope: -2.8960664 + outSlope: -2.8960664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.054626957 + inSlope: -2.8617024 + outSlope: -2.8617024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.3438149 + inSlope: 0.3212552 + outSlope: 0.3212552 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.25325936 + inSlope: 2.226553 + outSlope: 2.226553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.07019085 + inSlope: 2.841698 + outSlope: 2.841698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.022633925 + inSlope: 2.6100993 + outSlope: 2.6100993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.16922385 + inSlope: 1.7170253 + outSlope: 1.7170253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.28255317 + inSlope: 0.14963698 + outSlope: 0.14963698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.20560098 + inSlope: -1.5040903 + outSlope: -1.5040903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.0728232 + inSlope: -2.3429482 + outSlope: -2.3429482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.009440097 + inSlope: -2.4448962 + outSlope: -2.4448962 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.09016972 + inSlope: -2.2314267 + outSlope: -2.2314267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.20409767 + inSlope: -0.963454 + outSlope: -0.963454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.21250309 + inSlope: 0.6678434 + outSlope: 0.6678434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.06359578 + inSlope: 1.8954071 + outSlope: 1.8954071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.0008270005 + inSlope: 1.8969369 + outSlope: 1.8969369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.11898217 + inSlope: 1.5482239 + outSlope: 1.5482239 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.20200841 + inSlope: 0.8745637 + outSlope: 0.8745637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.23604585 + inSlope: 0.20636734 + outSlope: 0.20636734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.23814338 + inSlope: -0.27164322 + outSlope: -0.27164322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.21793632 + inSlope: -0.67372125 + outSlope: -0.67372125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.12962928 + inSlope: -1.0933301 + outSlope: -1.0933301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.09053114 + inSlope: -1.1729454 + outSlope: -1.1729454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Arm Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000005691825 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000005691825 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Eye Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Eye In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.07341389 + inSlope: -1.1539985 + outSlope: -1.1539985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.11188051 + inSlope: -1.0365622 + outSlope: -1.0365622 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.14251804 + inSlope: -0.9008609 + outSlope: -0.9008609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.18540251 + inSlope: 0.03411904 + outSlope: 0.03411904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.12866692 + inSlope: 1.4707026 + outSlope: 1.4707026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.071616456 + inSlope: 1.1581787 + outSlope: 1.1581787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.051455017 + inSlope: 0.02012384 + outSlope: 0.02012384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.07027487 + inSlope: -0.9235407 + outSlope: -0.9235407 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.11302439 + inSlope: -1.3981025 + outSlope: -1.3981025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.1634817 + inSlope: -1.4163663 + outSlope: -1.4163663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.20744884 + inSlope: -1.1927838 + outSlope: -1.1927838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.24300066 + inSlope: -0.78540003 + outSlope: -0.78540003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.25980884 + inSlope: -0.38895178 + outSlope: -0.38895178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.26893076 + inSlope: -0.48935324 + outSlope: -0.48935324 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.2924324 + inSlope: -1.0730816 + outSlope: -1.0730816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.3404696 + inSlope: -1.748848 + outSlope: -1.748848 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.51837546 + inSlope: -0.6243022 + outSlope: -0.6243022 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.4730865 + inSlope: 1.9788431 + outSlope: 1.9788431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.27760237 + inSlope: 3.1496358 + outSlope: 3.1496358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.17639983 + inSlope: 2.7842138 + outSlope: 2.7842138 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.091988154 + inSlope: 1.953912 + outSlope: 1.953912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.046138998 + inSlope: 0.8914027 + outSlope: 0.8914027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.03256134 + inSlope: 0.05093488 + outSlope: 0.05093488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.042743318 + inSlope: -0.4714235 + outSlope: -0.4714235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.06398954 + inSlope: -0.6952101 + outSlope: -0.6952101 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.089090705 + inSlope: -0.81572914 + outSlope: -0.81572914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.118371524 + inSlope: -1.0250022 + outSlope: -1.0250022 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.20524265 + inSlope: -1.615068 + outSlope: -1.615068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.39738634 + inSlope: -1.8893881 + outSlope: -1.8893881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.5772046 + inSlope: 0.90027535 + outSlope: 0.90027535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.41134545 + inSlope: 1.6540564 + outSlope: 1.6540564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.32944432 + inSlope: 0.92815787 + outSlope: 0.92815787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.26672584 + inSlope: 1.1161073 + outSlope: 1.1161073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.18852106 + inSlope: 1.087065 + outSlope: 1.087065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.15413648 + inSlope: 0.6869794 + outSlope: 0.6869794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.14272247 + inSlope: -0.118469924 + outSlope: -0.118469924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.21027173 + inSlope: -1.769635 + outSlope: -1.769635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.3516742 + inSlope: -1.9716073 + outSlope: -1.9716073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.5194783 + inSlope: -1.5996804 + outSlope: -1.5996804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.6297686 + inSlope: 0.5803233 + outSlope: 0.5803233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.4932541 + inSlope: 1.3794675 + outSlope: 1.3794675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.34108248 + inSlope: 1.2218163 + outSlope: 1.2218163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.24401954 + inSlope: 1.3623176 + outSlope: 1.3623176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.20437199 + inSlope: 0.7314286 + outSlope: 0.7314286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.19525768 + inSlope: -0.30951828 + outSlope: -0.30951828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.22500652 + inSlope: -1.3795582 + outSlope: -1.3795582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.41927427 + inSlope: -1.3237984 + outSlope: -1.3237984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.44842154 + inSlope: -0.45856476 + outSlope: -0.45856476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.44976646 + inSlope: -0.17401652 + outSlope: -0.17401652 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.48925135 + inSlope: -1.2912828 + outSlope: -1.2912828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.54753196 + inSlope: -1.978668 + outSlope: -1.978668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.6211624 + inSlope: -1.7333391 + outSlope: -1.7333391 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.54133207 + inSlope: 3.8613274 + outSlope: 3.8613274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.3815212 + inSlope: 4.434616 + outSlope: 4.434616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.24569125 + inSlope: 3.032504 + outSlope: 3.032504 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.17935444 + inSlope: 1.3694885 + outSlope: 1.3694885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.15439193 + inSlope: 0.2971258 + outSlope: 0.2971258 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.1595459 + inSlope: -0.24271356 + outSlope: -0.24271356 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.20832154 + inSlope: -0.60834414 + outSlope: -0.60834414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.22909713 + inSlope: -0.67300403 + outSlope: -0.67300403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.26905996 + inSlope: -0.2064876 + outSlope: -0.2064876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.26695424 + inSlope: -0.52579457 + outSlope: -0.52579457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.30411288 + inSlope: -0.7521095 + outSlope: -0.7521095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.31709483 + inSlope: -0.03413561 + outSlope: -0.03413561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.3063886 + inSlope: 0.38153967 + outSlope: 0.38153967 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.29165888 + inSlope: -0.026671022 + outSlope: -0.026671022 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.30816665 + inSlope: -1.1570958 + outSlope: -1.1570958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.36879852 + inSlope: -1.701859 + outSlope: -1.701859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.46657914 + inSlope: 0.57455075 + outSlope: 0.57455075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.42246658 + inSlope: 1.0484828 + outSlope: 1.0484828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.39668036 + inSlope: 0.39200476 + outSlope: 0.39200476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.39633295 + inSlope: 0.6179391 + outSlope: 0.6179391 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.35548446 + inSlope: 1.2142386 + outSlope: 1.2142386 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.3153835 + inSlope: 1.5323942 + outSlope: 1.5323942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.1919467 + inSlope: 1.6419563 + outSlope: 1.6419563 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.10328684 + inSlope: 1.2637153 + outSlope: 1.2637153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.059613146 + inSlope: 1.1819955 + outSlope: 1.1819955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.02448721 + inSlope: 0.58396965 + outSlope: 0.58396965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.02068187 + inSlope: -0.21168056 + outSlope: -0.21168056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.038599234 + inSlope: -0.43907994 + outSlope: -0.43907994 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.049953837 + inSlope: -0.34901562 + outSlope: -0.34901562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.06186692 + inSlope: -0.44847074 + outSlope: -0.44847074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.09256029 + inSlope: -0.12177431 + outSlope: -0.12177431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.08797014 + inSlope: 0.30204618 + outSlope: 0.30204618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.0724239 + inSlope: 0.41827202 + outSlope: 0.41827202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.057574317 + inSlope: -0.14843269 + outSlope: -0.14843269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.06998087 + inSlope: -0.8781651 + outSlope: -0.8781651 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.116119266 + inSlope: -1.3560884 + outSlope: -1.3560884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.18960223 + inSlope: -0.5135648 + outSlope: -0.5135648 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.1888568 + inSlope: 0.24461547 + outSlope: 0.24461547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.17831728 + inSlope: 0.42791063 + outSlope: 0.42791063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.16032945 + inSlope: 0.4417902 + outSlope: 0.4417902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.14837089 + inSlope: -0.17402212 + outSlope: -0.17402212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.1920687 + inSlope: -1.2530378 + outSlope: -1.2530378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.31658867 + inSlope: -2.51475 + outSlope: -2.51475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.4116517 + inSlope: -2.9455147 + outSlope: -2.9455147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.5129576 + inSlope: -2.4571795 + outSlope: -2.4571795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.57546496 + inSlope: -0.9625295 + outSlope: -0.9625295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.5516572 + inSlope: 0.77570987 + outSlope: 0.77570987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.5254122 + inSlope: 0.90484095 + outSlope: 0.90484095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.49133453 + inSlope: 2.6487412 + outSlope: 2.6487412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.34882963 + inSlope: 5.5084815 + outSlope: 5.5084815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.124102786 + inSlope: 6.412118 + outSlope: 6.412118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.0786445 + inSlope: 3.6463182 + outSlope: 3.6463182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.11898487 + inSlope: -0.032374144 + outSlope: -0.032374144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.07648622 + inSlope: -1.5452155 + outSlope: -1.5452155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.0159706 + inSlope: -1.601278 + outSlope: -1.601278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.030265542 + inSlope: -1.3407687 + outSlope: -1.3407687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.07341389 + inSlope: -1.2944518 + outSlope: -1.2944518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Foot Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.2727073 + inSlope: 0.45785305 + outSlope: 0.45785305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.25744554 + inSlope: 0.28947514 + outSlope: 0.28947514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.25340897 + inSlope: -0.492542 + outSlope: -0.492542 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.29028168 + inSlope: -0.6722415 + outSlope: -0.6722415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.29822508 + inSlope: -0.36883506 + outSlope: -0.36883506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.34110227 + inSlope: -0.82276034 + outSlope: -0.82276034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.36972138 + inSlope: -0.65129894 + outSlope: -0.65129894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.36212254 + inSlope: 0.42598557 + outSlope: 0.42598557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.3407414 + inSlope: -0.25834614 + outSlope: -0.25834614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.42241555 + inSlope: -0.37768736 + outSlope: -0.37768736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.43518183 + inSlope: -0.1701861 + outSlope: -0.1701861 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.468347 + inSlope: -0.22155717 + outSlope: -0.22155717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.48695177 + inSlope: 0.39593422 + outSlope: 0.39593422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.34867457 + inSlope: 0.33567208 + outSlope: 0.33567208 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.39033356 + inSlope: -0.08907643 + outSlope: -0.08907643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.40019435 + inSlope: -0.47698483 + outSlope: -0.47698483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.45081344 + inSlope: -0.23419417 + outSlope: -0.23419417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.43149406 + inSlope: 0.6315714 + outSlope: 0.6315714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.35830745 + inSlope: 0.3992667 + outSlope: 0.3992667 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.36605796 + inSlope: -0.2579447 + outSlope: -0.2579447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.37890625 + inSlope: 0.46347812 + outSlope: 0.46347812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.32854807 + inSlope: 0.23456343 + outSlope: 0.23456343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.34908947 + inSlope: -0.20333041 + outSlope: -0.20333041 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.3508163 + inSlope: 0.29664454 + outSlope: 0.29664454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.28320158 + inSlope: 0.72479606 + outSlope: 0.72479606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.232593 + inSlope: 0.11115912 + outSlope: 0.11115912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.25701806 + inSlope: -0.3440501 + outSlope: -0.3440501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.26915997 + inSlope: 0.107313946 + outSlope: 0.107313946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.24983662 + inSlope: 0.3422283 + outSlope: 0.3422283 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.23818102 + inSlope: 1.036139 + outSlope: 1.036139 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.18076076 + inSlope: 2.408749 + outSlope: 2.408749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.07759791 + inSlope: 3.0705426 + outSlope: 3.0705426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.023942616 + inSlope: 2.6951709 + outSlope: 2.6951709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.10208071 + inSlope: 1.7339294 + outSlope: 1.7339294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.1395378 + inSlope: 0.6640625 + outSlope: 0.6640625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.1463515 + inSlope: 0.06577878 + outSlope: 0.06577878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.14392304 + inSlope: 0.19075689 + outSlope: 0.19075689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.15906861 + inSlope: 1.0284623 + outSlope: 1.0284623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.21248713 + inSlope: 2.2283978 + outSlope: 2.2283978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.30762833 + inSlope: 3.2383046 + outSlope: 3.2383046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.42837477 + inSlope: 3.2067971 + outSlope: 3.2067971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.5214155 + inSlope: 2.99745 + outSlope: 2.99745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.9441198 + inSlope: 2.3624973 + outSlope: 2.3624973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.97278947 + inSlope: -1.725811 + outSlope: -1.725811 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.90140635 + inSlope: -1.4802518 + outSlope: -1.4802518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.8741061 + inSlope: -0.08246282 + outSlope: -0.08246282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.89590883 + inSlope: 0.39350814 + outSlope: 0.39350814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.90500885 + inSlope: 0.08204807 + outSlope: 0.08204807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.86142737 + inSlope: -0.67550516 + outSlope: -0.67550516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.8091306 + inSlope: 0.4011936 + outSlope: 0.4011936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.9194977 + inSlope: 0.67344964 + outSlope: 0.67344964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.97968054 + inSlope: 0.24763161 + outSlope: 0.24763161 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.96332675 + inSlope: -0.85070544 + outSlope: -0.85070544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.85551924 + inSlope: -0.71999764 + outSlope: -0.71999764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.8177055 + inSlope: 0.05443816 + outSlope: 0.05443816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.8627606 + inSlope: 1.1427875 + outSlope: 1.1427875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.91705805 + inSlope: -0.45303982 + outSlope: -0.45303982 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.6545449 + inSlope: -4.2925797 + outSlope: -4.2925797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.4995741 + inSlope: -6.309394 + outSlope: -6.309394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.23391907 + inSlope: -7.874983 + outSlope: -7.874983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.025424214 + inSlope: -6.586494 + outSlope: -6.586494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.2051801 + inSlope: -3.2707405 + outSlope: -3.2707405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.24347337 + inSlope: -1.1324935 + outSlope: -1.1324935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.30369958 + inSlope: -0.15667826 + outSlope: -0.15667826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.2911248 + inSlope: 0.4648845 + outSlope: 0.4648845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.2727073 + inSlope: 0.55252486 + outSlope: 0.55252486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Foot Up-Down + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.09153232 + inSlope: -1.7177192 + outSlope: -1.7177192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.19894822 + inSlope: -1.2892839 + outSlope: -1.2892839 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.2561799 + inSlope: -0.39556864 + outSlope: -0.39556864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.26111314 + inSlope: -0.045716483 + outSlope: -0.045716483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.25922766 + inSlope: 0.23614123 + outSlope: 0.23614123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.22638248 + inSlope: 0.51219 + outSlope: 0.51219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.19307277 + inSlope: 0.25527623 + outSlope: 0.25527623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.1405799 + inSlope: 0.98390937 + outSlope: 0.98390937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.05477885 + inSlope: 1.4484541 + outSlope: 1.4484541 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.0054067424 + inSlope: 1.3943399 + outSlope: 1.3943399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.038177144 + inSlope: 1.1056124 + outSlope: 1.1056124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.06830074 + inSlope: 0.63165224 + outSlope: 0.63165224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.08028731 + inSlope: 0.07531346 + outSlope: 0.07531346 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.050174046 + inSlope: -0.86510885 + outSlope: -0.86510885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.015647693 + inSlope: -1.1325485 + outSlope: -1.1325485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.025329242 + inSlope: -1.263722 + outSlope: -1.263722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.18455291 + inSlope: -0.901876 + outSlope: -0.901876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.24275157 + inSlope: -0.06298369 + outSlope: -0.06298369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.2286862 + inSlope: 0.30459777 + outSlope: 0.30459777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.17091563 + inSlope: 0.8455806 + outSlope: 0.8455806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.07237021 + inSlope: 0.14576903 + outSlope: 0.14576903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.07538445 + inSlope: -0.32790315 + outSlope: -0.32790315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.19776444 + inSlope: -0.9921792 + outSlope: -0.9921792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.2630592 + inSlope: -0.28193456 + outSlope: -0.28193456 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.26793492 + inSlope: -0.062564604 + outSlope: -0.062564604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.28535798 + inSlope: -0.06650643 + outSlope: -0.06650643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.26608238 + inSlope: 0.8315256 + outSlope: 0.8315256 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.1706704 + inSlope: 1.8942543 + outSlope: 1.8942543 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.101833984 + inSlope: 2.034882 + outSlope: 2.034882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.03501173 + inSlope: 1.7630546 + outSlope: 1.7630546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.015702885 + inSlope: 1.1294262 + outSlope: 1.1294262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.04028328 + inSlope: 0.30866998 + outSlope: 0.30866998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.036280863 + inSlope: -0.4779354 + outSlope: -0.4779354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.008420752 + inSlope: -1.0607959 + outSlope: -1.0607959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.034438994 + inSlope: -1.3704948 + outSlope: -1.3704948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.08294548 + inSlope: -1.4357215 + outSlope: -1.4357215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.1718727 + inSlope: -1.141604 + outSlope: -1.141604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.28174916 + inSlope: -0.3068249 + outSlope: -0.3068249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.23842068 + inSlope: 1.129188 + outSlope: 1.129188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.13710745 + inSlope: 1.8210422 + outSlope: 1.8210422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.0724476 + inSlope: 1.9612695 + outSlope: 1.9612695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.006356268 + inSlope: 1.8917235 + outSlope: 1.8917235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.053667184 + inSlope: 1.5939305 + outSlope: 1.5939305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.12631842 + inSlope: 0.44320458 + outSlope: 0.44320458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.109473035 + inSlope: -0.88678 + outSlope: -0.88678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.07033418 + inSlope: -1.3625841 + outSlope: -1.3625841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.018634176 + inSlope: -1.6342206 + outSlope: -1.6342206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.03861376 + inSlope: -1.7175488 + outSlope: -1.7175488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.27630913 + inSlope: -0.8529978 + outSlope: -0.8529978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.29497254 + inSlope: 0.46567237 + outSlope: 0.46567237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.1839211 + inSlope: 1.2371678 + outSlope: 1.2371678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.08995876 + inSlope: 1.4224012 + outSlope: 1.4224012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.044137336 + inSlope: 1.1953382 + outSlope: 1.1953382 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.010269376 + inSlope: 0.73086834 + outSlope: 0.73086834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.004587414 + inSlope: 0.12049299 + outSlope: 0.12049299 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.002236519 + inSlope: -0.49484277 + outSlope: -0.49484277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.028402073 + inSlope: -0.98737574 + outSlope: -0.98737574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.06806151 + inSlope: -1.2898679 + outSlope: -1.2898679 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.16174391 + inSlope: -1.3828506 + outSlope: -1.3828506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.36138818 + inSlope: -0.4800251 + outSlope: -0.4800251 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.34118402 + inSlope: 0.9028749 + outSlope: 0.9028749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.20258716 + inSlope: 1.6352384 + outSlope: 1.6352384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.10026296 + inSlope: 1.2236683 + outSlope: 1.2236683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.06631601 + inSlope: 0.75643253 + outSlope: 0.75643253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.049834177 + inSlope: 0.23617393 + outSlope: 0.23617393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.08626129 + inSlope: -0.6854978 + outSlope: -0.6854978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.13383797 + inSlope: -0.6887567 + outSlope: -0.6887567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.2212902 + inSlope: -0.6002128 + outSlope: -0.6002128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.26213467 + inSlope: 0.20297948 + outSlope: 0.20297948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.13465773 + inSlope: 1.5072747 + outSlope: 1.5072747 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.07839162 + inSlope: 1.8448389 + outSlope: 1.8448389 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.011668593 + inSlope: 2.0779624 + outSlope: 2.0779624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.060139082 + inSlope: 2.084889 + outSlope: 2.084889 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.12732388 + inSlope: 1.7628291 + outSlope: 1.7628291 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.17766091 + inSlope: 0.42308894 + outSlope: 0.42308894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.15552978 + inSlope: -1.139205 + outSlope: -1.139205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.101713985 + inSlope: -1.7913225 + outSlope: -1.7913225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.036108408 + inSlope: -1.961956 + outSlope: -1.961956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.029082958 + inSlope: -1.9146128 + outSlope: -1.9146128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.09153232 + inSlope: -1.8734827 + outSlope: -1.8734827 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Forearm Stretch + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.01884923 + inSlope: -0.84926826 + outSlope: -0.84926826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.0094597135 + inSlope: -1.0293474 + outSlope: -1.0293474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.049773935 + inSlope: -1.7152348 + outSlope: -1.7152348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.12380872 + inSlope: -2.6424093 + outSlope: -2.6424093 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.22593457 + inSlope: -2.9292347 + outSlope: -2.9292347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.31909102 + inSlope: -2.3326802 + outSlope: -2.3326802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.3814466 + inSlope: -1.3186885 + outSlope: -1.3186885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.4070036 + inSlope: -0.51487243 + outSlope: -0.51487243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.29308668 + inSlope: 1.057482 + outSlope: 1.057482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.15634467 + inSlope: 0.91425353 + outSlope: 0.91425353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.10713279 + inSlope: 0.4569134 + outSlope: 0.4569134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.098285586 + inSlope: -0.17329094 + outSlope: -0.17329094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.13981196 + inSlope: -0.40180728 + outSlope: -0.40180728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.17207071 + inSlope: -0.31105116 + outSlope: -0.31105116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.21633422 + inSlope: 0.003234297 + outSlope: 0.003234297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.1739112 + inSlope: 0.6886641 + outSlope: 0.6886641 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.12763815 + inSlope: 0.63118994 + outSlope: 0.63118994 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.070020206 + inSlope: 0.5783829 + outSlope: 0.5783829 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.050645433 + inSlope: 0.5258641 + outSlope: 0.5258641 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.034962565 + inSlope: 0.3367323 + outSlope: 0.3367323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.028196635 + inSlope: 0.011935055 + outSlope: 0.011935055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.034166895 + inSlope: -0.36674207 + outSlope: -0.36674207 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.05264615 + inSlope: -0.6734021 + outSlope: -0.6734021 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.106585614 + inSlope: -0.7541696 + outSlope: -0.7541696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.14473236 + inSlope: -0.36476266 + outSlope: -0.36476266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: -0.16223025 + inSlope: -0.08836438 + outSlope: -0.08836438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.1494659 + inSlope: 0.460511 + outSlope: 0.460511 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.10297255 + inSlope: 0.8549917 + outSlope: 0.8549917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.045947365 + inSlope: 0.68291616 + outSlope: 0.68291616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.027382936 + inSlope: 0.40120003 + outSlope: 0.40120003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.01920059 + inSlope: 0.10883515 + outSlope: 0.10883515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.02768276 + inSlope: -0.28283224 + outSlope: -0.28283224 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.07117908 + inSlope: -0.539654 + outSlope: -0.539654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.12449762 + inSlope: -0.4377965 + outSlope: -0.4377965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.15496796 + inSlope: -0.02433979 + outSlope: -0.02433979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.15099904 + inSlope: 0.029062431 + outSlope: 0.029062431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.13644885 + inSlope: 0.34518808 + outSlope: 0.34518808 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.08989863 + inSlope: 0.45862442 + outSlope: 0.45862442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.0634396 + inSlope: 0.35577592 + outSlope: 0.35577592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.042859312 + inSlope: 0.19994763 + outSlope: 0.19994763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.0385183 + inSlope: 0.0126073845 + outSlope: 0.0126073845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.04201879 + inSlope: -0.24461551 + outSlope: -0.24461551 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.054825984 + inSlope: -0.48779353 + outSlope: -0.48779353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.10631506 + inSlope: -0.1217381 + outSlope: -0.1217381 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.102632836 + inSlope: 0.34600446 + outSlope: 0.34600446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.08324798 + inSlope: 0.68603987 + outSlope: 0.68603987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.05689675 + inSlope: 0.71268237 + outSlope: 0.71268237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.03573587 + inSlope: 0.34177706 + outSlope: 0.34177706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.034111634 + inSlope: -0.36962777 + outSlope: -0.36962777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.0603777 + inSlope: -1.1641785 + outSlope: -1.1641785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.11172346 + inSlope: -1.7475553 + outSlope: -1.7475553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.23996666 + inSlope: -1.6466935 + outSlope: -1.6466935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.30951017 + inSlope: -0.3057395 + outSlope: -0.3057395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.17309321 + inSlope: 1.000031 + outSlope: 1.000031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.1264908 + inSlope: 0.28601786 + outSlope: 0.28601786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.13627395 + inSlope: -0.49287271 + outSlope: -0.49287271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.20481627 + inSlope: -0.6147051 + outSlope: -0.6147051 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.23196127 + inSlope: 0.2991457 + outSlope: 0.2991457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.17181955 + inSlope: 0.9146478 + outSlope: 0.9146478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.07063525 + inSlope: 0.8747159 + outSlope: 0.8747159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.025690868 + inSlope: 0.4923759 + outSlope: 0.4923759 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.0119434325 + inSlope: 0.3620332 + outSlope: 0.3620332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.001555345 + inSlope: 0.2758282 + outSlope: 0.2758282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.0064450973 + inSlope: 0.19179194 + outSlope: 0.19179194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.011230771 + inSlope: 0.07564473 + outSlope: 0.07564473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.011488078 + inSlope: -0.13739297 + outSlope: -0.13739297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.002071253 + inSlope: -0.39000648 + outSlope: -0.39000648 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.0145123275 + inSlope: -0.585405 + outSlope: -0.585405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.036955707 + inSlope: -0.70274305 + outSlope: -0.70274305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.08410093 + inSlope: -0.6362028 + outSlope: -0.6362028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.13504012 + inSlope: -0.39680457 + outSlope: -0.39680457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.14686522 + inSlope: 0.4188479 + outSlope: 0.4188479 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.098637365 + inSlope: 0.9737604 + outSlope: 0.9737604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.06269422 + inSlope: 1.115866 + outSlope: 1.115866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.024246374 + inSlope: 1.1080941 + outSlope: 1.1080941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.011178649 + inSlope: 0.94570005 + outSlope: 0.94570005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.03880024 + inSlope: 0.6806896 + outSlope: 0.6806896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.07283586 + inSlope: 0.14142922 + outSlope: 0.14142922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.07668217 + inSlope: -0.01956774 + outSlope: -0.01956774 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.07153135 + inSlope: -0.1711593 + outSlope: -0.1711593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.065271564 + inSlope: -0.25743335 + outSlope: -0.25743335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.038699687 + inSlope: -0.5327992 + outSlope: -0.5327992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.01884923 + inSlope: -0.5955143 + outSlope: -0.5955143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Forearm Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.19709133 + inSlope: 0.8782245 + outSlope: 0.8782245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.25898457 + inSlope: 1.0918843 + outSlope: 1.0918843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.3745755 + inSlope: 0.7726768 + outSlope: 0.7726768 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.30341384 + inSlope: -0.9690576 + outSlope: -0.9690576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.17417617 + inSlope: -0.3115816 + outSlope: -0.3115816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.2030756 + inSlope: 0.75083387 + outSlope: 0.75083387 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.3233078 + inSlope: 0.6419574 + outSlope: 0.6419574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.34319475 + inSlope: -0.14619298 + outSlope: -0.14619298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.33038926 + inSlope: 0.095134914 + outSlope: 0.095134914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.34465638 + inSlope: -0.4694134 + outSlope: -0.4694134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.2773187 + inSlope: -1.462135 + outSlope: -1.462135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.11675858 + inSlope: -1.2744188 + outSlope: -1.2744188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.059682786 + inSlope: -0.44648278 + outSlope: -0.44648278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.05980953 + inSlope: 0.2798322 + outSlope: 0.2798322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.13940385 + inSlope: 0.6078399 + outSlope: 0.6078399 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.21466826 + inSlope: 0.38799465 + outSlope: 0.38799465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.21798007 + inSlope: -0.39018488 + outSlope: -0.39018488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.1525646 + inSlope: -0.7171129 + outSlope: -0.7171129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.0904801 + inSlope: -0.4926998 + outSlope: -0.4926998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.06683151 + inSlope: -0.18516369 + outSlope: -0.18516369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.06898701 + inSlope: 0.1348987 + outSlope: 0.1348987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.079824485 + inSlope: 0.20414749 + outSlope: 0.20414749 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.09896637 + inSlope: 0.43093884 + outSlope: 0.43093884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.13849981 + inSlope: 0.6927484 + outSlope: 0.6927484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.19498499 + inSlope: 0.22455788 + outSlope: 0.22455788 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.110464066 + inSlope: -0.70716894 + outSlope: -0.70716894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.05249006 + inSlope: -0.3428874 + outSlope: -0.3428874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.039601278 + inSlope: -0.1284222 + outSlope: -0.1284222 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.035821635 + inSlope: -0.134637 + outSlope: -0.134637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.030625459 + inSlope: -0.19174424 + outSlope: -0.19174424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.023038698 + inSlope: -0.25027838 + outSlope: -0.25027838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.013940249 + inSlope: -0.26138505 + outSlope: -0.26138505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.0056130434 + inSlope: -0.20530444 + outSlope: -0.20530444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.00025329803 + inSlope: -0.08349707 + outSlope: -0.08349707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.000046577632 + inSlope: 0.07332567 + outSlope: 0.07332567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.005141708 + inSlope: 0.20449421 + outSlope: 0.20449421 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.013679548 + inSlope: 0.327165 + outSlope: 0.327165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.043781932 + inSlope: 0.55054843 + outSlope: 0.55054843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.12736893 + inSlope: 1.3339847 + outSlope: 1.3339847 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.17906201 + inSlope: 1.7646297 + outSlope: 1.7646297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.43816411 + inSlope: 1.293758 + outSlope: 1.293758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.49310938 + inSlope: -0.30968595 + outSlope: -0.30968595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.40043262 + inSlope: -1.4578495 + outSlope: -1.4578495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.14576654 + inSlope: -0.97770035 + outSlope: -0.97770035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.111505166 + inSlope: -0.035344586 + outSlope: -0.035344586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.1756444 + inSlope: 0.4972885 + outSlope: 0.4972885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.19732161 + inSlope: -0.0127869975 + outSlope: -0.0127869975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.19439268 + inSlope: 0.038412176 + outSlope: 0.038412176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.188448 + inSlope: -0.29839715 + outSlope: -0.29839715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.14343306 + inSlope: -0.026364125 + outSlope: -0.026364125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.16192168 + inSlope: 0.5540309 + outSlope: 0.5540309 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.2557164 + inSlope: 0.47601944 + outSlope: 0.47601944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.25826553 + inSlope: -0.49189255 + outSlope: -0.49189255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.14583452 + inSlope: -0.7278261 + outSlope: -0.7278261 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.100046456 + inSlope: -0.28283027 + outSlope: -0.28283027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.09211626 + inSlope: 0.042522997 + outSlope: 0.042522997 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.10288132 + inSlope: 0.42313105 + outSlope: 0.42313105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.19709133 + inSlope: 0.84526545 + outSlope: 0.84526545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Hand Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0000023290963 + inSlope: 0.47105896 + outSlope: 0.47105896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.015704295 + inSlope: 0.43438905 + outSlope: 0.43438905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0289616 + inSlope: 0.2264447 + outSlope: 0.2264447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.030800609 + inSlope: 0.22565193 + outSlope: 0.22565193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.044005062 + inSlope: 0.5942274 + outSlope: 0.5942274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.070415765 + inSlope: 0.62020946 + outSlope: 0.62020946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.08535236 + inSlope: 0.12424195 + outSlope: 0.12424195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.07869857 + inSlope: -0.10469378 + outSlope: -0.10469378 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.07837278 + inSlope: -0.048459586 + outSlope: -0.048459586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.06721879 + inSlope: -0.33067125 + outSlope: -0.33067125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.05342318 + inSlope: -0.43706298 + outSlope: -0.43706298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.038081244 + inSlope: -0.3683148 + outSlope: -0.3683148 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.028868848 + inSlope: -0.06324498 + outSlope: -0.06324498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.03386491 + inSlope: 0.4234836 + outSlope: 0.4234836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.057101067 + inSlope: 0.9303318 + outSlope: 0.9303318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.18526007 + inSlope: 1.1272149 + outSlope: 1.1272149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.23372868 + inSlope: 0.3123088 + outSlope: 0.3123088 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.24101435 + inSlope: 0.25978202 + outSlope: 0.25978202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.27703577 + inSlope: 0.71021366 + outSlope: 0.71021366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.32786012 + inSlope: -0.004429415 + outSlope: -0.004429415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.2624068 + inSlope: -0.5450728 + outSlope: -0.5450728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.1976621 + inSlope: -0.95846176 + outSlope: -0.95846176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.034363586 + inSlope: -1.21855 + outSlope: -1.21855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.0047309217 + inSlope: -1.0998418 + outSlope: -1.0998418 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.08757187 + inSlope: -0.5018534 + outSlope: -0.5018534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.09935339 + inSlope: 0.27809203 + outSlope: 0.27809203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.044656996 + inSlope: 0.65905803 + outSlope: 0.65905803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.0013523503 + inSlope: 0.6247238 + outSlope: 0.6247238 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.019014433 + inSlope: 0.57698786 + outSlope: 0.57698786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.049729574 + inSlope: 0.24806143 + outSlope: 0.24806143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.053650957 + inSlope: -0.0050519966 + outSlope: -0.0050519966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.04939276 + inSlope: -0.15035835 + outSlope: -0.15035835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.04362706 + inSlope: -0.04124621 + outSlope: -0.04124621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.046643015 + inSlope: 0.31466034 + outSlope: 0.31466034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.06460446 + inSlope: 0.69241655 + outSlope: 0.69241655 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.09280404 + inSlope: 0.78485453 + outSlope: 0.78485453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.116928115 + inSlope: 0.44153893 + outSlope: 0.44153893 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.12224011 + inSlope: -0.20917483 + outSlope: -0.20917483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.10298314 + inSlope: -0.85824084 + outSlope: -0.85824084 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.06502411 + inSlope: -1.2276514 + outSlope: -1.2276514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.021139793 + inSlope: -1.2241814 + outSlope: -1.2241814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.016587913 + inSlope: -0.934885 + outSlope: -0.934885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.04118582 + inSlope: -0.5193835 + outSlope: -0.5193835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.051213518 + inSlope: -0.11886817 + outSlope: -0.11886817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.049110427 + inSlope: 0.17295375 + outSlope: 0.17295375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.03968328 + inSlope: 0.2717295 + outSlope: 0.2717295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.030995145 + inSlope: 0.109122545 + outSlope: 0.109122545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.03240845 + inSlope: -0.3032188 + outSlope: -0.3032188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.051209714 + inSlope: -0.8359102 + outSlope: -0.8359102 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.08813574 + inSlope: -1.2585229 + outSlope: -1.2585229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.17755848 + inSlope: -0.99545145 + outSlope: -0.99545145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.20147486 + inSlope: -0.36155027 + outSlope: -0.36155027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.18509935 + inSlope: 0.52733105 + outSlope: 0.52733105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.16650644 + inSlope: 0.38288435 + outSlope: 0.38288435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.15957375 + inSlope: -0.053040735 + outSlope: -0.053040735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.19412403 + inSlope: -0.7794261 + outSlope: -0.7794261 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.24350421 + inSlope: -0.45920065 + outSlope: -0.45920065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.24882472 + inSlope: 0.23836234 + outSlope: 0.23836234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.21266422 + inSlope: 0.17109314 + outSlope: 0.17109314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.22005737 + inSlope: -0.39567447 + outSlope: -0.39567447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.28066576 + inSlope: 0.11617559 + outSlope: 0.11617559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.05468233 + inSlope: 2.3689337 + outSlope: 2.3689337 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.03006992 + inSlope: 2.622112 + outSlope: 2.622112 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.12012497 + inSlope: 2.5202758 + outSlope: 2.5202758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.1980887 + inSlope: 1.7980568 + outSlope: 1.7980568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.23999587 + inSlope: 0.5639144 + outSlope: 0.5639144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.23568296 + inSlope: -0.615327 + outSlope: -0.615327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.1989741 + inSlope: -1.1492637 + outSlope: -1.1492637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.15906546 + inSlope: -0.90167594 + outSlope: -0.90167594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.13886243 + inSlope: -0.27304065 + outSlope: -0.27304065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.16065556 + inSlope: 0.0026337057 + outSlope: 0.0026337057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.12783308 + inSlope: -0.9956616 + outSlope: -0.9956616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.036378603 + inSlope: -1.5734584 + outSlope: -1.5734584 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.017972035 + inSlope: -1.6129432 + outSlope: -1.6129432 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.15107779 + inSlope: -0.7182756 + outSlope: -0.7182756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.16561718 + inSlope: -0.10450501 + outSlope: -0.10450501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.13231772 + inSlope: 0.89804363 + outSlope: 0.89804363 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.06794294 + inSlope: 0.7172967 + outSlope: 0.7172967 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.050355736 + inSlope: 0.33934027 + outSlope: 0.33934027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.045320276 + inSlope: 0.09081924 + outSlope: 0.09081924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.044301126 + inSlope: 0.1249829 + outSlope: 0.1249829 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.03698809 + inSlope: 0.38390225 + outSlope: 0.38390225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.018707668 + inSlope: 0.6836374 + outSlope: 0.6836374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.008587692 + inSlope: 0.8724106 + outSlope: 0.8724106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.03945298 + inSlope: 0.900869 + outSlope: 0.900869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.10084425 + inSlope: -0.3789432 + outSlope: -0.3789432 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.07912131 + inSlope: -0.9578835 + outSlope: -0.9578835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.036985412 + inSlope: -1.4942085 + outSlope: -1.4942085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.020492498 + inSlope: -1.8181789 + outSlope: -1.8181789 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.08422641 + inSlope: -1.8363076 + outSlope: -1.8363076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.18701681 + inSlope: -1.0289855 + outSlope: -1.0289855 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.2016126 + inSlope: 0.6510874 + outSlope: 0.6510874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.13458711 + inSlope: 1.1039724 + outSlope: 1.1039724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.09878031 + inSlope: 0.8776291 + outSlope: 0.8776291 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.07607856 + inSlope: 0.41790366 + outSlope: 0.41790366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.07092002 + inSlope: -0.0022102445 + outSlope: -0.0022102445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.07622583 + inSlope: -0.09552942 + outSlope: -0.09552942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.07728864 + inSlope: 0.19169565 + outSlope: 0.19169565 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.063446134 + inSlope: 0.5973835 + outSlope: 0.5973835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.037463114 + inSlope: 0.7517271 + outSlope: 0.7517271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.013331043 + inSlope: 0.4832612 + outSlope: 0.4832612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.005245732 + inSlope: -0.050392807 + outSlope: -0.050392807 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.01669056 + inSlope: -0.5139916 + outSlope: -0.5139916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.039511804 + inSlope: -0.4917661 + outSlope: -0.4917661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.049474936 + inSlope: -0.0776631 + outSlope: -0.0776631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.04468934 + inSlope: 0.24492091 + outSlope: 0.24492091 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.03314689 + inSlope: 0.40254968 + outSlope: 0.40254968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.017852718 + inSlope: 0.49723879 + outSlope: 0.49723879 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.0000023290963 + inSlope: 0.5356519 + outSlope: 0.5356519 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Hand In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5043148 + inSlope: 0.39801118 + outSlope: 0.39801118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.5294735 + inSlope: 0.29092577 + outSlope: 0.29092577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.5369769 + inSlope: -0.095704824 + outSlope: -0.095704824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.45693848 + inSlope: -0.3628144 + outSlope: -0.3628144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.51328754 + inSlope: 0.14587463 + outSlope: 0.14587463 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.48360574 + inSlope: -0.68784475 + outSlope: -0.68784475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.4143792 + inSlope: -0.4661826 + outSlope: -0.4661826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.3998905 + inSlope: 0.07842513 + outSlope: 0.07842513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.40671742 + inSlope: -0.13895458 + outSlope: -0.13895458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.3909217 + inSlope: 0.19800666 + outSlope: 0.19800666 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.46118036 + inSlope: 0.5292915 + outSlope: 0.5292915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.4713673 + inSlope: -0.3503214 + outSlope: -0.3503214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.40995783 + inSlope: 0.08574589 + outSlope: 0.08574589 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.44770712 + inSlope: 0.14077368 + outSlope: 0.14077368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.42258552 + inSlope: -0.3143179 + outSlope: -0.3143179 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.42390144 + inSlope: 0.41906458 + outSlope: 0.41906458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.46690828 + inSlope: 0.07654918 + outSlope: 0.07654918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.37418908 + inSlope: -0.20847623 + outSlope: -0.20847623 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.39816892 + inSlope: 0.6789123 + outSlope: 0.6789123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.50210935 + inSlope: 0.43989205 + outSlope: 0.43989205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.4973388 + inSlope: -0.27229768 + outSlope: -0.27229768 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.49505183 + inSlope: 0.39450818 + outSlope: 0.39450818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.5872718 + inSlope: 0.053066663 + outSlope: 0.053066663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.5431158 + inSlope: 0.1385863 + outSlope: 0.1385863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.61800665 + inSlope: -0.30247837 + outSlope: -0.30247837 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.5338049 + inSlope: -0.4779719 + outSlope: -0.4779719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.5103641 + inSlope: -0.16353166 + outSlope: -0.16353166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.5093672 + inSlope: -0.112900436 + outSlope: -0.112900436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.4964839 + inSlope: -0.1113234 + outSlope: -0.1113234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.45440722 + inSlope: -0.19683364 + outSlope: -0.19683364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.45106286 + inSlope: 0.20884593 + outSlope: 0.20884593 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.46734706 + inSlope: 0.09039228 + outSlope: 0.09039228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.43864852 + inSlope: -0.5128597 + outSlope: -0.5128597 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.39251557 + inSlope: -0.16338916 + outSlope: -0.16338916 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.43307328 + inSlope: -0.13590632 + outSlope: -0.13590632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.39207673 + inSlope: -0.20608842 + outSlope: -0.20608842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.39310005 + inSlope: 0.12784135 + outSlope: 0.12784135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.38603556 + inSlope: -0.2279634 + outSlope: -0.2279634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.36079088 + inSlope: -0.023990594 + outSlope: -0.023990594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.39370242 + inSlope: 0.7285311 + outSlope: 0.7285311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.45352718 + inSlope: 0.6801673 + outSlope: 0.6801673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.47414032 + inSlope: 0.20747487 + outSlope: 0.20747487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.49231368 + inSlope: -0.124049604 + outSlope: -0.124049604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.47542223 + inSlope: -0.30113727 + outSlope: -0.30113727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.4914069 + inSlope: 0.3355165 + outSlope: 0.3355165 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5043148 + inSlope: 0.38723713 + outSlope: 0.38723713 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Lower Leg Stretch + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.013874945 + inSlope: 1.1903226 + outSlope: 1.1903226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.025802478 + inSlope: 1.161612 + outSlope: 1.161612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.06356586 + inSlope: 1.2098973 + outSlope: 1.2098973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.10646231 + inSlope: 1.3250582 + outSlope: 1.3250582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.15190308 + inSlope: 1.0388105 + outSlope: 1.0388105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.17795448 + inSlope: -0.16138385 + outSlope: -0.16138385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.16495742 + inSlope: -0.13346495 + outSlope: -0.13346495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.16905682 + inSlope: 0.38184845 + outSlope: 0.38184845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.25345734 + inSlope: 0.8782012 + outSlope: 0.8782012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.29713136 + inSlope: 0.29336038 + outSlope: 0.29336038 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.29314652 + inSlope: 0.2429838 + outSlope: 0.2429838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.3394528 + inSlope: 0.9518172 + outSlope: 0.9518172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.4036329 + inSlope: -0.09214264 + outSlope: -0.09214264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.35776958 + inSlope: -1.1454659 + outSlope: -1.1454659 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.27452567 + inSlope: -1.0676217 + outSlope: -1.0676217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.24309805 + inSlope: -0.6832199 + outSlope: -0.6832199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.24434343 + inSlope: 0.30984873 + outSlope: 0.30984873 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.31117773 + inSlope: 0.7924863 + outSlope: 0.7924863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.4517798 + inSlope: 0.50386107 + outSlope: 0.50386107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.43358082 + inSlope: -0.63206816 + outSlope: -0.63206816 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.37045902 + inSlope: -0.41629162 + outSlope: -0.41629162 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.3314232 + inSlope: -0.61071813 + outSlope: -0.61071813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.26300293 + inSlope: 0.03139618 + outSlope: 0.03139618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.2925456 + inSlope: 0.81625485 + outSlope: 0.81625485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.35968354 + inSlope: 0.90107554 + outSlope: 0.90107554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.43256423 + inSlope: 0.32068658 + outSlope: 0.32068658 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.41546333 + inSlope: -0.5819049 + outSlope: -0.5819049 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.36295077 + inSlope: -0.21483755 + outSlope: -0.21483755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.34850872 + inSlope: -0.42703402 + outSlope: -0.42703402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.27233365 + inSlope: -0.82326746 + outSlope: -0.82326746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.23434086 + inSlope: -0.15883587 + outSlope: -0.15883587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.25274113 + inSlope: 0.56436056 + outSlope: 0.56436056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.2902426 + inSlope: 0.24507272 + outSlope: 0.24507272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.29066366 + inSlope: -0.23349506 + outSlope: -0.23349506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.25756633 + inSlope: -0.45872322 + outSlope: -0.45872322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.23477037 + inSlope: -0.073126025 + outSlope: -0.073126025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.25947958 + inSlope: 0.10061909 + outSlope: 0.10061909 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.24409352 + inSlope: -0.45811817 + outSlope: -0.45811817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.21550328 + inSlope: -0.20942664 + outSlope: -0.20942664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.23363051 + inSlope: 1.0958071 + outSlope: 1.0958071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.3559045 + inSlope: 2.0228434 + outSlope: 2.0228434 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.54983145 + inSlope: 0.49070704 + outSlope: 0.49070704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.5532049 + inSlope: -0.5804574 + outSlope: -0.5804574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.5111343 + inSlope: -1.7973957 + outSlope: -1.7973957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.43337807 + inSlope: -2.1330607 + outSlope: -2.1330607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.22427076 + inSlope: -0.37679863 + outSlope: -0.37679863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.21732321 + inSlope: -0.36271206 + outSlope: -0.36271206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.17590939 + inSlope: -0.73526907 + outSlope: -0.73526907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.15107197 + inSlope: -0.63847077 + outSlope: -0.63847077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.13334471 + inSlope: -0.14963412 + outSlope: -0.14963412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.14109637 + inSlope: 0.6068573 + outSlope: 0.6068573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.17380182 + inSlope: 1.151924 + outSlope: 1.151924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.21789123 + inSlope: 1.578447 + outSlope: 1.578447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.27903196 + inSlope: 1.6631298 + outSlope: 1.6631298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.3603874 + inSlope: 0.66468936 + outSlope: 0.66468936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.34510648 + inSlope: -0.34105393 + outSlope: -0.34105393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.32819852 + inSlope: -0.5162506 + outSlope: -0.5162506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.26026124 + inSlope: -1.3541595 + outSlope: -1.3541595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.17015773 + inSlope: -1.0200692 + outSlope: -1.0200692 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.1441222 + inSlope: -0.47440657 + outSlope: -0.47440657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.13853066 + inSlope: 0.03213647 + outSlope: 0.03213647 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.14626463 + inSlope: 0.21976924 + outSlope: 0.21976924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.15318193 + inSlope: 0.0887888 + outSlope: 0.0887888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.15218388 + inSlope: 0.027868904 + outSlope: 0.027868904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.15503989 + inSlope: 0.11372158 + outSlope: 0.11372158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.15976535 + inSlope: 0.2894636 + outSlope: 0.2894636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.19955222 + inSlope: 0.90499115 + outSlope: 0.90499115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.27329502 + inSlope: 1.1150212 + outSlope: 1.1150212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.38572946 + inSlope: 0.31302392 + outSlope: 0.31302392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.37162533 + inSlope: -0.78488797 + outSlope: -0.78488797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.27074805 + inSlope: -2.414528 + outSlope: -2.414528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.17408262 + inSlope: -3.3310332 + outSlope: -3.3310332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.04867938 + inSlope: -3.7490766 + outSlope: -3.7490766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.07585558 + inSlope: -2.6240401 + outSlope: -2.6240401 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.12625647 + inSlope: -0.9520025 + outSlope: -0.9520025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.13932236 + inSlope: -0.56743836 + outSlope: -0.56743836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.19014938 + inSlope: -0.6621772 + outSlope: -0.6621772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.20314713 + inSlope: 0.8148266 + outSlope: 0.8148266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.15390904 + inSlope: 1.5215733 + outSlope: 1.5215733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.10170901 + inSlope: 1.4730275 + outSlope: 1.4730275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.055707306 + inSlope: 1.3175123 + outSlope: 1.3175123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.013874945 + inSlope: 1.254972 + outSlope: 1.254972 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Lower Leg Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.010411247 + inSlope: -0.14822987 + outSlope: -0.14822987 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.020645056 + inSlope: -0.17213342 + outSlope: -0.17213342 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.026827805 + inSlope: -0.18543702 + outSlope: -0.18543702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.033007525 + inSlope: -0.1536156 + outSlope: -0.1536156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.03869252 + inSlope: -0.018174192 + outSlope: -0.018174192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.038280457 + inSlope: 0.014720524 + outSlope: 0.014720524 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.036960073 + inSlope: -0.018045332 + outSlope: -0.018045332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.03968387 + inSlope: 0.07035993 + outSlope: 0.07035993 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.013774489 + inSlope: 0.14230838 + outSlope: 0.14230838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.006790621 + inSlope: -0.023712311 + outSlope: -0.023712311 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.00874758 + inSlope: -0.08915635 + outSlope: -0.08915635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.022859609 + inSlope: -0.13514021 + outSlope: -0.13514021 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.029405542 + inSlope: -0.058194503 + outSlope: -0.058194503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.03273577 + inSlope: -0.039288204 + outSlope: -0.039288204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.03684 + inSlope: -0.074824765 + outSlope: -0.074824765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.04076961 + inSlope: 0.054673027 + outSlope: 0.054673027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.031292416 + inSlope: 0.21380484 + outSlope: 0.21380484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.008907796 + inSlope: 0.13445328 + outSlope: 0.13445328 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.0061483253 + inSlope: 0.021865562 + outSlope: 0.021865562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.0074500833 + inSlope: -0.09289099 + outSlope: -0.09289099 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.019463547 + inSlope: -0.2215727 + outSlope: -0.2215727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.033901792 + inSlope: -0.18127476 + outSlope: -0.18127476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.05027533 + inSlope: -0.0520156 + outSlope: -0.0520156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.053443845 + inSlope: 0.007058189 + outSlope: 0.007058189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.041449 + inSlope: 0.28813478 + outSlope: 0.28813478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.029694518 + inSlope: 0.40350944 + outSlope: 0.40350944 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.014548394 + inSlope: 0.45818532 + outSlope: 0.45818532 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.0008511399 + inSlope: 0.33770764 + outSlope: 0.33770764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.007965426 + inSlope: 0.17567989 + outSlope: 0.17567989 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.012563122 + inSlope: 0.08577722 + outSlope: 0.08577722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.013683902 + inSlope: -0.020020166 + outSlope: -0.020020166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.005954134 + inSlope: -0.19333872 + outSlope: -0.19333872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.0016608071 + inSlope: -0.32142037 + outSlope: -0.32142037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.0154738715 + inSlope: -0.38664615 + outSlope: -0.38664615 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.036533825 + inSlope: -0.22910497 + outSlope: -0.22910497 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.04865168 + inSlope: 0.023816697 + outSlope: 0.023816697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.044111237 + inSlope: 0.052057628 + outSlope: 0.052057628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.028881993 + inSlope: 0.25358635 + outSlope: 0.25358635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.018954292 + inSlope: 0.3219729 + outSlope: 0.3219729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.0074171536 + inSlope: 0.30886793 + outSlope: 0.30886793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.0016368834 + inSlope: 0.19088179 + outSlope: 0.19088179 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.0053083133 + inSlope: 0.07390368 + outSlope: 0.07390368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.0065638167 + inSlope: 0.00096475706 + outSlope: 0.00096475706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.0053726304 + inSlope: -0.06501505 + outSlope: -0.06501505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.002229484 + inSlope: -0.14545628 + outSlope: -0.14545628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.0043244464 + inSlope: -0.24598086 + outSlope: -0.24598086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.014169225 + inSlope: -0.29092255 + outSlope: -0.29092255 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.031788822 + inSlope: -0.20833251 + outSlope: -0.20833251 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.042500563 + inSlope: -0.0258131 + outSlope: -0.0258131 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.042017013 + inSlope: 0.01523513 + outSlope: 0.01523513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.037884288 + inSlope: 0.0434492 + outSlope: 0.0434492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.03622776 + inSlope: -0.029591722 + outSlope: -0.029591722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.04133457 + inSlope: 0.025619032 + outSlope: 0.025619032 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.029839067 + inSlope: 0.069093764 + outSlope: 0.069093764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.028141009 + inSlope: -0.015985347 + outSlope: -0.015985347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.03372866 + inSlope: -0.018325763 + outSlope: -0.018325763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.029435605 + inSlope: 0.0645446 + outSlope: 0.0645446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.021035662 + inSlope: 0.060190197 + outSlope: 0.060190197 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.011794492 + inSlope: 0.0058990214 + outSlope: 0.0058990214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.01309917 + inSlope: -0.04930971 + outSlope: -0.04930971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.028264003 + inSlope: -0.08143253 + outSlope: -0.08143253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.03253836 + inSlope: 0.02718645 + outSlope: 0.02718645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.023440367 + inSlope: 0.08014384 + outSlope: 0.08014384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.01471285 + inSlope: 0.11327447 + outSlope: 0.11327447 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.010499981 + inSlope: 0.13748007 + outSlope: 0.13748007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.0055475207 + inSlope: 0.1501185 + outSlope: 0.1501185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.00049209024 + inSlope: 0.090744674 + outSlope: 0.090744674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.0005021186 + inSlope: 0.010438943 + outSlope: 0.010438943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.00020383862 + inSlope: -0.039998654 + outSlope: -0.039998654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.0021644558 + inSlope: -0.09157047 + outSlope: -0.09157047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.010411247 + inSlope: -0.13531193 + outSlope: -0.13531193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Shoulder Down-Up + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1378562 + inSlope: 1.9113398 + outSlope: 1.9113398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.2725681 + inSlope: 2.4074984 + outSlope: 2.4074984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.36206743 + inSlope: 2.8490758 + outSlope: 2.8490758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.4625065 + inSlope: 2.6651912 + outSlope: 2.6651912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.58230835 + inSlope: 0.769572 + outSlope: 0.769572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.59105164 + inSlope: 0.10434599 + outSlope: 0.10434599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.52257955 + inSlope: -0.44563365 + outSlope: -0.44563365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.42949545 + inSlope: -1.3097658 + outSlope: -1.3097658 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.2670693 + inSlope: -1.6458478 + outSlope: -1.6458478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.12058205 + inSlope: -1.2465 + outSlope: -1.2465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.08219065 + inSlope: -0.95667803 + outSlope: -0.95667803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.05680346 + inSlope: -0.43398854 + outSlope: -0.43398854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.05325806 + inSlope: 0.30941877 + outSlope: 0.30941877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.0774314 + inSlope: 1.1164619 + outSlope: 1.1164619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.26278996 + inSlope: 1.8993284 + outSlope: 1.8993284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.36177433 + inSlope: 0.9795097 + outSlope: 0.9795097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.41772816 + inSlope: 0.32302275 + outSlope: 0.32302275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.43725264 + inSlope: -0.5082482 + outSlope: -0.5082482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.3209946 + inSlope: -1.4756451 + outSlope: -1.4756451 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.2190806 + inSlope: -0.13946763 + outSlope: -0.13946763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.25691712 + inSlope: 1.1822765 + outSlope: 1.1822765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.48202333 + inSlope: 1.598208 + outSlope: 1.598208 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.6006589 + inSlope: 0.009211995 + outSlope: 0.009211995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.522505 + inSlope: -0.96516514 + outSlope: -0.96516514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.37253723 + inSlope: -2.2356846 + outSlope: -2.2356846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.19711642 + inSlope: -2.6947968 + outSlope: -2.6947968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.043863833 + inSlope: -1.4549625 + outSlope: -1.4549625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.012788704 + inSlope: -0.31226397 + outSlope: -0.31226397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.02304633 + inSlope: 0.90019226 + outSlope: 0.90019226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.07280154 + inSlope: 1.9513286 + outSlope: 1.9513286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.25063485 + inSlope: 2.9584818 + outSlope: 2.9584818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.43869436 + inSlope: 2.3314533 + outSlope: 2.3314533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.56420815 + inSlope: 0.21342805 + outSlope: 0.21342805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.5003843 + inSlope: -0.6799375 + outSlope: -0.6799375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.34363583 + inSlope: -1.7489924 + outSlope: -1.7489924 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.15285069 + inSlope: -1.3939793 + outSlope: -1.3939793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.11754091 + inSlope: -0.6533047 + outSlope: -0.6533047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.1257498 + inSlope: 0.77401876 + outSlope: 0.77401876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.44464716 + inSlope: 1.5498047 + outSlope: 1.5498047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.55460155 + inSlope: 0.069289565 + outSlope: 0.069289565 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.42530447 + inSlope: -0.4993205 + outSlope: -0.4993205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.41242415 + inSlope: 0.10406186 + outSlope: 0.10406186 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.39942682 + inSlope: -0.5607874 + outSlope: -0.5607874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.31636676 + inSlope: -0.039018884 + outSlope: -0.039018884 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.3798087 + inSlope: 1.0297265 + outSlope: 1.0297265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.45483375 + inSlope: 0.04332219 + outSlope: 0.04332219 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.36239764 + inSlope: -1.7542822 + outSlope: -1.7542822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.12096542 + inSlope: -0.9420535 + outSlope: -0.9420535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.10238038 + inSlope: -0.16320843 + outSlope: -0.16320843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.11008487 + inSlope: 0.5159154 + outSlope: 0.5159154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.16962144 + inSlope: 0.8854881 + outSlope: 0.8854881 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.19580756 + inSlope: 0.58121085 + outSlope: 0.58121085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.2089248 + inSlope: -0.037791245 + outSlope: -0.037791245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.2092813 + inSlope: 0.30520684 + outSlope: 0.30520684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.2580129 + inSlope: 1.1228703 + outSlope: 1.1228703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.43631676 + inSlope: 0.05249624 + outSlope: 0.05249624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.35312447 + inSlope: -1.377883 + outSlope: -1.377883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.26253957 + inSlope: -1.1366694 + outSlope: -1.1366694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.13702299 + inSlope: -1.3293366 + outSlope: -1.3293366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.0862742 + inSlope: -1.6374471 + outSlope: -1.6374471 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.027859947 + inSlope: -1.203831 + outSlope: -1.203831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.0060188766 + inSlope: -0.29180562 + outSlope: -0.29180562 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.008406256 + inSlope: 0.46663946 + outSlope: 0.46663946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.037128143 + inSlope: 1.100954 + outSlope: 1.100954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.08180312 + inSlope: 1.5109223 + outSlope: 1.5109223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.1378562 + inSlope: 1.681594 + outSlope: 1.681594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Shoulder Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.000000012806605 + inSlope: -0.32051325 + outSlope: -0.32051325 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.010683789 + inSlope: -0.07904985 + outSlope: -0.07904985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.0052700033 + inSlope: 0.6617032 + outSlope: 0.6617032 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.033429764 + inSlope: 1.1760273 + outSlope: 1.1760273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.07313182 + inSlope: 1.0229999 + outSlope: 1.0229999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.11694798 + inSlope: 0.29213116 + outSlope: 0.29213116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.121105164 + inSlope: 0.08232952 + outSlope: 0.08232952 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.11704429 + inSlope: -0.13129482 + outSlope: -0.13129482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.110287935 + inSlope: -0.020016965 + outSlope: -0.020016965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.111147754 + inSlope: -0.06617195 + outSlope: -0.06617195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.10663327 + inSlope: -0.19657302 + outSlope: -0.19657302 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.09060843 + inSlope: -0.1605429 + outSlope: -0.1605429 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.08624269 + inSlope: -0.015133903 + outSlope: -0.015133903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.09121957 + inSlope: 0.285739 + outSlope: 0.285739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.12358545 + inSlope: 0.5049926 + outSlope: 0.5049926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.13904655 + inSlope: 0.24025266 + outSlope: 0.24025266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.1396023 + inSlope: 0.008336314 + outSlope: 0.008336314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.13959093 + inSlope: -0.000028833776 + outSlope: -0.000028833776 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.13917595 + inSlope: -0.002263116 + outSlope: -0.002263116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.13905385 + inSlope: -0.29937035 + outSlope: -0.29937035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.11921795 + inSlope: -0.8929249 + outSlope: -0.8929249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.07952558 + inSlope: -1.3265902 + outSlope: -1.3265902 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.030778687 + inSlope: -1.4156415 + outSlope: -1.4156415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.014850423 + inSlope: -1.1620117 + outSlope: -1.1620117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.046688914 + inSlope: -0.53312176 + outSlope: -0.53312176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.05039207 + inSlope: -0.06450149 + outSlope: -0.06450149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.05098901 + inSlope: -0.092954725 + outSlope: -0.092954725 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.06872722 + inSlope: -0.4818191 + outSlope: -0.4818191 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.088710286 + inSlope: -0.91057634 + outSlope: -0.91057634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.12943225 + inSlope: -1.3747253 + outSlope: -1.3747253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.18035856 + inSlope: -0.7949234 + outSlope: -0.7949234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.18242711 + inSlope: 0.66635793 + outSlope: 0.66635793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.13593476 + inSlope: 0.3300459 + outSlope: 0.3300459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.16042407 + inSlope: -1.236266 + outSlope: -1.236266 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.2183524 + inSlope: -1.8537817 + outSlope: -1.8537817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.49183676 + inSlope: -1.8298343 + outSlope: -1.8298343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.5478602 + inSlope: -1.1673875 + outSlope: -1.1673875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.53971463 + inSlope: 1.1210124 + outSlope: 1.1210124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.42063048 + inSlope: 2.7219334 + outSlope: 2.7219334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.31345707 + inSlope: 3.2859 + outSlope: 3.2859 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.20156993 + inSlope: 3.242019 + outSlope: 3.242019 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.097323425 + inSlope: 1.0293959 + outSlope: 1.0293959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.13294485 + inSlope: -1.7518606 + outSlope: -1.7518606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.21411453 + inSlope: -2.7037408 + outSlope: -2.7037408 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.40441144 + inSlope: -2.2466445 + outSlope: -2.2466445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.48035368 + inSlope: 0.055888355 + outSlope: 0.055888355 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.3343732 + inSlope: 2.2316144 + outSlope: 2.2316144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.25811356 + inSlope: 1.120851 + outSlope: 1.120851 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.25964987 + inSlope: -0.5510058 + outSlope: -0.5510058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.34504446 + inSlope: -1.6197352 + outSlope: -1.6197352 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.49169695 + inSlope: -0.69388187 + outSlope: -0.69388187 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.44795167 + inSlope: 1.440079 + outSlope: 1.440079 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.27108073 + inSlope: 1.5569708 + outSlope: 1.5569708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.22647373 + inSlope: 0.31452012 + outSlope: 0.31452012 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.25011274 + inSlope: -1.3752134 + outSlope: -1.3752134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.31815454 + inSlope: -1.9194317 + outSlope: -1.9194317 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.43865916 + inSlope: -0.10538365 + outSlope: -0.10538365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.4269527 + inSlope: 0.1805159 + outSlope: 0.1805159 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.4328918 + inSlope: -0.020272158 + outSlope: -0.020272158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.42797625 + inSlope: -0.10574529 + outSlope: -0.10574529 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.43994147 + inSlope: 0.008954123 + outSlope: 0.008954123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.4273793 + inSlope: 0.71714246 + outSlope: 0.71714246 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.392132 + inSlope: 2.5734107 + outSlope: 2.5734107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.25581875 + inSlope: 4.6796 + outSlope: 4.6796 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.08015898 + inSlope: 4.775922 + outSlope: 4.775922 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.06257572 + inSlope: 2.7880592 + outSlope: 2.7880592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.105711445 + inSlope: 0.17838731 + outSlope: 0.17838731 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.074468195 + inSlope: -0.90010005 + outSlope: -0.90010005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.020323856 + inSlope: -0.68557334 + outSlope: -0.68557334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.000000012806605 + inSlope: -0.60971665 + outSlope: -0.60971665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Toes Up-Down + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.04546484 + inSlope: 0.42705905 + outSlope: 0.42705905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.059700143 + inSlope: 0.3069232 + outSlope: 0.3069232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.06592639 + inSlope: 0.00876569 + outSlope: 0.00876569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.06028452 + inSlope: -0.6291657 + outSlope: -0.6291657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.023982009 + inSlope: -1.05597 + outSlope: -1.05597 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.010113476 + inSlope: -0.78212714 + outSlope: -0.78212714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.028159805 + inSlope: -0.37160164 + outSlope: -0.37160164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.034886926 + inSlope: -0.04893333 + outSlope: -0.04893333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.031422026 + inSlope: 0.18919301 + outSlope: 0.18919301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.02227406 + inSlope: 0.343907 + outSlope: 0.343907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.008494896 + inSlope: 0.5688421 + outSlope: 0.5688421 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.015648745 + inSlope: 0.81950784 + outSlope: 0.81950784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.046138983 + inSlope: 0.8422154 + outSlope: 0.8422154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.11631215 + inSlope: 0.7028841 + outSlope: 0.7028841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.18380877 + inSlope: 0.42957088 + outSlope: 0.42957088 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.19868624 + inSlope: -0.051167227 + outSlope: -0.051167227 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.18280315 + inSlope: -0.49522722 + outSlope: -0.49522722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.14465919 + inSlope: -0.28420687 + outSlope: -0.28420687 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.14268579 + inSlope: 0.114838265 + outSlope: 0.114838265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.15854923 + inSlope: -0.030270264 + outSlope: -0.030270264 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.15029706 + inSlope: -0.41988188 + outSlope: -0.41988188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.11230323 + inSlope: -0.3505947 + outSlope: -0.3505947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.10718411 + inSlope: 0.094306886 + outSlope: 0.094306886 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.20393802 + inSlope: 0.8270617 + outSlope: 0.8270617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.2532451 + inSlope: 0.11621017 + outSlope: 0.11621017 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.21721162 + inSlope: -0.2503416 + outSlope: -0.2503416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.20137736 + inSlope: -0.2715417 + outSlope: -0.2715417 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.18410406 + inSlope: -0.101278126 + outSlope: -0.101278126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.18479282 + inSlope: 0.12857695 + outSlope: 0.12857695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.19812085 + inSlope: -0.007611133 + outSlope: -0.007611133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.19216841 + inSlope: -0.32588705 + outSlope: -0.32588705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.16013183 + inSlope: -0.374827 + outSlope: -0.374827 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.15306719 + inSlope: 0.16607486 + outSlope: 0.16607486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.17891414 + inSlope: 0.04171152 + outSlope: 0.04171152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.16091467 + inSlope: -0.17034547 + outSlope: -0.17034547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.15277846 + inSlope: -0.18067041 + outSlope: -0.18067041 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.14478771 + inSlope: -0.26403064 + outSlope: -0.26403064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.13323832 + inSlope: 0.16667727 + outSlope: 0.16667727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.14628834 + inSlope: 0.54765815 + outSlope: 0.54765815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.19016184 + inSlope: 0.41487598 + outSlope: 0.41487598 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.19065991 + inSlope: -0.34512487 + outSlope: -0.34512487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.13885494 + inSlope: -0.3751538 + outSlope: -0.3751538 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.14015117 + inSlope: 0.4691436 + outSlope: 0.4691436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.19806583 + inSlope: 1.2706068 + outSlope: 1.2706068 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.29341274 + inSlope: 1.1191878 + outSlope: 1.1191878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.3274733 + inSlope: -0.004292436 + outSlope: -0.004292436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.31369317 + inSlope: -0.020685218 + outSlope: -0.020685218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.31941304 + inSlope: 0.3419243 + outSlope: 0.3419243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.35044485 + inSlope: 0.19866812 + outSlope: 0.19866812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.33239138 + inSlope: -0.6544856 + outSlope: -0.6544856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.2808287 + inSlope: -0.764838 + outSlope: -0.764838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.18996428 + inSlope: -0.36362833 + outSlope: -0.36362833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.18175022 + inSlope: -0.14962852 + outSlope: -0.14962852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.17574535 + inSlope: -0.25698292 + outSlope: -0.25698292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.13780467 + inSlope: -0.97960055 + outSlope: -0.97960055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.097550236 + inSlope: -1.3439842 + outSlope: -1.3439842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.048205454 + inSlope: -1.4700458 + outSlope: -1.4700458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.0004530772 + inSlope: -1.0457969 + outSlope: -1.0457969 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.021514267 + inSlope: -0.5431915 + outSlope: -0.5431915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.044793453 + inSlope: -0.10255688 + outSlope: -0.10255688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.0334071 + inSlope: 0.43154702 + outSlope: 0.43154702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.014733019 + inSlope: 0.59735954 + outSlope: 0.59735954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.0064169685 + inSlope: 0.58079547 + outSlope: 0.58079547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.023986643 + inSlope: 0.21916918 + outSlope: 0.21916918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.021028234 + inSlope: -0.2791207 + outSlope: -0.2791207 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.005378614 + inSlope: -0.47059086 + outSlope: -0.47059086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.01034446 + inSlope: -0.5169712 + outSlope: -0.5169712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.029086098 + inSlope: -0.6049517 + outSlope: -0.6049517 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.050674688 + inSlope: -0.5047278 + outSlope: -0.5047278 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.06273474 + inSlope: -0.14469762 + outSlope: -0.14469762 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.060321204 + inSlope: 0.3056386 + outSlope: 0.3056386 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.04235861 + inSlope: 0.6653201 + outSlope: 0.6653201 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.015966317 + inSlope: 0.87088394 + outSlope: 0.87088394 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.015700264 + inSlope: 0.96820265 + outSlope: 0.96820265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.048580468 + inSlope: 0.83008766 + outSlope: 0.83008766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.07103939 + inSlope: 0.38847062 + outSlope: 0.38847062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.074478485 + inSlope: -0.34788436 + outSlope: -0.34788436 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.047847126 + inSlope: -1.1328424 + outSlope: -1.1328424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.0010442728 + inSlope: -1.1903028 + outSlope: -1.1903028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.03150632 + inSlope: -0.8485787 + outSlope: -0.8485787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.057616133 + inSlope: -0.7451947 + outSlope: -0.7451947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.081185915 + inSlope: -0.7653178 + outSlope: -0.7653178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.10863727 + inSlope: -0.9082318 + outSlope: -0.9082318 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.17296514 + inSlope: -0.7771435 + outSlope: -0.7771435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.20224015 + inSlope: 0.2103008 + outSlope: 0.2103008 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.1840329 + inSlope: 0.26642275 + outSlope: 0.26642275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.14642042 + inSlope: 0.6021868 + outSlope: 0.6021868 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.09579835 + inSlope: 0.8591507 + outSlope: 0.8591507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.066053286 + inSlope: 0.8342602 + outSlope: 0.8342602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.04018106 + inSlope: 0.5689575 + outSlope: 0.5689575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.028122822 + inSlope: 0.07751435 + outSlope: 0.07751435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.03501344 + inSlope: -0.37504232 + outSlope: -0.37504232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.053125877 + inSlope: -0.5129769 + outSlope: -0.5129769 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.069212124 + inSlope: -0.36753312 + outSlope: -0.36753312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.07762806 + inSlope: -0.12547083 + outSlope: -0.12547083 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.07757684 + inSlope: -0.00064820115 + outSlope: -0.00064820115 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.077671275 + inSlope: -0.17390679 + outSlope: -0.17390679 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.08917061 + inSlope: -0.253737 + outSlope: -0.253737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.09458706 + inSlope: 0.033925287 + outSlope: 0.033925287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.08690893 + inSlope: 0.36192733 + outSlope: 0.36192733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.07045859 + inSlope: 0.44951785 + outSlope: 0.44951785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.0569411 + inSlope: 0.60978055 + outSlope: 0.60978055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.029806593 + inSlope: 0.79885316 + outSlope: 0.79885316 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.003684272 + inSlope: 0.7975877 + outSlope: 0.7975877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.023365868 + inSlope: 0.7372374 + outSlope: 0.7372374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.04546484 + inSlope: 0.66296977 + outSlope: 0.66296977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Upper Leg Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.012046261 + inSlope: -0.35110468 + outSlope: -0.35110468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.00034277045 + inSlope: -0.38315746 + outSlope: -0.38315746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.013497571 + inSlope: -0.54051036 + outSlope: -0.54051036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.035691258 + inSlope: -0.8373751 + outSlope: -0.8373751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.06932258 + inSlope: -0.8601719 + outSlope: -0.8601719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.10059515 + inSlope: 0.05712887 + outSlope: 0.05712887 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.08922746 + inSlope: 0.3904199 + outSlope: 0.3904199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.074567154 + inSlope: 0.42181265 + outSlope: 0.42181265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.04417525 + inSlope: 0.6122625 + outSlope: 0.6122625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: -0.02028912 + inSlope: 0.79459345 + outSlope: 0.79459345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.008797672 + inSlope: 0.9435078 + outSlope: 0.9435078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.042611424 + inSlope: 1.0908293 + outSlope: 1.0908293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.08151962 + inSlope: 1.1169119 + outSlope: 1.1169119 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.11707219 + inSlope: 0.79804194 + outSlope: 0.79804194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.1347224 + inSlope: 0.2308096 + outSlope: 0.2308096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.091356866 + inSlope: -0.73284 + outSlope: -0.73284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.043891925 + inSlope: -0.6273515 + outSlope: -0.6273515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.007677643 + inSlope: -0.4940677 + outSlope: -0.4940677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.008202441 + inSlope: -0.43902135 + outSlope: -0.43902135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.021590449 + inSlope: -0.3726105 + outSlope: -0.3726105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.03304314 + inSlope: -0.3701639 + outSlope: -0.3701639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.04626804 + inSlope: -0.4063604 + outSlope: -0.4063604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.06013383 + inSlope: -0.37965328 + outSlope: -0.37965328 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.07157826 + inSlope: -0.22117661 + outSlope: -0.22117661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.07487892 + inSlope: 0.02742679 + outSlope: 0.02742679 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.059596382 + inSlope: 0.34806675 + outSlope: 0.34806675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: -0.030259298 + inSlope: 0.54127604 + outSlope: 0.54127604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.010460266 + inSlope: 0.6197322 + outSlope: 0.6197322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.011056145 + inSlope: 0.62762445 + outSlope: 0.62762445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.05012561 + inSlope: 0.51589334 + outSlope: 0.51589334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: 0.06577425 + inSlope: 0.39098024 + outSlope: 0.39098024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.084030375 + inSlope: 0.20661917 + outSlope: 0.20661917 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.090249576 + inSlope: -0.101572 + outSlope: -0.101572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.07230355 + inSlope: -0.34865087 + outSlope: -0.34865087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.043661248 + inSlope: -0.60929704 + outSlope: -0.60929704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.019330839 + inSlope: -0.8035439 + outSlope: -0.8035439 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.00990838 + inSlope: -0.8273301 + outSlope: -0.8273301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.03582445 + inSlope: -0.6444234 + outSlope: -0.6444234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.0528699 + inSlope: -0.3557721 + outSlope: -0.3557721 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.046459377 + inSlope: 0.39728385 + outSlope: 0.39728385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.030428244 + inSlope: 0.5174663 + outSlope: 0.5174663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.01196159 + inSlope: 0.578306 + outSlope: 0.578306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.00812552 + inSlope: 0.6742003 + outSlope: 0.6742003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.032985054 + inSlope: 0.85033214 + outSlope: 0.85033214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.06481439 + inSlope: 0.96456575 + outSlope: 0.96456575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.097289376 + inSlope: 0.8428168 + outSlope: 0.8428168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.121002175 + inSlope: 0.52362585 + outSlope: 0.52362585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.12083471 + inSlope: -0.23232043 + outSlope: -0.23232043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.08852346 + inSlope: -0.5645006 + outSlope: -0.5645006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.065526515 + inSlope: -0.7857153 + outSlope: -0.7857153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.036142495 + inSlope: -0.8754469 + outSlope: -0.8754469 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.007163444 + inSlope: -0.79865426 + outSlope: -0.79865426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.017101072 + inSlope: -0.66097414 + outSlope: -0.66097414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.05089731 + inSlope: -0.3294519 + outSlope: -0.3294519 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.060203485 + inSlope: 0.10298787 + outSlope: 0.10298787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.054746877 + inSlope: 0.19515616 + outSlope: 0.19515616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.047193088 + inSlope: 0.19095576 + outSlope: 0.19095576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.042016506 + inSlope: 0.12933418 + outSlope: 0.12933418 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.038570818 + inSlope: 0.18893243 + outSlope: 0.18893243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.029420957 + inSlope: 0.40954596 + outSlope: 0.40954596 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.011267713 + inSlope: 0.54574347 + outSlope: 0.54574347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.006961909 + inSlope: 0.5172039 + outSlope: 0.5172039 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.023212515 + inSlope: 0.55505025 + outSlope: 0.55505025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.069637835 + inSlope: 0.8347598 + outSlope: 0.8347598 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.12742311 + inSlope: 0.7468245 + outSlope: 0.7468245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.16351785 + inSlope: -0.1843189 + outSlope: -0.1843189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.08279644 + inSlope: -1.4297925 + outSlope: -1.4297925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.028442854 + inSlope: -1.7538373 + outSlope: -1.7538373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.03412633 + inSlope: -1.9105484 + outSlope: -1.9105484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.09892692 + inSlope: -1.9292569 + outSlope: -1.9292569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.16274333 + inSlope: -1.660156 + outSlope: -1.660156 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.22862335 + inSlope: -0.08553395 + outSlope: -0.08553395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.21530613 + inSlope: 1.0015769 + outSlope: 1.0015769 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.16185161 + inSlope: 2.1515105 + outSlope: 2.1515105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.07187159 + inSlope: 2.8735585 + outSlope: 2.8735585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.029719414 + inSlope: 3.0093553 + outSlope: 3.0093553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.1287519 + inSlope: 2.7830067 + outSlope: 2.7830067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.290339 + inSlope: 2.0517967 + outSlope: 2.0517967 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.35203934 + inSlope: 1.5651809 + outSlope: 1.5651809 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.39468428 + inSlope: 1.1941801 + outSlope: 1.1941801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.4642914 + inSlope: -0.4845402 + outSlope: -0.4845402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.39559716 + inSlope: -1.5906583 + outSlope: -1.5906583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.3321702 + inSlope: -2.3902757 + outSlope: -2.3902757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.23624492 + inSlope: -2.9273744 + outSlope: -2.9273744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.040137812 + inSlope: -2.7615323 + outSlope: -2.7615323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.04709113 + inSlope: -2.390561 + outSlope: -2.390561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.16871637 + inSlope: -1.0879284 + outSlope: -1.0879284 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.19679514 + inSlope: 0.07813774 + outSlope: 0.07813774 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.18655334 + inSlope: 0.6295642 + outSlope: 0.6295642 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.10736441 + inSlope: 1.5674174 + outSlope: 1.5674174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.013821289 + inSlope: 2.0226433 + outSlope: 2.0226433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.30111977 + inSlope: 1.9290516 + outSlope: 1.9290516 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.36080042 + inSlope: 1.4533939 + outSlope: 1.4533939 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.38289592 + inSlope: -1.3312876 + outSlope: -1.3312876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.24934772 + inSlope: -2.4730551 + outSlope: -2.4730551 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.160259 + inSlope: -2.9959571 + outSlope: -2.9959571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.049617432 + inSlope: -3.546969 + outSlope: -3.546969 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.076205365 + inSlope: -3.5418298 + outSlope: -3.5418298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.18650433 + inSlope: -2.6404133 + outSlope: -2.6404133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.25223276 + inSlope: -1.1862425 + outSlope: -1.1862425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.19346482 + inSlope: 1.510442 + outSlope: 1.510442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.07629118 + inSlope: 2.0160403 + outSlope: 2.0160403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.004699715 + inSlope: 1.9538285 + outSlope: 1.9538285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.053963922 + inSlope: 1.2492719 + outSlope: 1.2492719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.078585 + inSlope: 0.66833174 + outSlope: 0.66833174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.098519325 + inSlope: 0.27698463 + outSlope: 0.27698463 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.084665366 + inSlope: -0.4094682 + outSlope: -0.4094682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.06975277 + inSlope: -0.52132136 + outSlope: -0.52132136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.049910642 + inSlope: -0.44916975 + outSlope: -0.44916975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.039808147 + inSlope: -0.26787478 + outSlope: -0.26787478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.03205234 + inSlope: -0.26621336 + outSlope: -0.26621336 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.022060607 + inSlope: -0.3000915 + outSlope: -0.3000915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.012046261 + inSlope: -0.30043066 + outSlope: -0.30043066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Upper Leg In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.16563033 + inSlope: 1.3445787 + outSlope: 1.3445787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.063720725 + inSlope: 2.0214324 + outSlope: 2.0214324 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.013951151 + inSlope: 2.2254722 + outSlope: 2.2254722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.0846441 + inSlope: 1.9195317 + outSlope: 1.9195317 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.18746962 + inSlope: 1.2112918 + outSlope: 1.2112918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.24138081 + inSlope: 0.17530584 + outSlope: 0.17530584 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.13384818 + inSlope: -1.0691485 + outSlope: -1.0691485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.10057659 + inSlope: -0.85523313 + outSlope: -0.85523313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.07683264 + inSlope: -0.5815097 + outSlope: -0.5815097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.05153781 + inSlope: -0.26974618 + outSlope: -0.26974618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.043826196 + inSlope: -0.10764757 + outSlope: -0.10764757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.0443613 + inSlope: 0.12063797 + outSlope: 0.12063797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.051868733 + inSlope: 0.16702347 + outSlope: 0.16702347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.0554962 + inSlope: -0.06426178 + outSlope: -0.06426178 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.047584604 + inSlope: -0.3501756 + outSlope: -0.3501756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.03215117 + inSlope: -0.31251645 + outSlope: -0.31251645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.026750185 + inSlope: 0.09915856 + outSlope: 0.09915856 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.038761746 + inSlope: 0.6161621 + outSlope: 0.6161621 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.06782764 + inSlope: 1.0418657 + outSlope: 1.0418657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.10821947 + inSlope: 1.2459123 + outSlope: 1.2459123 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.19018942 + inSlope: 1.067649 + outSlope: 1.067649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.26635924 + inSlope: 0.12941268 + outSlope: 0.12941268 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.26722398 + inSlope: -0.07162086 + outSlope: -0.07162086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.23779182 + inSlope: -0.47396272 + outSlope: -0.47396272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.20976865 + inSlope: -0.25521237 + outSlope: -0.25521237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.2006585 + inSlope: -0.051235832 + outSlope: -0.051235832 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.20152988 + inSlope: 0.08572693 + outSlope: 0.08572693 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.20091973 + inSlope: -0.27018154 + outSlope: -0.27018154 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.17143413 + inSlope: -0.33230478 + outSlope: -0.33230478 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.16482489 + inSlope: -0.043196574 + outSlope: -0.043196574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.17721032 + inSlope: 0.27116755 + outSlope: 0.27116755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.19714567 + inSlope: 0.32013023 + outSlope: 0.32013023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.2141725 + inSlope: 0.06705831 + outSlope: 0.06705831 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.20613445 + inSlope: -0.15182169 + outSlope: -0.15182169 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: 0.19420728 + inSlope: -0.27260345 + outSlope: -0.27260345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.14889275 + inSlope: -0.09257452 + outSlope: -0.09257452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.14989673 + inSlope: 0.18357839 + outSlope: 0.18357839 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.19196723 + inSlope: 0.22903785 + outSlope: 0.22903785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.18611665 + inSlope: -0.23081414 + outSlope: -0.23081414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.17840518 + inSlope: -0.118619464 + outSlope: -0.118619464 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.20000727 + inSlope: 0.22532031 + outSlope: 0.22532031 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.18712118 + inSlope: -1.0005089 + outSlope: -1.0005089 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.13959786 + inSlope: -1.775046 + outSlope: -1.775046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.06878489 + inSlope: -2.186578 + outSlope: -2.186578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.0061744056 + inSlope: -2.0727925 + outSlope: -2.0727925 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.06940168 + inSlope: -1.8029287 + outSlope: -1.8029287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.175018 + inSlope: -1.2313223 + outSlope: -1.2313223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.24058008 + inSlope: -0.16099446 + outSlope: -0.16099446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.24199447 + inSlope: -0.092232384 + outSlope: -0.092232384 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.2561856 + inSlope: -0.24901183 + outSlope: -0.24901183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.26214254 + inSlope: 0.10902028 + outSlope: 0.10902028 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.23448673 + inSlope: 0.37478742 + outSlope: 0.37478742 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.21293004 + inSlope: 0.18151733 + outSlope: 0.18151733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.21008125 + inSlope: 0.16354203 + outSlope: 0.16354203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.18640083 + inSlope: 0.6086781 + outSlope: 0.6086781 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.16144875 + inSlope: 1.1601927 + outSlope: 1.1601927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.10905472 + inSlope: 2.1438935 + outSlope: 2.1438935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.018522002 + inSlope: 2.9376853 + outSlope: 2.9376853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.08679142 + inSlope: 3.1189003 + outSlope: 3.1189003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.18940449 + inSlope: 2.9043078 + outSlope: 2.9043078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.36560193 + inSlope: 2.3936882 + outSlope: 2.3936882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.43999082 + inSlope: 1.8683813 + outSlope: 1.8683813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.49016055 + inSlope: 1.3630303 + outSlope: 1.3630303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.4885648 + inSlope: -1.7496549 + outSlope: -1.7496549 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.41841805 + inSlope: -2.7245276 + outSlope: -2.7245276 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.306929 + inSlope: -3.4549913 + outSlope: -3.4549913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.1880847 + inSlope: -3.5884857 + outSlope: -3.5884857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.0676977 + inSlope: -3.4457843 + outSlope: -3.4457843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.04163474 + inSlope: -2.967465 + outSlope: -2.967465 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.19011047 + inSlope: -1.2697248 + outSlope: -1.2697248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.21518873 + inSlope: 0.17228672 + outSlope: 0.17228672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.180109 + inSlope: 0.81174946 + outSlope: 0.81174946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.104222655 + inSlope: 1.6810781 + outSlope: 1.6810781 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.037108805 + inSlope: 2.3533804 + outSlope: 2.3533804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.052669227 + inSlope: 2.8913822 + outSlope: 2.8913822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.35745025 + inSlope: 2.5539312 + outSlope: 2.5539312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.4313602 + inSlope: 1.6113707 + outSlope: 1.6113707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.4782328 + inSlope: 0.15156418 + outSlope: 0.15156418 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.41720197 + inSlope: -1.4702905 + outSlope: -1.4702905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.20919463 + inSlope: -2.552579 + outSlope: -2.552579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.12038373 + inSlope: -2.5205095 + outSlope: -2.5205095 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.04116083 + inSlope: -1.9678705 + outSlope: -1.9678705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.010807511 + inSlope: -1.085111 + outSlope: -1.085111 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.031179838 + inSlope: -0.35191974 + outSlope: -0.35191974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.034268804 + inSlope: -0.11718823 + outSlope: -0.11718823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.03899238 + inSlope: -0.34127653 + outSlope: -0.34127653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.08497777 + inSlope: -0.94734144 + outSlope: -0.94734144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.16862378 + inSlope: -1.6985314 + outSlope: -1.6985314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.23341216 + inSlope: -1.5031271 + outSlope: -1.5031271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.26883215 + inSlope: -0.8419505 + outSlope: -0.8419505 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.28954214 + inSlope: -0.34464765 + outSlope: -0.34464765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.2880945 + inSlope: 0.18554199 + outSlope: 0.18554199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.26224476 + inSlope: 0.6644254 + outSlope: 0.6644254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.16563033 + inSlope: 1.1080757 + outSlope: 1.1080757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Right Upper Leg Twist In-Out + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.45019448 + inSlope: -0.06281823 + outSlope: -0.06281823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.45830068 + inSlope: -0.32810116 + outSlope: -0.32810116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.47416183 + inSlope: -0.3708994 + outSlope: -0.3708994 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.50696063 + inSlope: -0.40473956 + outSlope: -0.40473956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.67561054 + inSlope: -0.34933192 + outSlope: -0.34933192 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.70447886 + inSlope: -0.030045263 + outSlope: -0.030045263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.63167816 + inSlope: -0.081852965 + outSlope: -0.081852965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.7177578 + inSlope: -0.16448459 + outSlope: -0.16448459 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.66810966 + inSlope: 0.5334275 + outSlope: 0.5334275 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.616598 + inSlope: 0.01646699 + outSlope: 0.01646699 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.7365788 + inSlope: -0.17151402 + outSlope: -0.17151402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.70155907 + inSlope: 0.38218206 + outSlope: 0.38218206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.6184961 + inSlope: 0.37219083 + outSlope: 0.37219083 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.604932 + inSlope: -0.05567467 + outSlope: -0.05567467 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.6045611 + inSlope: -0.1356335 + outSlope: -0.1356335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: -0.6120409 + inSlope: -0.0485677 + outSlope: -0.0485677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.60735804 + inSlope: 0.36958104 + outSlope: 0.36958104 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.5804504 + inSlope: 0.2634341 + outSlope: 0.2634341 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.5472449 + inSlope: 0.21751842 + outSlope: 0.21751842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.5269905 + inSlope: 0.6624875 + outSlope: 0.6624875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.45484588 + inSlope: 1.0532906 + outSlope: 1.0532906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.37623575 + inSlope: 0.7610042 + outSlope: 0.7610042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.28966784 + inSlope: 0.20761487 + outSlope: 0.20761487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.2975951 + inSlope: -0.45606673 + outSlope: -0.45606673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.31813827 + inSlope: -0.44253182 + outSlope: -0.44253182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.3270972 + inSlope: -0.06928645 + outSlope: -0.06928645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.32275736 + inSlope: 0.01912193 + outSlope: 0.01912193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.3413098 + inSlope: 0.097800136 + outSlope: 0.097800136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.29163405 + inSlope: 0.25660583 + outSlope: 0.25660583 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.29194227 + inSlope: 0.061357826 + outSlope: 0.061357826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.28975192 + inSlope: -0.13080966 + outSlope: -0.13080966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.3191518 + inSlope: -0.23799443 + outSlope: -0.23799443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.31998256 + inSlope: 0.20424996 + outSlope: 0.20424996 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.3087905 + inSlope: -0.09730617 + outSlope: -0.09730617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.3151782 + inSlope: 0.11534494 + outSlope: 0.11534494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.27012187 + inSlope: 0.48375607 + outSlope: 0.48375607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.22757106 + inSlope: 0.6301782 + outSlope: 0.6301782 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.15383705 + inSlope: 0.53146344 + outSlope: 0.53146344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.1398991 + inSlope: -0.19362818 + outSlope: -0.19362818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.22082175 + inSlope: -1.9243314 + outSlope: -1.9243314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.3713766 + inSlope: -1.9539697 + outSlope: -1.9539697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.42529875 + inSlope: -0.8060269 + outSlope: -0.8060269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.42511168 + inSlope: -0.17618956 + outSlope: -0.17618956 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.44695362 + inSlope: -0.18753487 + outSlope: -0.18753487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.45019448 + inSlope: -0.019423682 + outSlope: -0.019423682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootQ.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.4529339 + inSlope: 0.02752125 + outSlope: 0.02752125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.462232 + inSlope: 0.15491726 + outSlope: 0.15491726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.4854197 + inSlope: 0.23712027 + outSlope: 0.23712027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.5343451 + inSlope: 0.29960918 + outSlope: 0.29960918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: 0.58144057 + inSlope: -0.16314624 + outSlope: -0.16314624 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.5533348 + inSlope: -0.039294377 + outSlope: -0.039294377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.55686265 + inSlope: 0.18675137 + outSlope: 0.18675137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.5897107 + inSlope: -0.08861301 + outSlope: -0.08861301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.5594758 + inSlope: -0.06744586 + outSlope: -0.06744586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.56031644 + inSlope: 0.16297984 + outSlope: 0.16297984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.585526 + inSlope: 0.027223554 + outSlope: 0.027223554 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.58198106 + inSlope: -0.047317788 + outSlope: -0.047317788 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.5508519 + inSlope: -0.066165365 + outSlope: -0.066165365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.5582231 + inSlope: 0.017165126 + outSlope: 0.017165126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.5698405 + inSlope: 0.14914528 + outSlope: 0.14914528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.5837645 + inSlope: -0.39141157 + outSlope: -0.39141157 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.5206646 + inSlope: -0.26945853 + outSlope: -0.26945853 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.5314927 + inSlope: -0.10703544 + outSlope: -0.10703544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.52814656 + inSlope: 0.73731494 + outSlope: 0.73731494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.7445574 + inSlope: 1.745992 + outSlope: 1.745992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.93788254 + inSlope: 0.04956995 + outSlope: 0.04956995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.9187571 + inSlope: -0.14887705 + outSlope: -0.14887705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.8371378 + inSlope: -1.478265 + outSlope: -1.478265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.6351149 + inSlope: -2.1163793 + outSlope: -2.1163793 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.52466667 + inSlope: -0.8274265 + outSlope: -0.8274265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.5986593 + inSlope: 1.3554959 + outSlope: 1.3554959 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.85434526 + inSlope: 0.9829671 + outSlope: 0.9829671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.90126014 + inSlope: -0.04495297 + outSlope: -0.04495297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.7866839 + inSlope: -1.5632313 + outSlope: -1.5632313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.62570024 + inSlope: -0.90602875 + outSlope: -0.90602875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.6408956 + inSlope: 0.68561757 + outSlope: 0.68561757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.6673375 + inSlope: -0.40523568 + outSlope: -0.40523568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.63198614 + inSlope: -0.34065607 + outSlope: -0.34065607 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.6243186 + inSlope: -0.78249055 + outSlope: -0.78249055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.5165004 + inSlope: -1.748007 + outSlope: -1.748007 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.46328646 + inSlope: -0.9897629 + outSlope: -0.9897629 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.45085442 + inSlope: 0.0036335024 + outSlope: 0.0036335024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.4529339 + inSlope: 0.021389743 + outSlope: 0.021389743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootQ.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5436505 + inSlope: 0.032604933 + outSlope: 0.032604933 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.5440237 + inSlope: -0.16373184 + outSlope: -0.16373184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.55347914 + inSlope: -0.13166067 + outSlope: -0.13166067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.5524016 + inSlope: 0.031235209 + outSlope: 0.031235209 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.4875079 + inSlope: 0.7823454 + outSlope: 0.7823454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.24933828 + inSlope: 0.5606777 + outSlope: 0.5606777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.23516582 + inSlope: -0.40192267 + outSlope: -0.40192267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.3201107 + inSlope: -0.49633604 + outSlope: -0.49633604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.35424304 + inSlope: -0.2616712 + outSlope: -0.2616712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.3513554 + inSlope: 0.4112094 + outSlope: 0.4112094 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.24210452 + inSlope: 0.6703274 + outSlope: 0.6703274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.17600572 + inSlope: -0.09589398 + outSlope: -0.09589398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.3210998 + inSlope: -0.5999826 + outSlope: -0.5999826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.35724 + inSlope: 0.35703412 + outSlope: 0.35703412 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.2147107 + inSlope: 0.62121606 + outSlope: 0.62121606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.17506638 + inSlope: -0.12300779 + outSlope: -0.12300779 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.23807797 + inSlope: -0.6885416 + outSlope: -0.6885416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.39811152 + inSlope: -0.34521136 + outSlope: -0.34521136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.3884027 + inSlope: 0.28502285 + outSlope: 0.28502285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.37037456 + inSlope: 0.041050803 + outSlope: 0.041050803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: -0.36042103 + inSlope: 0.29469636 + outSlope: 0.29469636 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.33333698 + inSlope: -0.029495835 + outSlope: -0.029495835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.34872139 + inSlope: -0.047250286 + outSlope: -0.047250286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: -0.33677047 + inSlope: 0.23038635 + outSlope: 0.23038635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.32959795 + inSlope: -0.112013176 + outSlope: -0.112013176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.3481227 + inSlope: 0.07058374 + outSlope: 0.07058374 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.3223688 + inSlope: 0.6442145 + outSlope: 0.6442145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.29780686 + inSlope: 0.68164027 + outSlope: 0.68164027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.27692598 + inSlope: 0.718282 + outSlope: 0.718282 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.16867223 + inSlope: 0.59138834 + outSlope: 0.59138834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.14421587 + inSlope: -0.08309313 + outSlope: -0.08309313 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.16029349 + inSlope: -0.0041987784 + outSlope: -0.0041987784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.150142 + inSlope: -0.115393035 + outSlope: -0.115393035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.17198329 + inSlope: -0.14271086 + outSlope: -0.14271086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.19052735 + inSlope: -0.20314534 + outSlope: -0.20314534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.20236236 + inSlope: 0.12118947 + outSlope: 0.12118947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.17454204 + inSlope: 0.1572536 + outSlope: 0.1572536 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: -0.18644948 + inSlope: -0.07820077 + outSlope: -0.07820077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.18098822 + inSlope: 0.06755217 + outSlope: 0.06755217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.19629553 + inSlope: -0.440965 + outSlope: -0.440965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.24406722 + inSlope: -0.20373453 + outSlope: -0.20373453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.24514198 + inSlope: -0.29700845 + outSlope: -0.29700845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.2855469 + inSlope: -1.0046661 + outSlope: -1.0046661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.32678738 + inSlope: -1.2405707 + outSlope: -1.2405707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.36825153 + inSlope: -1.2619529 + outSlope: -1.2619529 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.4109175 + inSlope: -1.6414723 + outSlope: -1.6414723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.47768292 + inSlope: -1.8442926 + outSlope: -1.8442926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.5643156 + inSlope: -0.48858184 + outSlope: -0.48858184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.55827206 + inSlope: 0.18300372 + outSlope: 0.18300372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.5436505 + inSlope: 0.11149238 + outSlope: 0.11149238 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootQ.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5446287 + inSlope: -0.04250228 + outSlope: -0.04250228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.5351124 + inSlope: -0.4917463 + outSlope: -0.4917463 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.51042885 + inSlope: -0.5652223 + outSlope: -0.5652223 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.46889973 + inSlope: -0.30320498 + outSlope: -0.30320498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.39822212 + inSlope: -0.4222727 + outSlope: -0.4222727 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.36780614 + inSlope: -0.20878208 + outSlope: -0.20878208 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: 0.35046256 + inSlope: -0.34150332 + outSlope: -0.34150332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.3326742 + inSlope: 0.20880385 + outSlope: 0.20880385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.37235677 + inSlope: 0.36870003 + outSlope: 0.36870003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.41306853 + inSlope: -0.053174682 + outSlope: -0.053174682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.37797314 + inSlope: -0.43405023 + outSlope: -0.43405023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.33605748 + inSlope: -0.31241757 + outSlope: -0.31241757 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.30969927 + inSlope: -0.22878368 + outSlope: -0.22878368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: 0.30747914 + inSlope: 0.20989153 + outSlope: 0.20989153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: 0.35943848 + inSlope: 0.58773685 + outSlope: 0.58773685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.42368656 + inSlope: 0.16256614 + outSlope: 0.16256614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.33358574 + inSlope: -0.62731427 + outSlope: -0.62731427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.2854966 + inSlope: -0.25720888 + outSlope: -0.25720888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.29463708 + inSlope: 0.31334218 + outSlope: 0.31334218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.36516777 + inSlope: 0.34352425 + outSlope: 0.34352425 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.4036532 + inSlope: -0.0018484909 + outSlope: -0.0018484909 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.4128399 + inSlope: 0.2581914 + outSlope: 0.2581914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.4201031 + inSlope: -0.21361804 + outSlope: -0.21361804 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.41222632 + inSlope: 0.40481323 + outSlope: 0.40481323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.5117612 + inSlope: 0.53527737 + outSlope: 0.53527737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.5383299 + inSlope: 0.31701058 + outSlope: 0.31701058 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.5672306 + inSlope: 0.15935019 + outSlope: 0.15935019 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.5760468 + inSlope: -0.07995573 + outSlope: -0.07995573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.5667088 + inSlope: -0.76334214 + outSlope: -0.76334214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.47186047 + inSlope: -1.6607745 + outSlope: -1.6607745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.3524004 + inSlope: -1.9583292 + outSlope: -1.9583292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.16316038 + inSlope: -1.3059616 + outSlope: -1.3059616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.119014814 + inSlope: 0.03268364 + outSlope: 0.03268364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.13174681 + inSlope: 0.49946243 + outSlope: 0.49946243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.15231228 + inSlope: 0.7314067 + outSlope: 0.7314067 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.18050721 + inSlope: 1.2124846 + outSlope: 1.2124846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: 0.30911633 + inSlope: 2.5216475 + outSlope: 2.5216475 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.7446931 + inSlope: 1.4609237 + outSlope: 1.4609237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.71872514 + inSlope: -1.2088709 + outSlope: -1.2088709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: 0.5447733 + inSlope: -2.280739 + outSlope: -2.280739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.3068672 + inSlope: -1.8559763 + outSlope: -1.8559763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.22418411 + inSlope: 0.47553843 + outSlope: 0.47553843 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.49321312 + inSlope: 2.3621907 + outSlope: 2.3621907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.68990195 + inSlope: 0.9793953 + outSlope: 0.9793953 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.6688965 + inSlope: -0.09905139 + outSlope: -0.09905139 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.66119623 + inSlope: -0.7191599 + outSlope: -0.7191599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.55703664 + inSlope: -0.8338057 + outSlope: -0.8338057 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.53482205 + inSlope: -0.20213684 + outSlope: -0.20213684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.54356086 + inSlope: 0.111690864 + outSlope: 0.111690864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.5383914 + inSlope: -0.0036111511 + outSlope: -0.0036111511 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5446287 + inSlope: 0.07803984 + outSlope: 0.07803984 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootQ.w + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.23241067 + inSlope: -0.21047248 + outSlope: -0.21047248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.21311514 + inSlope: -0.54594034 + outSlope: -0.54594034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.16129522 + inSlope: -0.79435927 + outSlope: -0.79435927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.11678339 + inSlope: -0.44842824 + outSlope: -0.44842824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.10951884 + inSlope: 0.3153602 + outSlope: 0.3153602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.16520922 + inSlope: 0.57621825 + outSlope: 0.57621825 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.2071889 + inSlope: 0.13426481 + outSlope: 0.13426481 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.17319414 + inSlope: -0.37832668 + outSlope: -0.37832668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.15651844 + inSlope: -0.07708751 + outSlope: -0.07708751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.15701571 + inSlope: -0.026174761 + outSlope: -0.026174761 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.14371906 + inSlope: -0.22592585 + outSlope: -0.22592585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.12475307 + inSlope: -0.06537545 + outSlope: -0.06537545 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.17590962 + inSlope: 0.24363157 + outSlope: 0.24363157 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.18747476 + inSlope: -0.04087945 + outSlope: -0.04087945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.18098761 + inSlope: -0.047554046 + outSlope: -0.047554046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.1735078 + inSlope: -0.035481337 + outSlope: -0.035481337 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.16751651 + inSlope: -0.19148287 + outSlope: -0.19148287 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.14269066 + inSlope: -0.16767627 + outSlope: -0.16767627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.15935615 + inSlope: 0.38573152 + outSlope: 0.38573152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.1991312 + inSlope: 0.2718042 + outSlope: 0.2718042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.2084983 + inSlope: 0.011958864 + outSlope: 0.011958864 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.20239715 + inSlope: -0.17792194 + outSlope: -0.17792194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.19167902 + inSlope: -0.069938 + outSlope: -0.069938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.19100162 + inSlope: -0.07167674 + outSlope: -0.07167674 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.15932444 + inSlope: -0.068773024 + outSlope: -0.068773024 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.16771829 + inSlope: 0.38936368 + outSlope: 0.38936368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.22775663 + inSlope: 0.498195 + outSlope: 0.498195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.25633776 + inSlope: 0.19132774 + outSlope: 0.19132774 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: 0.2677883 + inSlope: 0.03670281 + outSlope: 0.03670281 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.27454934 + inSlope: 0.2470983 + outSlope: 0.2470983 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0.3082978 + inSlope: -0.35736656 + outSlope: -0.35736656 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.2041011 + inSlope: -0.73528564 + outSlope: -0.73528564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.16851133 + inSlope: -0.32830763 + outSlope: -0.32830763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.15429056 + inSlope: -0.28541592 + outSlope: -0.28541592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.11430355 + inSlope: -0.3062794 + outSlope: -0.3062794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.10056882 + inSlope: -0.16233046 + outSlope: -0.16233046 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.0880108 + inSlope: -0.023752995 + outSlope: -0.023752995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.085960075 + inSlope: -0.043077882 + outSlope: -0.043077882 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.09111162 + inSlope: 0.3184242 + outSlope: 0.3184242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.12582472 + inSlope: 0.6708286 + outSlope: 0.6708286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.19020781 + inSlope: 0.3688414 + outSlope: 0.3688414 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.1869666 + inSlope: -0.24991752 + outSlope: -0.24991752 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.16262798 + inSlope: -0.5261934 + outSlope: -0.5261934 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.10625152 + inSlope: -0.31585008 + outSlope: -0.31585008 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.10181847 + inSlope: 0.09936791 + outSlope: 0.09936791 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.10950914 + inSlope: -0.020790603 + outSlope: -0.020790603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.105555944 + inSlope: -0.23174632 + outSlope: -0.23174632 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.07892528 + inSlope: -0.43001932 + outSlope: -0.43001932 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.04771797 + inSlope: -0.13742836 + outSlope: -0.13742836 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.045673437 + inSlope: 0.05707333 + outSlope: 0.05707333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.051522855 + inSlope: 0.27242976 + outSlope: 0.27242976 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.0784396 + inSlope: 0.41591144 + outSlope: 0.41591144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.09156281 + inSlope: 0.36513594 + outSlope: 0.36513594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.11775281 + inSlope: 0.61025345 + outSlope: 0.61025345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.14346571 + inSlope: 0.93309975 + outSlope: 0.93309975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.2154516 + inSlope: 0.8681898 + outSlope: 0.8681898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: 0.23783867 + inSlope: 0.43521988 + outSlope: 0.43521988 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.22945052 + inSlope: -0.052637063 + outSlope: -0.052637063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.23546587 + inSlope: 0.07521145 + outSlope: 0.07521145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.23241067 + inSlope: -0.09695479 + outSlope: -0.09695479 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootT.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.86828935 + inSlope: -0.1452416 + outSlope: -0.1452416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.87689996 + inSlope: 0.1714432 + outSlope: 0.1714432 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.86902446 + inSlope: -0.124923006 + outSlope: -0.124923006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.8592268 + inSlope: 0.34736723 + outSlope: 0.34736723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.82412505 + inSlope: -0.07923775 + outSlope: -0.07923775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.8315769 + inSlope: 0.040972568 + outSlope: 0.040972568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.84804314 + inSlope: -0.07903941 + outSlope: -0.07903941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.8240501 + inSlope: -0.18315277 + outSlope: -0.18315277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.8386462 + inSlope: 0.08098835 + outSlope: 0.08098835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.8508156 + inSlope: -0.07483544 + outSlope: -0.07483544 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.8141189 + inSlope: -0.18872577 + outSlope: -0.18872577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.8748805 + inSlope: -0.100345746 + outSlope: -0.100345746 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.8668295 + inSlope: -0.0064319433 + outSlope: -0.0064319433 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.84160197 + inSlope: -0.13848348 + outSlope: -0.13848348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.8902347 + inSlope: 0.08629569 + outSlope: 0.08629569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.8354017 + inSlope: 0.36243296 + outSlope: 0.36243296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.8112873 + inSlope: -0.12540144 + outSlope: -0.12540144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.8108638 + inSlope: 0.24619573 + outSlope: 0.24619573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.80587786 + inSlope: -0.14144553 + outSlope: -0.14144553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.79024696 + inSlope: 0.23797743 + outSlope: 0.23797743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.7984763 + inSlope: -0.085822724 + outSlope: -0.085822724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.7899266 + inSlope: 0.10178365 + outSlope: 0.10178365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.81461275 + inSlope: -0.45596075 + outSlope: -0.45596075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.8704903 + inSlope: -0.0227675 + outSlope: -0.0227675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.8602231 + inSlope: 0.019845683 + outSlope: 0.019845683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.86828935 + inSlope: -0.11972677 + outSlope: -0.11972677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootT.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.024422951 + inSlope: 0.21104117 + outSlope: 0.21104117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: -0.017388245 + inSlope: 0.23216733 + outSlope: 0.23216733 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.008945129 + inSlope: 0.28352678 + outSlope: 0.28352678 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.0015135418 + inSlope: 0.2799263 + outSlope: 0.2799263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.009716626 + inSlope: 0.17967609 + outSlope: 0.17967609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.012468988 + inSlope: -0.10992767 + outSlope: -0.10992767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.006163435 + inSlope: -0.21418941 + outSlope: -0.21418941 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.0018103052 + inSlope: -0.2326285 + outSlope: -0.2326285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: -0.009345131 + inSlope: -0.24489719 + outSlope: -0.24489719 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: -0.018136783 + inSlope: -0.31131238 + outSlope: -0.31131238 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.045493823 + inSlope: -0.5176703 + outSlope: -0.5176703 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.08913285 + inSlope: -0.8308811 + outSlope: -0.8308811 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.1832272 + inSlope: -0.74001133 + outSlope: -0.74001133 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.21511203 + inSlope: 0.06069151 + outSlope: 0.06069151 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.20122969 + inSlope: 0.4207564 + outSlope: 0.4207564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.16498247 + inSlope: 0.45034704 + outSlope: 0.45034704 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.15333945 + inSlope: 0.23501886 + outSlope: 0.23501886 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.14748892 + inSlope: 0.105785035 + outSlope: 0.105785035 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.13283391 + inSlope: 0.28331077 + outSlope: 0.28331077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.118324734 + inSlope: 0.06778932 + outSlope: 0.06778932 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.14056127 + inSlope: -0.3042777 + outSlope: -0.3042777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.18065141 + inSlope: -0.44325513 + outSlope: -0.44325513 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: -0.21082474 + inSlope: 0.051705662 + outSlope: 0.051705662 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.18468958 + inSlope: 0.41235673 + outSlope: 0.41235673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.15131389 + inSlope: 0.09685756 + outSlope: 0.09685756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.15275721 + inSlope: 0.01886161 + outSlope: 0.01886161 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.14249542 + inSlope: 0.23322254 + outSlope: 0.23322254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.12962662 + inSlope: 0.07935991 + outSlope: 0.07935991 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.1457182 + inSlope: -0.239541 + outSlope: -0.239541 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.17654213 + inSlope: -0.35977688 + outSlope: -0.35977688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: -0.19691503 + inSlope: 0.08637705 + outSlope: 0.08637705 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: -0.17029782 + inSlope: 0.2776552 + outSlope: 0.2776552 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.13855746 + inSlope: 0.44372618 + outSlope: 0.44372618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.093701504 + inSlope: 0.33008957 + outSlope: 0.33008957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.08106046 + inSlope: 0.04369792 + outSlope: 0.04369792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.085646294 + inSlope: -0.16061966 + outSlope: -0.16061966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.10475773 + inSlope: -0.45849344 + outSlope: -0.45849344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.1592236 + inSlope: -0.36421683 + outSlope: -0.36421683 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.18104197 + inSlope: -0.34968707 + outSlope: -0.34968707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.23186041 + inSlope: -0.29749358 + outSlope: -0.29749358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.15917833 + inSlope: 0.9442462 + outSlope: 0.9442462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.06533234 + inSlope: 0.5898646 + outSlope: 0.5898646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.05191085 + inSlope: 0.2576072 + outSlope: 0.2576072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.04815854 + inSlope: 0.06793645 + outSlope: 0.06793645 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.04738176 + inSlope: 0.063060135 + outSlope: 0.063060135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.043954536 + inSlope: 0.1332597 + outSlope: 0.1332597 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.038497787 + inSlope: 0.14627239 + outSlope: 0.14627239 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.028730402 + inSlope: 0.224706 + outSlope: 0.224706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.0076826094 + inSlope: 0.35200107 + outSlope: 0.35200107 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.004244087 + inSlope: 0.33608466 + outSlope: 0.33608466 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.014723015 + inSlope: 0.25444537 + outSlope: 0.25444537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.021207096 + inSlope: 0.08100957 + outSlope: 0.08100957 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.020123648 + inSlope: -0.14292023 + outSlope: -0.14292023 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: 0.01167903 + inSlope: -0.2985564 + outSlope: -0.2985564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.00021984673 + inSlope: -0.31675714 + outSlope: -0.31675714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.009438094 + inSlope: -0.22206071 + outSlope: -0.22206071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.014584186 + inSlope: -0.07672069 + outSlope: -0.07672069 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.014552802 + inSlope: 0.043154005 + outSlope: 0.043154005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.011707255 + inSlope: 0.07952437 + outSlope: 0.07952437 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.009251182 + inSlope: 0.045600314 + outSlope: 0.045600314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.0086672325 + inSlope: -0.006253806 + outSlope: -0.006253806 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.009668098 + inSlope: -0.06896114 + outSlope: -0.06896114 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.013264612 + inSlope: -0.14407897 + outSlope: -0.14407897 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: -0.019273413 + inSlope: -0.16695821 + outSlope: -0.16695821 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.024395235 + inSlope: -0.0990424 + outSlope: -0.0990424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.025876233 + inSlope: -0.06352402 + outSlope: -0.06352402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.028630165 + inSlope: -0.17303872 + outSlope: -0.17303872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.037412137 + inSlope: -0.27083164 + outSlope: -0.27083164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.04668559 + inSlope: -0.15965317 + outSlope: -0.15965317 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.04805567 + inSlope: 0.080467016 + outSlope: 0.080467016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.04132113 + inSlope: 0.20849949 + outSlope: 0.20849949 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.03415572 + inSlope: 0.15372671 + outSlope: 0.15372671 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.031072691 + inSlope: 0.100471005 + outSlope: 0.100471005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.027457658 + inSlope: 0.25274348 + outSlope: 0.25274348 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.014223141 + inSlope: 0.5785445 + outSlope: 0.5785445 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.011111938 + inSlope: 0.8056618 + outSlope: 0.8056618 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.039487597 + inSlope: 0.7242027 + outSlope: 0.7242027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.059392072 + inSlope: 0.43247247 + outSlope: 0.43247247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.07190716 + inSlope: 0.079112835 + outSlope: 0.079112835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.07367772 + inSlope: -0.04887135 + outSlope: -0.04887135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.062065486 + inSlope: -0.32793826 + outSlope: -0.32793826 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.048472762 + inSlope: -0.4833861 + outSlope: -0.4833861 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.029839778 + inSlope: -0.59185565 + outSlope: -0.59185565 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.0090157585 + inSlope: -0.5927359 + outSlope: -0.5927359 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: -0.009675908 + inSlope: -0.51378524 + outSlope: -0.51378524 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.025236558 + inSlope: -0.4155531 + outSlope: -0.4155531 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.03737942 + inSlope: -0.24657102 + outSlope: -0.24657102 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.04167461 + inSlope: 0.03572823 + outSlope: 0.03572823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.03499754 + inSlope: 0.29681402 + outSlope: 0.29681402 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.02188684 + inSlope: 0.3181222 + outSlope: 0.3181222 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.013789228 + inSlope: 0.062833294 + outSlope: 0.062833294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.017697958 + inSlope: -0.24259129 + outSlope: -0.24259129 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.029961966 + inSlope: -0.3300062 + outSlope: -0.3300062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.03969835 + inSlope: -0.15762715 + outSlope: -0.15762715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.033703163 + inSlope: 0.27255294 + outSlope: 0.27255294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.022300255 + inSlope: 0.26219675 + outSlope: 0.26219675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.016223397 + inSlope: 0.037196215 + outSlope: 0.037196215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.01982051 + inSlope: -0.1795228 + outSlope: -0.1795228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.028191572 + inSlope: -0.16572143 + outSlope: -0.16572143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.029259164 + inSlope: 0.09668473 + outSlope: 0.09668473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.024422951 + inSlope: 0.14508653 + outSlope: 0.14508653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightFootT.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.473848 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.473848 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Index.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5815653 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5815653 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Index.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.67102355 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.67102355 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Index.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.45522338 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.45522338 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Index.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.52873164 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.52873164 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Little.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.581559 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.581559 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Little.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6710357 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6710357 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Little.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.43849817 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.43849817 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Little.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.48796177 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.48796177 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Middle.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5815672 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5815672 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Middle.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6710247 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6710247 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Middle.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6218321 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.6218321 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Middle.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5154059 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5154059 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Ring.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.58156484 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.58156484 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Ring.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6710237 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.6710237 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Ring.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5716008 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.5716008 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Ring.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6805815 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.6805815 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Thumb.1 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.26289663 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.26289663 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Thumb.2 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5939823 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5939823 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Thumb.3 Stretched + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5714375 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.5714375 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHand.Thumb.Spread + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.21246257 + inSlope: -0.21159811 + outSlope: -0.21159811 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.22168162 + inSlope: 0.2024379 + outSlope: 0.2024379 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: -0.20601998 + inSlope: 0.6929531 + outSlope: 0.6929531 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.17548475 + inSlope: 0.85763395 + outSlope: 0.85763395 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: -0.14884439 + inSlope: 0.5682476 + outSlope: 0.5682476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.13760157 + inSlope: 0.11000627 + outSlope: 0.11000627 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.14151064 + inSlope: -0.2301711 + outSlope: -0.2301711 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.15294631 + inSlope: -0.46357828 + outSlope: -0.46357828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: -0.21640489 + inSlope: 0.052074507 + outSlope: 0.052074507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.18358234 + inSlope: 0.8320438 + outSlope: 0.8320438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.12106903 + inSlope: 0.7637997 + outSlope: 0.7637997 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.10078539 + inSlope: 0.37563455 + outSlope: 0.37563455 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.106878445 + inSlope: -0.510751 + outSlope: -0.510751 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.23592752 + inSlope: -1.0578979 + outSlope: -1.0578979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.28784662 + inSlope: 0.3511739 + outSlope: 0.3511739 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.22595274 + inSlope: 1.2387247 + outSlope: 1.2387247 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.14773926 + inSlope: 0.767579 + outSlope: 0.767579 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.13129677 + inSlope: 0.1660231 + outSlope: 0.1660231 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.16146475 + inSlope: -0.92408854 + outSlope: -0.92408854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.2640033 + inSlope: -0.5676869 + outSlope: -0.5676869 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.26630226 + inSlope: 0.38966772 + outSlope: 0.38966772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.23023699 + inSlope: 0.40448707 + outSlope: 0.40448707 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.22277306 + inSlope: -0.15375398 + outSlope: -0.15375398 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.24868627 + inSlope: -0.16025974 + outSlope: -0.16025974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.22274452 + inSlope: 0.6418885 + outSlope: 0.6418885 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.1424036 + inSlope: -0.003266044 + outSlope: -0.003266044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.17334343 + inSlope: -0.81104124 + outSlope: -0.81104124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.26003465 + inSlope: -0.5427795 + outSlope: -0.5427795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.2601741 + inSlope: -0.009869643 + outSlope: -0.009869643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.29486722 + inSlope: -0.28573966 + outSlope: -0.28573966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.28878027 + inSlope: 0.57363963 + outSlope: 0.57363963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.15842949 + inSlope: 0.8356935 + outSlope: 0.8356935 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.12326383 + inSlope: 0.2298643 + outSlope: 0.2298643 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.13158716 + inSlope: -0.32269844 + outSlope: -0.32269844 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.1844075 + inSlope: -0.6367111 + outSlope: -0.6367111 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.23789479 + inSlope: -0.39295876 + outSlope: -0.39295876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.26784456 + inSlope: 0.19696283 + outSlope: 0.19696283 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.23949242 + inSlope: 0.2691009 + outSlope: 0.2691009 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: -0.18449013 + inSlope: 0.80503833 + outSlope: 0.80503833 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.1151344 + inSlope: 1.1732299 + outSlope: 1.1732299 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.07500795 + inSlope: 1.1315838 + outSlope: 1.1315838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: -0.039695557 + inSlope: 0.86546737 + outSlope: 0.86546737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.017310183 + inSlope: 0.35842523 + outSlope: 0.35842523 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.015800554 + inSlope: -0.32815918 + outSlope: -0.32815918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.03918743 + inSlope: -1.0163305 + outSlope: -1.0163305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.083555855 + inSlope: -1.4837127 + outSlope: -1.4837127 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.13810152 + inSlope: -1.6213658 + outSlope: -1.6213658 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.23749092 + inSlope: -1.2150805 + outSlope: -1.2150805 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.29555792 + inSlope: 0.45107424 + outSlope: 0.45107424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.15119427 + inSlope: 1.2983062 + outSlope: 1.2983062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.076166466 + inSlope: 0.823462 + outSlope: 0.823462 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.054593842 + inSlope: 0.47107857 + outSlope: 0.47107857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.043602854 + inSlope: -0.039821677 + outSlope: -0.039821677 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.047416046 + inSlope: -0.16065396 + outSlope: -0.16065396 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.08016592 + inSlope: -0.5411482 + outSlope: -0.5411482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.17023852 + inSlope: -0.59942824 + outSlope: -0.59942824 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.22978753 + inSlope: -0.12470872 + outSlope: -0.12470872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: -0.22132152 + inSlope: 0.3005454 + outSlope: 0.3005454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.16800204 + inSlope: 0.37367588 + outSlope: 0.37367588 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.13873708 + inSlope: -0.21822259 + outSlope: -0.21822259 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.16853625 + inSlope: -0.3011176 + outSlope: -0.3011176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.20217979 + inSlope: 0.008141182 + outSlope: 0.008141182 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.19686809 + inSlope: -0.030003889 + outSlope: -0.030003889 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.21246257 + inSlope: -0.23529299 + outSlope: -0.23529299 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandQ.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6111767 + inSlope: 0.23554443 + outSlope: 0.23554443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.58759236 + inSlope: -0.27908567 + outSlope: -0.27908567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.6357635 + inSlope: -0.40866587 + outSlope: -0.40866587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: -0.6805796 + inSlope: 0.025063457 + outSlope: 0.025063457 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.61513615 + inSlope: 0.8609087 + outSlope: 0.8609087 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.5503503 + inSlope: 0.19338745 + outSlope: 0.19338745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: -0.5727903 + inSlope: -0.12028986 + outSlope: -0.12028986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.5733807 + inSlope: -0.119607866 + outSlope: -0.119607866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: -0.5873469 + inSlope: -0.009863379 + outSlope: -0.009863379 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.62011194 + inSlope: -0.58564186 + outSlope: -0.58564186 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.68033963 + inSlope: -0.18552995 + outSlope: -0.18552995 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.709958 + inSlope: -0.19545364 + outSlope: -0.19545364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.69287354 + inSlope: 0.41486758 + outSlope: 0.41486758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.6435355 + inSlope: -0.06222377 + outSlope: -0.06222377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.67494845 + inSlope: -0.06285103 + outSlope: -0.06285103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.6907805 + inSlope: -0.21092376 + outSlope: -0.21092376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.7050896 + inSlope: 0.104245044 + outSlope: 0.104245044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.7322785 + inSlope: -0.5678706 + outSlope: -0.5678706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.78411967 + inSlope: 0.061958194 + outSlope: 0.061958194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.7512184 + inSlope: -0.17230706 + outSlope: -0.17230706 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.8030679 + inSlope: 0.62507063 + outSlope: 0.62507063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.70326734 + inSlope: 1.0663061 + outSlope: 1.0663061 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.58891404 + inSlope: 1.2410772 + outSlope: 1.2410772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: -0.49400818 + inSlope: 0.5225252 + outSlope: 0.5225252 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.4409883 + inSlope: 0.762365 + outSlope: 0.762365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.38814613 + inSlope: -0.27997506 + outSlope: -0.27997506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.4590628 + inSlope: -1.751406 + outSlope: -1.751406 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.73149633 + inSlope: -1.3661426 + outSlope: -1.3661426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.63727146 + inSlope: 0.64035654 + outSlope: 0.64035654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.57875246 + inSlope: 0.53435105 + outSlope: 0.53435105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: -0.5210149 + inSlope: 0.016142473 + outSlope: 0.016142473 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.5933846 + inSlope: -0.9233763 + outSlope: -0.9233763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.6698158 + inSlope: 0.10323743 + outSlope: 0.10323743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.5555984 + inSlope: 0.2217389 + outSlope: 0.2217389 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.5601259 + inSlope: 0.16060188 + outSlope: 0.16060188 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.544335 + inSlope: -0.286926 + outSlope: -0.286926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.6119264 + inSlope: -0.20865193 + outSlope: -0.20865193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.6111767 + inSlope: 0.108009085 + outSlope: 0.108009085 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandQ.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.045628335 + inSlope: -0.9504905 + outSlope: -0.9504905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.10794634 + inSlope: -0.84159774 + outSlope: -0.84159774 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.14596888 + inSlope: -0.026613772 + outSlope: -0.026613772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.10470328 + inSlope: 1.0909895 + outSlope: 1.0909895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: -0.062459484 + inSlope: 1.2104232 + outSlope: 1.2104232 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: -0.024008399 + inSlope: 1.1119676 + outSlope: 1.1119676 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.3 + value: 0.0116716875 + inSlope: 1.0215741 + outSlope: 1.0215741 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.07442893 + inSlope: 0.89489365 + outSlope: 0.89489365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.17812815 + inSlope: 0.5920729 + outSlope: 0.5920729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.1097324 + inSlope: -1.6178498 + outSlope: -1.6178498 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.049467262 + inSlope: -1.9176817 + outSlope: -1.9176817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: -0.018113049 + inSlope: -2.014784 + outSlope: -2.014784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: -0.08485167 + inSlope: -1.8730315 + outSlope: -1.8730315 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.18728411 + inSlope: -1.0829762 + outSlope: -1.0829762 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.22162373 + inSlope: 0.3226135 + outSlope: 0.3226135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.11763646 + inSlope: 0.9504036 + outSlope: 0.9504036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.027415294 + inSlope: 0.77817595 + outSlope: 0.77817595 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.0035501681 + inSlope: 0.62265366 + outSlope: 0.62265366 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.014094973 + inSlope: 0.4059939 + outSlope: 0.4059939 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.023310592 + inSlope: -0.15911187 + outSlope: -0.15911187 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.00765964 + inSlope: -0.7664249 + outSlope: -0.7664249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: -0.07816792 + inSlope: -1.3209426 + outSlope: -1.3209426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.269854 + inSlope: -1.0299673 + outSlope: -1.0299673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: -0.2914975 + inSlope: 0.6217943 + outSlope: 0.6217943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.10631401 + inSlope: 1.332066 + outSlope: 1.332066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.061831567 + inSlope: 1.2777758 + outSlope: 1.2777758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.021128722 + inSlope: 1.0824568 + outSlope: 1.0824568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.010332151 + inSlope: 0.7366556 + outSlope: 0.7366556 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: 0.027981604 + inSlope: 0.29874906 + outSlope: 0.29874906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.030248735 + inSlope: -0.14213362 + outSlope: -0.14213362 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: 0.018506037 + inSlope: -0.5223055 + outSlope: -0.5223055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.004571595 + inSlope: -0.82550204 + outSlope: -0.82550204 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.12046803 + inSlope: -1.3950584 + outSlope: -1.3950584 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.29290253 + inSlope: -0.8518966 + outSlope: -0.8518966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.31203726 + inSlope: 0.52321184 + outSlope: 0.52321184 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.23678493 + inSlope: 0.7814766 + outSlope: 0.7814766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.144539 + inSlope: 0.6768146 + outSlope: 0.6768146 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.07915658 + inSlope: 0.53858435 + outSlope: 0.53858435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.05521884 + inSlope: -0.16917424 + outSlope: -0.16917424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.16970387 + inSlope: -1.6557364 + outSlope: -1.6557364 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.30098498 + inSlope: -1.968421 + outSlope: -1.968421 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: -0.4040566 + inSlope: -0.7873185 + outSlope: -0.7873185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.27914414 + inSlope: 2.46109 + outSlope: 2.46109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.18640439 + inSlope: 2.979195 + outSlope: 2.979195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.080530666 + inSlope: 3.1609392 + outSlope: 3.1609392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.024324689 + inSlope: 2.9181304 + outSlope: 2.9181304 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.11401117 + inSlope: 2.353999 + outSlope: 2.353999 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0.26400325 + inSlope: -0.2274303 + outSlope: -0.2274303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.12716636 + inSlope: -1.8380172 + outSlope: -1.8380172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.059240986 + inSlope: -2.2046494 + outSlope: -2.2046494 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.01981068 + inSlope: -2.461489 + outSlope: -2.461489 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.18767014 + inSlope: -2.3037152 + outSlope: -2.3037152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.30905727 + inSlope: -1.1635783 + outSlope: -1.1635783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.29442915 + inSlope: 1.1227406 + outSlope: 1.1227406 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.1482944 + inSlope: 1.5158534 + outSlope: 1.5158534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.012124715 + inSlope: 1.174405 + outSlope: 1.174405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.024675649 + inSlope: 0.9970333 + outSlope: 0.9970333 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.07290994 + inSlope: 0.32798684 + outSlope: 0.32798684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.06174566 + inSlope: -0.6981033 + outSlope: -0.6981033 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6 + value: 0.02966975 + inSlope: -1.1821651 + outSlope: -1.1821651 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.017065272 + inSlope: -1.5482279 + outSlope: -1.5482279 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.13394207 + inSlope: -1.7788502 + outSlope: -1.7788502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.27859858 + inSlope: -0.8439167 + outSlope: -0.8439167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.26287338 + inSlope: 0.8793832 + outSlope: 0.8793832 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.15432674 + inSlope: 1.0880277 + outSlope: 1.0880277 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.055964395 + inSlope: 0.9080852 + outSlope: 0.9080852 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.00095172226 + inSlope: 0.7609974 + outSlope: 0.7609974 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.024419341 + inSlope: 0.6261222 + outSlope: 0.6261222 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.04269316 + inSlope: 0.24395709 + outSlope: 0.24395709 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.04068313 + inSlope: -0.18515289 + outSlope: -0.18515289 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.030349646 + inSlope: -0.4464931 + outSlope: -0.4464931 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.010916954 + inSlope: -0.6820003 + outSlope: -0.6820003 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.015116998 + inSlope: -0.8481802 + outSlope: -0.8481802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.045628335 + inSlope: -0.915341 + outSlope: -0.915341 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandQ.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.76107895 + inSlope: 0.051058527 + outSlope: 0.051058527 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.77232254 + inSlope: -0.16513106 + outSlope: -0.16513106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.70497006 + inSlope: -0.3731801 + outSlope: -0.3731801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.70950663 + inSlope: 0.51963234 + outSlope: 0.51963234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.79338896 + inSlope: 0.05955231 + outSlope: 0.05955231 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.7644318 + inSlope: 0.010657243 + outSlope: 0.010657243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.7728095 + inSlope: -0.115741685 + outSlope: -0.115741685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.7442609 + inSlope: -0.39752164 + outSlope: -0.39752164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.69860005 + inSlope: -0.14990051 + outSlope: -0.14990051 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.6463876 + inSlope: 0.21598908 + outSlope: 0.21598908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.688096 + inSlope: 0.001906015 + outSlope: 0.001906015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0.6800902 + inSlope: 0.088748634 + outSlope: 0.088748634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.6762005 + inSlope: -0.29201955 + outSlope: -0.29201955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.6270893 + inSlope: -0.09345898 + outSlope: -0.09345898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.6153995 + inSlope: -0.1670118 + outSlope: -0.1670118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.6137702 + inSlope: 0.24309331 + outSlope: 0.24309331 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.63733023 + inSlope: -0.3292343 + outSlope: -0.3292343 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.5575151 + inSlope: -0.2631303 + outSlope: -0.2631303 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.600734 + inSlope: -0.14785334 + outSlope: -0.14785334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.5391692 + inSlope: -0.9485427 + outSlope: -0.9485427 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.4708353 + inSlope: 0.049971834 + outSlope: 0.049971834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.6913926 + inSlope: 2.0009604 + outSlope: 2.0009604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.8525229 + inSlope: 0.74488324 + outSlope: 0.74488324 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: 0.83539623 + inSlope: -0.21681657 + outSlope: -0.21681657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.76242214 + inSlope: -1.131424 + outSlope: -1.131424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.58110845 + inSlope: -0.21651001 + outSlope: -0.21651001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.6711567 + inSlope: 1.1170124 + outSlope: 1.1170124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.7557158 + inSlope: 0.47920212 + outSlope: 0.47920212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.80375224 + inSlope: 0.32634735 + outSlope: 0.32634735 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.7523075 + inSlope: -0.7873248 + outSlope: -0.7873248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.6818819 + inSlope: 0.13075872 + outSlope: 0.13075872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.78705335 + inSlope: 0.4293878 + outSlope: 0.4293878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.804315 + inSlope: 0.1510702 + outSlope: 0.1510702 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.80415845 + inSlope: -0.37734783 + outSlope: -0.37734783 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.7615457 + inSlope: -0.06366587 + outSlope: -0.06366587 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.76107895 + inSlope: -0.014002932 + outSlope: -0.014002932 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandQ.w + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.44270337 + inSlope: -0.6100183 + outSlope: -0.6100183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.3680067 + inSlope: -0.9584163 + outSlope: -0.9584163 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.31012684 + inSlope: -0.45967743 + outSlope: -0.45967743 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.3030771 + inSlope: 0.016763404 + outSlope: 0.016763404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.3112444 + inSlope: 0.24382533 + outSlope: 0.24382533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.35726103 + inSlope: 0.43494016 + outSlope: 0.43494016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: 0.41692936 + inSlope: -0.6824263 + outSlope: -0.6824263 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.30429658 + inSlope: -0.60420483 + outSlope: -0.60420483 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.27755788 + inSlope: 0.0865201 + outSlope: 0.0865201 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.31706983 + inSlope: 0.5329876 + outSlope: 0.5329876 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: 0.41022784 + inSlope: 0.0905452 + outSlope: 0.0905452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: 0.36940563 + inSlope: -0.7069791 + outSlope: -0.7069791 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.27694252 + inSlope: -0.39169854 + outSlope: -0.39169854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: 0.2591852 + inSlope: 0.011576872 + outSlope: 0.011576872 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: 0.27827314 + inSlope: 0.41479865 + outSlope: 0.41479865 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.3729058 + inSlope: 0.23170553 + outSlope: 0.23170553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2666667 + value: 0.33844823 + inSlope: -0.57322603 + outSlope: -0.57322603 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.26732072 + inSlope: -0.28468814 + outSlope: -0.28468814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: 0.31117448 + inSlope: -0.002171006 + outSlope: -0.002171006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.2951371 + inSlope: 0.15839845 + outSlope: 0.15839845 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.332132 + inSlope: -0.1594606 + outSlope: -0.1594606 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.28019977 + inSlope: -0.7194898 + outSlope: -0.7194898 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.23071767 + inSlope: -0.050866578 + outSlope: -0.050866578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.28484 + inSlope: 0.57008886 + outSlope: 0.57008886 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.3721337 + inSlope: 0.8055937 + outSlope: 0.8055937 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: 0.46715975 + inSlope: -0.57848823 + outSlope: -0.57848823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.32461628 + inSlope: -0.67647415 + outSlope: -0.67647415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.30256322 + inSlope: 0.54491675 + outSlope: 0.54491675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.40436667 + inSlope: 0.69307137 + outSlope: 0.69307137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.4679811 + inSlope: -0.098734684 + outSlope: -0.098734684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.41155553 + inSlope: -0.60875785 + outSlope: -0.60875785 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.34063137 + inSlope: -0.21152905 + outSlope: -0.21152905 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.37561783 + inSlope: 0.64417493 + outSlope: 0.64417493 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.46392986 + inSlope: 0.55335367 + outSlope: 0.55335367 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.50929785 + inSlope: -0.1819979 + outSlope: -0.1819979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: 0.47249842 + inSlope: -0.38500243 + outSlope: -0.38500243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.44270337 + inSlope: -0.49518365 + outSlope: -0.49518365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandT.x + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.23124826 + inSlope: -1.3480397 + outSlope: -1.3480397 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.14101562 + inSlope: -1.4409842 + outSlope: -1.4409842 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.090247974 + inSlope: -1.427228 + outSlope: -1.427228 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.04586708 + inSlope: -1.0405252 + outSlope: -1.0405252 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.02087963 + inSlope: -0.4906878 + outSlope: -0.4906878 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.013154561 + inSlope: -0.028360404 + outSlope: -0.028360404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.018988933 + inSlope: 0.27551305 + outSlope: 0.27551305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.26666668 + value: 0.031522095 + inSlope: 0.5372612 + outSlope: 0.5372612 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.08807067 + inSlope: 1.1152564 + outSlope: 1.1152564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.26810285 + inSlope: 1.3197306 + outSlope: 1.3197306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.41045856 + inSlope: -0.3401312 + outSlope: -0.3401312 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.25904813 + inSlope: -1.6549926 + outSlope: -1.6549926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.10031078 + inSlope: -1.2743347 + outSlope: -1.2743347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.036882162 + inSlope: -0.62259245 + outSlope: -0.62259245 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.014375672 + inSlope: -0.1039281 + outSlope: -0.1039281 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.014478692 + inSlope: 0.10706305 + outSlope: 0.10706305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.036086075 + inSlope: 0.5592964 + outSlope: 0.5592964 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.089318715 + inSlope: 1.0081015 + outSlope: 1.0081015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.24552083 + inSlope: 1.0400194 + outSlope: 1.0400194 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.30153057 + inSlope: -0.078622326 + outSlope: -0.078622326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.121295206 + inSlope: -0.9986032 + outSlope: -0.9986032 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: 0.06688094 + inSlope: -0.6030893 + outSlope: -0.6030893 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.040736172 + inSlope: -0.19523998 + outSlope: -0.19523998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: 0.053990897 + inSlope: 0.5224755 + outSlope: 0.5224755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.1074787 + inSlope: 1.0378871 + outSlope: 1.0378871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1666667 + value: 0.31843933 + inSlope: -0.11897307 + outSlope: -0.11897307 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: 0.16918083 + inSlope: -1.2306361 + outSlope: -1.2306361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: 0.058305003 + inSlope: -0.80786526 + outSlope: -0.80786526 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.036064472 + inSlope: -0.52047753 + outSlope: -0.52047753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.023606444 + inSlope: -0.24985492 + outSlope: -0.24985492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0.019407405 + inSlope: -0.037473377 + outSlope: -0.037473377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.021108221 + inSlope: 0.12075652 + outSlope: 0.12075652 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.05507176 + inSlope: 0.5705147 + outSlope: 0.5705147 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.19519587 + inSlope: 0.9767271 + outSlope: 0.9767271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.30607313 + inSlope: -0.28158572 + outSlope: -0.28158572 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.16881672 + inSlope: -1.0593026 + outSlope: -1.0593026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.104747854 + inSlope: -0.74501073 + outSlope: -0.74501073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.06389709 + inSlope: -0.021393431 + outSlope: -0.021393431 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.0838833 + inSlope: 0.5362195 + outSlope: 0.5362195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.13682103 + inSlope: 0.9660592 + outSlope: 0.9660592 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.2318467 + inSlope: 0.7501863 + outSlope: 0.7501863 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: 0.24367282 + inSlope: -0.7077945 + outSlope: -0.7077945 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.11531423 + inSlope: -0.77535784 + outSlope: -0.77535784 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.08357148 + inSlope: -0.20542064 + outSlope: -0.20542064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.081923574 + inSlope: 0.081142604 + outSlope: 0.081142604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.12260736 + inSlope: 0.63519895 + outSlope: 0.63519895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: 0.26401982 + inSlope: 0.7878561 + outSlope: 0.7878561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.30645066 + inSlope: -0.14468801 + outSlope: -0.14468801 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.23103875 + inSlope: -1.1831763 + outSlope: -1.1831763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.10845559 + inSlope: -1.0162992 + outSlope: -1.0162992 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.058581047 + inSlope: -0.46258602 + outSlope: -0.46258602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.047571626 + inSlope: 0.15263237 + outSlope: 0.15263237 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.088023715 + inSlope: 0.7532557 + outSlope: 0.7532557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.19979388 + inSlope: 1.3157504 + outSlope: 1.3157504 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.3557633 + inSlope: 0.88393176 + outSlope: 0.88393176 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.3817973 + inSlope: 0.23823714 + outSlope: 0.23823714 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.37164575 + inSlope: -0.4792267 + outSlope: -0.4792267 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.23124826 + inSlope: -1.3182927 + outSlope: -1.3182927 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandT.y + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.17595653 + inSlope: -0.88950896 + outSlope: -0.88950896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1127914 + inSlope: -1.1365509 + outSlope: -1.1365509 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.07053617 + inSlope: -1.2483358 + outSlope: -1.2483358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.029569006 + inSlope: -0.93437344 + outSlope: -0.93437344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.008244608 + inSlope: -0.33076745 + outSlope: -0.33076745 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.007517844 + inSlope: 0.28497952 + outSlope: 0.28497952 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.027243242 + inSlope: 0.72283614 + outSlope: 0.72283614 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.12238008 + inSlope: 0.9297756 + outSlope: 0.9297756 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.19171305 + inSlope: 0.4679458 + outSlope: 0.4679458 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.22762346 + inSlope: 0.25075862 + outSlope: 0.25075862 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: 0.23474751 + inSlope: -0.02602144 + outSlope: -0.02602144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.23790236 + inSlope: 0.16277617 + outSlope: 0.16277617 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.24335957 + inSlope: -0.4883405 + outSlope: -0.4883405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.9 + value: 0.18569072 + inSlope: -1.1535515 + outSlope: -1.1535515 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.068998516 + inSlope: -0.78236306 + outSlope: -0.78236306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0.04994258 + inSlope: -0.3312029 + outSlope: -0.3312029 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.046918277 + inSlope: 0.12569866 + outSlope: 0.12569866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.10701414 + inSlope: 0.8167106 + outSlope: 0.8167106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: 0.17995729 + inSlope: 0.53901637 + outSlope: 0.53901637 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4333333 + value: 0.22679244 + inSlope: 0.1475451 + outSlope: 0.1475451 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5666667 + value: 0.21706228 + inSlope: -0.45719758 + outSlope: -0.45719758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.14212385 + inSlope: -0.8953551 + outSlope: -0.8953551 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: 0.070514776 + inSlope: -0.32742506 + outSlope: -0.32742506 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.07161013 + inSlope: 0.33421096 + outSlope: 0.33421096 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.13272916 + inSlope: 0.69711775 + outSlope: 0.69711775 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.24383317 + inSlope: 0.6370053 + outSlope: 0.6370053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.2805606 + inSlope: -0.5284189 + outSlope: -0.5284189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: 0.187591 + inSlope: -1.2142055 + outSlope: -1.2142055 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.07201909 + inSlope: -0.84519815 + outSlope: -0.84519815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: 0.03724053 + inSlope: -0.18313034 + outSlope: -0.18313034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.07024087 + inSlope: 0.87189966 + outSlope: 0.87189966 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.2918384 + inSlope: 1.141979 + outSlope: 1.141979 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.36358967 + inSlope: 0.005750738 + outSlope: 0.005750738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.33029965 + inSlope: -0.46491042 + outSlope: -0.46491042 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.25140682 + inSlope: -1.178585 + outSlope: -1.178585 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.11190267 + inSlope: -1.3698616 + outSlope: -1.3698616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.030977268 + inSlope: -1.0156347 + outSlope: -1.0156347 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.0006888739 + inSlope: -0.7676491 + outSlope: -0.7676491 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.02019929 + inSlope: -0.42905468 + outSlope: -0.42905468 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.0279148 + inSlope: 0.011239164 + outSlope: 0.011239164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.019450068 + inSlope: 0.4794771 + outSlope: 0.4794771 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.00405031 + inSlope: 0.84471166 + outSlope: 0.84471166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.03686399 + inSlope: 1.0075582 + outSlope: 1.0075582 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.07122079 + inSlope: 0.9601921 + outSlope: 0.9601921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: 0.1231121 + inSlope: 0.57452244 + outSlope: 0.57452244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.16424426 + inSlope: 0.38779014 + outSlope: 0.38779014 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.19114996 + inSlope: 0.33741975 + outSlope: 0.33741975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.1988047 + inSlope: -0.2704854 + outSlope: -0.2704854 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.15084729 + inSlope: -1.0884918 + outSlope: -1.0884918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.066739604 + inSlope: -1.1996047 + outSlope: -1.1996047 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: 0.029654365 + inSlope: -0.96693444 + outSlope: -0.96693444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.002277369 + inSlope: -0.6579361 + outSlope: -0.6579361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.019284789 + inSlope: 0.020101048 + outSlope: 0.020101048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: -0.01286793 + inSlope: 0.36114323 + outSlope: 0.36114323 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.004791407 + inSlope: 0.68233424 + outSlope: 0.68233424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.032620978 + inSlope: 0.93500423 + outSlope: 0.93500423 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.10250383 + inSlope: 0.9818039 + outSlope: 0.9818039 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: 0.15311186 + inSlope: 0.4588971 + outSlope: 0.4588971 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.1590488 + inSlope: -0.12056345 + outSlope: -0.12056345 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.14499785 + inSlope: -0.23799822 + outSlope: -0.23799822 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.1176554 + inSlope: -0.6358604 + outSlope: -0.6358604 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.061937008 + inSlope: -0.9210796 + outSlope: -0.9210796 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: 0.031088922 + inSlope: -0.86273634 + outSlope: -0.86273634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.004421306 + inSlope: -0.6985438 + outSlope: -0.6985438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.015480619 + inSlope: -0.471269 + outSlope: -0.471269 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: -0.029100297 + inSlope: 0.08621073 + outSlope: 0.08621073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: -0.021249224 + inSlope: 0.384817 + outSlope: 0.384817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: -0.0034456009 + inSlope: 0.65934837 + outSlope: 0.65934837 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.022707546 + inSlope: 0.85294175 + outSlope: 0.85294175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.085205846 + inSlope: 0.9346559 + outSlope: 0.9346559 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.17341724 + inSlope: 0.8527649 + outSlope: 0.8527649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: 0.20152184 + inSlope: 0.80215 + outSlope: 0.80215 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.22689386 + inSlope: 0.5284665 + outSlope: 0.5284665 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: 0.20151392 + inSlope: -0.6915461 + outSlope: -0.6915461 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.17595653 + inSlope: -0.76672226 + outSlope: -0.76672226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RightHandT.z + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.00000004268868 + inSlope: 0.13202326 + outSlope: 0.13202326 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.004400733 + inSlope: 0.15241787 + outSlope: 0.15241787 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.010161149 + inSlope: 0.19580102 + outSlope: 0.19580102 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.017454136 + inSlope: 0.21868134 + outSlope: 0.21868134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.024739906 + inSlope: 0.17479649 + outSlope: 0.17479649 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.029107235 + inSlope: 0.08019257 + outSlope: 0.08019257 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.030086078 + inSlope: -0.006230248 + outSlope: -0.006230248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.028691886 + inSlope: -0.027255548 + outSlope: -0.027255548 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.025165929 + inSlope: -0.09424758 + outSlope: -0.09424758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.015314724 + inSlope: -0.18740253 + outSlope: -0.18740253 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.0017417975 + inSlope: -0.1975792 + outSlope: -0.1975792 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.0045832973 + inSlope: -0.17567372 + outSlope: -0.17567372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6 + value: -0.014256926 + inSlope: -0.11273143 + outSlope: -0.11273143 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.02290019 + inSlope: -0.029176913 + outSlope: -0.029176913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.024048505 + inSlope: -0.004442689 + outSlope: -0.004442689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.02282954 + inSlope: 0.050107818 + outSlope: 0.050107818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.012248124 + inSlope: 0.05774919 + outSlope: 0.05774919 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.009203272 + inSlope: 0.023938082 + outSlope: 0.023938082 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.008311041 + inSlope: 0.030097641 + outSlope: 0.030097641 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.0057068164 + inSlope: 0.005471928 + outSlope: 0.005471928 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.0058612316 + inSlope: -0.015254501 + outSlope: -0.015254501 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4 + value: -0.008061126 + inSlope: -0.04080248 + outSlope: -0.04080248 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.010437145 + inSlope: -0.020972818 + outSlope: -0.020972818 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.010848266 + inSlope: -0.00011008243 + outSlope: -0.00011008243 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.011422828 + inSlope: -0.030098353 + outSlope: -0.030098353 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.015039153 + inSlope: -0.07008846 + outSlope: -0.07008846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.021148173 + inSlope: -0.024317797 + outSlope: -0.024317797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.018056659 + inSlope: 0.0805211 + outSlope: 0.0805211 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: -0.00819494 + inSlope: 0.08221438 + outSlope: 0.08221438 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.005948586 + inSlope: 0.043216106 + outSlope: 0.043216106 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.005313873 + inSlope: -0.009238136 + outSlope: -0.009238136 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.0065644565 + inSlope: -0.060837958 + outSlope: -0.060837958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.012895007 + inSlope: -0.10237639 + outSlope: -0.10237639 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.018625308 + inSlope: -0.057941638 + outSlope: -0.057941638 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: -0.020989148 + inSlope: -0.0015700997 + outSlope: -0.0015700997 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.018820964 + inSlope: 0.05095973 + outSlope: 0.05095973 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.014327278 + inSlope: 0.07279888 + outSlope: 0.07279888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.011104601 + inSlope: -0.059206802 + outSlope: -0.059206802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.014475147 + inSlope: -0.14363685 + outSlope: -0.14363685 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.028732413 + inSlope: -0.2432225 + outSlope: -0.2432225 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.043419354 + inSlope: -0.15600416 + outSlope: -0.15600416 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.048447225 + inSlope: -0.015433334 + outSlope: -0.015433334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.04878694 + inSlope: -0.03845185 + outSlope: -0.03845185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.056889623 + inSlope: 0.04748124 + outSlope: 0.04748124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.032285955 + inSlope: 0.20488605 + outSlope: 0.20488605 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.018031666 + inSlope: 0.08552888 + outSlope: 0.08552888 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: -0.0124191735 + inSlope: 0.020890895 + outSlope: 0.020890895 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.010716974 + inSlope: 0.03583871 + outSlope: 0.03583871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.009336746 + inSlope: 0.04506118 + outSlope: 0.04506118 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.007712888 + inSlope: 0.044207193 + outSlope: 0.044207193 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.0063486905 + inSlope: -0.03262036 + outSlope: -0.03262036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.0085642915 + inSlope: -0.10489158 + outSlope: -0.10489158 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.013341456 + inSlope: -0.17027673 + outSlope: -0.17027673 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7 + value: -0.026659977 + inSlope: -0.17776337 + outSlope: -0.17776337 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: -0.033988256 + inSlope: -0.020222202 + outSlope: -0.020222202 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.029967831 + inSlope: 0.10607803 + outSlope: 0.10607803 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.023066731 + inSlope: 0.05380926 + outSlope: 0.05380926 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.02245599 + inSlope: -0.027156062 + outSlope: -0.027156062 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.02487713 + inSlope: -0.11419044 + outSlope: -0.11419044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.04715248 + inSlope: -0.0714036 + outSlope: -0.0714036 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: -0.0452254 + inSlope: 0.1071301 + outSlope: 0.1071301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.036106132 + inSlope: 0.121239424 + outSlope: 0.121239424 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.030214552 + inSlope: 0.070819914 + outSlope: 0.070819914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.02437848 + inSlope: 0.13641578 + outSlope: 0.13641578 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.018803207 + inSlope: 0.19723071 + outSlope: 0.19723071 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.011229779 + inSlope: 0.24195196 + outSlope: 0.24195196 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: -0.0026730928 + inSlope: 0.24673244 + outSlope: 0.24673244 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.0052190344 + inSlope: 0.20181209 + outSlope: 0.20181209 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.010781113 + inSlope: 0.11953887 + outSlope: 0.11953887 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.013188365 + inSlope: 0.026979066 + outSlope: 0.026979066 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.009766502 + inSlope: -0.106013715 + outSlope: -0.106013715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.005512142 + inSlope: -0.14564273 + outSlope: -0.14564273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.0000569969 + inSlope: -0.18523453 + outSlope: -0.18523453 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.0068368153 + inSlope: -0.23281625 + outSlope: -0.23281625 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.015464072 + inSlope: -0.28052485 + outSlope: -0.28052485 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: -0.050526336 + inSlope: -0.11057334 + outSlope: -0.11057334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.037904892 + inSlope: 0.25509086 + outSlope: 0.25509086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.016038688 + inSlope: 0.38845372 + outSlope: 0.38845372 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.002312009 + inSlope: 0.40183476 + outSlope: 0.40183476 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0.01075027 + inSlope: 0.33899334 + outSlope: 0.33899334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.020287525 + inSlope: 0.20250654 + outSlope: 0.20250654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.021977207 + inSlope: -0.18342675 + outSlope: -0.18342675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.012022255 + inSlope: -0.2892142 + outSlope: -0.2892142 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 0.0026962783 + inSlope: -0.21007492 + outSlope: -0.21007492 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.0019827264 + inSlope: -0.07852835 + outSlope: -0.07852835 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.0025389402 + inSlope: 0.029740285 + outSlope: 0.029740285 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: -0.00000004268868 + inSlope: 0.076167 + outSlope: 0.076167 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Spine Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1.1459063 + outSlope: 1.1459063 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.03819688 + inSlope: 1.178802 + outSlope: 1.178802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0785868 + inSlope: 1.2623502 + outSlope: 1.2623502 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.12235357 + inSlope: 1.2610619 + outSlope: 1.2610619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.1626576 + inSlope: 0.96948135 + outSlope: 0.96948135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.19470116 + inSlope: 0.015787207 + outSlope: 0.015787207 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.18803814 + inSlope: -0.2236283 + outSlope: -0.2236283 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.12399262 + inSlope: -0.6445568 + outSlope: -0.6445568 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.05762956 + inSlope: -0.4408744 + outSlope: -0.4408744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.047470845 + inSlope: -0.14343274 + outSlope: -0.14343274 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: 0.04806737 + inSlope: 0.15843153 + outSlope: 0.15843153 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 0.08543757 + inSlope: 0.30114567 + outSlope: 0.30114567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: 0.09261589 + inSlope: 0.12630214 + outSlope: 0.12630214 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.09420874 + inSlope: 0.11834786 + outSlope: 0.11834786 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8666667 + value: 0.11433327 + inSlope: 0.47860295 + outSlope: 0.47860295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: 0.17118481 + inSlope: 0.4807567 + outSlope: 0.4807567 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.19979933 + inSlope: 0.004565537 + outSlope: 0.004565537 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.19187336 + inSlope: -0.19302472 + outSlope: -0.19302472 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.1694127 + inSlope: -0.025749113 + outSlope: -0.025749113 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.17473224 + inSlope: 0.04362744 + outSlope: 0.04362744 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: 0.17970422 + inSlope: 0.021752736 + outSlope: 0.021752736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7333333 + value: 0.17362209 + inSlope: -0.1318734 + outSlope: -0.1318734 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.1645873 + inSlope: 0.0039494904 + outSlope: 0.0039494904 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9666667 + value: 0.16580813 + inSlope: -0.08800301 + outSlope: -0.08800301 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: 0.1569097 + inSlope: 0.012888696 + outSlope: 0.012888696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0.18673967 + inSlope: 0.24552226 + outSlope: 0.24552226 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: 0.2289164 + inSlope: -0.06674773 + outSlope: -0.06674773 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.20710781 + inSlope: -0.12254332 + outSlope: -0.12254332 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.1764597 + inSlope: -0.5631573 + outSlope: -0.5631573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: 0.15401095 + inSlope: -0.7841754 + outSlope: -0.7841754 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: 0.12418139 + inSlope: -0.87532043 + outSlope: -0.87532043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: 0.071636505 + inSlope: -0.63560426 + outSlope: -0.63560426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9 + value: 0.053282734 + inSlope: -0.46383488 + outSlope: -0.46383488 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: 0.031758677 + inSlope: -0.24595128 + outSlope: -0.24595128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0.024317408 + inSlope: -0.21113177 + outSlope: -0.21113177 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: 0.01768324 + inSlope: -0.16641514 + outSlope: -0.16641514 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0666666 + value: 0.013223076 + inSlope: -0.06965054 + outSlope: -0.06965054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: 0.013039875 + inSlope: 0.07374174 + outSlope: 0.07374174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: 0.018139187 + inSlope: 0.2308602 + outSlope: 0.2308602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.069275916 + inSlope: 0.32550877 + outSlope: 0.32550877 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.07970398 + inSlope: -0.17364508 + outSlope: -0.17364508 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.045246188 + inSlope: -0.08232306 + outSlope: -0.08232306 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7666667 + value: 0.046911992 + inSlope: -0.053047553 + outSlope: -0.053047553 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: 0.038716815 + inSlope: -0.19058672 + outSlope: -0.19058672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: 0.023638872 + inSlope: -0.21924004 + outSlope: -0.21924004 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: 0.011156685 + inSlope: -0.1418654 + outSlope: -0.1418654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0.0049777674 + inSlope: -0.04258135 + outSlope: -0.04258135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.005840429 + inSlope: 0.07833271 + outSlope: 0.07833271 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: 0.00962628 + inSlope: 0.12775388 + outSlope: 0.12775388 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.014357346 + inSlope: 0.11585205 + outSlope: 0.11585205 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.017349742 + inSlope: 0.021223124 + outSlope: 0.021223124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.01577222 + inSlope: -0.13120015 + outSlope: -0.13120015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.008603074 + inSlope: -0.27774903 + outSlope: -0.27774903 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.0027443655 + inSlope: -0.35527688 + outSlope: -0.35527688 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: -0.015082031 + inSlope: -0.33614814 + outSlope: -0.33614814 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.025154222 + inSlope: -0.24358013 + outSlope: -0.24358013 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.03305413 + inSlope: 0.0068712104 + outSlope: 0.0068712104 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.02023841 + inSlope: 0.17693557 + outSlope: 0.17693557 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.0008659525 + inSlope: 0.23614961 + outSlope: 0.23614961 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.007683775 + inSlope: 0.27236265 + outSlope: 0.27236265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: 0.035583522 + inSlope: 0.22699189 + outSlope: 0.22699189 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.046220783 + inSlope: 0.104996175 + outSlope: 0.104996175 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9 + value: 0.051381715 + inSlope: 0.04567689 + outSlope: 0.04567689 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.03336126 + inSlope: -0.619358 + outSlope: -0.619358 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.006286595 + inSlope: -1.0110657 + outSlope: -1.0110657 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.034043055 + inSlope: -1.3587797 + outSlope: -1.3587797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.13753353 + inSlope: -1.5110912 + outSlope: -1.5110912 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: -0.21622472 + inSlope: -0.6348254 + outSlope: -0.6348254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.22735961 + inSlope: -0.062965594 + outSlope: -0.062965594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.22042242 + inSlope: 0.7361142 + outSlope: 0.7361142 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.17828538 + inSlope: 1.3921789 + outSlope: 1.3921789 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.12761058 + inSlope: 1.472518 + outSlope: 1.472518 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.0801176 + inSlope: 1.3396857 + outSlope: 1.3396857 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.03829828 + inSlope: 1.2017651 + outSlope: 1.2017651 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 1.1489495 + outSlope: 1.1489495 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Spine Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0.7927767 + outSlope: 0.7927767 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.05224484 + inSlope: 0.74942124 + outSlope: 0.74942124 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.076387316 + inSlope: 0.6625376 + outSlope: 0.6625376 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.096414015 + inSlope: 0.44338894 + outSlope: 0.44338894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.105633214 + inSlope: -0.12579907 + outSlope: -0.12579907 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.09755997 + inSlope: -0.24083534 + outSlope: -0.24083534 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.05453656 + inSlope: -0.51146454 + outSlope: -0.51146454 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.0352975 + inSlope: -0.63507426 + outSlope: -0.63507426 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.012198261 + inSlope: -0.7219218 + outSlope: -0.7219218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.012830618 + inSlope: -0.7369297 + outSlope: -0.7369297 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.036930364 + inSlope: -0.66487217 + outSlope: -0.66487217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.071639135 + inSlope: -0.3493403 + outSlope: -0.3493403 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.08938134 + inSlope: -0.12624443 + outSlope: -0.12624443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.10214974 + inSlope: -0.03887289 + outSlope: -0.03887289 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.09489037 + inSlope: 0.2841097 + outSlope: 0.2841097 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.03012543 + inSlope: 0.46920913 + outSlope: 0.46920913 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.016044987 + inSlope: 0.36537015 + outSlope: 0.36537015 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.0057674046 + inSlope: 0.25524092 + outSlope: 0.25524092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: 0.0009710936 + inSlope: 0.15877981 + outSlope: 0.15877981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.0048179063 + inSlope: 0.080167025 + outSlope: 0.080167025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.0063155624 + inSlope: 0.01193048 + outSlope: 0.01193048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.002504431 + inSlope: -0.13260166 + outSlope: -0.13260166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.003226826 + inSlope: -0.21161339 + outSlope: -0.21161339 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.011603144 + inSlope: -0.2853628 + outSlope: -0.2853628 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.046667363 + inSlope: -0.35263968 + outSlope: -0.35263968 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.0702197 + inSlope: -0.04001576 + outSlope: -0.04001576 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.062259406 + inSlope: 0.25863755 + outSlope: 0.25863755 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.027364936 + inSlope: 0.31914985 + outSlope: 0.31914985 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.017933855 + inSlope: 0.23403001 + outSlope: 0.23403001 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7 + value: -0.011762951 + inSlope: 0.13914149 + outSlope: 0.13914149 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.0077557215 + inSlope: 0.0058927764 + outSlope: 0.0058927764 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.008264902 + inSlope: -0.03482048 + outSlope: -0.03482048 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.020308616 + inSlope: -0.24072522 + outSlope: -0.24072522 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.08167929 + inSlope: -0.3559507 + outSlope: -0.3559507 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.10548866 + inSlope: 0.20039293 + outSlope: 0.20039293 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.054103065 + inSlope: 0.35161018 + outSlope: 0.35161018 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.037404053 + inSlope: 0.1724172 + outSlope: 0.1724172 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.027224418 + inSlope: 0.19008547 + outSlope: 0.19008547 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.019877423 + inSlope: 0.2481747 + outSlope: 0.2481747 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.010679454 + inSlope: 0.2724874 + outSlope: 0.2724874 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.0017116131 + inSlope: 0.21905938 + outSlope: 0.21905938 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.003924491 + inSlope: 0.07715635 + outSlope: 0.07715635 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: 0.0034321388 + inSlope: -0.13092564 + outSlope: -0.13092564 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.0048038764 + inSlope: -0.3637947 + outSlope: -0.3637947 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.020820932 + inSlope: -0.56595373 + outSlope: -0.56595373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.065853044 + inSlope: -0.6426549 + outSlope: -0.6426549 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.09829935 + inSlope: -0.29061294 + outSlope: -0.29061294 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.107191816 + inSlope: -0.015328682 + outSlope: -0.015328682 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.09858049 + inSlope: 0.32902846 + outSlope: 0.32902846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.06287538 + inSlope: 0.7118361 + outSlope: 0.7118361 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.007843348 + inSlope: 0.87397254 + outSlope: 0.87397254 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.02159963 + inSlope: 0.8709724 + outSlope: 0.8709724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.09961739 + inSlope: 0.58495295 + outSlope: 0.58495295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.11797597 + inSlope: -0.305148 + outSlope: -0.305148 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.01590529 + inSlope: -0.9228571 + outSlope: -0.9228571 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.014089135 + inSlope: -0.8515763 + outSlope: -0.8515763 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.09605783 + inSlope: -0.015690602 + outSlope: -0.015690602 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.0628066 + inSlope: 0.68398404 + outSlope: 0.68398404 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.03622429 + inSlope: 0.8919722 + outSlope: 0.8919722 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.003341651 + inSlope: 1.0458841 + outSlope: 1.0458841 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.03350099 + inSlope: 1.1158566 + outSlope: 1.1158566 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.1328734 + inSlope: 0.6638335 + outSlope: 0.6638335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.14275436 + inSlope: -0.5222723 + outSlope: -0.5222723 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.083841704 + inSlope: -1.1336203 + outSlope: -1.1336203 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.04301518 + inSlope: -1.2393737 + outSlope: -1.2393737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.0012168726 + inSlope: -1.1983616 + outSlope: -1.1983616 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.036875524 + inSlope: -1.0368006 + outSlope: -1.0368006 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.09023928 + inSlope: -0.5410385 + outSlope: -0.5410385 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.063174576 + inSlope: 0.73466533 + outSlope: 0.73466533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.0050982344 + inSlope: 0.9572777 + outSlope: 0.9572777 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.027790966 + inSlope: 0.9892152 + outSlope: 0.9892152 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: 0.14199696 + inSlope: 0.5163758 + outSlope: 0.5163758 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9666667 + value: 0.14377895 + inSlope: -0.5319377 + outSlope: -0.5319377 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: 0.051056545 + inSlope: -1.104834 + outSlope: -1.104834 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.014194349 + inSlope: -1.0547798 + outSlope: -1.0547798 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.019262046 + inSlope: -0.9275851 + outSlope: -0.9275851 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.089717835 + inSlope: -0.47558415 + outSlope: -0.47558415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.10274582 + inSlope: -0.06754322 + outSlope: -0.06754322 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.09422071 + inSlope: 0.3969586 + outSlope: 0.3969586 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.052459158 + inSlope: 0.7444954 + outSlope: 0.7444954 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0.79946965 + outSlope: 0.79946965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Spine Twist Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0.6734074 + outSlope: 0.6734074 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.022446914 + inSlope: 0.7746296 + outSlope: 0.7746296 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.05164198 + inSlope: 1.0058076 + outSlope: 1.0058076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.08950077 + inSlope: 1.1137393 + outSlope: 1.1137393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.12589127 + inSlope: 0.84276664 + outSlope: 0.84276664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0.14568521 + inSlope: 0.31883597 + outSlope: 0.31883597 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.147147 + inSlope: -0.16236599 + outSlope: -0.16236599 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.13486081 + inSlope: -0.31914 + outSlope: -0.31914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.095831305 + inSlope: -0.4587504 + outSlope: -0.4587504 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.036850665 + inSlope: -0.6025444 + outSlope: -0.6025444 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0.017568793 + inSlope: -0.54687405 + outSlope: -0.54687405 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: 0.00039239824 + inSlope: -0.48751646 + outSlope: -0.48751646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.0730172 + inSlope: -0.15737915 + outSlope: -0.15737915 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.08153346 + inSlope: -0.09275998 + outSlope: -0.09275998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: -0.076958045 + inSlope: 0.24944249 + outSlope: 0.24944249 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.04188002 + inSlope: 0.28121975 + outSlope: 0.28121975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.034606893 + inSlope: 0.14857027 + outSlope: 0.14857027 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: -0.032433044 + inSlope: 0.020584242 + outSlope: 0.020584242 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: -0.030783247 + inSlope: 0.08284695 + outSlope: 0.08284695 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3 + value: -0.018183384 + inSlope: 0.08241078 + outSlope: 0.08241078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.016632762 + inSlope: 0.00066376105 + outSlope: 0.00066376105 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: -0.018139139 + inSlope: -0.083639435 + outSlope: -0.083639435 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.031734973 + inSlope: -0.10073653 + outSlope: -0.10073653 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -0.034071803 + inSlope: -0.04066354 + outSlope: -0.04066354 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6 + value: -0.03585684 + inSlope: -0.08986619 + outSlope: -0.08986619 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.047716353 + inSlope: -0.24218448 + outSlope: -0.24218448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.06993563 + inSlope: -0.10300195 + outSlope: -0.10300195 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8666667 + value: -0.06094452 + inSlope: 0.2812422 + outSlope: 0.2812422 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: -0.036015518 + inSlope: 0.40835288 + outSlope: 0.40835288 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.011963382 + inSlope: 0.22419116 + outSlope: 0.22419116 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0333333 + value: -0.00748679 + inSlope: 0.022031233 + outSlope: 0.022031233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0666666 + value: -0.010494603 + inSlope: -0.18967053 + outSlope: -0.18967053 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: -0.02013148 + inSlope: -0.3453216 + outSlope: -0.3453216 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.03351602 + inSlope: -0.40579295 + outSlope: -0.40579295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2 + value: -0.058677096 + inSlope: -0.29916942 + outSlope: -0.29916942 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: -0.06742941 + inSlope: 0.23931368 + outSlope: 0.23931368 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4333334 + value: -0.044873644 + inSlope: 0.3793965 + outSlope: 0.3793965 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.021780904 + inSlope: 0.22503474 + outSlope: 0.22503474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.017085483 + inSlope: 0.0068304986 + outSlope: 0.0068304986 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.021325538 + inSlope: -0.30074078 + outSlope: -0.30074078 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: -0.03713485 + inSlope: -0.6523574 + outSlope: -0.6523574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: -0.06481599 + inSlope: -0.95455474 + outSlope: -0.95455474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: -0.16591504 + inSlope: -0.6450174 + outSlope: -0.6450174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8 + value: -0.18170822 + inSlope: 0.05543573 + outSlope: 0.05543573 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.1744156 + inSlope: -0.040988218 + outSlope: -0.040988218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9333334 + value: -0.19001202 + inSlope: -0.2951109 + outSlope: -0.2951109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: -0.19973177 + inSlope: 0.1606591 + outSlope: 0.1606591 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.11694202 + inSlope: 0.6914183 + outSlope: 0.6914183 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.061367143 + inSlope: 0.46025503 + outSlope: 0.46025503 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: -0.02523831 + inSlope: 0.2243128 + outSlope: 0.2243128 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: -0.014864807 + inSlope: 0.040081684 + outSlope: 0.040081684 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: -0.01382396 + inSlope: 0.024463668 + outSlope: 0.024463668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: -0.01323389 + inSlope: -0.0012438335 + outSlope: -0.0012438335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: -0.01731007 + inSlope: -0.16668846 + outSlope: -0.16668846 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: -0.025019435 + inSlope: -0.3067716 + outSlope: -0.3067716 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.03776149 + inSlope: -0.43788064 + outSlope: -0.43788064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.0832949 + inSlope: -0.26342794 + outSlope: -0.26342794 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8 + value: -0.08586825 + inSlope: 0.14931235 + outSlope: 0.14931235 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9 + value: -0.06831659 + inSlope: -0.04942034 + outSlope: -0.04942034 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.07422302 + inSlope: -0.31802708 + outSlope: -0.31802708 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -0.11200345 + inSlope: -0.7087413 + outSlope: -0.7087413 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.15769328 + inSlope: -0.49086082 + outSlope: -0.49086082 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.16977607 + inSlope: 0.14000697 + outSlope: 0.14000697 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: -0.13364391 + inSlope: 0.29957664 + outSlope: 0.29957664 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.1218916 + inSlope: 0.15605164 + outSlope: 0.15605164 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.10131014 + inSlope: 0.6077802 + outSlope: 0.6077802 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.07517467 + inSlope: 0.94112813 + outSlope: 0.94112813 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.038568325 + inSlope: 1.164065 + outSlope: 1.164065 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4666667 + value: 0.0024295922 + inSlope: 1.1667525 + outSlope: 1.1667525 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5 + value: 0.0392151 + inSlope: 0.92519474 + outSlope: 0.92519474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: 0.06410954 + inSlope: 0.51476866 + outSlope: 0.51476866 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5666666 + value: 0.073533334 + inSlope: 0.067925446 + outSlope: 0.067925446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: 0.05361094 + inSlope: -0.53978443 + outSlope: -0.53978443 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 0.032652304 + inSlope: -0.6864533 + outSlope: -0.6864533 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: 0.007847431 + inSlope: -0.802528 + outSlope: -0.802528 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: -0.020849517 + inSlope: -0.92585075 + outSlope: -0.92585075 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.766667 + value: -0.053875893 + inSlope: -1.0359218 + outSlope: -1.0359218 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.866667 + value: -0.15435249 + inSlope: -0.7220109 + outSlope: -0.7220109 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: -0.1485396 + inSlope: 0.6535113 + outSlope: 0.6535113 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: -0.09016349 + inSlope: 1.0704442 + outSlope: 1.0704442 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.05176862 + inSlope: 1.1489086 + outSlope: 1.1489086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: -0.013569656 + inSlope: 1.0258577 + outSlope: 1.0258577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.2 + value: 0.016621824 + inSlope: 0.6846037 + outSlope: 0.6846037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: 0.0301609 + inSlope: -0.3606634 + outSlope: -0.3606634 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: 0.008026344 + inSlope: -0.6381117 + outSlope: -0.6381117 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: -0.012379837 + inSlope: -0.41596487 + outSlope: -0.41596487 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.019704621 + inSlope: -0.038231812 + outSlope: -0.038231812 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4 + value: -0.014928622 + inSlope: 0.2955696 + outSlope: 0.2955696 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 0.44785908 + outSlope: 0.44785908 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: UpperChest Front-Back + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.00000051226414 + inSlope: 1.9439206 + outSlope: 1.9439206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.033333335 + value: 0.06479787 + inSlope: 2.0014963 + outSlope: 2.0014963 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.13343361 + inSlope: 2.1514273 + outSlope: 2.1514273 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.20822637 + inSlope: 2.1644871 + outSlope: 2.1644871 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.27773276 + inSlope: 1.6486998 + outSlope: 1.6486998 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.32785454 + inSlope: -0.111884415 + outSlope: -0.111884415 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.31068072 + inSlope: -0.58822906 + outSlope: -0.58822906 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.21871695 + inSlope: -1.3828753 + outSlope: -1.3828753 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.4 + value: 0.10389867 + inSlope: -1.9459736 + outSlope: -1.9459736 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.036857232 + inSlope: -1.9274392 + outSlope: -1.9274392 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.024597272 + inSlope: -1.6068728 + outSlope: -1.6068728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.07026757 + inSlope: -1.0416741 + outSlope: -1.0416741 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.53333336 + value: -0.0940422 + inSlope: -0.3896936 + outSlope: -0.3896936 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6333333 + value: -0.06525237 + inSlope: 0.5159016 + outSlope: 0.5159016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.04911315 + inSlope: 0.41394016 + outSlope: 0.41394016 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.7 + value: -0.037656367 + inSlope: 0.32159668 + outSlope: 0.32159668 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.73333335 + value: -0.027673371 + inSlope: 0.38061073 + outSlope: 0.38061073 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.76666665 + value: -0.012282315 + inSlope: 0.63443977 + outSlope: 0.63443977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8 + value: 0.014622647 + inSlope: 1.0104594 + outSlope: 1.0104594 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: 0.05508163 + inSlope: 1.3681977 + outSlope: 1.3681977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.93333334 + value: 0.20770179 + inSlope: 1.2625828 + outSlope: 1.2625828 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.26531968 + inSlope: 0.46209672 + outSlope: 0.46209672 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.27436215 + inSlope: -0.05734199 + outSlope: -0.05734199 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: 0.25491512 + inSlope: -0.32385045 + outSlope: -0.32385045 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3666667 + value: 0.20627905 + inSlope: -0.24074295 + outSlope: -0.24074295 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0.18756267 + inSlope: -0.13271314 + outSlope: -0.13271314 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0.16908826 + inSlope: -0.06326577 + outSlope: -0.06326577 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.1713518 + inSlope: 0.18293025 + outSlope: 0.18293025 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9333333 + value: 0.18689251 + inSlope: -0.02325726 + outSlope: -0.02325726 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1 + value: 0.15459774 + inSlope: 0.0021095574 + outSlope: 0.0021095574 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3666666 + value: 0.2672985 + inSlope: 0.5361229 + outSlope: 0.5361229 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: 0.30210146 + inSlope: -0.07331335 + outSlope: -0.07331335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.25989035 + inSlope: -0.587977 + outSlope: -0.587977 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7333333 + value: 0.1673962 + inSlope: -1.2549815 + outSlope: -1.2549815 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.032911073 + inSlope: -1.2113729 + outSlope: -1.2113729 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8666666 + value: -0.0044483487 + inSlope: -1.0117387 + outSlope: -1.0117387 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.076604255 + inSlope: -0.49341148 + outSlope: -0.49341148 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0333333 + value: -0.10039391 + inSlope: -0.16664134 + outSlope: -0.16664134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.09263996 + inSlope: 0.47870883 + outSlope: 0.47870883 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1333334 + value: -0.07017518 + inSlope: 0.84298056 + outSlope: 0.84298056 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.03644131 + inSlope: 1.0920981 + outSlope: 1.0920981 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2 + value: 0.0026315714 + inSlope: 1.1282914 + outSlope: 1.1282914 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: 0.038778316 + inSlope: 0.9307141 + outSlope: 0.9307141 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.064679116 + inSlope: 0.57334125 + outSlope: 0.57334125 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0.07700103 + inSlope: 0.19361556 + outSlope: 0.19361556 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.07188635 + inSlope: -0.17675339 + outSlope: -0.17675339 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4 + value: 0.06580326 + inSlope: -0.14158452 + outSlope: -0.14158452 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4333334 + value: 0.062447395 + inSlope: -0.06689212 + outSlope: -0.06689212 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5 + value: 0.05868837 + inSlope: -0.16411921 + outSlope: -0.16411921 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.05040251 + inSlope: -0.36166766 + outSlope: -0.36166766 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5666666 + value: 0.034577213 + inSlope: -0.5675911 + outSlope: -0.5675911 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.012563141 + inSlope: -0.6939292 + outSlope: -0.6939292 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.011684687 + inSlope: -0.6954958 + outSlope: -0.6954958 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6666667 + value: -0.0338032 + inSlope: -0.58745575 + outSlope: -0.58745575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.062031955 + inSlope: -0.2638103 + outSlope: -0.2638103 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8333333 + value: -0.07399401 + inSlope: -0.043352026 + outSlope: -0.043352026 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.069676325 + inSlope: 0.17116484 + outSlope: 0.17116484 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0666666 + value: -0.029895956 + inSlope: 0.3333858 + outSlope: 0.3333858 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: -0.018973218 + inSlope: 0.3195076 + outSlope: 0.3195076 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.133333 + value: -0.0085954685 + inSlope: 0.28677654 + outSlope: 0.28677654 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1666665 + value: 0.00014519918 + inSlope: 0.20555738 + outSlope: 0.20555738 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.0051083444 + inSlope: 0.04858978 + outSlope: 0.04858978 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.233333 + value: 0.0033845152 + inSlope: -0.18631943 + outSlope: -0.18631943 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: -0.0073129386 + inSlope: -0.46158797 + outSlope: -0.46158797 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: -0.027387986 + inSlope: -0.7149718 + outSlope: -0.7149718 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4 + value: -0.11904002 + inSlope: -0.9276681 + outSlope: -0.9276681 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5333333 + value: -0.19652307 + inSlope: -0.06393166 + outSlope: -0.06393166 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: -0.13416082 + inSlope: 0.847712 + outSlope: 0.847712 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8 + value: -0.013504361 + inSlope: 0.8025137 + outSlope: 0.8025137 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.01147056 + inSlope: 0.6774005 + outSlope: 0.6774005 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.05285393 + inSlope: 0.07756168 + outSlope: 0.07756168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.03821051 + inSlope: -0.5790108 + outSlope: -0.5790108 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.012402159 + inSlope: -0.9730899 + outSlope: -0.9730899 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0666666 + value: -0.026662085 + inSlope: -1.3474449 + outSlope: -1.3474449 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.13499543 + inSlope: -1.7129728 + outSlope: -1.7129728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.2710844 + inSlope: -0.65786135 + outSlope: -0.65786135 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.2829753 + inSlope: 0.46858728 + outSlope: 0.46858728 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.23984528 + inSlope: 1.4879072 + outSlope: 1.4879072 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.12352125 + inSlope: 1.8219795 + outSlope: 1.8219795 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0.00000051226414 + inSlope: 1.8695086 + outSlope: 1.8695086 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: UpperChest Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 3.1468482 + outSlope: 3.1468482 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.20921572 + inSlope: 3.0879717 + outSlope: 3.0879717 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.1 + value: 0.31075975 + inSlope: 2.8467631 + outSlope: 2.8467631 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39899993 + inSlope: 2.0126 + outSlope: 2.0126 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0.4489483 + inSlope: -0.3853061 + outSlope: -0.3853061 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.23333333 + value: 0.41924602 + inSlope: -0.8997556 + outSlope: -0.8997556 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.36666667 + value: 0.25016895 + inSlope: -2.0614817 + outSlope: -2.0614817 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.43333334 + value: 0.07614629 + inSlope: -3.0431185 + outSlope: -3.0431185 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.03080266 + inSlope: -3.1985044 + outSlope: -3.1985044 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -0.13708724 + inSlope: -2.981948 + outSlope: -2.981948 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.56666666 + value: -0.29899633 + inSlope: -1.7148609 + outSlope: -1.7148609 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: -0.39117634 + inSlope: -0.597092 + outSlope: -0.597092 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.8333333 + value: -0.4052934 + inSlope: 1.2491393 + outSlope: 1.2491393 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.96666664 + value: -0.13480808 + inSlope: 1.9562535 + outSlope: 1.9562535 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.07578521 + inSlope: 1.5329329 + outSlope: 1.5329329 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: -0.0326125 + inSlope: 1.0663037 + outSlope: 1.0663037 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0666667 + value: -0.0046982174 + inSlope: 0.6528265 + outSlope: 0.6528265 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1 + value: 0.010909224 + inSlope: 0.32959145 + outSlope: 0.32959145 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1333333 + value: 0.01727455 + inSlope: 0.0746546 + outSlope: 0.0746546 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1666666 + value: 0.015886215 + inSlope: -0.16477823 + outSlope: -0.16477823 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2 + value: 0.006289344 + inSlope: -0.4319698 + outSlope: -0.4319698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2333333 + value: -0.0129117435 + inSlope: -0.7321155 + outSlope: -0.7321155 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.2666667 + value: -0.04251842 + inSlope: -1.0315698 + outSlope: -1.0315698 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: -0.12759379 + inSlope: -1.410365 + outSlope: -1.410365 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.4666667 + value: -0.2698305 + inSlope: -0.1690918 + outSlope: -0.1690918 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5333333 + value: -0.23977111 + inSlope: 0.9605234 + outSlope: 0.9605234 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6333333 + value: -0.11926191 + inSlope: 0.9901211 + outSlope: 0.9901211 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.09158585 + inSlope: 0.6579298 + outSlope: 0.6579298 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.7666667 + value: -0.06337018 + inSlope: 0.108956575 + outSlope: 0.108956575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8 + value: -0.06024219 + inSlope: 0.066943474 + outSlope: 0.066943474 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9 + value: -0.07682499 + inSlope: -0.5891272 + outSlope: -0.5891272 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: -0.18293197 + inSlope: -1.3911772 + outSlope: -1.3911772 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.1333334 + value: -0.37170497 + inSlope: -1.1139233 + outSlope: -1.1139233 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -0.40811113 + inSlope: 0.6507134 + outSlope: 0.6507134 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3333333 + value: -0.25667006 + inSlope: 1.8575675 + outSlope: 1.8575675 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4 + value: -0.14828455 + inSlope: 1.2084838 + outSlope: 1.2084838 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.4666667 + value: -0.094026126 + inSlope: 0.6140633 + outSlope: 0.6140633 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5 + value: -0.074732296 + inSlope: 0.6533779 + outSlope: 0.6533779 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: -0.050467502 + inSlope: 0.8125724 + outSlope: 0.8125724 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5666666 + value: -0.020560853 + inSlope: 0.8593569 + outSlope: 0.8593569 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6 + value: 0.006822899 + inSlope: 0.56942344 + outSlope: 0.56942344 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6333334 + value: 0.017400673 + inSlope: -0.14103305 + outSlope: -0.14103305 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.6666667 + value: -0.002579296 + inSlope: -1.1467173 + outSlope: -1.1467173 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7 + value: -0.059047077 + inSlope: -2.1525335 + outSlope: -2.1525335 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.7666667 + value: -0.24737161 + inSlope: -2.9463043 + outSlope: -2.9463043 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: -0.4147869 + inSlope: -1.7174375 + outSlope: -1.7174375 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.9666667 + value: -0.46759185 + inSlope: 0.117092334 + outSlope: 0.117092334 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1 + value: -0.41339475 + inSlope: 1.406369 + outSlope: 1.406369 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.26768702 + inSlope: 2.8555486 + outSlope: 2.8555486 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2333333 + value: -0.048025772 + inSlope: 3.4892054 + outSlope: 3.4892054 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.2666667 + value: 0.069635935 + inSlope: 3.4918168 + outSlope: 3.4918168 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3666666 + value: 0.38567978 + inSlope: 2.4135575 + outSlope: 2.4135575 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4666667 + value: 0.4682166 + inSlope: -1.1717694 + outSlope: -1.1717694 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5333333 + value: 0.3038113 + inSlope: -3.441081 + outSlope: -3.441081 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6 + value: 0.038508166 + inSlope: -4.0855217 + outSlope: -4.0855217 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6333334 + value: -0.09608775 + inSlope: -3.842174 + outSlope: -3.842174 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -0.39619172 + inSlope: -1.8731327 + outSlope: -1.8731327 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.8666666 + value: -0.3888557 + inSlope: 2.114646 + outSlope: 2.114646 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9333334 + value: -0.18177877 + inSlope: 3.9614077 + outSlope: 3.9614077 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9666667 + value: -0.037024885 + inSlope: 4.5709896 + outSlope: 4.5709896 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 0.12295244 + inSlope: 4.817561 + outSlope: 4.817561 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.1 + value: 0.54412425 + inSlope: 2.7301373 + outSlope: 2.7301373 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.2 + value: 0.5788217 + inSlope: -2.176737 + outSlope: -2.176737 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.266667 + value: 0.33845854 + inSlope: -4.5987206 + outSlope: -4.5987206 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3 + value: 0.17289965 + inSlope: -5.0446715 + outSlope: -5.0446715 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.0021474357 + inSlope: -4.9307437 + outSlope: -4.9307437 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.366667 + value: -0.15581627 + inSlope: -4.3453765 + outSlope: -4.3453765 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.4333334 + value: -0.38575318 + inSlope: -2.4168975 + outSlope: -2.4168975 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.633333 + value: -0.2925336 + inSlope: 2.9645262 + outSlope: 2.9645262 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.7 + value: -0.056194853 + inSlope: 3.9341059 + outSlope: 3.9341059 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.733333 + value: 0.07966626 + inSlope: 4.1054955 + outSlope: 4.1054955 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 0.46749476 + inSlope: 3.1539521 + outSlope: 3.1539521 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.9333334 + value: 0.62035435 + inSlope: -0.6132144 + outSlope: -0.6132144 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.0333333 + value: 0.35173643 + inSlope: -4.076448 + outSlope: -4.076448 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1 + value: 0.06399681 + inSlope: -4.128663 + outSlope: -4.128663 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.133333 + value: -0.06750114 + inSlope: -3.6654615 + outSlope: -3.6654615 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.233333 + value: -0.34479067 + inSlope: -1.8191081 + outSlope: -1.8191081 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.266667 + value: -0.3940626 + inSlope: -0.22497946 + outSlope: -0.22497946 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3 + value: -0.35978928 + inSlope: 1.5238461 + outSlope: 1.5238461 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.366667 + value: -0.20288128 + inSlope: 2.827661 + outSlope: 2.827661 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 0 + inSlope: 3.118875 + outSlope: 3.118875 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: UpperChest Twist Left-Right + path: + classID: 95 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: RootT.y + path: + classID: 95 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Mirror/Examples/TestNT/_Animation/DancingNew.anim.meta b/Assets/Mirror/Examples/TestNT/_Animation/DancingNew.anim.meta new file mode 100644 index 000000000..97533ca91 --- /dev/null +++ b/Assets/Mirror/Examples/TestNT/_Animation/DancingNew.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d549048e409ed4a90ab7cc24822131fe +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mirror/Examples/TestNT/_Animation/HumanoidCrouch.fbx b/Assets/Mirror/Examples/TestNT/_Animation/HumanoidCrouch.fbx new file mode 100644 index 0000000000000000000000000000000000000000..6bbd1c36885073d01b2f819358cbfad316fdff8b GIT binary patch literal 5422240 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≺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 z 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%0DS>5>v;T#vs4mK-O-`RV}xoPE;i%_>4 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