Renaming AddConstrTypeInstance

This commit is contained in:
Carlos Villagrasa
2022-07-27 08:24:50 +02:00
parent 40854eb3d3
commit cd58b994dd
8 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ def i_select_the_active_construction_type():
@when("I add the browser construction type")
def i_add_the_active_construction_type():
props = bpy.context.scene.BIMModelProperties
bpy.ops.bim.add_relating_type(
bpy.ops.bim.add_constr_type_instance(
ifc_class=props.ifc_class_browser, relating_type_id=int(props.relating_type_id_browser)
)