Commit: 074fdf069dfd2c74eee6651c8a877763bb78c7d8
Author: Lukas Tönne
Date:   Mon Apr 14 12:40:27 2014 +0200
https://developer.blender.org/rB074fdf069dfd2c74eee6651c8a877763bb78c7d8

Renamed the depsgraph_core source to depsgraph_tag now.

Only tagging-related functions are left there and it makes sense to have
them in one place.

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

M       source/blender/depsgraph/CMakeLists.txt
D       source/blender/depsgraph/intern/depsgraph_core.cpp
A       source/blender/depsgraph/intern/depsgraph_tag.cpp

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

diff --git a/source/blender/depsgraph/CMakeLists.txt 
b/source/blender/depsgraph/CMakeLists.txt
index 71f9943..463a38b 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -47,11 +47,11 @@ set(SRC
        intern/depsgraph_build.cpp
        intern/depsgraph_build_nodes.cpp
        intern/depsgraph_build_relations.cpp
-       intern/depsgraph_core.cpp
        intern/depsgraph_debug.cpp
        intern/depsgraph_eval.cpp
        intern/depsgraph_query.cpp
        intern/depsgraph_queue.cpp
+       intern/depsgraph_tag.cpp
        intern/depsgraph_type_defines.cpp
 
        DEG_depsgraph.h
diff --git a/source/blender/depsgraph/intern/depsgraph_core.cpp 
b/source/blender/depsgraph/intern/depsgraph_tag.cpp
similarity index 97%
rename from source/blender/depsgraph/intern/depsgraph_core.cpp
rename to source/blender/depsgraph/intern/depsgraph_tag.cpp
index e90bd48..58b6237 100644
--- a/source/blender/depsgraph/intern/depsgraph_core.cpp
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cpp
@@ -28,13 +28,9 @@
  
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
-
-#include "MEM_guardedalloc.h"
 
 extern "C" {
 #include "BLI_blenlib.h"
-#include "BLI_string.h"
 #include "BLI_utildefines.h"
 
 #include "DNA_defs.h"
@@ -48,7 +44,7 @@ extern "C" {
 } /* extern "C" */
 
 #include "depsgraph.h"
-#include "depsgraph_eval.h"
+#include "depsnode.h"
 #include "depsgraph_types.h"
 #include "depsgraph_intern.h"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to