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 57f649b commit 306793cCopy full SHA for 306793c
LoopStructural/visualisation/lavavu.py
@@ -104,7 +104,6 @@ def _add_surface(
104
surfaceval[:] = paint_with.evaluate_value(
105
self.model.scale(vertices, inplace=False)
106
)
107
- print(surfaceval)
108
surf.values(surfaceval, "paint_with")
109
if callable(paint_with):
110
# paint with a callable function e.g. (xyz)->value
0 commit comments