[Bf-blender-cvs] [0f33ec1] depsgraph_refactor: Depsgraph: Fix missing updates when depsgraph changes and compiled with legacy depsgraph

Sergey Sharybin noreply at git.blender.org
Wed Jan 7 13:58:23 CET 2015


Commit: 0f33ec1f8b30542083332e42f93768048ab94cb0
Author: Sergey Sharybin
Date:   Wed Jan 7 17:57:51 2015 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rB0f33ec1f8b30542083332e42f93768048ab94cb0

Depsgraph: Fix missing updates when depsgraph changes and compiled with legacy depsgraph

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

M	source/blender/blenkernel/intern/depsgraph.c

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

diff --git a/source/blender/blenkernel/intern/depsgraph.c b/source/blender/blenkernel/intern/depsgraph.c
index 733e6d7..1d81a03 100644
--- a/source/blender/blenkernel/intern/depsgraph.c
+++ b/source/blender/blenkernel/intern/depsgraph.c
@@ -1406,7 +1406,6 @@ static void dag_scene_free(Scene *sce)
 		MEM_freeN(sce->theDag);
 		sce->theDag = NULL;
 	}
-	DEG_scene_graph_free(sce);
 }
 
 /* Chech whether object data needs to be evaluated before it




More information about the Bf-blender-cvs mailing list