|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeForeachGeometryElementInputItem * | items |
| int | items_num |
| int | active_index |
| int | next_identifier |
| char | _pad [4] |
Definition at line 2015 of file DNA_node_types.h.
| char NodeForeachGeometryElementInputItems::_pad[4] |
Definition at line 2020 of file DNA_node_types.h.
| int NodeForeachGeometryElementInputItems::active_index |
Definition at line 2018 of file DNA_node_types.h.
| NodeForeachGeometryElementInputItem* NodeForeachGeometryElementInputItems::items |
Definition at line 2016 of file DNA_node_types.h.
Referenced by blender::nodes::ForeachGeometryElementInputItemsAccessor::get_items_from_node(), and blender::nodes::LazyFunctionForForeachGeometryElementZone::prepare_components().
| int NodeForeachGeometryElementInputItems::items_num |
Definition at line 2017 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents(), and blender::nodes::LazyFunctionForForeachGeometryElementZone::prepare_components().
| int NodeForeachGeometryElementInputItems::next_identifier |
Definition at line 2019 of file DNA_node_types.h.