Blender V5.0
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()

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

◆ node_declare()

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

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