Blender V5.0
blender::nodes::node_geo_evaluate_on_domain_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_gather_link_searches (GatherLinkSearchOpParams &params)
static void node_geo_exec (GeoNodeExecParams params)
static void node_rna (StructRNA *srna)
static void node_register ()

Function Documentation

◆ node_declare()

void blender::nodes::node_geo_evaluate_on_domain_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 20 of file node_geo_evaluate_on_domain.cc.

References b, and bNode::custom2.

Referenced by node_register().

◆ node_gather_link_searches()

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

◆ node_geo_exec()

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

Definition at line 60 of file node_geo_evaluate_on_domain.cc.

References bNode::custom1, and params.

Referenced by node_register().

◆ node_init()

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

Definition at line 40 of file node_geo_evaluate_on_domain.cc.

References CD_PROP_FLOAT, bNode::custom1, and bNode::custom2.

Referenced by node_register().

◆ node_layout()

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

Definition at line 34 of file node_geo_evaluate_on_domain.cc.

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

Referenced by node_register().

◆ node_register()

◆ node_rna()