OOF2: The Manual

Name

OOF.Graphics_n.Toolbox.Select_Node.Redo — Redo the latest undone selection.

Synopsis

OOF.Graphics_n.Toolbox.Select_Node.Redo(skeleton)

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Select_Node
  • Callback: function SkelSelectToolbox.redoCB in module ooflib.common.IO.genericselecttoolbox
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.

Description

Redo the previously undone Node selection in the Skeleton named by the skeleton parameter. This undoes a previous Undo.

It's only possible to Redo a selection if no other Nodes have been selected since the last Undo.

This command is equivalent to OOF.NodeSelection.Redo, which performs the same task from the main OOF2 window.