mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
disable default vebose mode for getting shader attribute to prevent spam
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user