Blender Git Commit Log

Git Commits -> Revision 8708e50

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

2 Modified Paths:

/source/blender/editors/curve/editcurve.c (+105, -45) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021