From 5f8222501c2267ae82829ccf6f6df295a8b8ec55 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 17 Oct 2018 16:43:02 +0200 Subject: 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... --- source/blender/editors/undo/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/undo/CMakeLists.txt') 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 -- cgit v1.2.3