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-06-13 15:12:54 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-06-13 15:13:55 +0300
commit90bc882068465865883da55e5c82fa99e0f8d66b (patch)
tree8b7fbd09ef482b663562ed7dfc50911b3701eb78 /source/blender/depsgraph/intern/depsgraph_types.h
parent6cfa3ecd4d9848f27a0b1fe121e3ca2c29042e32 (diff)
Depsgraph: Remove root node concept
Was rather weird and only used for time source. It is simpler to make depsgraph to keep track of time source directly. No need to introduce extra entitites without actual need.
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_types.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_types.h b/source/blender/depsgraph/intern/depsgraph_types.h
index 0d857a8dc52..c1a42941a7d 100644
--- a/source/blender/depsgraph/intern/depsgraph_types.h
+++ b/source/blender/depsgraph/intern/depsgraph_types.h
@@ -88,8 +88,6 @@ typedef enum eDepsNode_Type {
/* **** Generic Types **** */
- /* "Current Scene" - basically whatever kicks off the evaluation process. */
- DEG_NODE_TYPE_ROOT,
/* Time-Source */
DEG_NODE_TYPE_TIMESOURCE,
/* ID-Block reference - used as landmarks/collection point for components,