OOF2: The Manual

Name

OOF.NodeSelection.Add_Group — Select the members of a group, retaining the current selection.

Synopsis

OOF.NodeSelection.Add_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 of the Nodes in the given group in addition to all of the currently selected Nodes. To select only the Nodes in a group, discarding the previous selection, use OOF.NodeSelection.Select_Group.