|
Blender V4.3
|
#include "BLI_string.h"#include "NOD_socket_declarations.hh"#include "NOD_socket_declarations_geometry.hh"#include "BKE_lib_id.hh"#include "BKE_node_runtime.hh"#include "BLI_math_vector.h"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) |