|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| int | subtype |
| int | value |
| int | min |
| int | max |
Definition at line 891 of file DNA_node_types.h.
| int bNodeSocketValueInt::max |
Definition at line 895 of file DNA_node_types.h.
Referenced by blender::nodes::decl::Int::build(), node_add_socket_from_template(), node_socket_init_default_value_data(), and blender::nodes::decl::Int::update_or_build().
| int bNodeSocketValueInt::min |
Definition at line 895 of file DNA_node_types.h.
Referenced by node_add_socket_from_template(), and node_socket_init_default_value_data().
| int bNodeSocketValueInt::subtype |
RNA subtype.
Definition at line 893 of file DNA_node_types.h.
Referenced by blender::bke::forward_compat::get_legacy_socket_subtype_idname(), node_socket_get_static_idname(), node_socket_init_default_value_data(), and blender::nodes::decl::Int::update_or_build().
| int bNodeSocketValueInt::value |
Definition at line 894 of file DNA_node_types.h.
Referenced by blender::nodes::decl::Int::build(), node_add_socket_from_template(), node_socket_init_default_value_data(), and ntree_shader_expand_socket_default().