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

Classes

class  LazyFunctionForSwitchNode
 

Functions

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

Function Documentation

◆ node_declare()

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

◆ node_gather_link_searches()

static void blender::nodes::node_geo_switch_cc::node_gather_link_searches ( GatherLinkSearchOpParams & params)
static

Definition at line 57 of file node_geo_switch.cc.

References IFACE_, params, SOCK_BOOLEAN, and SOCK_OUT.

Referenced by register_node().

◆ node_init()

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

Definition at line 50 of file node_geo_switch.cc.

References data, and SOCK_GEOMETRY.

Referenced by register_node().

◆ node_layout()

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

Definition at line 45 of file node_geo_switch.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by register_node().

◆ node_rna()

◆ register_node()