|
Blender V5.0
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeCombineBundleItem * | items |
| int | items_num |
| int | next_identifier |
| int | active_index |
| uint8_t | flag |
| char | _pad [3] |
Definition at line 2535 of file DNA_node_types.h.
| char NodeCombineBundle::_pad[3] |
Definition at line 2542 of file DNA_node_types.h.
| int NodeCombineBundle::active_index |
Definition at line 2539 of file DNA_node_types.h.
| uint8_t NodeCombineBundle::flag |
Definition at line 2541 of file DNA_node_types.h.
| NodeCombineBundleItem* NodeCombineBundle::items |
Definition at line 2536 of file DNA_node_types.h.
Referenced by blender::nodes::node_geo_combine_bundle_cc::node_declare(), and blender::nodes::node_geo_combine_bundle_cc::node_geo_exec().
| int NodeCombineBundle::items_num |
Definition at line 2537 of file DNA_node_types.h.
Referenced by blender::nodes::node_geo_combine_bundle_cc::node_declare(), blender::nodes::node_geo_combine_bundle_cc::node_geo_exec(), and blender::nodes::node_geo_combine_bundle_cc::node_insert_link().
| int NodeCombineBundle::next_identifier |
Definition at line 2538 of file DNA_node_types.h.