mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
New UI to run BIMTester from BlenderBIM Add-on
This commit is contained in:
@@ -1348,6 +1348,14 @@ class BIM_PT_qa(Panel):
|
||||
|
||||
row = layout.row(align=True)
|
||||
row.prop(bim_properties, "scenario")
|
||||
else:
|
||||
return
|
||||
|
||||
row = layout.row()
|
||||
row.operator("bim.execute_bim_tester")
|
||||
|
||||
row = layout.row()
|
||||
row.operator("bim.bim_tester_purge")
|
||||
|
||||
layout.label(text="Quality Auditing:")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user