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 in the skeleton parameter. Selections are stored on a stack, and the Undo pops a selection off the stack. The Redo places a selection back onto the stack.

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