|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static std::string | replace_all (const StringRefNull str, const StringRefNull from, const StringRefNull to) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_register () |
|
static |
Definition at line 32 of file node_fn_replace_string.cc.
References replace_all(), blender::nodes::NodeMultiFunctionBuilder::set_matching_fn(), and str.
Referenced by node_register().
|
static |
Definition at line 11 of file node_fn_replace_string.cc.
References b.
Referenced by node_register().
|
static |
Definition at line 41 of file node_fn_replace_string.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, fn_node_type_base(), node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), and blender::bke::node_register_type().
|
static |
Definition at line 19 of file node_fn_replace_string.cc.
References BLI_string_replaceN(), MEM_freeN(), and str.
Referenced by node_build_multi_function().