|
Blender V5.0
|
#include <DNA_node_types.h>
Public Attributes | |
| char * | name |
| short | socket_type |
| char | _pad [2] |
| int | identifier |
Definition at line 2229 of file DNA_node_types.h.
| char NodeForeachGeometryElementMainItem::_pad[2] |
Definition at line 2233 of file DNA_node_types.h.
| int NodeForeachGeometryElementMainItem::identifier |
Generated identifier that stays the same even when the name or order changes.
Definition at line 2235 of file DNA_node_types.h.
Referenced by blender::nodes::LazyFunctionForReduceForeachGeometryElement::handle_main_items_and_geometry(), blender::nodes::ForeachGeometryElementMainItemsAccessor::init_with_socket_type_and_name(), and blender::nodes::ForeachGeometryElementMainItemsAccessor::socket_identifier_for_item().
| char* NodeForeachGeometryElementMainItem::name |
Definition at line 2230 of file DNA_node_types.h.
Referenced by blender::nodes::ForeachGeometryElementMainItemsAccessor::blend_read_data_item(), blender::nodes::ForeachGeometryElementMainItemsAccessor::blend_write_item(), blender::nodes::ForeachGeometryElementMainItemsAccessor::copy_item(), blender::nodes::ForeachGeometryElementMainItemsAccessor::destruct_item(), blender::nodes::ForeachGeometryElementMainItemsAccessor::get_name(), and blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_declare().
| short NodeForeachGeometryElementMainItem::socket_type |
Definition at line 2232 of file DNA_node_types.h.
Referenced by blender::nodes::ForeachGeometryElementMainItemsAccessor::get_socket_type(), blender::nodes::LazyFunctionForReduceForeachGeometryElement::handle_main_items_and_geometry(), blender::nodes::ForeachGeometryElementMainItemsAccessor::init_with_socket_type_and_name(), and blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_declare().