|
Blender
V2.59
|
#include <BKE_node.h>
Public Attributes | |
| int | type |
| int | limit |
| const char * | name |
| float | val1 |
| float | val2 |
| float | val3 |
| float | val4 |
| float | min |
| float | max |
| struct bNodeSocket * | sock |
Definition at line 66 of file BKE_node.h.
Definition at line 67 of file BKE_node.h.
Referenced by node_add_socket_type(), and verify_socket().
| float bNodeSocketType::max |
Definition at line 70 of file BKE_node.h.
Referenced by node_add_socket_type(), and verify_socket().
| float bNodeSocketType::min |
Definition at line 70 of file BKE_node.h.
Referenced by node_add_socket_type(), and verify_socket().
| const char* bNodeSocketType::name |
Definition at line 68 of file BKE_node.h.
Referenced by node_add_socket_type(), remove_dynamic_typeinfos(), and verify_socket().
| struct bNodeSocket* bNodeSocketType::sock |
Definition at line 73 of file BKE_node.h.
Referenced by verify_socket_list().
Definition at line 67 of file BKE_node.h.
Referenced by node_add_socket_type(), nodeAddSockets(), remove_dynamic_typeinfos(), verify_socket(), and verify_socket_list().
| float bNodeSocketType::val1 |
Definition at line 69 of file BKE_node.h.
Referenced by node_add_socket_type().
| float bNodeSocketType::val2 |
Definition at line 69 of file BKE_node.h.
Referenced by node_add_socket_type().
| float bNodeSocketType::val3 |
Definition at line 69 of file BKE_node.h.
Referenced by node_add_socket_type().
| float bNodeSocketType::val4 |
Definition at line 69 of file BKE_node.h.
Referenced by node_add_socket_type().