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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-03-26 14:55:20 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-03-28 15:14:11 +0400
commit6e5e3b73f37f952420d87a3d8acd07a7f68dd5a3 (patch)
tree243d196eb5a4e8f3ac04d8b13c1517eedb2d1e28 /source/blender/blenkernel/CMakeLists.txt
parent97cb76a45d689a0d39e1d194f51119412e6c8e00 (diff)
Fix T37599: Crash making linked objects local and undo
Root of the issues comes to the fact that it's possible to produce a situation when library object data uses local object. This is actually forbidden and not supported by .blend IO. Made it so Make Local wouldn't produce such an unsupported states. Reviewers: brecht Differential Revision: https://developer.blender.org/D372
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 2a0f642996d..749a5eb408d 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -107,6 +107,7 @@ set(SRC
intern/lamp.c
intern/lattice.c
intern/library.c
+ intern/library_query.c
intern/linestyle.c
intern/mask.c
intern/mask_evaluate.c
@@ -214,6 +215,7 @@ set(SRC
BKE_lamp.h
BKE_lattice.h
BKE_library.h
+ BKE_library_query.h
BKE_linestyle.h
BKE_main.h
BKE_mask.h