mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix #2182. File export IFC menu item now defaults to save as to improve usability for new users
This commit is contained in:
@@ -57,7 +57,7 @@ classes = (
|
||||
|
||||
def menu_func_export(self, context):
|
||||
op = self.layout.operator(operator.ExportIFC.bl_idname, text="Industry Foundation Classes (.ifc/.ifczip/.ifcjson)")
|
||||
op.should_save_as = False
|
||||
op.should_save_as = True
|
||||
|
||||
|
||||
def menu_func_import(self, context):
|
||||
|
||||
Reference in New Issue
Block a user