mention supported formats in export window

as currently there is no other ui to indicate that other formats besides .ifc are supported and I guess we just expect users to change extension in the saved filename

https://i.imgur.com/Qa6OlmR.png
This commit is contained in:
Andrej730
2024-07-30 20:45:50 +05:00
parent 0395c0c6c7
commit 9bbf3bcaba
@@ -1237,6 +1237,10 @@ class ExportIFCBase:
if bpy.data.is_saved:
layout.prop(self, "use_relative_path")
layout.separator()
layout.label(text="Supported formats for export:")
layout.label(text=".ifc, .ifczip, .ifcjson")
def invoke(self, context, event):
if not tool.Ifc.get():
bpy.ops.wm.save_mainfile("INVOKE_DEFAULT")