Blender  V3.3
Functions
blender::nodes::node_geo_store_named_attribute_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void node_update (bNodeTree *ntree, bNode *node)
 
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void try_capture_field_on_geometry (GeometryComponent &component, const StringRef name, const eAttrDomain domain, const GField &field, std::atomic< bool > &r_failure)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ node_declare()

static void blender::nodes::node_geo_store_named_attribute_cc::node_declare ( NodeDeclarationBuilder b)
static

Definition at line 20 of file node_geo_store_named_attribute.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_geo_store_named_attribute().

◆ node_gather_link_searches()

static void blender::nodes::node_geo_store_named_attribute_cc::node_gather_link_searches ( GatherLinkSearchOpParams params)
static

◆ node_geo_exec()

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

◆ node_init()

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

Definition at line 41 of file node_geo_store_named_attribute.cc.

References ATTR_DOMAIN_POINT, CD_PROP_FLOAT, data, and node.

◆ node_layout()

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

◆ node_update()

static void blender::nodes::node_geo_store_named_attribute_cc::node_update ( bNodeTree ntree,
bNode node 
)
static

◆ try_capture_field_on_geometry()

static void blender::nodes::node_geo_store_named_attribute_cc::try_capture_field_on_geometry ( GeometryComponent component,
const StringRef  name,
const eAttrDomain  domain,
const GField field,
std::atomic< bool > &  r_failure 
)
static