Blender Git Commit Log
Git Commits -> Revision bfb9cef
Revision bfb9cef by Howard Trickey (master) November 10, 2013, 12:31 (GMT) |
Added options for how bevel amount is measured. Now there is an 'Offset Type' dropdown on tool shelf with types: Offset - current method, offset of new edge from old along sliding face Width - width of new bevel face (if segments=1) Depth - amount a chamfering plane moves down from original edge Percent - percent of way sliding edges move along their adjacent edges The different options mainly are useful when beveling more than one edge at once. Leaving as a TODO to put these in the modifier, as doing that has more permanent effects so want to let users shake out problems with this first. |
Commit Details:
Full Hash: bfb9cefccbf8ff9733e9739e9c4dbc93a762bebe
SVN Revision: 61221
Parent Commit: 73c2253
Lines Changed: +113, -35
7 Modified Paths:
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators.h (+8, -0) (Diff)
/source/blender/bmesh/operators/bmo_bevel.c (+5, -4) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+73, -24) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+23, -5) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+2, -1) (Diff)
/source/blender/bmesh/intern/bmesh_operators.h (+8, -0) (Diff)
/source/blender/bmesh/operators/bmo_bevel.c (+5, -4) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+73, -24) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+23, -5) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+2, -1) (Diff)