|
Blender V5.0
|
#include <NOD_node_declaration.hh>
Public Attributes | |
| Array< InputSocketFieldType > | inputs |
| Array< OutputFieldDependency > | outputs |
Information about how a node interacts with fields.
Definition at line 87 of file NOD_node_declaration.hh.
| Array<InputSocketFieldType> blender::nodes::FieldInferencingInterface::inputs |
Definition at line 88 of file NOD_node_declaration.hh.
Referenced by blender::bke::node_field_inferencing::determine_group_input_states(), blender::bke::node_field_inferencing::get_dummy_field_inferencing_interface(), blender::nodes::input_has_attribute_toggle(), blender::nodes::node_group_declare(), blender::bke::node_field_inferencing::propagate_data_requirements_from_right_to_left(), and blender::bke::node_field_inferencing::propagate_field_status_from_left_to_right().
| Array<OutputFieldDependency> blender::nodes::FieldInferencingInterface::outputs |
Definition at line 89 of file NOD_node_declaration.hh.
Referenced by blender::bke::node_field_inferencing::determine_group_output_states(), blender::bke::node_field_inferencing::find_group_output_dependencies(), blender::nodes::node_group_declare(), blender::bke::node_field_inferencing::propagate_data_requirements_from_right_to_left(), and blender::bke::node_field_inferencing::propagate_field_status_from_left_to_right().