OOF2: The Manual

Name

OOF.LoadData.Skeleton.NodeGroup — Create a Node group.

Synopsis

OOF.LoadData.Skeleton.NodeGroup(skeleton, name, nodes)

Details

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

    skeleton
    Type: The path to an existing Skeleton object.
    name
    Name for the node group. Type: A character string.
    nodes
    List of node indices. Type: A list of integers.

Description

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