System Information
Operating system:
Graphics card:
Blender Version
Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)
Worked: (newest version of Blender that worked as expected)
2.91... Is it possible to please change the default boolean modifier to the "Fast" one (which is the previous version)? My python scripts for all my add-ons uses the boolean difference (bpy.ops.object.modifier_add(type='BOOLEAN')) , which in 2.91 calls up the "Exact" and takes 5 minutes for each cut operation. This causes many problems. Perhaps it may be better for users to select the "Exact" if they require it. Thank you.
Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).