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

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_init (bNodeTree *, bNode *node)
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
static void node_geo_exec (GeoNodeExecParams params)
static void node_rna (StructRNA *srna)
static void node_register ()

Function Documentation

◆ node_declare()

◆ node_gather_link_searches()

◆ node_geo_exec()

void blender::nodes::node_geo_store_named_attribute_cc::node_geo_exec ( GeoNodeExecParams params)
static

◆ node_init()

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

Definition at line 59 of file node_geo_store_named_attribute.cc.

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

Referenced by node_register().

◆ node_layout()

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

◆ node_register()

◆ node_rna()