Skip to content
Snippets Groups Projects
Commit 6671d13a authored by Patrick Nossol's avatar Patrick Nossol
Browse files

Beautified rig a little

parent c2f313b2
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -59,6 +59,9 @@ public:
UPROPERTY(BlueprintReadWrite)
bool UseHandPos;
UPROPERTY(BlueprintReadWrite)
bool SkipCalibration;
virtual void NativeInitializeAnimation() override;
virtual void NativeUpdateAnimation(float DeltaSeconds) override;
......
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment