mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
fix: Remove "Animatable" Property from the IFC Tester checkboxes
This commit is contained in:
committed by
Dion Moult
parent
95c457f53d
commit
16e8c504f3
@@ -51,9 +51,9 @@ class IfcTesterProperties(PropertyGroup):
|
||||
specs: StringProperty(default="", name="IDS File")
|
||||
ifc_file: StringProperty(default="", name="IFC File")
|
||||
should_load_from_memory: BoolProperty(default=False, name="Load from Memory")
|
||||
generate_html_report: BoolProperty(default=False, name="Generate HTML report")
|
||||
generate_ods_report: BoolProperty(default=False, name="Generate ODS report")
|
||||
flag: BoolProperty(default=False, name="Flag Failed Entities")
|
||||
generate_html_report: BoolProperty(default=False, name="Generate HTML report", options=set())
|
||||
generate_ods_report: BoolProperty(default=False, name="Generate ODS report", options=set())
|
||||
flag: BoolProperty(default=False, name="Flag Failed Entities", options=set())
|
||||
active_specification_index: IntProperty(name="Active Specification Index", update=update_active_specification_index)
|
||||
old_index: IntProperty(name="", default=0)
|
||||
active_failed_entity_index: IntProperty(name="Active Failed Entity Index")
|
||||
|
||||
Reference in New Issue
Block a user