|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeRepeatItem * | items |
| int | items_num |
| int | active_index |
| int | next_identifier |
| int | inspection_index |
Definition at line 1967 of file DNA_node_types.h.
| int NodeGeometryRepeatOutput::active_index |
Definition at line 1970 of file DNA_node_types.h.
| int NodeGeometryRepeatOutput::inspection_index |
Definition at line 1973 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForRepeatZone::initialize_execution_graph().
| NodeRepeatItem* NodeGeometryRepeatOutput::items |
Definition at line 1968 of file DNA_node_types.h.
Referenced by blender::nodes::RepeatItemsAccessor::get_items_from_node(), and blender::nodes::node_geo_repeat_cc::repeat_output_node::node_declare().
| int NodeGeometryRepeatOutput::items_num |
| int NodeGeometryRepeatOutput::next_identifier |
Identifier to give to the next repeat item.
Definition at line 1972 of file DNA_node_types.h.