Blender Git Loki
Git Commits -> Revision 7f6b4a2
Revision 7f6b4a2 by Joshua Leung (master) September 25, 2012, 12:10 (GMT) |
Bugfix [#32647] PolyLine tool for Grease Pencil was broken This was broken in r.46589, although it doesn't seem that these changes have any relevance to the main fix being performed there. The problem was that the offending changes made the Grease Pencil modal handler exit when an RMB event occurs meant that the operator was exiting after the initial click, meaning that it was only possible to draw single dots at a time when using the hotkey version of PolyLine. The toolbox version however was unaffected. I've noted this specific problem in the code as a warning. |
Commit Details:
Full Hash: 7f6b4a28e827684df23da6997ccbb38e7b6933d4
SVN Revision: 50885
Parent Commit: 456a789
Lines Changed: +12, -5
1 Modified Path:
/source/blender/editors/gpencil/gpencil_paint.c (+12, -5) (Diff)