Blender Git Commit Log
Git Commits -> Revision 49aa701
Revision 49aa701 by Howard Trickey (master) January 8, 2014, 12:40 (GMT) |
Add profile control parameter to Bevel. Parameter controls concavity / convexity. <.25 means: concave inward .25 means: straight slanted >.25 means: concave outward .5 means: circular (the default) 1 means: straight along original sides For now, there is a hard lower limit of .15 because more work is needed to get decent results in the range below that. The profile is actually a superellipse, and the parameter is 1/4 of the exponent in the implicit equation for a superellipse, except at the extreme values of 0 and 1. |
Commit Details:
Full Hash: 49aa701645e97ea7a6f698e4063a5327f6c79815
Parent Commit: 8094ac9
Lines Changed: +164, -44
6 Modified Paths:
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_bevel.c (+2, -1) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+154, -38) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+4, -2) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+1, -1) (Diff)
/source/blender/bmesh/operators/bmo_bevel.c (+2, -1) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+154, -38) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+4, -2) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+1, -1) (Diff)