Package bpy :: Package ops :: Module group
[hide private]
[frames] | no frames]

Module group

Functions [hide private]
 
create(name='Group')
Create an object group from selected objects.
 
objects_add_active()
Add the object to an object group that contains the active object.
 
objects_remove()
Remove selected objects from all groups.
 
objects_remove_active()
Remove the object from an object group that contains the active object.
Function Details [hide private]

create(name='Group')

 

Create an object group from selected objects.

Parameters:
  • name (string)