[Bf-blender-cvs] [36c408d] master: Fix remaining parts of T44881, missing update on loading file

Sergey Sharybin noreply at git.blender.org
Fri Aug 28 18:31:53 CEST 2015


Commit: 36c408d861a3648e1e61df83deabb3d576b9c1c9
Author: Sergey Sharybin
Date:   Fri Aug 28 18:28:48 2015 +0200
Branches: master
https://developer.blender.org/rB36c408d861a3648e1e61df83deabb3d576b9c1c9

Fix remaining parts of T44881, missing update on loading file

===================================================================

M	source/blender/depsgraph/intern/depsgraph.cc

===================================================================

diff --git a/source/blender/depsgraph/intern/depsgraph.cc b/source/blender/depsgraph/intern/depsgraph.cc
index d9d94d6..dedb6e3 100644
--- a/source/blender/depsgraph/intern/depsgraph.cc
+++ b/source/blender/depsgraph/intern/depsgraph.cc
@@ -63,7 +63,7 @@ static DEG_EditorUpdateScenePreCb deg_editor_update_scene_pre_cb = NULL;
 Depsgraph::Depsgraph()
   : root_node(NULL),
     need_update(false),
-    layers((1 << 20) - 1)
+    layers(0)
 {
 	BLI_spin_init(&lock);
 }




More information about the Bf-blender-cvs mailing list