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

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void fn_node_random_value_init (bNodeTree *, bNode *node)
static void fn_node_random_value_update (bNodeTree *ntree, bNode *node)
static std::optional< eCustomDataTypenode_type_from_other_socket (const bNodeSocket &socket)
static void node_gather_link_search_ops (GatherLinkSearchOpParams &params)
static void node_build_multi_function (NodeMultiFunctionBuilder &builder)
static void node_register ()

Function Documentation

◆ fn_node_random_value_init()

void blender::nodes::node_fn_random_value_cc::fn_node_random_value_init ( bNodeTree * ,
bNode * node )
static

Definition at line 48 of file node_fn_random_value.cc.

References CD_PROP_FLOAT, data, MEM_callocN(), and bNode::storage.

Referenced by node_register().

◆ fn_node_random_value_update()

void blender::nodes::node_fn_random_value_cc::fn_node_random_value_update ( bNodeTree * ntree,
bNode * node )
static

◆ node_build_multi_function()

◆ node_declare()

◆ node_gather_link_search_ops()

void blender::nodes::node_fn_random_value_cc::node_gather_link_search_ops ( GatherLinkSearchOpParams & params)
static

◆ node_layout()

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

Definition at line 43 of file node_fn_random_value.cc.

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

Referenced by node_register().

◆ node_register()

◆ node_type_from_other_socket()

std::optional< eCustomDataType > blender::nodes::node_fn_random_value_cc::node_type_from_other_socket ( const bNodeSocket & socket)
static