|
Blender V4.5
|
Classes | |
| struct | [struct].inputs.references_to_propagate |
Public Attributes | |
| IndexRange | main |
| IndexRange | output_usages |
| struct | references_to_propagate |
Definition at line 372 of file NOD_geometry_nodes_lazy_function.hh.
| IndexRange blender::nodes::GeometryNodesGroupFunction::[struct].inputs main |
Main input values that come out of the Group Input node.
| IndexRange blender::nodes::GeometryNodesGroupFunction::[struct].inputs output_usages |
A boolean for every group output that indicates whether that output is needed. It's ok if those are set to true even when an output is not used, but the other way around will lead to bugs. The node group uses those values to compute the lifetimes of anonymous attributes.
| struct blender::nodes::GeometryNodesGroupFunction::[struct].inputs.references_to_propagate blender::nodes::GeometryNodesGroupFunction::references_to_propagate |