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:
authorFalk David <falkdavid@gmx.de>2022-02-02 17:22:01 +0300
committerFalk David <falkdavid@gmx.de>2022-02-02 17:22:01 +0300
commitdfb8e1f895ecd9b2dd68a6caf405c922adc2f407 (patch)
tree0c0748493ffee6318e7a5a99fe3dccfb36b6c315 /source/blender/blenkernel/intern/undo_system.c
parentb6097a659e4f6f2096357a1347d5380bdbbf6f8a (diff)
Initial gpencil undo system patch
Co-authored-by: @yann-lty
Diffstat (limited to 'source/blender/blenkernel/intern/undo_system.c')
-rw-r--r--source/blender/blenkernel/intern/undo_system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/undo_system.c b/source/blender/blenkernel/intern/undo_system.c
index 3e263fafe28..1c2ca445e78 100644
--- a/source/blender/blenkernel/intern/undo_system.c
+++ b/source/blender/blenkernel/intern/undo_system.c
@@ -70,6 +70,7 @@ const UndoType *BKE_UNDOSYS_TYPE_PAINTCURVE = NULL;
const UndoType *BKE_UNDOSYS_TYPE_PARTICLE = NULL;
const UndoType *BKE_UNDOSYS_TYPE_SCULPT = NULL;
const UndoType *BKE_UNDOSYS_TYPE_TEXT = NULL;
+const UndoType *BKE_UNDOSYS_TYPE_GPENCIL = NULL;
static ListBase g_undo_types = {NULL, NULL};