Blender Git Commit Log
Git Commits -> Revision e104b42
Revision e104b42 by Joshua Leung (master) August 30, 2009, 04:48 (GMT) |
Grease Pencil: Drawing Improvements * Smooth strokes can now be drawn again, with normal (i.e. reasonably speedy feedback again). Previously slow drawing was caused by a bad notifier being used - the full screen was redrawn each time instead of just the relevant region. Now, only the relevant region is redrawn while drawing, and a proper flush is done for the rest of the screen at the end. * Made drawing straight lines a proper drawing 'mode' for Grease Pencil now. Use the Ctrl-D-LMB hotkey to draw straight lines in this way. The (buffer) line drawn now will accurately represent the final straight line instead of drawing the freehand path taken as before. |
Commit Details:
Full Hash: e104b429295766f9276ea854e02f085cf65e623f
SVN Revision: 22882
Parent Commit: 4b206c6
Lines Changed: +105, -64