Calibrates labeling subjects. Replaces deprecated command calibrateCharacter.
If no labeling subjects are selected, calibrates all labeling subjects in the scene. If one or more labeling subjects are selected, calibrates each one.
Calibration uses the entire play range unless the -ranges
flag is used. See calibrateLabelingSubjectOptions command to set calibration options.
Labeling
calibrateLabelingSubject [-ranges] |
None
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
ranges | 0 | — | — | Performs the calibration only over the selected time ranges. |
void
// Calibrate all labeling subjects in the scene. calibrateLabelingSubject; |