Blender V5.0
blender::nodes::node_fn_string_to_value_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
static const mf::MultiFunction * get_multi_function (const bNode &bnode)
static void node_build_multi_function (NodeMultiFunctionBuilder &builder)
static void node_init (bNodeTree *, bNode *node)
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_rna (StructRNA *srna)
static void node_register ()

Function Documentation

◆ get_multi_function()

const mf::MultiFunction * blender::nodes::node_fn_string_to_value_cc::get_multi_function ( const bNode & bnode)
static

◆ node_build_multi_function()

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

◆ node_declare()

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

Definition at line 21 of file node_fn_string_to_value.cc.

References b, and bNode::custom1.

Referenced by node_register().

◆ node_gather_link_searches()

void blender::nodes::node_fn_string_to_value_cc::node_gather_link_searches ( GatherLinkSearchOpParams & params)
static

◆ node_init()

void blender::nodes::node_fn_string_to_value_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 65 of file node_fn_string_to_value.cc.

References bNode::custom1, and SOCK_FLOAT.

Referenced by node_register().

◆ node_layout()

void blender::nodes::node_fn_string_to_value_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 106 of file node_fn_string_to_value.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

Referenced by node_register().

◆ node_register()

◆ node_rna()

void blender::nodes::node_fn_string_to_value_cc::node_rna ( StructRNA * srna)
static