draw_points
- compas_blender.utilities.draw_points(points, collection=None)[source]
Draw point objects.
- Parameters
points (list[dict]) – A list of dicts describing the points.
collection (str or bpy.types.Collection, optional) – The Blender scene collection that should contain the objects created by this function.
- Returns
list[bpy.types.Object]