Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_fn_replace_string_cc | |
Functions | |
static void | blender::nodes::node_fn_replace_string_cc::fn_node_replace_string_declare (NodeDeclarationBuilder &b) |
static std::string | blender::nodes::node_fn_replace_string_cc::replace_all (const StringRefNull str, const StringRefNull from, const StringRefNull to) |
static void | blender::nodes::node_fn_replace_string_cc::fn_node_replace_string_build_multi_function (NodeMultiFunctionBuilder &builder) |
void | register_node_type_fn_replace_string () |
Definition at line 42 of file node_fn_replace_string.cc.
References bNodeType::build_multi_function, bNodeType::declare, FN_NODE_REPLACE_STRING, blender::nodes::node_fn_replace_string_cc::fn_node_replace_string_build_multi_function(), blender::nodes::node_fn_replace_string_cc::fn_node_replace_string_declare(), fn_node_type_base(), NODE_CLASS_CONVERTER, and nodeRegisterType().
Referenced by registerFunctionNodes().