|
Blender V4.3
|
#include "intern/builder/deg_builder_remove_noop.h"#include "MEM_guardedalloc.h"#include "intern/node/deg_node.hh"#include "intern/node/deg_node_operation.hh"#include "intern/debug/deg_debug.h"#include "intern/depsgraph.hh"#include "intern/depsgraph_relation.hh"#include "intern/depsgraph_type.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Functions | |
| static bool | blender::deg::is_unused_noop (OperationNode *op_node) |
| static bool | blender::deg::is_removable_relation (const Relation *relation) |
| void | blender::deg::deg_graph_remove_unused_noops (Depsgraph *graph) |