Loading
blender: Disable assert abort as is expected in blender release builds (#385913)
* Fixes issue on Wayland which hits an assert from terminating Blender, among other potential issues. * Based on the release config in blender/build_files/cmake/config/blender_release.cmake, which is the expected config for release builds of blender, assert aborts are expected to be disabled. This should also just be a better experience for users.