...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
rangeMode | 1 | string | — | Set the range mode of the autolabel operation to one of the following values:playrange Autolabel the frames contained in the entire play rangeselectedranges Autolabel only the selected frames, extending labels to the entire trajectory including to frames outside the selected rangesselectedrangesonly Autolabel the selected frames, and do not extend application of labeling beyond the selected ranges, breaking trajectories if necessarycurrentframe Autolabel the trajectories in the current frame without breaking them |
Return value
void
Examples
...
// Autolabel the entire play range.
...
autoLabel -rangeMode "playRange";
Additional information
Related commands
...