Blender Git Commit Log
Git Commits -> Revision 08eaa8d
Revision 08eaa8d by Bastien Montagne (master) January 9, 2014, 19:35 (GMT) |
Fix T38135: Global start and end point of the curve was set to zero radius & weight, when using 'linked' option. This was (more or less) OK with hand-drawn strokes, as the number of points made it nearly unoticable, but broke completely with line and poly strokes! Did this when I implemented linked curve feature because it was easier! Now, convert code always adds a heading and trailing point to the curve, to get initial/final zero radius. Adds even more complexity to those functions... :/ |
Commit Details:
Full Hash: 08eaa8daacc6457cc77ebd28b4c469d7db35784f
Parent Commit: f12d939
Lines Changed: +143, -28
1 Modified Path:
/source/blender/editors/gpencil/gpencil_edit.c (+143, -28) (Diff)