MeshArtist.register
- static MeshArtist.register(item_type: Type[compas.data.data.Data], artist_type: Type[compas_blender.artists._artist.BaseArtist])[source]
Register a type of COMPAS object with a Blender artist.
- Parameters
item_type (
compas.data.Data
)artist_type (
compas_blender.artists.BaseArtist
)