|
Blender
V2.93
|
#include "FN_multi_function_builder.hh"#include "FN_multi_function_network.hh"#include "NOD_derived_node_tree.hh"#include "NOD_type_callbacks.hh"#include "BLI_multi_value_map.hh"#include "BLI_resource_scope.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Typedefs | |
| using | blender::nodes::MultiFunctionByNode = Map< DNode, const fn::MultiFunction * > |
Functions | |
| MFNetworkTreeMap | blender::nodes::insert_node_tree_into_mf_network (fn::MFNetwork &network, const DerivedNodeTree &tree, ResourceScope &scope) |
| MultiFunctionByNode | blender::nodes::get_multi_function_per_node (const DerivedNodeTree &tree, ResourceScope &scope) |
This file allows you to generate a multi-function network from a user-generated node tree.
Definition in file NOD_node_tree_multi_function.hh.