OOF2: The Manual

Name

OOF.Graphics_n.Toolbox.Pin_Nodes.Redo — Redo the latest undone pin.

Synopsis

OOF.Graphics_n.Toolbox.Pin_Nodes.Redo(skeleton)

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Pin_Nodes
  • Callback: function PinnedNodesToolbox.redoPin in module ooflib.engine.IO.pinnodes
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.

Description

Redo a previously undone Node pinning operation in the given skeleton. Undone operations can be redone only if no new Nodes were pinned or unpinned since the time of the last Undo command.

This command is equivalent to OOF.Skeleton.PinNodes.Redo, which perform the same task from the Pin Nodes page in the main OOF2 window.