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