Blender Git Loki
Git Commits -> Revision 206f29c
Revision 206f29c by Joshua Leung (master) May 17, 2015, 14:03 (GMT) |
Fix T44685 - In grease pencil stroke editing, selecting points is offset by a few pixels The problem was that it was aborting too early after stumbling across a point which might fit within the bounds required. This commit improves the logic here to solve this and a few other little bugs like that. Disclaimer: There are still a few cases where it randomly ends up picking something way off. However, this only seems to occur very sporadically, so it's hard to say how bad the problem may be. |
Commit Details:
Full Hash: 206f29c12c59f13f5815701dd7ceeee4ff8d3a64
Parent Commit: 30b45d5
Lines Changed: +11, -10
1 Modified Path:
/source/blender/editors/gpencil/gpencil_select.c (+11, -10) (Diff)