Blender Git Commit Log
Git Commits -> Revision 8708e50
Revision 8708e50 by João Araújo (gsoc2016-improved_extrusion) August 7, 2016, 21:31 (GMT) |
Curves: Offset operator Fully implemented the modal operator for the offset tool. Also fixed a few bugs.There is still a bug when calculating the correct offset direction. If the distance is sufficiently high, or if the curve is too tight on a few places, the reverse_offset function returns true even though that is not what we want. Passing in a different BezTriple offset by a precision distance (such as 10e-5) should fix it, though attempts at this have proved unsuccessful. Regarding editmesh_bevel.c, fixed a trailing whitespace that I found by chance. |
Commit Details:
Full Hash: 8708e50bedab319b7a95fa9ea3783a07a48730a1
Parent Commit: 325e62e
Lines Changed: +106, -46