/
selectClipObjects
selectClipObjects
Description
Selects the modules that exist on the specified clip(s).
More then one clip can be specified. Can be used in conjunction with the removeFromClip command.
Functional area
NLE
Command syntax
Syntax
selectClipObjects clip ...[-a] [-r] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
clip | string | yes | The clip whose modules you want selected. May specify multiple clips by name or specify an array of clips. If no clips are specified, then modules with data for the active clip will be selected. |
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
a | 0 | — | r | Add modules to current selection |
r | 0 | — | a | Remove modules from current selection |
Return value
void
Examples
// Select all modules with data for the active clip, adding to the // scene selection selectClipObjects -a;
Additional information
Related commands
, multiple selections available,