OOF2: The Manual

Name

OOF.NodeGroup.Copy_Group — Make a copy of a node group.

Synopsis

OOF.NodeGroup.Copy_Group(skeleton,group,new_name)

Details

  • Parent Menu: OOF.NodeGroup
  • Callback: function _copy_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 copied. Type: The name of a group of Skeleton nodes.
    new_name
    Name for the copy. Type: A character string, or the variable automatic.

Description

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