|
Blender V5.0
|
#include <NOD_geo_foreach_geometry_element.hh>
Inherits blender::nodes::socket_items::SocketItemsAccessorDefaults.
Classes | |
| struct | operator_idnames |
| struct | ui_idnames |
| struct | rna_names |
Public Types | |
| using | ItemT = NodeForeachGeometryElementMainItem |
Static Public Member Functions | |
| static socket_items::SocketItemsRef< ItemT > | get_items_from_node (bNode &node) |
| static void | copy_item (const ItemT &src, ItemT &dst) |
| static void | destruct_item (ItemT *item) |
| static void | blend_write_item (BlendWriter *writer, const ItemT &item) |
| static void | blend_read_data_item (BlendDataReader *reader, ItemT &item) |
| static eNodeSocketDatatype | get_socket_type (const ItemT &item) |
| static char ** | get_name (ItemT &item) |
| static bool | supports_socket_type (const eNodeSocketDatatype socket_type, const int) |
| static void | init_with_socket_type_and_name (bNode &node, ItemT &item, const eNodeSocketDatatype socket_type, const char *name) |
| static std::string | socket_identifier_for_item (const ItemT &item) |
Static Public Attributes | |
| static StructRNA * | item_srna |
| static int | node_type |
| static constexpr StringRefNull | node_idname = "GeometryNodeForeachGeometryElementOutput" |
| static constexpr bool | has_type = true |
| static constexpr bool | has_name = true |
| Static Public Attributes inherited from blender::nodes::socket_items::SocketItemsAccessorDefaults | |
| static constexpr bool | has_single_identifier_str = true |
| static constexpr bool | has_name_validation = false |
| static constexpr bool | has_custom_initial_name = false |
| static constexpr bool | has_vector_dimensions = false |
| static constexpr bool | can_have_empty_name = false |
| static constexpr char | unique_name_separator = '.' |
Definition at line 100 of file NOD_geo_foreach_geometry_element.hh.
| using blender::nodes::ForeachGeometryElementMainItemsAccessor::ItemT = NodeForeachGeometryElementMainItem |
Definition at line 101 of file NOD_geo_foreach_geometry_element.hh.
|
static |
Definition at line 503 of file node_geo_foreach_geometry_element.cc.
References BLO_read_string(), and NodeForeachGeometryElementMainItem::name.
|
static |
Definition at line 497 of file node_geo_foreach_geometry_element.cc.
References BLO_write_string(), and NodeForeachGeometryElementMainItem::name.
|
inlinestatic |
Definition at line 131 of file NOD_geo_foreach_geometry_element.hh.
References BLI_strdup_null(), and NodeForeachGeometryElementMainItem::name.
|
inlinestatic |
Definition at line 137 of file NOD_geo_foreach_geometry_element.hh.
References MEM_SAFE_FREE, and NodeForeachGeometryElementMainItem::name.
|
inlinestatic |
Definition at line 123 of file NOD_geo_foreach_geometry_element.hh.
References bNode::storage.
|
inlinestatic |
Definition at line 150 of file NOD_geo_foreach_geometry_element.hh.
References NodeForeachGeometryElementMainItem::name.
|
inlinestatic |
Definition at line 145 of file NOD_geo_foreach_geometry_element.hh.
References NodeForeachGeometryElementMainItem::socket_type.
|
inlinestatic |
Definition at line 167 of file NOD_geo_foreach_geometry_element.hh.
References NodeForeachGeometryElementMainItem::identifier, name, blender::nodes::socket_items::set_item_name_and_make_unique(), NodeForeachGeometryElementMainItem::socket_type, and bNode::storage.
|
inlinestatic |
Definition at line 179 of file NOD_geo_foreach_geometry_element.hh.
References NodeForeachGeometryElementMainItem::identifier.
Referenced by blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_declare().
|
inlinestatic |
Definition at line 155 of file NOD_geo_foreach_geometry_element.hh.
References ELEM, SOCK_BOOLEAN, SOCK_FLOAT, SOCK_INT, SOCK_MATRIX, SOCK_RGBA, SOCK_ROTATION, and SOCK_VECTOR.
|
staticconstexpr |
Definition at line 106 of file NOD_geo_foreach_geometry_element.hh.
|
staticconstexpr |
Definition at line 105 of file NOD_geo_foreach_geometry_element.hh.
|
static |
Definition at line 102 of file NOD_geo_foreach_geometry_element.hh.
Referenced by blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_declare().
|
staticconstexpr |
Definition at line 104 of file NOD_geo_foreach_geometry_element.hh.
|
static |
Definition at line 103 of file NOD_geo_foreach_geometry_element.hh.