Blender Git Commit Log
Git Commits -> Revision c94fe5e
Revision c94fe5e by Sergey Sharybin (master) September 6, 2011, 07:59 (GMT) |
Grease pencil: non-blocking sketch sessions - Implement own undo stack for grease pencil, so now there'll be no keymaps conflicts. - Supported redo's during sketch session. - Get rid of flag stored in Globals -- use undo stack to check if grease pencil session is active. |
Commit Details:
Full Hash: c94fe5e2995873536cbdb180652b1aa027e4ef8d
SVN Revision: 39960
Parent Commit: a41f459
Lines Changed: +263, -62
1 Added Path:
/source/blender/editors/gpencil/gpencil_undo.c (+168, -0) (View)
7 Modified Paths:
/source/blender/blenkernel/BKE_global.h (+1, -1) (Diff)
/source/blender/editors/gpencil/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+76, -60) (Diff)
/source/blender/editors/include/ED_gpencil.h (+4, -0) (Diff)
/source/blender/editors/util/undo.c (+6, -0) (Diff)
/source/blender/editors/gpencil/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+76, -60) (Diff)
/source/blender/editors/include/ED_gpencil.h (+4, -0) (Diff)
/source/blender/editors/util/undo.c (+6, -0) (Diff)