New import code profiler in the IFC debug panel

This commit is contained in:
Dion Moult
2020-12-20 13:48:31 +11:00
parent 3eee5aba78
commit c16b63e5ae
3 changed files with 17 additions and 0 deletions
@@ -2541,6 +2541,9 @@ class BIM_PT_debug(Panel):
scene = context.scene
props = scene.BIMDebugProperties
row = layout.row()
row.operator("bim.profile_import_ifc")
row = layout.row()
row.prop(props, "step_id", text="")
row = layout.row()