Blender V4.3
blender::nodes::node_fn_replace_string_cc Namespace Reference

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 ()
 

Function Documentation

◆ node_build_multi_function()

static void blender::nodes::node_fn_replace_string_cc::node_build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ node_declare()

static void blender::nodes::node_fn_replace_string_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 11 of file node_fn_replace_string.cc.

References b.

Referenced by node_register().

◆ node_register()

◆ replace_all()

static std::string blender::nodes::node_fn_replace_string_cc::replace_all ( const StringRefNull str,
const StringRefNull from,
const StringRefNull to )
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().