Blender  V3.3
Functions
blender::nodes::node_fn_replace_string_cc Namespace Reference

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)
 

Function Documentation

◆ fn_node_replace_string_build_multi_function()

static void blender::nodes::node_fn_replace_string_cc::fn_node_replace_string_build_multi_function ( NodeMultiFunctionBuilder builder)
static

◆ fn_node_replace_string_declare()

static void blender::nodes::node_fn_replace_string_cc::fn_node_replace_string_declare ( NodeDeclarationBuilder b)
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().

◆ replace_all()

static std::string blender::nodes::node_fn_replace_string_cc::replace_all ( const StringRefNull  str,
const StringRefNull  from,
const StringRefNull  to 
)
static