|
Blender V4.3
|
#include <variant>#include "FN_lazy_function_graph.hh"#include "FN_lazy_function_graph_executor.hh"#include "NOD_geometry_nodes_log.hh"#include "NOD_multi_function.hh"#include "BLI_compute_context.hh"#include "BLI_math_quaternion_types.hh"#include "BKE_bake_items.hh"#include "BKE_node_tree_zones.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::sim_input |
| namespace | blender::nodes::sim_output |
Typedefs | |
| using | blender::nodes::sim_input::Behavior = std::variant<PassThrough, OutputCopy, OutputMove> |
| using | blender::nodes::sim_output::Behavior = std::variant<PassThrough, StoreNewState, ReadSingle, ReadInterpolated, ReadError> |
Enumerations | |
| enum class | blender::nodes::InputUsageHintType { blender::nodes::Never , blender::nodes::DependsOnOutput , blender::nodes::DynamicSocket } |