Bevel Modifier: Use angle limit method by default

This right click select post outlines the reasons to make "Angle" the
default limit method: https://blender.community/c/rightclickselect/BVfbbc/
In short: Beveling every single edge rather than just sharp edges is
rarely the desired behavior, and the placement of the property in the UI
makes it easy to see the property's importance and toggle it.

Differential Revision: https://developer.blender.org/D8961
This commit is contained in:
Hans Goudey 2021-01-12 18:55:27 -06:00
parent 719bea0d6d
commit 6b5e4ad589
Notes: blender-bot 2023-02-14 08:42:53 +01:00
Referenced by commit 3f7c294a95, Mix modifiers test after commit to bevel modifier defaults
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
.flags = 0, \
.val_flags = MOD_BEVEL_AMT_OFFSET, \
.profile_type = MOD_BEVEL_PROFILE_SUPERELLIPSE, \
.lim_flags = 0, \
.lim_flags = MOD_BEVEL_ANGLE, \
.e_flags = 0, \
.mat = -1, \
.edge_flags = 0, \