Specifies the options to be used during execution of the tPoseLabel command.
See Flags comments below for descriptions of their use.
Labeling
tPoseLabelOptions [-standardDeviation float] [-separationDistance float] [-currentFrameOnly boolean] [-autoLabel boolean] [-reset] |
None
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. |
void
// Increase the standard deviation to account for marker placement // on the actor not matching the VST very well. tPoseLabelOptions -standardDeviation 50; |