Blender
V3.3
|
#include <NOD_node_tree_ref.hh>
Public Attributes | |
Vector< const NodeRef * > | sorted_nodes |
bool | has_cycle = false |
Definition at line 284 of file NOD_node_tree_ref.hh.
bool blender::nodes::NodeTreeRef::ToposortResult::has_cycle = false |
There can't be a correct topological sort of the nodes when there is a cycle. The nodes will still be sorted to some degree. The caller has to decide whether it can handle non-perfect sorts or not.
Definition at line 291 of file NOD_node_tree_ref.hh.
Definition at line 285 of file NOD_node_tree_ref.hh.
Referenced by 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().