Blender V4.3
blender::nodes::node_geo_attribute_capture_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 draw_item (uiList *, const bContext *C, uiLayout *layout, PointerRNA *, PointerRNA *itemptr, int, PointerRNA *, const char *, int, int)
 
static void node_layout_ex (uiLayout *layout, bContext *C, PointerRNA *ptr)
 
static void NODE_OT_capture_attribute_item_add (wmOperatorType *ot)
 
static void NODE_OT_capture_attribute_item_remove (wmOperatorType *ot)
 
static void NODE_OT_capture_attribute_item_move (wmOperatorType *ot)
 
static void node_operators ()
 
static void clean_unused_attributes (const AttributeFilter &attribute_filter, const Set< StringRef > &keep, GeometryComponent &component)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static bool node_insert_link (bNodeTree *ntree, bNode *node, bNodeLink *link)
 
static void node_free_storage (bNode *node)
 
static void node_copy_storage (bNodeTree *, bNode *dst_node, const bNode *src_node)
 
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void node_register ()
 

Function Documentation

◆ clean_unused_attributes()

◆ draw_item()

static void blender::nodes::node_geo_attribute_capture_cc::draw_item ( uiList * ,
const bContext * C,
uiLayout * layout,
PointerRNA * ,
PointerRNA * itemptr,
int ,
PointerRNA * ,
const char * ,
int ,
int  )
static

◆ node_copy_storage()

static void blender::nodes::node_geo_attribute_capture_cc::node_copy_storage ( bNodeTree * ,
bNode * dst_node,
const bNode * src_node )
static

◆ node_declare()

◆ node_free_storage()

static void blender::nodes::node_geo_attribute_capture_cc::node_free_storage ( bNode * node)
static

◆ node_gather_link_searches()

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

◆ node_geo_exec()

◆ node_init()

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

Definition at line 62 of file node_geo_attribute_capture.cc.

References data.

Referenced by node_register().

◆ node_insert_link()

static bool blender::nodes::node_geo_attribute_capture_cc::node_insert_link ( bNodeTree * ntree,
bNode * node,
bNodeLink * link )
static

◆ node_layout()

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

◆ node_layout_ex()

◆ node_operators()

static void blender::nodes::node_geo_attribute_capture_cc::node_operators ( )
static

◆ NODE_OT_capture_attribute_item_add()

static void blender::nodes::node_geo_attribute_capture_cc::NODE_OT_capture_attribute_item_add ( wmOperatorType * ot)
static

Definition at line 147 of file node_geo_attribute_capture.cc.

References blender::nodes::socket_items::ops::add_item(), and ot.

Referenced by node_operators().

◆ NODE_OT_capture_attribute_item_move()

static void blender::nodes::node_geo_attribute_capture_cc::NODE_OT_capture_attribute_item_move ( wmOperatorType * ot)
static

◆ NODE_OT_capture_attribute_item_remove()

static void blender::nodes::node_geo_attribute_capture_cc::NODE_OT_capture_attribute_item_remove ( wmOperatorType * ot)
static

◆ node_register()