OOF2: The Manual

Name

OOF.Skeleton.Redo — Redo a Skeleton modification.

Synopsis

OOF.Skeleton.Redo(skeleton)

Details

  • Parent Menu: OOF.Skeleton
  • Callback: function _redo in module ooflib.engine.IO.skeletonmenu
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.

Description

Redo a previously undone Skeleton modification. Undone modifications can be redone only if no new modifications have been made since the time of the last Undo.

See Also