Blender  V3.3
Classes | Functions
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 *UNUSED(C), PointerRNA *ptr)
 
static void node_node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ node_declare()

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

Definition at line 20 of file node_geo_collection_info.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_geo_collection_info().

◆ node_geo_exec()

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

◆ node_layout()

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

Definition at line 33 of file node_geo_collection_info.cc.

References ptr, UI_ITEM_R_EXPAND, and uiItemR().

Referenced by register_node_type_geo_collection_info().

◆ node_node_init()

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