Depsgraph: Fix particle system component nodes not being displayed in debug graph

This commit is contained in:
2016-02-02 15:33:50 +01:00
parent 6290df0cf4
commit 5e5143460c

View File

@@ -513,6 +513,7 @@ static void deg_debug_graphviz_node(const DebugContext &ctx,
case DEPSNODE_TYPE_EVAL_POSE:
case DEPSNODE_TYPE_BONE:
case DEPSNODE_TYPE_SHADING:
case DEPSNODE_TYPE_EVAL_PARTICLES:
{
ComponentDepsNode *comp_node = (ComponentDepsNode *)node;
if (!comp_node->operations.empty()) {