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

Functions

 NODE_STORAGE_FUNCS (NodeCombineBundle)
static void node_declare (NodeDeclarationBuilder &b)
static void node_init (bNodeTree *, bNode *node)
static void node_copy_storage (bNodeTree *, bNode *dst_node, const bNode *src_node)
static void node_free_storage (bNode *node)
static bool node_insert_link (bke::NodeInsertLinkParams &params)
static void node_layout_ex (uiLayout *layout, bContext *C, PointerRNA *node_ptr)
static void node_operators ()
static void node_geo_exec (GeoNodeExecParams params)
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
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

◆ node_blend_read()

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

◆ node_blend_write()

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

Definition at line 181 of file node_geo_combine_bundle.cc.

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

Referenced by node_register().

◆ node_copy_storage()

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

◆ node_declare()

◆ node_free_storage()

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

◆ node_gather_link_searches()

◆ node_geo_exec()

◆ node_init()

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

Definition at line 54 of file node_geo_combine_bundle.cc.

References MEM_callocN(), and bNode::storage.

Referenced by node_register().

◆ node_insert_link()

◆ node_layout_ex()

◆ node_operators()

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

◆ node_register()

◆ NODE_STORAGE_FUNCS()

blender::nodes::node_geo_combine_bundle_cc::NODE_STORAGE_FUNCS ( NodeCombineBundle )