mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user