|
Blender V4.3
|
Public Attributes | |
| const LazyFunction * | lazy_function = nullptr |
| ZoneFunctionIndices | indices |
Definition at line 1576 of file geometry_nodes_lazy_function.cc.
| ZoneFunctionIndices blender::nodes::ZoneBuildInfo::indices |
Information about what the various inputs and outputs of the lazy-function are.
Definition at line 1581 of file geometry_nodes_lazy_function.cc.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents(), blender::nodes::LazyFunctionForRepeatZone::execute_impl(), blender::nodes::LazyFunctionForForeachGeometryElementZone::initialize_execution_graph(), blender::nodes::LazyFunctionForRepeatZone::initialize_execution_graph(), blender::nodes::initialize_zone_wrapper(), blender::nodes::LazyFunctionForForeachGeometryElementZone::LazyFunctionForForeachGeometryElementZone(), blender::nodes::LazyFunctionForRepeatZone::LazyFunctionForRepeatZone(), blender::nodes::LazyFunctionForForeachGeometryElementZone::prepare_components(), blender::nodes::zone_wrapper_input_name(), and blender::nodes::zone_wrapper_output_name().
| const LazyFunction* blender::nodes::ZoneBuildInfo::lazy_function = nullptr |
The lazy function that contains the zone.
Definition at line 1578 of file geometry_nodes_lazy_function.cc.