We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544d6bc commit 1085c6dCopy full SHA for 1085c6d
src/compas_blender/artists/pointartist.py
@@ -12,9 +12,6 @@
12
from compas_blender.artists import BlenderArtist
13
14
15
-__all__ = ["PointArtist"]
16
-
17
18
class PointArtist(BlenderArtist, PrimitiveArtist):
19
"""Artist for drawing points.
20
src/compas_blender/artists/vectorartist.py
@@ -13,9 +13,6 @@
from compas.geometry import Vector
-__all__ = ['VectorArtist']
class VectorArtist(BlenderArtist, PrimitiveArtist):
"""Artist for drawing vectors.
21
0 commit comments