OOF2: The Manual

Name

OOF.NodeSelection.Intersect_Group — Select the intersection of a group and the current selection.

Synopsis

OOF.NodeSelection.Intersect_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 the Nodes that are both in the given group and in the current selection.