OOF2: The Manual

Name

OOF.Settings.UndoBuffer_Size.Pinned_Nodes — Set the history buffer size for node pinning operations

Synopsis

OOF.Settings.UndoBuffer_Size.Pinned_Nodes(size)

Details

  • Parent Menu: OOF.Settings.UndoBuffer_Size
  • Callback: function _setPinnedNode_UndoBufferSize in module ooflib.engine.IO.pinnodesmenu
  • Parameters:

    size
    number of previous pinned node configurations to retain Type: Integer.

Description

This command sets the size of the buffer used to store old sets of pinned nodes in a Skeleton. The buffer enables the Undo and Redo commands in the node pinning menu. Using a larger buffer size will use more memory but enable more operations to be undone.

[Warning] Warning

Reducing the buffer size can cause data loss.