|
Blender V4.3
|
#include <NOD_geo_repeat.hh>
Public Types | |
| using | ItemT = NodeRepeatItem |
Static Public Member Functions | |
| static socket_items::SocketItemsRef< NodeRepeatItem > | get_items_from_node (bNode &node) |
| static void | copy_item (const NodeRepeatItem &src, NodeRepeatItem &dst) |
| static void | destruct_item (NodeRepeatItem *item) |
| static void | blend_write (BlendWriter *writer, const bNode &node) |
| static void | blend_read_data (BlendDataReader *reader, bNode &node) |
| static eNodeSocketDatatype | get_socket_type (const NodeRepeatItem &item) |
| static char ** | get_name (NodeRepeatItem &item) |
| static bool | supports_socket_type (const eNodeSocketDatatype socket_type) |
| static void | init_with_socket_type_and_name (bNode &node, NodeRepeatItem &item, const eNodeSocketDatatype socket_type, const char *name) |
| static std::string | socket_identifier_for_item (const NodeRepeatItem &item) |
Static Public Attributes | |
| static StructRNA * | item_srna = &RNA_RepeatItem |
| static int | node_type = GEO_NODE_REPEAT_OUTPUT |
| static constexpr const char * | node_idname = "GeometryNodeRepeatOutput" |
| static constexpr bool | has_type = true |
| static constexpr bool | has_name = true |
| static constexpr bool | has_single_identifier_str = true |
Makes it possible to use various functions (e.g. the ones in NOD_socket_items.hh) with repeat items.
Definition at line 18 of file NOD_geo_repeat.hh.
Definition at line 19 of file NOD_geo_repeat.hh.
|
static |
Definition at line 332 of file node_geo_repeat.cc.
References BLO_read_string(), and BLO_read_struct_array.
|
static |
Definition at line 323 of file node_geo_repeat.cc.
References BLO_write_string(), and BLO_write_struct_array.
|
inlinestatic |
Definition at line 32 of file NOD_geo_repeat.hh.
References BLI_strdup_null(), and NodeRepeatItem::name.
|
inlinestatic |
Definition at line 37 of file NOD_geo_repeat.hh.
References MEM_SAFE_FREE, and NodeRepeatItem::name.
|
inlinestatic |
Definition at line 27 of file NOD_geo_repeat.hh.
References NodeGeometryRepeatOutput::items.
|
inlinestatic |
Definition at line 47 of file NOD_geo_repeat.hh.
References NodeRepeatItem::name.
|
inlinestatic |
Definition at line 43 of file NOD_geo_repeat.hh.
References NodeRepeatItem::socket_type.
|
inlinestatic |
Definition at line 68 of file NOD_geo_repeat.hh.
References NodeRepeatItem::identifier, blender::nodes::socket_items::set_item_name_and_make_unique(), and NodeRepeatItem::socket_type.
|
inlinestatic |
Definition at line 78 of file NOD_geo_repeat.hh.
References NodeRepeatItem::identifier.
Referenced by blender::nodes::node_geo_repeat_cc::repeat_input_node::node_declare(), and blender::nodes::node_geo_repeat_cc::repeat_output_node::node_declare().
|
inlinestatic |
Definition at line 51 of file NOD_geo_repeat.hh.
References ELEM, SOCK_BOOLEAN, SOCK_COLLECTION, SOCK_FLOAT, SOCK_GEOMETRY, SOCK_IMAGE, SOCK_INT, SOCK_MATERIAL, SOCK_MATRIX, SOCK_OBJECT, SOCK_RGBA, SOCK_ROTATION, SOCK_STRING, and SOCK_VECTOR.
|
staticconstexpr |
Definition at line 24 of file NOD_geo_repeat.hh.
|
staticconstexpr |
Definition at line 25 of file NOD_geo_repeat.hh.
|
staticconstexpr |
Definition at line 23 of file NOD_geo_repeat.hh.
|
static |
Definition at line 20 of file NOD_geo_repeat.hh.
Referenced by blender::nodes::node_geo_repeat_cc::repeat_input_node::node_declare(), blender::nodes::node_geo_repeat_cc::repeat_output_node::node_declare(), and blender::nodes::node_geo_repeat_cc::node_layout_ex().
|
staticconstexpr |
Definition at line 22 of file NOD_geo_repeat.hh.
|
static |
Definition at line 21 of file NOD_geo_repeat.hh.