Blender V4.3
node_socket_declarations.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::decl
 

Functions

static bool blender::nodes::decl::field_types_are_compatible (const SocketDeclaration &input, const SocketDeclaration &output)
 
static bool blender::nodes::decl::sockets_can_connect (const SocketDeclaration &socket_decl, const bNodeSocket &other_socket)
 
static bool blender::nodes::decl::basic_types_can_connect (const SocketDeclaration &, const bNodeSocket &other_socket)
 
static void blender::nodes::decl::modify_subtype_except_for_storage (bNodeSocket &socket, int new_subtype)
 
#Custom
SocketDeclarationPtr blender::nodes::decl::create_extend_declaration (const eNodeSocketInOut in_out)