Blender  V3.3
Functions
blender::nodes::node_geo_object_info_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)
 
static void node_node_init (bNodeTree *UNUSED(tree), bNode *node)
 

Function Documentation

◆ node_declare()

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

Definition at line 16 of file node_geo_object_info.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_geo_object_info().

◆ node_geo_exec()

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

◆ node_layout()

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

Definition at line 28 of file node_geo_object_info.cc.

References ptr, UI_ITEM_R_EXPAND, and uiItemR().

Referenced by register_node_type_geo_object_info().

◆ node_node_init()

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

Definition at line 91 of file node_geo_object_info.cc.

References data, GEO_NODE_TRANSFORM_SPACE_ORIGINAL, and node.

Referenced by register_node_type_geo_object_info().