Cycle

Function
This obsolete function takes an input clip and cycles the frames, either as a loop, or as a ping-pong effect. It has been replaced by functionality in the Time View. For more information, jump to About The Time View.

Synopsis

image Cycle(image, 
  float first, 
  float last, 
  int mirror 
);

Script

image = Cycle( image, first, last, mirror );

Command Line

shake -cycle first last mirror
Parameters
Type
Function
first/last
int
These set the first and last frames to be taken as the clip length
mirror
int

This tells Shake to either loop the clip or to ping-pong it:

0 = loop
1 = ping-pong

See Also
Repeat, Freeze