fix some test-bim errors in Blender 4.2

This commit is contained in:
Andrej730
2024-07-26 21:23:39 +05:00
parent 82a6ddb01c
commit ea8d303883
+1 -1
View File
@@ -80,7 +80,7 @@ def an_empty_blender_session():
bpy.context.scene.unit_settings.system = "METRIC"
bpy.context.scene.unit_settings.length_unit = "MILLIMETERS"
bpy.context.scene.BIMProjectProperties.template_file = "0"
bpy.context.preferences.addons["blenderbim"].preferences.should_play_chaching_sound = False
tool.Blender.get_addon_preferences().should_play_chaching_sound = False
@given("an empty IFC project")