File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,7 @@ def draw_vertices(self):
5454 vertices += list (self .mesh .vertices_where (is_fixed = True ))
5555 if self .show_supports :
5656 vertices += list (self .mesh .vertices_where (is_support = True ))
57- if vertices :
58- self .show_vertices = vertices
57+ self .show_vertices = vertices
5958
6059 for vertex in self .mesh .vertices ():
6160 if self .mesh .vertex_attribute (vertex , "is_support" ):
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ def draw_vertices(self):
6969 vertices += list (self .mesh .vertices_where (is_fixed = True ))
7070 if self .show_supports :
7171 vertices += list (self .mesh .vertices_where (is_support = True ))
72- if vertices :
73- self .show_vertices = vertices
72+ self .show_vertices = vertices
7473
7574 for vertex in self .mesh .vertices ():
7675 if self .mesh .vertex_attribute (vertex , "is_support" ):
Original file line number Diff line number Diff line change @@ -107,8 +107,7 @@ def draw_vertices(self):
107107 vertices += list (self .mesh .vertices_where (is_fixed = True ))
108108 if self .show_supports :
109109 vertices += list (self .mesh .vertices_where (is_support = True ))
110- if vertices :
111- self .show_vertices = vertices
110+ self .show_vertices = vertices
112111
113112 for vertex in self .mesh .vertices ():
114113 if self .mesh .vertex_attribute (vertex , "is_support" ):
You can’t perform that action at this time.
0 commit comments