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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-10-17 17:43:02 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-10-17 17:43:02 +0300
commit5f8222501c2267ae82829ccf6f6df295a8b8ec55 (patch)
tree4ae7d41d29e7ede31fd82b8c91a6dcecff8123df /source/blender/editors/undo/CMakeLists.txt
parent496c325ffa84cec631c8e45723decbb90037156a (diff)
DEBUG_IO: add sanity check on libdata in undo step as well.
There are serious suspicions that weird corruptions faced by studio artists may happen in undo/redo code, so let's see whether that's the case. With this, and when --debug-io arg is passed on startup, the whole lib data are checked at every undo. This makes undo slower (from two to three times slower), but it could help us spot better what happens...
Diffstat (limited to 'source/blender/editors/undo/CMakeLists.txt')
-rw-r--r--source/blender/editors/undo/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/undo/CMakeLists.txt b/source/blender/editors/undo/CMakeLists.txt
index 89832604ed8..2e3e73f34f4 100644
--- a/source/blender/editors/undo/CMakeLists.txt
+++ b/source/blender/editors/undo/CMakeLists.txt
@@ -22,6 +22,7 @@ set(INC
../include
../../blenkernel
../../blenlib
+ ../../blenloader
../../blentranslation
../../makesdna
../../makesrna