/
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

NameTypeRequiredComments
clipstringyesThe 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

NameFlag argumentsArgument typeExclusive toComments
a0rAdd modules to current selection
r0aRemove 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