Blender  V3.3
Namespaces | Functions
node_geo_store_named_attribute.cc File Reference
#include <atomic>
#include "UI_interface.h"
#include "UI_resources.h"
#include "RNA_enum_types.h"
#include "NOD_socket_search_link.hh"
#include "BKE_type_conversions.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_geo_store_named_attribute_cc
 

Functions

static void blender::nodes::node_geo_store_named_attribute_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_store_named_attribute_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::node_geo_store_named_attribute_cc::node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void blender::nodes::node_geo_store_named_attribute_cc::node_update (bNodeTree *ntree, bNode *node)
 
static void blender::nodes::node_geo_store_named_attribute_cc::node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void blender::nodes::node_geo_store_named_attribute_cc::try_capture_field_on_geometry (GeometryComponent &component, const StringRef name, const eAttrDomain domain, const GField &field, std::atomic< bool > &r_failure)
 
static void blender::nodes::node_geo_store_named_attribute_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_store_named_attribute ()
 

Function Documentation

◆ register_node_type_geo_store_named_attribute()

void register_node_type_geo_store_named_attribute ( void  )