Blender V4.3
blender::nodes::node_geo_collection_info_cc Namespace Reference

Classes

struct  InstanceListEntry
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_node_init (bNodeTree *, bNode *node)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ node_declare()

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

Definition at line 27 of file node_geo_collection_info.cc.

References b.

Referenced by node_register().

◆ node_geo_exec()

◆ node_layout()

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

Definition at line 40 of file node_geo_collection_info.cc.

References ptr, UI_ITEM_R_EXPAND, and uiItemR().

Referenced by node_register().

◆ node_node_init()

static void blender::nodes::node_geo_collection_info_cc::node_node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 45 of file node_geo_collection_info.cc.

References data, and GEO_NODE_TRANSFORM_SPACE_ORIGINAL.

Referenced by node_register().

◆ node_register()

◆ node_rna()