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

Classes

struct  AccumulationInfo
class  AccumulateFieldInput
class  TotalFieldInput

Enumerations

enum class  AccumulationMode { Leading = 0 , Trailing = 1 }

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_init (bNodeTree *, bNode *node)
static std::optional< eCustomDataTypenode_type_from_other_socket (const bNodeSocket &socket)
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
static void node_geo_exec (GeoNodeExecParams params)
static void node_rna (StructRNA *srna)
static void node_register ()

Enumeration Type Documentation

◆ AccumulationMode

Enumerator
Leading 
Trailing 

Definition at line 86 of file node_geo_accumulate_field.cc.

Function Documentation

◆ node_declare()

◆ node_gather_link_searches()

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

◆ node_geo_exec()

void blender::nodes::node_geo_accumulate_field_cc::node_geo_exec ( GeoNodeExecParams params)
static

◆ node_init()

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

Definition at line 78 of file node_geo_accumulate_field.cc.

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

Referenced by node_register().

◆ node_layout()

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

Definition at line 72 of file node_geo_accumulate_field.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

Referenced by node_register().

◆ node_register()

◆ node_rna()

void blender::nodes::node_geo_accumulate_field_cc::node_rna ( StructRNA * srna)
static

◆ node_type_from_other_socket()

std::optional< eCustomDataType > blender::nodes::node_geo_accumulate_field_cc::node_type_from_other_socket ( const bNodeSocket & socket)
static