Scripting API

<<SelectiveRedo Main Index Sepia>>
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

SelectiveUndo

Script Name: SelectiveUndo
Name: Selective Undo
Library: CmdPyScript
Description: Undo the listed commands. The commands are specified by their order in the history palette - the bottom most (oldest) command in the pane is item 1, the next is item 2, etc. All commands are included, even non-undoable ones. All commands specified must be undoable or the operation will fail.
Status bar text: Undo the commands selected in the history palette
Tool tip text: Undo Selected
 
Parameter Repository:
NameScript NameType Description Supports None Default Minimum Maximum
Command IndicesCmdIndicesListList of command indices. The numbers start at 1 for the oldest item in the script and go up from there. All commands that would appear in the history palette, including non-undoable are included in the count.No0
General SettingsGeneralSettingsParameter RepositoryContains parameters that control the execution of the command.No
 
Command Attributes:
IsExternal: true
NoCommandHistory: true
NoRepeat: true
ProcessChanges: true
NoIsValidCache: true
 
Resource Attributes:
HelpID:33418