11 b.use_custom_socket_order();
12 b.allow_any_socket_order();
21 const std::string delim =
params.extract_input<std::string>(
"Delimiter");
24 for (
const int i : strings.values.index_range()) {
26 if (
i < (strings.values.size() - 1)) {
#define NODE_CLASS_CONVERTER
#define GEO_NODE_STRING_JOIN
#define NOD_REGISTER_NODE(REGISTER_FUNC)
void node_register_type(bNodeType &ntype)
static void node_register()
static void node_geo_exec(GeoNodeExecParams params)
static void node_declare(NodeDeclarationBuilder &b)
void geo_node_type_base(blender::bke::bNodeType *ntype, std::string idname, const std::optional< int16_t > legacy_type)
std::string ui_description
NodeGeometryExecFunction geometry_node_execute
const char * enum_name_legacy
NodeDeclareFunction declare