Blender Git Commit Log
Git Commits -> Revision 4aa2a54
Revision 4aa2a54 by Hans Goudey (master) July 21, 2020, 20:32 (GMT) |
Bevel: Refactor "Vertex Only" to an enum This matches the change that was done to the bevel modifier so that the interface for the modifier, the active tool, and the operator are consistent. This commit extends the refactor to the bmesh implementation too, so that the parameters in the implementation don't stray too far from what is exposed. Tests are adjusted and still pass. |
Commit Details:
Full Hash: 4aa2a5481cec4edc4694ee1edbde4ed3f3986313
Parent Commit: a39da2c
Lines Changed: +168, -90
14 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+3, -3) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+19, -7) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+4, -4) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+14, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+9, -2) (Diff)
/source/blender/bmesh/intern/bmesh_operators.h (+6, -0) (Diff)
/source/blender/bmesh/operators/bmo_bevel.c (+2, -2) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+29, -27) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+50, -21) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+12, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+3, -3) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+7, -9) (Diff)
/tests/python/bevel_operator.py (+9, -9) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+19, -7) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+4, -4) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+14, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+9, -2) (Diff)
/source/blender/bmesh/intern/bmesh_operators.h (+6, -0) (Diff)
/source/blender/bmesh/operators/bmo_bevel.c (+2, -2) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+29, -27) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+50, -21) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+12, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+3, -3) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+7, -9) (Diff)
/tests/python/bevel_operator.py (+9, -9) (Diff)