|
Blender V4.3
|
#include <NOD_node_declaration.hh>
Public Attributes | |
| Vector< InputSocketFieldType > | inputs |
| Vector< OutputFieldDependency > | outputs |
Information about how a node interacts with fields.
Definition at line 83 of file NOD_node_declaration.hh.
| Vector<InputSocketFieldType> blender::nodes::FieldInferencingInterface::inputs |
Definition at line 84 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::bke::node_field_inferencing::get_node_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().
| Vector<OutputFieldDependency> blender::nodes::FieldInferencingInterface::outputs |
Definition at line 85 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().