mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
fix(UI): Indicate, that multiple IDS and IFC files can be selected in the IFC Tester Panel
This commit is contained in:
committed by
Dion Moult
parent
9e93f22e53
commit
69b7658196
@@ -48,9 +48,9 @@ class FailedEntities(PropertyGroup):
|
||||
|
||||
|
||||
class IfcTesterProperties(PropertyGroup):
|
||||
specs: StringProperty(default="", name="IDS File")
|
||||
specs: StringProperty(default="", name="IDS File(s)")
|
||||
specs_files: CollectionProperty(name="IDS Files", type=StrProperty)
|
||||
ifc_file: StringProperty(default="", name="IFC File")
|
||||
ifc_file: StringProperty(default="", name="IFC File(s)")
|
||||
ifc_files: CollectionProperty(name="IFC Files", type=StrProperty)
|
||||
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())
|
||||
|
||||
Reference in New Issue
Block a user