/
redo
redo
Description
Returns your scene file to its state immediately prior to the most recent undo operation.
Shogun Post maintains a history stack of (by default) 20 undoable operations, and will allow you to redo in one step or an optional [numLevels]
number of those operations.
Note
ShogunPost only records changes (and hence allows undoing) of actual data itself; changes to selection state and various GUI controls are not undoable.
ShogunPost only records changes (and hence allows undoing) of actual data itself; changes to selection state and various GUI controls are not undoable.
Functional area
System
Command syntax
Syntax
redo "numLevels" |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
numLevels | integer | no | One argument is available and it is optional. It specifies the number of undo operations to perform in one step. Not providing this argument will redo the most recent operation (i.e. the same as specifying a value of one. |
Flags
None
Return value
void
Examples
// Redo the last operation redo;
Additional information
Related commands
, multiple selections available,