Blender  V2.93
Namespaces | Functions
NOD_type_callbacks.hh File Reference
#include <optional>
#include "BKE_node.h"
#include "FN_multi_function_data_type.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 

Functions

const CPPType * blender::nodes::socket_cpp_type_get (const bNodeSocketType &stype)
 
std::optional< MFDataType > blender::nodes::socket_mf_type_get (const bNodeSocketType &stype)
 
bool blender::nodes::socket_is_mf_data_socket (const bNodeSocketType &stype)
 
bool blender::nodes::socket_cpp_value_get (const bNodeSocket &socket, void *r_value)
 
void blender::nodes::socket_expand_in_mf_network (SocketMFNetworkBuilder &builder)