draw_curves

compas_blender.utilities.draw_curves(curves, collection=None)[source]

Draw curve objects.

Parameters
  • curves (list[dict]) – A list of dicts describing the curves.

  • collection (str | bpy.types.Collection, optional) – The Blender scene collection that should contain the objects created by this function.

Returns

list[bpy.types.Object]