|
Blender
V3.3
|
#include <NOD_socket_declarations.hh>
Public Member Functions | |
#ColorBuilder Inline Methods | |
| ColorBuilder & | default_value (const ColorGeometry4f value) |
Public Member Functions inherited from blender::nodes::SocketDeclarationBuilder< Color > | |
| 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) |
Public Member Functions inherited from blender::nodes::BaseSocketDeclarationBuilder | |
| virtual | ~BaseSocketDeclarationBuilder ()=default |
Additional Inherited Members | |
Protected Types inherited from blender::nodes::SocketDeclarationBuilder< Color > | |
| using | Self = typename SocketDecl::Builder |
Protected Attributes inherited from blender::nodes::SocketDeclarationBuilder< Color > | |
| Color * | decl_ |
Definition at line 135 of file NOD_socket_declarations.hh.
|
inline |
Definition at line 338 of file NOD_socket_declarations.hh.
References blender::nodes::SocketDeclarationBuilder< Color >::decl_.