This command groups the specified objects under a new group and returns the name of the new group. If the -em flag is specified, then an empty group (with no objects) is created. If the -w flag is specified then the new group is placed under the world, otherwise if -p is specified it is placed under the specified node. If neither -w or -p is specified the new group is placed under the lowest common group they have in common. (or the world if no such group exists) If an object is grouped with another object that has the same name then one of the objects will be renamed by this command.
preserve existing world object transformations (overall object transformation is preserved by modifying the objects local transformation) [default]
create an empty group (with no objects in it)
Assign given name to new group node.
put the new group under the given parent
preserve existing local object transformations (relative to the new group node)
Use the specified node as the group node. The specified node must be derived from the transform node and must not have any existing parents or children. Flag can have multiple arguments, passed either as a tuple or a list.
put the new group under the world
Derived from mel command maya.cmds.group