|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| char * | name |
| short | socket_type |
| char | _pad [2] |
| int | identifier |
Definition at line 1986 of file DNA_node_types.h.
| char NodeForeachGeometryElementInputItem::_pad[2] |
Definition at line 1990 of file DNA_node_types.h.
| int NodeForeachGeometryElementInputItem::identifier |
Generated identifier that stays the same even when the name or order changes.
Definition at line 1992 of file DNA_node_types.h.
Referenced by blender::nodes::ForeachGeometryElementInputItemsAccessor::init_with_socket_type_and_name(), and blender::nodes::ForeachGeometryElementInputItemsAccessor::socket_identifier_for_item().
| char* NodeForeachGeometryElementInputItem::name |
Definition at line 1987 of file DNA_node_types.h.
Referenced by blender::nodes::ForeachGeometryElementInputItemsAccessor::copy_item(), blender::nodes::ForeachGeometryElementInputItemsAccessor::destruct_item(), blender::nodes::ForeachGeometryElementInputItemsAccessor::get_name(), and blender::nodes::node_geo_foreach_geometry_element_cc::input_node::node_declare().
| short NodeForeachGeometryElementInputItem::socket_type |
Definition at line 1989 of file DNA_node_types.h.
Referenced by blender::nodes::ForeachGeometryElementInputItemsAccessor::get_socket_type(), blender::nodes::ForeachGeometryElementInputItemsAccessor::init_with_socket_type_and_name(), blender::nodes::node_geo_foreach_geometry_element_cc::input_node::node_declare(), and blender::nodes::LazyFunctionForForeachGeometryElementZone::prepare_components().