|
Blender V5.0
|
#include <BKE_node_tree_reference_lifetimes.hh>
Public Attributes | |
| Vector< ReferenceSetInfo > | reference_sets |
| BitGroupVector | required_data_by_socket |
| nodes::aal::RelationsInNode | tree_relations |
Definition at line 93 of file BKE_node_tree_reference_lifetimes.hh.
| Vector<ReferenceSetInfo> blender::bke::node_tree_reference_lifetimes::ReferenceLifetimesInfo::reference_sets |
Definition at line 94 of file BKE_node_tree_reference_lifetimes.hh.
| BitGroupVector blender::bke::node_tree_reference_lifetimes::ReferenceLifetimesInfo::required_data_by_socket |
Has a bit for each socket and each reference set. If the bit is set, the corresponding reference set should be propagated to that socket.
Definition at line 100 of file BKE_node_tree_reference_lifetimes.hh.
| nodes::aal::RelationsInNode blender::bke::node_tree_reference_lifetimes::ReferenceLifetimesInfo::tree_relations |
Relations used for group nodes that use this group.
Definition at line 105 of file BKE_node_tree_reference_lifetimes.hh.