Purge IDS features from BIMTester as superseded by IfcTester

This commit is contained in:
Dion Moult
2022-08-23 16:37:15 +10:00
parent 9b3f964000
commit 75e1786682
3 changed files with 2 additions and 53 deletions
@@ -62,7 +62,7 @@ def refreshScenarios(self, context):
class BimTesterProperties(PropertyGroup):
feature: StringProperty(default="", name="Feature / IDS", update=refreshScenarios)
feature: StringProperty(default="", name="Feature", update=refreshScenarios)
steps: StringProperty(default="", name="Custom Steps")
ifc_file: StringProperty(default="", name="IFC File")
audit_ifc_class: EnumProperty(items=get_ifc_classes, name="Audit Class")