diff --git a/Content/SaveSequenceRig.uasset b/Content/SaveSequenceRig.uasset
index 96f37ddb8b8e11fda9919121b8962e652d8cb488..88cd8e8bc01f66f5eaf789ba3586eaebb5abfdaf 100644
--- a/Content/SaveSequenceRig.uasset
+++ b/Content/SaveSequenceRig.uasset
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:eaaa62bba28de423b846712d4cad1743c2f26d0799b7f56f723cbef9ffec15b3
-size 4881932
+oid sha256:248456069c57d41ad03c78ffebbbeed4af77d8d0d296cc6f651465860df8f227
+size 5076199
diff --git a/Source/MoCapPlugin/Private/MCController.cpp b/Source/MoCapPlugin/Private/MCController.cpp
index cd8a20a3ef61531c256a811f47f399b5764e5b31..10278c68474a5faf6af5d6d22c81423d7c319e22 100644
--- a/Source/MoCapPlugin/Private/MCController.cpp
+++ b/Source/MoCapPlugin/Private/MCController.cpp
@@ -937,7 +937,8 @@ UAnimSequence* AMCController::SaveAsAnimSequence(const FSnapshotAnimations& Reco
 
 			AnimationSequence->SetRawNumberOfFrame(Recording.Snapshots.Num());
 			AnimationSequence->SequenceLength = (Recording.EndTime - Recording.StartTime).GetTotalSeconds();
-			
+			//AnimationSequence->SetUseRawDataOnly(true);
+
 			SetBonesAnimationInAnimSeq(Recording, AnimationSequence);
 
 			FAssetRegistryModule::AssetCreated(AnimationSequence);