delete_objects_by_names
- compas_blender.utilities.delete_objects_by_names(names)[source]
Delete the scene objects corresponding to the list of names.
- Parameters
names (list[str]) – The names of the Blender scene object.
- Returns
None
Delete the scene objects corresponding to the list of names.
names (list[str]) – The names of the Blender scene object.
None