19 const std::string delim =
params.extract_input<std::string>(
"Delimiter");
23 output += strings[
i].extract<std::string>();
24 if (
i < (strings.
size() - 1)) {
#define NODE_CLASS_CONVERTER
#define GEO_NODE_STRING_JOIN
#define NOD_REGISTER_NODE(REGISTER_FUNC)
IndexRange index_range() const
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