Skip to content

Commit 68558ee

Browse files
authored
Merge pull request #1030 from compas-dev/remove-pre-color-overwrites
Remove leftovers
2 parents bf12738 + a2acf56 commit 68558ee

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

src/compas_rhino/artists/__init__.py

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
from compas.plugins import plugin
8888
from compas.artists import Artist
89-
from compas.artists import ShapeArtist
89+
9090
from compas.geometry import Circle
9191
from compas.geometry import Frame
9292
from compas.geometry import Line
@@ -141,23 +141,6 @@
141141
BaseArtist = RhinoArtist
142142

143143

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-
160-
161144
@plugin(category="drawing-utils", pluggable_name="clear", requires=["Rhino"])
162145
def clear_rhino():
163146
compas_rhino.clear()

0 commit comments

Comments
 (0)