Blender Git Commit Log
Git Commits -> Revision 94d228a
Revision 94d228a by Clément Foucault (greasepencil-object, greasepencil-refactor, temp-gpencil-eval) January 3, 2020, 21:26 (GMT) |
GPencil: Refactor: Add stroke fast drawing This use the same behavior as previous implementation. It uses a temp buffer to store the screen and avoid redraw. But this will be only on demand as the drawing may not match the final look when releasing the pen. The UI option has not been added yet. This mode still supports blending and VFX. Just stroke ordering with the scene not supported. |
Commit Details:
Full Hash: 94d228a4e4c4aca3b08abb1129c8b6f1f2011e33
Parent Commit: 08fa158
Lines Changed: +185, -54