Blender
V3.3
|
Functions | |
static void | fn_node_replace_string_declare (NodeDeclarationBuilder &b) |
static std::string | replace_all (const StringRefNull str, const StringRefNull from, const StringRefNull to) |
static void | fn_node_replace_string_build_multi_function (NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 31 of file node_fn_replace_string.cc.
References replace_all(), blender::nodes::NodeMultiFunctionBuilder::set_matching_fn(), and str.
Referenced by register_node_type_fn_replace_string().
|
static |
Definition at line 9 of file node_fn_replace_string.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_fn_replace_string().
|
static |
Definition at line 18 of file node_fn_replace_string.cc.
References BLI_str_replaceN(), blender::StringRefNull::c_str(), from, MEM_freeN, and str.
Referenced by fn_node_replace_string_build_multi_function(), and text_replace_exec().