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>2018-12-05 19:13:26 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-12-05 19:35:48 +0300
commitd355a2b7d86aeee82e53e7ce25b5bc21f83ac77e (patch)
tree7378d65443999124bed57a337f9aab554e2cd5a0 /source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
parent56aa86ae2517e6be66826bf2347e6e73cd7e3688 (diff)
Depsgrapgh: Use more distinctive opcode for texture and image evaluation
Diffstat (limited to 'source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc')
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
index 55eaf314a0a..15744ff614f 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
@@ -422,6 +422,7 @@ static void deg_debug_graphviz_node(const DebugContext &ctx,
case DEG_NODE_TYPE_BATCH_CACHE:
case DEG_NODE_TYPE_DUPLI:
case DEG_NODE_TYPE_SYNCHRONIZE:
+ case DEG_NODE_TYPE_GENERIC_DATABLOCK:
{
ComponentDepsNode *comp_node = (ComponentDepsNode *)node;
if (!comp_node->operations.empty()) {