/
selectKeys

selectKeys

Description

Selects or deselects keys on the selected channels.

Use selectKeys when you need to work with specific key sets; Shogun Post allows single or multiple range selections. To select keys only within certain properties: Translation, or Rotation for example, use selectProperty to include/exclude them.

Functional area

Selection

Command syntax

Syntax

selectKeys [-a] [-r] [-invert] [-all] [-ranges] [-primaryOnly]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
a0r, invertAdd keys in selected time ranges to current key selection
r0a, invertRemove keys in selected time ranges from current key selection
invert0a, r, allInverts the selection from the currently selected keys to the unselected keys
all0rangesSelect all keys of all selected properties.
ranges0allSelect all keys on currently active properties that lie within the selected time ranges.
primaryOnly0Selects keys on the primary Module only.

Return value

void

Examples

// In this example 3 objects are selected, then a range
// within the playRange, then a subset of the object's properties,
// finally selecting the range of keys falling within the 
// indicated range on the indicated properties.
select LMWT LFWT LBWT;
selectRange 200 240;
selectProperty Translation;
selectKeys -ranges;

Additional information

Related commands