disable chaching sound running the bim tests

to save someone's ears (probably mine 😁) from running 10 chaching sounds per second
This commit is contained in:
Andrej730
2023-07-03 12:09:25 +05:00
parent 4845242769
commit 5a5e1e9892
+2 -1
View File
@@ -75,7 +75,8 @@ def an_empty_blender_session():
# default project settings
bpy.context.scene.unit_settings.system = "METRIC"
bpy.context.scene.unit_settings.length_unit = "MILLIMETERS"
bpy.context.scene.BIMProjectProperties.template_file = '0'
bpy.context.scene.BIMProjectProperties.template_file = "0"
bpy.context.preferences.addons["blenderbim"].preferences.should_play_chaching_sound = False
@given("an empty IFC project")