OOF2: The Manual

Name

OOF.NodeGroup.Delete_Group — Remove a node group.

Synopsis

OOF.NodeGroup.Delete_Group(skeleton,group)

Details

  • Parent Menu: OOF.NodeGroup
  • Callback: function _remove_group in module ooflib.engine.IO.skeletongroupmenu
  • Options: cli_only=1
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    group
    Name of the group to be deleted. Type: The name of a group of Skeleton nodes.

Description

Delete the given NodeGroup from the Skeleton. The Nodes themselves are not affected.