OOF2: The Manual

Name

OOF.Skeleton.Copy — Copy a Skeleton.

Synopsis

OOF.Skeleton.Copy(skeleton, name)

Details

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

    skeleton
    Type: The path to an existing Skeleton object.
    name
    Name of the copy. Type: A character string containing no colons (:), or the value automatic.

Description

Make a copy of a Skeleton. The new Skeleton belongs to the same Microstructure as the original. Meshes belonging to the original Skeleton will not be copied.

See Also