|
Blender
V3.3
|
#include <DNA_node_types.h>
Public Attributes | |
| int | subtype |
| int | value |
| int | min |
| int | max |
Definition at line 577 of file DNA_node_types.h.
| int bNodeSocketValueInt::max |
Definition at line 581 of file DNA_node_types.h.
Referenced by blender::nodes::decl::Int::build(), blender::nodes::decl::Int::matches(), node_add_socket_from_template(), node_socket_init_default_value(), standard_node_socket_interface_verify_socket(), and blender::nodes::decl::Int::update_or_build().
| int bNodeSocketValueInt::min |
Definition at line 581 of file DNA_node_types.h.
Referenced by blender::nodes::decl::Int::build(), blender::nodes::decl::Int::matches(), node_add_socket_from_template(), node_socket_init_default_value(), standard_node_socket_interface_verify_socket(), and blender::nodes::decl::Int::update_or_build().
| int bNodeSocketValueInt::subtype |
RNA subtype.
Definition at line 579 of file DNA_node_types.h.
Referenced by node_socket_get_static_idname(), node_socket_init_default_value(), and blender::nodes::decl::Int::update_or_build().
| int bNodeSocketValueInt::value |
Definition at line 580 of file DNA_node_types.h.
Referenced by blender::nodes::decl::Int::build(), node_add_socket_from_template(), node_socket_init_default_value(), and ntree_shader_expand_socket_default().