OOF2: The Manual

Name

OOF.Settings.UndoBuffer_Size.Skeleton_Selection.Element — Set the history buffer size for Skeleton Element selections

Synopsis

OOF.Settings.UndoBuffer_Size.Skeleton_Selection.Element(size)

Details

  • Parent Menu: OOF.Settings.UndoBuffer_Size.Skeleton_Selection
  • Callback: function ElementSelectionMode.setUndoBufferSize in module ooflib.engine.skeletonselmodebase
  • Parameters:

    size
    number of previous selections to retain Type: Integer.

Description

The Element command in the OOF.Settings.UndoBuffer_Size.Skeleton_Selection menu sets the size of the history buffer used when selecting Element objects in a Skeleton. When a selection is modified, the previous size selections are preserved in the buffer, which allows the Undo and Redo commands to work. Using a large size allows more operations to be undone, but uses more memory.

[Warning] Warning

Reducing the buffer size can cause data loss.