/
step

step

Description

Steps through animation playback by the specified number of frames.

Step is used for customizing playback speed in Shogun Post. Setting the number of frames argument to a greater number will result in faster playback. No arguments will result in stepping by 1 frame.

Functional area

Playback control

Command syntax

Syntax

step frames [-b]

Arguments

NameTypeRequiredComments
framesintegeryesstep size in frames

Flags

NameFlag argumentsArgument typeExclusive toComments
b0Step in the reverse direction

Return value

void

Examples

step 4; // Play every 4 frames in the 3D views.

Additional information

Related commands