Blender
V3.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 63 of file NOD_node_declaration.hh.
Vector<InputSocketFieldType> blender::nodes::FieldInferencingInterface::inputs |
Definition at line 64 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(), input_has_attribute_toggle(), 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 65 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::bke::node_field_inferencing::get_dummy_field_inferencing_interface(), blender::bke::node_field_inferencing::get_node_field_inferencing_interface(), 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().