OOF2: The Manual

Name

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

Synopsis

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

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Select_Segment
  • 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 Segment 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 Segments have been selected since the last Undo.