|
Blender V5.0
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeForeachGeometryElementInputItem * | items |
| int | items_num |
| int | active_index |
| int | next_identifier |
| char | _pad [4] |
Definition at line 2249 of file DNA_node_types.h.
| char NodeForeachGeometryElementInputItems::_pad[4] |
Definition at line 2254 of file DNA_node_types.h.
| int NodeForeachGeometryElementInputItems::active_index |
Definition at line 2252 of file DNA_node_types.h.
| NodeForeachGeometryElementInputItem* NodeForeachGeometryElementInputItems::items |
Definition at line 2250 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::prepare_components().
| int NodeForeachGeometryElementInputItems::items_num |
Definition at line 2251 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 2253 of file DNA_node_types.h.