disguise developers

Designer Plugins

Plugins for Disguise Designer software.

RigidBodyTrackingSource

Base class: ObjectTrackingSource

Properties

actionOnTrackingLost : int

Action to carry out if tracking is lost for any reason

calibrated : int

constrainXYZEnabled : Vec

Limiting motion in XYZ dimensions (0 = off, 1 = on)

constrainXYZRotEnabled : Vec

Limiting motion in XYZ orientations (0 = off, 1 = on)

constraintXYZMax : Vec

Limit in the +XYZ Axes (m)

constraintXYZMin : Vec

Limit in the -XYZ Axes (m)

constraintXYZRotMax : Vec

Limit the +XYZ Rotation (deg)

constraintXYZRotMin : Vec

Limit the -XYZ Rotation (deg)

engaged : int

fixed : List[ReferencePoint]

isPositionApproximationEnabled : int

With this option enabled the RigidBody solver will attempt to track position (excluding any rotation) if there are 1 or 2 points visible. Note: only valid for the RigidBody solver, which requires 3 visible tracked points for a full solve of position and rotation.

nSolverIterations : int

Number of iterations to improve base solved pose.

offset : Vec

Set a tweak offset. Only active when receiving tracking data

offsets : List[Vec]

posThreshold : float

Set this to a value greater than zero to prevent Dynamic Blend from recomputing because of static oscillation

resetPosition : Vec

Stage position to return to in ‘Reset’ mode

resetRotation : Vec

Stage Orientation to return to in ‘Reset’ mode

rotation : Vec

Set a tweak rotation. Only active when receiving tracking data

rotationThreshold : float

Set this to a value greater than zero to prevent Dynamic Blend from recomputing because of static oscillation

samplingSnapFixedPoints : bool (Read-Only)

smoothingFactorSolvedOffset : float

solverMode : int

The RigidBody solver requires 3 visible tracked points for a full solve of position and rotation. The Actor solver will only solve for position and requires at least 1 visible tracked point.

tpReceiveTimeoutSecs : float

Tracked point receive timeout after N seconds. Applies to all tracked points for rigid body.

tpReceivingForThresholdSecs : float

Tracked point receiving with confidence threshold after N seconds. Applies to all tracked points for rigid body.

tpStoppedReceivingForThresholdSecs : float

Tracked point remove from stage after N seconds. Applies to all tracked points for rigid body.

tracked : List[TrackedPoint]

trackingLostTimeout : float

How long to wait after tracking loss before executing the action

trackingRegainedAnimationDuration : float

Duration of animating position to tracked position when tracking is regained

Methods

addPair(self)

removePair(self)

showBtMarkers(self, onOff: bool)

snapFixedPoints(self)