|
Blender V4.3
|
Public Attributes | |
| const LazyFunction * | function = nullptr |
| ZoneFunctionIndices | indices |
Contains the lazy-function for the "body" of a zone. It contains all the nodes inside of the zone. The "body" function is wrapped by another lazy-function which represents the zone as a hole. The wrapper function might invoke the zone body multiple times (like for repeat zones).
Definition at line 1589 of file geometry_nodes_lazy_function.cc.
| const LazyFunction* blender::nodes::ZoneBodyFunction::function = nullptr |
Definition at line 1590 of file geometry_nodes_lazy_function.cc.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents().
| ZoneFunctionIndices blender::nodes::ZoneBodyFunction::indices |