Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Enables you to return your scene file to its state immediately prior to a single previous operation, or many recent operations.

Undo is a staple command of virtually all computer software. Shogun Post maintains a history stack of 20 operations, and enables you to undo in one step an optional [nLevels] number of those operations.

Functional area

System

Command syntax

Syntax

undo [depth][-enable] [-disable]

Arguments

NameTypeRequiredComments
depth
NoSpecifies the number of previous operations to undo in one step

Flags

NameFlag argumentsArgument typeExclusive toComments
enable0disable
disable0enable

Return value

void

Examples

undo; //undo the previous operation
undo 6; // undo the previous 6 operations.

Additional information

Related commands

  • No labels