Blender  V3.3
Classes | Functions
blender::nodes::node_geo_field_at_index_cc Namespace Reference

Classes

class  FieldAtIndex
 

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 StringRefNull identifier_suffix (eCustomDataType data_type)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ identifier_suffix()

static StringRefNull blender::nodes::node_geo_field_at_index_cc::identifier_suffix ( eCustomDataType  data_type)
static

◆ node_declare()

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

Definition at line 16 of file node_geo_field_at_index.cc.

References usdtokens::b(), min, and N_.

Referenced by register_node_type_geo_field_at_index().

◆ node_gather_link_searches()

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

◆ node_geo_exec()

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

◆ node_init()

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

Definition at line 39 of file node_geo_field_at_index.cc.

References ATTR_DOMAIN_POINT, CD_PROP_FLOAT, and node.

◆ node_layout()

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

Definition at line 33 of file node_geo_field_at_index.cc.

References ptr, and uiItemR().

Referenced by register_node_type_geo_field_at_index().

◆ node_update()

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