|
Blender
V2.93
|
#include <DNA_node_types.h>
Public Attributes | |
| int | subtype |
| int | value |
| int | min |
| int | max |
Definition at line 548 of file DNA_node_types.h.
| int bNodeSocketValueInt::max |
Definition at line 552 of file DNA_node_types.h.
Referenced by node_add_socket_from_template(), node_socket_init_default_value(), and standard_node_socket_interface_verify_socket().
| int bNodeSocketValueInt::min |
Definition at line 552 of file DNA_node_types.h.
Referenced by node_add_socket_from_template(), node_socket_init_default_value(), and standard_node_socket_interface_verify_socket().
| int bNodeSocketValueInt::subtype |
RNA subtype.
Definition at line 550 of file DNA_node_types.h.
Referenced by node_socket_get_static_idname(), and node_socket_init_default_value().
| int bNodeSocketValueInt::value |
Definition at line 551 of file DNA_node_types.h.
Referenced by node_add_socket_from_template(), node_socket_init_default_value(), and ntree_shader_expand_socket_default().