fix: Remove "ANIMATABLE" option from the should_load_from_memory property

This commit is contained in:
Blender Defender
2024-07-11 18:26:58 +02:00
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())