BlenderArtist
- class compas_blender.artists.BlenderArtist(*args, **kwargs)[source]
Bases:
Artist
Base class for all Blender artists.
- Parameters
collection (str or bpy.types.Collection, optional) – The Blender scene collection the object(s) created by the artist belong to.
**kwargs (dict, optional) – Additional keyword arguments. See
compas.artists.Artist
for more info.
- Attributes
collection (bpy.types.Collection) – The collection containing the object(s) created by this artist.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear all objects from the view.
The main drawing method.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.