mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
make web default format when exporting
This commit is contained in:
@@ -91,7 +91,7 @@ class CsvProperties(PropertyGroup):
|
|||||||
("web", "web", ""),
|
("web", "web", ""),
|
||||||
],
|
],
|
||||||
name="Output format",
|
name="Output format",
|
||||||
default="csv",
|
default="web",
|
||||||
)
|
)
|
||||||
csv_custom_delimiter: StringProperty(default="", name="Custom Delimiter")
|
csv_custom_delimiter: StringProperty(default="", name="Custom Delimiter")
|
||||||
should_show_settings: BoolProperty(default=False, name="Show Settings")
|
should_show_settings: BoolProperty(default=False, name="Show Settings")
|
||||||
|
|||||||
Reference in New Issue
Block a user