CapsuleArtist.draw
- CapsuleArtist.draw(color: Optional[Union[Tuple[int, int, int], Tuple[float, float, float]]] = None, u: Optional[int] = None, v: Optional[int] = None) List[bpy.types.Object] [source]
Draw the capsule associated with the artist.
- Parameters
color (tuple of float or tuple of int, optional) – The RGB color of the capsule.
u (int, optional) – Number of faces in the “u” direction. Default is
~CapsuleArtist.u
.v (int, optional) – Number of faces in the “v” direction. Default is
~CapsuleArtist.v
.
- Returns
list – The objects created in Blender.