draw_pointcloud
- compas_blender.utilities.draw_pointcloud(points, collection=None)[source]
Draw point objects as a single cloud.
- Parameters
points (list[dict]) – A list of dicts describing the points of the pointcloud.
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]