Blender V5.0
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 const bNodeSocketnode_internally_linked_input (const bNodeTree &, const bNode &node, const bNodeSocket &)
static void node_rna (StructRNA *srna)
static void register_node ()

Function Documentation

◆ node_declare()

◆ node_gather_link_searches()

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

Definition at line 73 of file node_geo_switch.cc.

References IFACE_, params, SOCK_BOOLEAN, and SOCK_OUT.

Referenced by register_node().

◆ node_init()

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

Definition at line 66 of file node_geo_switch.cc.

References data, MEM_callocN(), SOCK_GEOMETRY, and bNode::storage.

Referenced by register_node().

◆ node_internally_linked_input()

const bNodeSocket * blender::nodes::node_geo_switch_cc::node_internally_linked_input ( const bNodeTree & ,
const bNode & node,
const bNodeSocket &  )
static

Definition at line 229 of file node_geo_switch.cc.

Referenced by register_node().

◆ node_layout()

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

Definition at line 61 of file node_geo_switch.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

Referenced by register_node().

◆ node_rna()

◆ register_node()