Redo

Introduced

4.2

Description

Redoes the last command that was undone in the command stack. This is the scripting equivalent of selecting Redo from the main Edit menu or pressing Ctrl+Y in the user interface.

Note: Redo is only available after an Undo operation.

Warning: Don't call this command to undo changes to scene data from a custom command. Custom commands are only allowed to use the Undo and Redo commands for user data. For more information, see Undoing and Redoing Custom Commands.

Scripting Syntax

Redo( [Repetitions] )

Parameters

Parameter

Type

Description

Repetitions [in/out]

Integer

Number of times to redo. May stop earlier if there are no more commands to redo.

Default Value: 1

See Also

Undo

Examples

• See Redo.1.js



Autodesk Softimage 2011