delete_objects
- compas_blender.utilities.delete_objects(objects, purge_data=True)[source]
Delete multiple scene objects.
- Parameters
objects (list[bpy.types.Object]) – A list of scene objects.
purge_data (bool, optional) – If True, also delete the underlying data blocks.
- Returns
None