BlenderArtist
- class compas_blender.artists.BlenderArtist(*args, **kwargs)[source]
Bases:
compas.artists.artist.Artist
Base class for all Blender artists.
- Attributes
objects (list) – A list of Blender objects (unique object names) created by the artist.
Methods
build
(item, **kwargs)Build an artist corresponding to the item type.
build_as
(item, artist_type, **kwargs)clear
()Delete all objects created by the artist.
draw
()draw_collection
(collection)get_artist_cls
(data, **kwargs)redraw
()register
(item_type, artist_type)