get_objects_by_names

compas_blender.utilities.get_objects_by_names(names)[source]

Get the objects corresponding to the given names.

Parameters

names (list[str]) – The names of the Blender scene object.

Returns

list[bpy.types.Object]