NetworkArtist.register
-
static
NetworkArtist.
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.base.Base
)artist_type (
compas_blender.artists.BaseArtist
)