|
Blender V4.3
|
#include <optional>#include <variant>#include "BLI_hash.hh"#include "BLI_struct_equality_utils.hh"#include "DNA_node_types.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::value_elem |
Functions | |
| std::optional< ElemVariant > | blender::nodes::value_elem::get_elem_variant_for_socket_type (const eNodeSocketDatatype type) |
| std::optional< ElemVariant > | blender::nodes::value_elem::convert_socket_elem (const bNodeSocket &old_socket, const bNodeSocket &new_socket, const ElemVariant &old_elem) |