/
tPoseLabelOptions
tPoseLabelOptions
Description
Specifies the options to be used during execution of the tPoseLabel command.
See Flags comments below for descriptions of their use.
Functional area
Labeling
Command syntax
Syntax
tPoseLabelOptions [-standardDeviation float] [-separationDistance float] [-currentFrameOnly boolean] [-autoLabel boolean] [-reset] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
standardDeviation | 1 | float | — | The expected error in marker placement between the VST and actor's markers as a standard deviation of their distance from each other. |
separationDistance | 1 | float | — | The expected distance between the actors when TPose label is performed when multiple actors are in the scene. |
currentFrameOnly | 1 | boolean | — | Applies the labels to the current frame only. |
reset | 0 | — | — | Resets the options to default values. |
Return value
void
Examples
// Increase the standard deviation to account for marker placement // on the actor not matching the VST very well. tPoseLabelOptions -standardDeviation 50;
Additional information
Related commands
, multiple selections available,
Related content
tPoseLabel
tPoseLabel
More like this
autoVSTOptions
autoVSTOptions
More like this
calibrateProp
calibrateProp
More like this
scaleCharacter
scaleCharacter
More like this
calibrateLabelingSubject
calibrateLabelingSubject
More like this
createPropVSTOptions
createPropVSTOptions
More like this