|
Blender V5.0
|
#include "BLI_function_ref.hh"#include "BLI_linear_allocator.hh"#include "BLI_vector_set.hh"#include "BKE_node_runtime.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::derived_node_tree_types |
DerivedNodeTree makes working with (nested) node groups more convenient and safe. It does so by pairing nodes and sockets with a context. The context contains information about the current "instance" of the node or socket. A node might be "instanced" multiple times when it is in a node group that is used multiple times.
Definition in file NOD_derived_node_tree.hh.