Blender
V3.3
|
#include <NOD_socket_declarations.hh>
Public Member Functions | |
#FloatBuilder Inline Methods | |
FloatBuilder & | min (float value) |
FloatBuilder & | max (float value) |
FloatBuilder & | default_value (float value) |
FloatBuilder & | subtype (PropertySubType subtype) |
![]() | |
Self & | hide_label (bool value=true) |
Self & | hide_value (bool value=true) |
Self & | multi_input (bool value=true) |
Self & | description (std::string value="") |
Self & | no_muted_links (bool value=true) |
Self & | unavailable (bool value=true) |
Self & | is_attribute_name (bool value=true) |
Self & | is_default_link_socket (bool value=true) |
Self & | supports_field () |
Self & | implicit_field () |
Self & | field_source () |
Self & | dependent_field () |
Self & | dependent_field (Vector< int > input_dependencies) |
Self & | make_available (std::function< void(bNode &)> fn) |
![]() | |
virtual | ~BaseSocketDeclarationBuilder ()=default |
Additional Inherited Members | |
![]() | |
using | Self = typename SocketDecl::Builder |
![]() | |
Float * | decl_ |
Definition at line 34 of file NOD_socket_declarations.hh.
|
inline |
Definition at line 242 of file NOD_socket_declarations.hh.
References blender::nodes::SocketDeclarationBuilder< Float >::decl_.
|
inline |
Definition at line 236 of file NOD_socket_declarations.hh.
References blender::nodes::SocketDeclarationBuilder< Float >::decl_.
|
inline |
Definition at line 230 of file NOD_socket_declarations.hh.
References blender::nodes::SocketDeclarationBuilder< Float >::decl_.
|
inline |
Definition at line 248 of file NOD_socket_declarations.hh.
References blender::nodes::SocketDeclarationBuilder< Float >::decl_.