maintain "bim." as operators bl_idname prefix for BlenderBIM

1) removed unused operator import_ifc.bim
2) marked export_ifc.bim as deprecated
This commit is contained in:
Andrej730
2024-05-20 14:47:57 +05:00
parent 7c6c01e6b9
commit cacb38a251
9 changed files with 30 additions and 24 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.export_ifc.bim(filepath=f"{filepath}.ifc", should_save_as=True)
bpy.ops.bim.export_ifc(filepath=f"{filepath}.ifc", should_save_as=True)
bpy.ops.wm.save_as_mainfile(filepath=f"{filepath}.blend")