|
Blender V4.5
|
#include <NOD_geometry_nodes_lazy_function.hh>
Classes | |
| struct | [struct].inputs |
| struct | [struct].outputs |
Public Attributes | |
| const LazyFunction * | function = nullptr |
| struct | inputs |
| struct | outputs |
Contains the information that is necessary to execute a geometry node tree.
Definition at line 365 of file NOD_geometry_nodes_lazy_function.hh.
| const LazyFunction* blender::nodes::GeometryNodesGroupFunction::function = nullptr |
The lazy-function that does what the node group does. Its inputs and outputs are described below.
Definition at line 370 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::nodes::execute_geometry_nodes_on_geometry(), and blender::nodes::LazyFunctionForGroupNode::LazyFunctionForGroupNode().
| struct blender::nodes::GeometryNodesGroupFunction::[struct].inputs blender::nodes::GeometryNodesGroupFunction::inputs |
| struct blender::nodes::GeometryNodesGroupFunction::[struct].outputs blender::nodes::GeometryNodesGroupFunction::outputs |
Referenced by blender::nodes::execute_geometry_nodes_on_geometry().