mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +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
|
props["update_graph"] = prev_update_graph_value
|
||||||
|
|
||||||
@classmethod
|
@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)
|
report = (lambda *x: print(*x)) if verbose else (lambda *x: None)
|
||||||
|
|
||||||
def color_to_ifc_format(color):
|
def color_to_ifc_format(color):
|
||||||
|
|||||||
Reference in New Issue
Block a user