Blender Git Commit Log
Git Commits -> Revision 8c2b5ff
Revision 8c2b5ff by Howard Trickey (master) June 12, 2014, 14:22 (GMT) |
Fix Bevel bug T39746, small scale gives flat profile. With very small meshes or very small bevel amounts, the bevel profile would be flat even if a round one was requested. Problem was that the code was checking the length of a cross product for closeness to zero to test coplanarity. Needed to normalize things before making that test to account for scale. |
Commit Details:
Full Hash: 8c2b5ffb118d065af4d34ff84f1493d914d948db
Parent Commit: 9d0cf52
Lines Changed: +21, -13
1 Modified Path:
/source/blender/bmesh/tools/bmesh_bevel.c (+21, -13) (Diff)