OOF2: The Manual

Name

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

Synopsis

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

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Select_Element
  • 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 Element 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 Elements have been selected since the last Undo.

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