21 static auto str_len_fn = mf::build::SI1_SO<std::string, int>(
22 "String Length", [](
const std::string &a) {
return BLI_strlen_utf8(a.c_str()); });
#define NODE_CLASS_CONVERTER
size_t BLI_strlen_utf8(const char *strc) ATTR_NONNULL(1) ATTR_WARN_UNUSED_RESULT
#define NOD_REGISTER_NODE(REGISTER_FUNC)
void set_matching_fn(const mf::MultiFunction *fn)
local_group_size(16, 16) .push_constant(Type b
void node_register_type(bNodeType *ntype)
static void node_build_multi_function(NodeMultiFunctionBuilder &builder)
static void node_register()
static void node_declare(NodeDeclarationBuilder &b)
void fn_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass)
NodeMultiFunctionBuildFunction build_multi_function
NodeDeclareFunction declare