Blender V5.0
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 node_layout_ex (uiLayout *layout, bContext *C, PointerRNA *ptr)
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 (bke::NodeInsertLinkParams &params)
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 const bNodeSocketnode_internally_linked_input (const bNodeTree &, const bNode &node, const bNodeSocket &output_socket)
static void node_blend_write (const bNodeTree &, const bNode &node, BlendWriter &writer)
static void node_blend_read (bNodeTree &, bNode &node, BlendDataReader &reader)
static void node_register ()

Function Documentation

◆ clean_unused_attributes()

◆ node_blend_read()

void blender::nodes::node_geo_attribute_capture_cc::node_blend_read ( bNodeTree & ,
bNode & node,
BlendDataReader & reader )
static

◆ node_blend_write()

void blender::nodes::node_geo_attribute_capture_cc::node_blend_write ( const bNodeTree & ,
const bNode & node,
BlendWriter & writer )
static

Definition at line 263 of file node_geo_attribute_capture.cc.

References blender::nodes::socket_items::blend_write().

Referenced by node_register().

◆ node_copy_storage()

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()

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

◆ node_gather_link_searches()

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

◆ node_geo_exec()

◆ node_init()

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

Definition at line 72 of file node_geo_attribute_capture.cc.

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

Referenced by node_register().

◆ node_insert_link()

bool blender::nodes::node_geo_attribute_capture_cc::node_insert_link ( bke::NodeInsertLinkParams & params)
static

◆ node_internally_linked_input()

const bNodeSocket * blender::nodes::node_geo_attribute_capture_cc::node_internally_linked_input ( const bNodeTree & ,
const bNode & node,
const bNodeSocket & output_socket )
static

Definition at line 256 of file node_geo_attribute_capture.cc.

Referenced by node_register().

◆ node_layout()

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

◆ node_layout_ex()

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

◆ node_operators()

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

◆ node_register()