|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeForeachGeometryElementMainItem * | items |
| int | items_num |
| int | active_index |
| int | next_identifier |
| char | _pad [4] |
Definition at line 2023 of file DNA_node_types.h.
| char NodeForeachGeometryElementMainItems::_pad[4] |
Definition at line 2028 of file DNA_node_types.h.
| int NodeForeachGeometryElementMainItems::active_index |
Definition at line 2026 of file DNA_node_types.h.
| NodeForeachGeometryElementMainItem* NodeForeachGeometryElementMainItems::items |
Definition at line 2024 of file DNA_node_types.h.
Referenced by blender::nodes::ForeachGeometryElementMainItemsAccessor::get_items_from_node(), and blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_declare().
| int NodeForeachGeometryElementMainItems::items_num |
Definition at line 2025 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 2027 of file DNA_node_types.h.