|
Blender V4.3
|
#include <NOD_geometry_nodes_lazy_function.hh>
Public Attributes | |
| MultiValueMap< ComputeContextHash, const lf::FunctionNode * > | nodes_by_context |
| MultiValueMap< std::pair< ComputeContextHash, int32_t >, int > | iterations_by_iteration_zone |
Definition at line 150 of file NOD_geometry_nodes_lazy_function.hh.
| MultiValueMap<std::pair<ComputeContextHash, int32_t>, int> blender::nodes::GeoNodesSideEffectNodes::iterations_by_iteration_zone |
The repeat/foreach zone is identified by the compute context of the parent and the identifier of the repeat output node.
Definition at line 156 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::nodes::ForeachGeometryElementZoneSideEffectProvider::get_nodes_with_side_effects(), blender::nodes::RepeatZoneSideEffectProvider::get_nodes_with_side_effects(), and blender::try_add_side_effect_node().
| MultiValueMap<ComputeContextHash, const lf::FunctionNode *> blender::nodes::GeoNodesSideEffectNodes::nodes_by_context |
Definition at line 151 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::nodes::LazyFunctionForSimulationInputsUsage::execute_impl(), blender::nodes::LazyFunctionForViewerInputUsage::execute_impl(), blender::nodes::GeometryNodesLazyFunctionSideEffectProvider::get_nodes_with_side_effects(), blender::nodes::gizmo_is_used(), and blender::try_add_side_effect_node().