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-04-18 19:22:18 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-04-20 11:46:59 +0300
commit88bbb68ad01bed841fad9ad26a68510f298e6f3b (patch)
tree67bba0b69f9d5b13ea1a637547e3f5d47605f466 /source/blender/blenloader/CMakeLists.txt
parentdda7e3b69565c5701207a640201a1c8052f76743 (diff)
Add debug tool to check validity of current file *before* saving.
It is hidden behind the --debug-io flag for now. Idea is to try to catch broken libraries state in current Main before we actually write the file on disk, should help catching and understanding what happens in Spring corruption cases.
Diffstat (limited to 'source/blender/blenloader/CMakeLists.txt')
-rw-r--r--source/blender/blenloader/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index 3d2e8a306de..420f651ee7f 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -46,6 +46,7 @@ set(INC_SYS
)
set(SRC
+ intern/blend_validate.c
intern/readblenentry.c
intern/readfile.c
intern/runtime.c