OOF2: The Manual

Name

OOF.LoadData.Skeleton.Nodes — Create Skeleton Nodes.

Synopsis

OOF.LoadData.Skeleton.Nodes(skeleton, points)

Details

  • Parent Menu: OOF.LoadData.Skeleton
  • Callback: function _loadNodes in module ooflib.engine.IO.skeletonIO
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    points
    A list of node positions (x,y). Type: A list of tuples of real numbers.

Description

Create Nodes in a Skeleton that is being loaded from a data file. This command must come after OOF.LoadData.Skeleton.NewPeriodic in the data file. It is only used in data files and is not directly accessible from the OOF2 user interface.