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-12-05 18:47:20 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-06 12:21:33 +0300
commit1915c30a426385dcd0b7533372105448b9233ae6 (patch)
treed9a422e58fe24c1f1e7be225f15fd6c7d5b191cf /source/blender/depsgraph/intern/builder/deg_builder_relations.cc
parent630ed82ff2a953eac0d490aefef30379dc1ec878 (diff)
Depsgraph: Remove workaround of parameters animation in node tree
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_relations.cc')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_relations.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
index 1f384e35fc8..788e73a3e68 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
@@ -1711,11 +1711,6 @@ void DepsgraphRelationBuilder::build_nodetree(bNodeTree *ntree)
BLI_assert(!"Unknown ID type used for node");
}
}
-
- if (needs_animdata_node(ntree_id)) {
- ComponentKey animation_key(ntree_id, DEG_NODE_TYPE_ANIMATION);
- add_relation(animation_key, parameters_key, "NTree Parameters");
- }
}
/* Recursively build graph for material */