OOF2: The Manual
Name
OOF.Graphics_n.Toolbox.Pin_Nodes.Undo — Undo the latest pin.
Synopsis
OOF.Graphics_n.Toolbox.Pin_Nodes.Undo(skeleton)
Details
- Parent Menu: OOF.Graphics_n.Toolbox.Pin_Nodes
-
Callback: function
PinnedNodesToolbox.undoPinin moduleooflib.engine.IO.pinnodes -
Parameters:
skeleton- Type: The path to an existing
Skeletonobject.
Description
Undo the most recent Node pinning operation in the given
skeleton. To undo the Undo,
use OOF.Skeleton.PinNodes.Redo.
The number of times that Undo can be used is limited by the size of the undo buffer. When the buffer is full, the oldest selections will be lost when new selections are made. The buffer size can be changed by OOF.Settings.UndoBuffer_Size.Pinned_Nodes.
This command is equivalent to OOF.Skeleton.PinNodes.Undo, which perform the same task from the Pin Nodes page in the main OOF2 window.



