Blender V2.61 - r43446
|
#include <BKE_node.h>
Public Attributes | |
int | type |
int | limit |
char | name [64] |
float | val1 |
float | val2 |
float | val3 |
float | val4 |
float | min |
float | max |
PropertySubType | subtype |
int | flag |
struct bNodeSocket * | sock |
Compact definition of a node socket. Can be used to quickly define a list of static sockets for a node, which are added to each new node of that type.
Definition at line 77 of file BKE_node.h.
Definition at line 83 of file BKE_node.h.
Referenced by node_add_input_from_template(), and verify_socket_template().
Definition at line 78 of file BKE_node.h.
Referenced by verify_socket_template().
float bNodeSocketTemplate::max |
Definition at line 81 of file BKE_node.h.
Referenced by node_add_input_from_template(), and verify_socket_template().
float bNodeSocketTemplate::min |
Definition at line 81 of file BKE_node.h.
Referenced by node_add_input_from_template(), and verify_socket_template().
char bNodeSocketTemplate::name[64] |
Definition at line 79 of file BKE_node.h.
Referenced by node_add_input_from_template(), node_add_output_from_template(), ui_node_menu_column(), and verify_socket_template().
struct bNodeSocket* bNodeSocketTemplate::sock |
Definition at line 86 of file BKE_node.h.
Referenced by verify_socket_template_list().
Definition at line 82 of file BKE_node.h.
Referenced by node_add_input_from_template(), and verify_socket_template().
Definition at line 78 of file BKE_node.h.
Referenced by node_add_input_from_template(), node_add_output_from_template(), node_add_sockets_from_type(), node_verify_socket_templates(), ui_node_menu_column(), verify_socket_template(), and verify_socket_template_list().
Definition at line 80 of file BKE_node.h.
Referenced by node_add_input_from_template().
Definition at line 80 of file BKE_node.h.
Referenced by node_add_input_from_template().
Definition at line 80 of file BKE_node.h.
Referenced by node_add_input_from_template().
Definition at line 80 of file BKE_node.h.
Referenced by node_add_input_from_template().