From 6671d13a6195e1bc22752b44b87d027da278752c Mon Sep 17 00:00:00 2001 From: Patrick Nossol <patrick.nossol@vr.rwth-aachen.de> Date: Wed, 19 Oct 2022 16:53:51 +0200 Subject: [PATCH] Beautified rig a little --- Content/SaveSequenceRig.uasset | 4 ++-- Source/MoCapPlugin/Public/MCAnimInstance.h | 3 +++ Source/MoCapPlugin/Public/MCController.h | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Content/SaveSequenceRig.uasset b/Content/SaveSequenceRig.uasset index a3a0167..0afe1e0 100644 --- a/Content/SaveSequenceRig.uasset +++ b/Content/SaveSequenceRig.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ef0c84756a25eda2b87aa68152b2a8c22126efa51b953127567135cce6dc0ad -size 4842811 +oid sha256:02e2dd1c997aae29d990c6ea31044d48a77af7946b6ba6bcaa357b16ccac58ca +size 4810466 diff --git a/Source/MoCapPlugin/Public/MCAnimInstance.h b/Source/MoCapPlugin/Public/MCAnimInstance.h index 9fa43e9..73a63e6 100644 --- a/Source/MoCapPlugin/Public/MCAnimInstance.h +++ b/Source/MoCapPlugin/Public/MCAnimInstance.h @@ -59,6 +59,9 @@ public: UPROPERTY(BlueprintReadWrite) bool UseHandPos; + UPROPERTY(BlueprintReadWrite) + bool SkipCalibration; + virtual void NativeInitializeAnimation() override; virtual void NativeUpdateAnimation(float DeltaSeconds) override; diff --git a/Source/MoCapPlugin/Public/MCController.h b/Source/MoCapPlugin/Public/MCController.h index 940b91b..c7e7b43 100644 --- a/Source/MoCapPlugin/Public/MCController.h +++ b/Source/MoCapPlugin/Public/MCController.h @@ -176,10 +176,10 @@ public: UPROPERTY(EditAnywhere, meta = (DisplayName = "Lock Feet To Green Foot Indicators", Category = "MotionCapture Anim")) bool LockFeet = true; - UPROPERTY(EditAnywhere, meta = (DisplayName = "Use the captured hand position", Category = "MotionCapture Anim")) + UPROPERTY(EditAnywhere, meta = (DisplayName = "Use Captured Hand Position", Category = "MotionCapture Anim")) bool UseHandPosition = true; - UPROPERTY(EditAnywhere, meta = (DisplayName = "Limit the hand rotation (can cause rotational jumping)", Category = "MotionCapture Anim")) + UPROPERTY(EditAnywhere, meta = (DisplayName = "Limit Hand Rotation (can cause rotational jumping)", Category = "MotionCapture Anim")) bool LimitHandRotation = false; //UPROPERTY(EditAnywhere, meta = (DisplayName = "Edit Offsets Mode", Category = "MotionCapture Anim")) -- GitLab