Blender V4.3
node_geo_attribute_capture.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_attribute_capture_cc
 

Functions

static void blender::nodes::node_geo_attribute_capture_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_attribute_capture_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void blender::nodes::node_geo_attribute_capture_cc::node_init (bNodeTree *, bNode *node)
 
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 void blender::nodes::node_geo_attribute_capture_cc::node_layout_ex (uiLayout *layout, bContext *C, PointerRNA *ptr)
 
static void blender::nodes::node_geo_attribute_capture_cc::NODE_OT_capture_attribute_item_add (wmOperatorType *ot)
 
static void blender::nodes::node_geo_attribute_capture_cc::NODE_OT_capture_attribute_item_remove (wmOperatorType *ot)
 
static void blender::nodes::node_geo_attribute_capture_cc::NODE_OT_capture_attribute_item_move (wmOperatorType *ot)
 
static void blender::nodes::node_geo_attribute_capture_cc::node_operators ()
 
static void blender::nodes::node_geo_attribute_capture_cc::clean_unused_attributes (const AttributeFilter &attribute_filter, const Set< StringRef > &keep, GeometryComponent &component)
 
static void blender::nodes::node_geo_attribute_capture_cc::node_geo_exec (GeoNodeExecParams params)
 
static bool blender::nodes::node_geo_attribute_capture_cc::node_insert_link (bNodeTree *ntree, bNode *node, bNodeLink *link)
 
static void blender::nodes::node_geo_attribute_capture_cc::node_free_storage (bNode *node)
 
static void blender::nodes::node_geo_attribute_capture_cc::node_copy_storage (bNodeTree *, bNode *dst_node, const bNode *src_node)
 
static void blender::nodes::node_geo_attribute_capture_cc::node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void blender::nodes::node_geo_attribute_capture_cc::node_register ()