Skip to content

Commit ddae141

Browse files
committed
don't overwrite defaults
1 parent c204797 commit ddae141

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/compas_rhino/artists/__init__.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686

8787
from compas.plugins import plugin
8888
from compas.artists import Artist
89-
from compas.artists import ShapeArtist
9089

9190
from compas.geometry import Circle
9291
from compas.geometry import Frame
@@ -141,22 +140,6 @@
141140

142141
BaseArtist = RhinoArtist
143142

144-
ShapeArtist.default_color = (255, 255, 255)
145-
146-
# MeshArtist.default_color = (0, 0, 0)
147-
# MeshArtist.default_vertexcolor = (255, 255, 255)
148-
# MeshArtist.default_edgecolor = (0, 0, 0)
149-
# MeshArtist.default_facecolor = (255, 255, 255)
150-
151-
NetworkArtist.default_nodecolor = (255, 255, 255)
152-
NetworkArtist.default_edgecolor = (0, 0, 0)
153-
154-
VolMeshArtist.default_color = (0, 0, 0)
155-
VolMeshArtist.default_vertexcolor = (255, 255, 255)
156-
VolMeshArtist.default_edgecolor = (0, 0, 0)
157-
VolMeshArtist.default_facecolor = (255, 255, 255)
158-
VolMeshArtist.default_cellcolor = (255, 0, 0)
159-
160143

161144
@plugin(category='drawing-utils', pluggable_name='clear', requires=['Rhino'])
162145
def clear_rhino():

0 commit comments

Comments
 (0)