Blender Git Commit Log

Git Commits -> Revision 6703c7f

Revision 6703c7f by Hans Goudey (master)
June 23, 2020, 02:25 (GMT)
Bevel: Refactor profile type input to use an enum

This will allow the easier addition of a constant radius mode in the
future and some changes in the UI to mirror the recent similar change
from "Only Vertices" to the "Affect" enum.

Commit Details:

Full Hash: 6703c7f7f1f68ae59f9ccbf4fcabc3c035d648bf
Parent Commit: 716a824
Lines Changed: +206, -122

12 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+19, -8) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+14, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+10, -4) (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 (+26, -25) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+65, -39) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+19, -6) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+22, -7) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+21, -29) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021