From 88bbb68ad01bed841fad9ad26a68510f298e6f3b Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 18 Apr 2018 18:22:18 +0200 Subject: 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. --- source/blender/blenloader/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader/CMakeLists.txt') 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 -- cgit v1.2.3