From c2bcb112e6c114acc27780633e2c238c2567abf1 Mon Sep 17 00:00:00 2001 From: pnossol <patrick.nossol@gmail.com> Date: Tue, 3 Jan 2023 11:23:28 +0100 Subject: [PATCH] treid foot wiggling --- Content/SaveSequenceRig.uasset | 4 ++-- Source/MoCapPlugin/Private/MCController.cpp | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Content/SaveSequenceRig.uasset b/Content/SaveSequenceRig.uasset index 96f37dd..88cd8e8 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 cd8a20a..10278c6 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); -- GitLab