mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
remove debug print
This commit is contained in:
@@ -691,7 +691,6 @@ class BIM_PT_external_parametric_geometry(bpy.types.Panel):
|
|||||||
# should find a way to update only on graph changes.
|
# should find a way to update only on graph changes.
|
||||||
res = tool.Model.update_mesh_from_sverchok(obj, props.sverchok_nodes)
|
res = tool.Model.update_mesh_from_sverchok(obj, props.sverchok_nodes)
|
||||||
if res is not None:
|
if res is not None:
|
||||||
print(res)
|
|
||||||
layout.label(text=f"Error Updating from Graph, See System Console", icon="ERROR")
|
layout.label(text=f"Error Updating from Graph, See System Console", icon="ERROR")
|
||||||
|
|
||||||
layout.label(text="Parameters:")
|
layout.label(text="Parameters:")
|
||||||
|
|||||||
Reference in New Issue
Block a user