19 static const mf::Signature
signature = []() {
21 mf::SignatureBuilder builder{
"Special Characters",
signature};
22 builder.single_output<std::string>(
"Line Break");
23 builder.single_output<std::string>(
"Tab");
35 new (&lb[
i]) std::string(
"\n");
36 new (&tab[
i]) std::string(
"\t");
53 ntype.
ui_name =
"Special Characters";
55 "Output string characters that cannot be typed directly with the keyboard";
#define FN_NODE_INPUT_SPECIAL_CHARACTERS
#define BLT_I18NCONTEXT_ID_TEXT
#define NOD_REGISTER_NODE(REGISTER_FUNC)
const Signature & signature() const
void set_signature(const Signature *signature)
void set_matching_fn(const mf::MultiFunction *fn)
ccl_device_inline float2 mask(const MaskType mask, const float2 a)
void node_register_type(bNodeType &ntype)
void fn_node_type_base(blender::bke::bNodeType *ntype, std::string idname, const std::optional< int16_t > legacy_type)
std::string ui_description
NodeMultiFunctionBuildFunction build_multi_function
const char * enum_name_legacy
NodeDeclareFunction declare