|
Blender V5.0
|
#include <NOD_node_declaration.hh>
Public Member Functions | |
| OutputSocketFieldType | field_type () const |
| Span< int > | linked_input_indices () const |
Static Public Member Functions | |
| static OutputFieldDependency | ForFieldSource () |
| static OutputFieldDependency | ForDataSource () |
| static OutputFieldDependency | ForDependentField () |
| static OutputFieldDependency | ForPartiallyDependentField (Vector< int > indices) |
Contains information about how a node output's field state depends on inputs of the same node.
Definition at line 67 of file NOD_node_declaration.hh.
Definition at line 983 of file node_declaration.cc.
Definition at line 956 of file node_declaration.cc.
Referenced by blender::bke::node_field_inferencing::find_group_output_dependencies(), blender::bke::node_field_inferencing::get_dummy_field_inferencing_interface(), blender::bke::node_field_inferencing::get_interface_output_field_dependency(), and blender::bke::node_field_inferencing::update_field_inferencing().
Definition at line 963 of file node_declaration.cc.
Referenced by blender::bke::node_field_inferencing::get_interface_output_field_dependency().
Definition at line 949 of file node_declaration.cc.
Referenced by blender::bke::node_field_inferencing::find_group_output_dependencies().
|
static |
Definition at line 970 of file node_declaration.cc.
Referenced by blender::bke::node_field_inferencing::find_group_output_dependencies().
| Span< int > blender::nodes::OutputFieldDependency::linked_input_indices | ( | ) | const |
Definition at line 988 of file node_declaration.cc.