19 const std::string delim =
params.extract_input<std::string>(
"Delimiter");
22 for (
const int i : strings.index_range()) {
23 output += strings[i].extract<std::string>();
24 if (i < (strings.size() - 1)) {
28 params.set_output(
"String", std::move(output));
#define NODE_CLASS_CONVERTER
#define NOD_REGISTER_NODE(REGISTER_FUNC)
local_group_size(16, 16) .push_constant(Type b
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, int type, const char *name, short nclass)
NodeGeometryExecFunction geometry_node_execute
NodeDeclareFunction declare