Blender Git Commit Log
Git Commits -> Revision 87b4037
Revision 87b4037 by Joshua Leung (master) October 3, 2008, 11:56 (GMT) |
More Grease Pencil touchups: * Eraser size is now UserPref. This way it is more easily tweaked than using layer stroke-thickness squared, but it is less accessible. * Restored stroke 'smoothing' (post-conversion) option as UserPref option. Off by default. * Fixed bug with convert tools. Was adding an extra datablock everytime, that wasn't being used (and was subsequently dicarded). * Moved pressure vars from paint-loop to temp-struct (during painting). Also, moved the macro which tests for converting straight lines. |
Commit Details:
Full Hash: 87b40377331ae501ee6d5cf2b57666ee04346e87
SVN Revision: 16897
Parent Commit: df00a4b
Lines Changed: +132, -58