|
Blender V5.0
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeForeachGeometryElementMainItem * | items |
| int | items_num |
| int | active_index |
| int | next_identifier |
| char | _pad [4] |
Definition at line 2257 of file DNA_node_types.h.
| char NodeForeachGeometryElementMainItems::_pad[4] |
Definition at line 2262 of file DNA_node_types.h.
| int NodeForeachGeometryElementMainItems::active_index |
Definition at line 2260 of file DNA_node_types.h.
| NodeForeachGeometryElementMainItem* NodeForeachGeometryElementMainItems::items |
Definition at line 2258 of file DNA_node_types.h.
Referenced by blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_declare().
| int NodeForeachGeometryElementMainItems::items_num |
Definition at line 2259 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().
| int NodeForeachGeometryElementMainItems::next_identifier |
Definition at line 2261 of file DNA_node_types.h.