/
setTrackList
setTrackList
Description
Sets the list of objects that the 3D views should track/follow for the cameraView "Track Objects" tracking mode.
"Track Objects" forces the camera to follow a set of objects. Use this command to set or modify the list of objects that the camera will follow. It uses the selected objects in the scene to set the list. The "Track Objects" tracking mode is helpful when editing multi-person shots, or when following a group of objects but changing selection frequently.
Functional area
Interface
Command syntax
Syntax
setTrackList [-a] [-r] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
a | 0 | — | r | Add to the list of objects. |
r | 0 | — | a | Remove from the list of objects. |
Return value
void
Examples
// Select a set of markers to tracks selectSet "Waist"; // Set the tracking mode on the 3D views cameraView -track "Objects"; // Set the list of objects to track .setTrackList;
Additional information
Related commands
, multiple selections available,