Group Operators

bpy.ops.group.create(name="Group")

Create an object group from selected objects

Parameters:name (string, (optional)) – Name, Name of the new group
bpy.ops.group.objects_add_active()

Add the object to an object group that contains the active object

bpy.ops.group.objects_remove()

Remove selected objects from all groups

bpy.ops.group.objects_remove_active()

Remove the object from an object group that contains the active object

Previous topic

Graph Operators

Next topic

Image Operators