Blender
V3.3
|
#include "intern/builder/deg_builder_transitive.h"
#include "MEM_guardedalloc.h"
#include "intern/node/deg_node.h"
#include "intern/node/deg_node_component.h"
#include "intern/node/deg_node_operation.h"
#include "intern/debug/deg_debug.h"
#include "intern/depsgraph.h"
#include "intern/depsgraph_relation.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::deg | |
Enumerations | |
enum | { blender::deg::OP_VISITED = 1 , blender::deg::OP_REACHABLE = 2 } |
Functions | |
static void | blender::deg::deg_graph_tag_paths_recursive (Node *node) |
void | blender::deg::deg_graph_transitive_reduction (Depsgraph *graph) |