OOF2: The Manual

Name

OOF.SegmentSelection.Undo — Undo a Skeleton segment selection.

Synopsis

OOF.SegmentSelection.Undo(skeleton)

Details

  • Parent Menu: OOF.SegmentSelection
  • Callback: function _undo in module ooflib.engine.IO.skeletonselectmenu
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.

Description

Undo the most recent Segment selection operation in the given skeleton. To undo the Undo, use OOF.SegmentSelection.Redo.

The number of times that Undo can be used is limited by the size of the undo buffer. When the buffer is full, the oldest selections will be lost when new selections are made. The buffer size can be changed by OOF.Settings.UndoBuffer_Size.Skeleton_Selection.Segment or OOF.Settings.UndoBuffer_Size.Skeleton_Selection.All.

This command is equivalent to OOF.Graphics_n.Toolbox.Select_Segment.Undo.

See Also