rename bim.export_ifc to bim.save_project (similar to bim.load_project)

note that old name "export_ifc.bim" is still available (cacb38a25) though deprecated
This commit is contained in:
Andrej730
2024-05-23 16:25:38 +05:00
parent 291bffca95
commit c70745826a
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -960,7 +960,7 @@ def run_test_code():
def saving_sample_test_files(and_open_in_blender=None):
filepath = f"{variables['cwd']}/test/files/temp/sample_test_file"
blend_filepath = f"{filepath}.blend"
bpy.ops.bim.export_ifc(filepath=f"{filepath}.ifc", should_save_as=True)
bpy.ops.bim.save_project(filepath=f"{filepath}.ifc", should_save_as=True)
bpy.ops.wm.save_as_mainfile(filepath=f"{filepath}.blend")