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>2017-11-08 12:27:33 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-11-08 17:02:19 +0300
commit5c66bbc56f08f13638a92a5e4702d138abc37ba7 (patch)
tree2493569b4df8ba46ea83d04ceaa60bbda0714123 /source/blender/blenloader
parent20988ed5dcec977c641a29f2cc948d4bdb6f86cd (diff)
Depsgraph: Remove traces of old single-per-scene dependency graph
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index e6ab8fa883b..c88deeca126 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -6106,7 +6106,6 @@ static void direct_link_scene(FileData *fd, Scene *sce, Main *bmain)
SceneLayer *sl;
SceneRenderLayer *srl;
- sce->depsgraph_legacy = NULL;
sce->depsgraph_hash = NULL;
sce->obedit = NULL;
sce->fps_info = NULL;