disable default vebose mode for getting shader attribute to prevent spam

This commit is contained in:
Andrej730
2023-07-03 16:56:47 +05:00
parent 5ce7abbda0
commit 3fa5679bd7
+1 -1
View File
@@ -199,7 +199,7 @@ class Style(blenderbim.core.tool.Style):
props["update_graph"] = prev_update_graph_value
@classmethod
def get_surface_rendering_attributes(cls, obj, verbose=True):
def get_surface_rendering_attributes(cls, obj, verbose=False):
report = (lambda *x: print(*x)) if verbose else (lambda *x: None)
def color_to_ifc_format(color):