OOF2: The Manual

Name

OOF.NodeSelection.Select_Group — Select the members of a group, discarding the current selection.

Synopsis

OOF.NodeSelection.Select_Group(skeleton,group)

Details

  • Parent Menu: OOF.NodeSelection
  • Callback: function modify in module ooflib.engine.skeletonselectionmod
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    group
    Node group to select. Type: The name of a group of Skeleton nodes.

Description

Select all the Nodes in the given group. The currently selected Nodes will first be deselected. To select a group without first deselecting, use OOF.NodeSelection.Add_Group.