/
stepKey
stepKey
Description
Goes to the next frame that has a key on the selected modules. (Works like findGap, but doesn't wrap). Useful for data analysis scripts.
Functional area
Playback control
Command syntax
Syntax
stepKey [-b] [-any] [-s] [-primary] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
b | 0 | — | — | Steps backwards in time |
any | 0 | — | — | Steps to the next or previous frame where X Y and Z all have keys |
s | 0 | — | — | Set selected modules |
primary | 0 | — | — | Use the primary selected modules |
Return value
boolean
Examples
//open a sample file (*.c3d) // //select markers selectByType Marker; stepKey;
Additional information
Related commands
- animRange
- fastForward
- getAnimEnd
- getPlayEnd
- getPlayStart
- getTime
- play
- playOptions
- playRange
- setRangesFollowActiveClip
- setTime
- step
- stop
, multiple selections available,