|
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 = NodeForeachGeometryElementInputItem |
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 13 of file NOD_geo_foreach_geometry_element.hh.
| using blender::nodes::ForeachGeometryElementInputItemsAccessor::ItemT = NodeForeachGeometryElementInputItem |
Definition at line 15 of file NOD_geo_foreach_geometry_element.hh.
|
static |
Definition at line 488 of file node_geo_foreach_geometry_element.cc.
References BLO_read_string(), and NodeForeachGeometryElementInputItem::name.
|
static |
Definition at line 482 of file node_geo_foreach_geometry_element.cc.
References BLO_write_string(), and NodeForeachGeometryElementInputItem::name.
|
inlinestatic |
Definition at line 45 of file NOD_geo_foreach_geometry_element.hh.
References BLI_strdup_null(), and NodeForeachGeometryElementInputItem::name.
|
inlinestatic |
Definition at line 51 of file NOD_geo_foreach_geometry_element.hh.
References MEM_SAFE_FREE, and NodeForeachGeometryElementInputItem::name.
|
inlinestatic |
Definition at line 37 of file NOD_geo_foreach_geometry_element.hh.
References bNode::storage.
|
inlinestatic |
Definition at line 64 of file NOD_geo_foreach_geometry_element.hh.
References NodeForeachGeometryElementInputItem::name.
|
inlinestatic |
Definition at line 59 of file NOD_geo_foreach_geometry_element.hh.
References NodeForeachGeometryElementInputItem::socket_type.
|
inlinestatic |
Definition at line 82 of file NOD_geo_foreach_geometry_element.hh.
References NodeForeachGeometryElementInputItem::identifier, name, blender::nodes::socket_items::set_item_name_and_make_unique(), NodeForeachGeometryElementInputItem::socket_type, and bNode::storage.
|
inlinestatic |
Definition at line 94 of file NOD_geo_foreach_geometry_element.hh.
References NodeForeachGeometryElementInputItem::identifier.
Referenced by blender::nodes::node_geo_foreach_geometry_element_cc::input_node::node_declare().
|
inlinestatic |
Definition at line 69 of file NOD_geo_foreach_geometry_element.hh.
References ELEM, SOCK_BOOLEAN, SOCK_FLOAT, SOCK_INT, SOCK_MATRIX, SOCK_MENU, SOCK_RGBA, SOCK_ROTATION, and SOCK_VECTOR.
|
staticconstexpr |
Definition at line 20 of file NOD_geo_foreach_geometry_element.hh.
|
staticconstexpr |
Definition at line 19 of file NOD_geo_foreach_geometry_element.hh.
|
static |
Definition at line 16 of file NOD_geo_foreach_geometry_element.hh.
Referenced by blender::nodes::node_geo_foreach_geometry_element_cc::input_node::node_declare().
|
staticconstexpr |
Definition at line 18 of file NOD_geo_foreach_geometry_element.hh.
|
static |
Definition at line 17 of file NOD_geo_foreach_geometry_element.hh.