OOF2: The Manual

Name

OOF.Settings.UndoBuffer_Size.Skeleton — Set the history buffer size for Skeletons

Synopsis

OOF.Settings.UndoBuffer_Size.Skeleton(size)

Details

  • Parent Menu: OOF.Settings.UndoBuffer_Size
  • Callback: function WhoDoUndoClass.setUndoBufferSize in module ooflib.common.IO.whoville
  • Parameters:

    size
    number of previous versions to preserve Type: Integer.

Description

The Skeleton command in the OOF.Settings.UndoBuffer_Size menu sets the size of the history buffer for Skeleton objects. When an object is modified, the previous size objects 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.