OOF2: The Manual

Name

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

Synopsis

OOF.SegmentSelection.Unselect_Group(skeleton,group)

Details

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

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

Description

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