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 e8b1d00e6d
commit 7680652c28
+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):