OOF2: The Manual

Name

OOF.NodeSelection.Unselect_Group — Unselect the members of a group.

Synopsis

OOF.NodeSelection.Unselect_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 deselect. Type: The name of a group of Skeleton nodes.

Description

Deselect all of the Nodes that are members of the specified group. Any Nodes that are members of the group but that are not currently selected will be unaffected.