Blender  V3.3
Functions
blender::nodes::node_geo_realize_instances_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ node_declare()

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

Definition at line 12 of file node_geo_realize_instances.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_geo_realize_instances().

◆ node_geo_exec()

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

◆ node_layout()

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

Definition at line 18 of file node_geo_realize_instances.cc.

References ptr, and uiItemR().

Referenced by register_node_type_geo_realize_instances().