|
Blender V4.3
|
#include <DNA_node_types.h>
Definition at line 2039 of file DNA_node_types.h.
| char NodeGeometryForeachGeometryElementOutput::_pad[3] |
Definition at line 2052 of file DNA_node_types.h.
| uint8_t NodeGeometryForeachGeometryElementOutput::domain |
#AttrDomain. This is the domain that is iterated over.
Definition at line 2051 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::prepare_components().
| NodeForeachGeometryElementGenerationItems NodeGeometryForeachGeometryElementOutput::generation_items |
Definition at line 2047 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents(), blender::nodes::ForeachGeometryElementGenerationItemsAccessor::get_items_from_node(), 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 2045 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents(), blender::nodes::ForeachGeometryElementInputItemsAccessor::get_items_from_node(), 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 2049 of file DNA_node_types.h.
| NodeForeachGeometryElementMainItems NodeGeometryForeachGeometryElementOutput::main_items |
Definition at line 2046 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents(), blender::nodes::ForeachGeometryElementMainItemsAccessor::get_items_from_node(), 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().