OOF2: The Manual

Name

OOF.Settings.UndoBuffer_Size.Pixel_Selection — Set the history buffer size for Pixel Selections

Synopsis

OOF.Settings.UndoBuffer_Size.Pixel_Selection(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 Pixel Selection command in the OOF.Settings.UndoBuffer_Size menu sets the size of the history buffer for Pixel Selection 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.