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:
authorCampbell Barton <ideasman42@gmail.com>2015-11-01 04:45:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-01 04:49:43 +0300
commit632ed6a0d6795831ef94a4b5053fb883a57e7198 (patch)
treead70a2ba4d01b600cc7a8b859e1ab95767ed3c52 /source/blender/blenkernel/intern/depsgraph.c
parentcf5154dcff622f8675a22d044d29b1c00b788e76 (diff)
Cleanup: remove unused scene recalc
Diffstat (limited to 'source/blender/blenkernel/intern/depsgraph.c')
-rw-r--r--source/blender/blenkernel/intern/depsgraph.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/depsgraph.c b/source/blender/blenkernel/intern/depsgraph.c
index e49726bd1b9..17faae053eb 100644
--- a/source/blender/blenkernel/intern/depsgraph.c
+++ b/source/blender/blenkernel/intern/depsgraph.c
@@ -1655,9 +1655,6 @@ static void dag_scene_build(Main *bmain, Scene *sce)
}
}
- /* temporal...? */
- sce->recalc |= SCE_PRV_CHANGED; /* test for 3d preview */
-
/* Make sure that new dependencies which came from invisible layers
* are tagged for update (if they're needed for objects which were
* tagged for update).