OOF2: The Manual

Name

OOF.LoadData.Skeleton.NodeGroup — Load Node Group. Used internally in data files.

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

Load a node group.