Blender V4.3
NOD_common.h File Reference
#include "BKE_node.hh"

Go to the source code of this file.

Functions

struct bNodeSocketnode_group_find_input_socket (struct bNode *groupnode, const char *identifier)
 
struct bNodeSocketnode_group_find_output_socket (struct bNode *groupnode, const char *identifier)
 
struct bNodeSocketnode_group_input_find_socket (struct bNode *node, const char *identifier)
 
struct bNodeSocketnode_group_output_find_socket (struct bNode *node, const char *identifier)
 

Function Documentation

◆ node_group_find_input_socket()

struct bNodeSocket * node_group_find_input_socket ( struct bNode * groupnode,
const char * identifier )

◆ node_group_find_output_socket()

struct bNodeSocket * node_group_find_output_socket ( struct bNode * groupnode,
const char * identifier )

◆ node_group_input_find_socket()

struct bNodeSocket * node_group_input_find_socket ( struct bNode * node,
const char * identifier )

◆ node_group_output_find_socket()

struct bNodeSocket * node_group_output_find_socket ( struct bNode * node,
const char * identifier )