|
Blender V5.0
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeForeachGeometryElementInputItems | input_items |
| NodeForeachGeometryElementMainItems | main_items |
| NodeForeachGeometryElementGenerationItems | generation_items |
| int | inspection_index |
| uint8_t | domain |
| char | _pad [3] |
Definition at line 2273 of file DNA_node_types.h.
| char NodeGeometryForeachGeometryElementOutput::_pad[3] |
Definition at line 2286 of file DNA_node_types.h.
| uint8_t NodeGeometryForeachGeometryElementOutput::domain |
AttrDomain. This is the domain that is iterated over.
Definition at line 2285 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::prepare_components().
| NodeForeachGeometryElementGenerationItems NodeGeometryForeachGeometryElementOutput::generation_items |
Definition at line 2281 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents(), blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_declare(), and blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_extra_info().
| NodeForeachGeometryElementInputItems NodeGeometryForeachGeometryElementOutput::input_items |
The foreach zone has three sets of dynamic sockets. One on the input node and two on the output node. All settings are stored centrally in the output node storage though.
Definition at line 2279 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents(), and blender::nodes::LazyFunctionForForeachGeometryElementZone::prepare_components().
| int NodeGeometryForeachGeometryElementOutput::inspection_index |
This index is used when displaying socket values or using the viewer node.
Definition at line 2283 of file DNA_node_types.h.
| NodeForeachGeometryElementMainItems NodeGeometryForeachGeometryElementOutput::main_items |
Definition at line 2280 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents(), blender::nodes::LazyFunctionForReduceForeachGeometryElement::handle_generation_items_group(), blender::nodes::LazyFunctionForReduceForeachGeometryElement::handle_generation_items_group_lazyness(), blender::nodes::LazyFunctionForReduceForeachGeometryElement::handle_main_items_and_geometry(), and blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_declare().