OOF2: The Manual

Name

OOF.SegmentGroup.Rename_Group — Rename a segment group.

Synopsis

OOF.SegmentGroup.Rename_Group(skeleton,group,new_name)

Details

  • Parent Menu: OOF.SegmentGroup
  • Callback: function _rename_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 renamed. Type: The name of a group of Skeleton segments.
    new_name
    New name for the segment group Type: A character string.

Description

Rename a SegmentGroup. The given new_name must be unique among all SegmentGroups in the Skeleton. If it is not unique, it will be made so by appending <x> , where x is an appropriate integer.