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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_init (bNodeTree *, bNode *node)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_layout_ex (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void node_extra_info (NodeExtraInfoParams &params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ node_declare()

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

Definition at line 25 of file node_geo_viewer.cc.

References b.

Referenced by node_register().

◆ node_extra_info()

static void blender::nodes::node_geo_viewer_cc::node_extra_info ( NodeExtraInfoParams & params)
static

◆ node_gather_link_searches()

◆ node_init()

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

Definition at line 36 of file node_geo_viewer.cc.

References CD_PROP_FLOAT, and data.

Referenced by node_register().

◆ node_layout()

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

Definition at line 44 of file node_geo_viewer.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_layout_ex()

static void blender::nodes::node_geo_viewer_cc::node_layout_ex ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 49 of file node_geo_viewer.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()