OOF2: The Manual
Name
OOF.Settings.UndoBuffer_Size.Skeleton_Selection.Segment — Set the history buffer size for Skeleton Segment selections
Synopsis
OOF.Settings.UndoBuffer_Size.Skeleton_Selection.Segment(size
)
Details
- Parent Menu: OOF.Settings.UndoBuffer_Size.Skeleton_Selection
-
Callback: function
SegmentSelectionMode.setUndoBufferSize
in moduleooflib.engine.skeletonselmodebase
-
Parameters:
size
- number of previous selections to retain Type: Integer.
Description
The Segment command in the OOF.Settings.UndoBuffer_Size.Skeleton_Selection
menu sets the size of the history buffer used when selecting
Segment
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 |
---|---|
Reducing the buffer size can cause data loss. |