mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
fix: Remove "ANIMATABLE" option from the should_load_from_memory property
This commit is contained in:
committed by
Dion Moult
parent
94bcb8d266
commit
9e93f22e53
@@ -52,7 +52,7 @@ class IfcTesterProperties(PropertyGroup):
|
||||
specs_files: CollectionProperty(name="IDS Files", type=StrProperty)
|
||||
ifc_file: StringProperty(default="", name="IFC File")
|
||||
ifc_files: CollectionProperty(name="IFC Files", type=StrProperty)
|
||||
should_load_from_memory: BoolProperty(default=False, name="Load from Memory")
|
||||
should_load_from_memory: BoolProperty(default=False, name="Load from Memory", options=set())
|
||||
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())
|
||||
|
||||
Reference in New Issue
Block a user