/
zeroKey
zeroKey
Description
This command sets a key on the selected module to the base value (default is zero). The operation can be applied to the selected ranges or to the entire play range using the appropriate flags, or just the current frame if no flags are supplied.
Functional area
Data editing
Command syntax
Syntax
zeroKey [-primaryOnly] [-ranges] [-all] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
primaryOnly | 0 | — | — | Operate on the primary selected module only |
ranges | 0 | — | all | Set the keys to the base value only on the frames within the selected ranges |
all | 0 | — | ranges | Set the keys to the base value on the whole play range |
Return value
void
Examples
// Select a marker select Marker_1; zeroKeys -all;
, multiple selections available,
Related content
createKey
createKey
More like this
findSelectedKeys
findSelectedKeys
More like this
setPosition
setPosition
More like this
selectByName
selectByName
More like this
getSelectedKeys
getSelectedKeys
More like this
selectSet
selectSet
More like this