Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-06 11:59:18 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-06 11:59:18 +0400
commitc94fe5e2995873536cbdb180652b1aa027e4ef8d (patch)
tree977908d8ac5cfa4fe6949eec62bba78fee17bad9 /source/blender/editors/gpencil/CMakeLists.txt
parenta41f45946f8bf7b58e2b6bc048bfa30015e4ba2f (diff)
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.
Diffstat (limited to 'source/blender/editors/gpencil/CMakeLists.txt')
-rw-r--r--source/blender/editors/gpencil/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/gpencil/CMakeLists.txt b/source/blender/editors/gpencil/CMakeLists.txt
index 7a2f196fd6d..b312f397939 100644
--- a/source/blender/editors/gpencil/CMakeLists.txt
+++ b/source/blender/editors/gpencil/CMakeLists.txt
@@ -42,6 +42,7 @@ set(SRC
gpencil_edit.c
gpencil_ops.c
gpencil_paint.c
+ gpencil_undo.c
gpencil_intern.h
)