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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void node_update (bNodeTree *ntree, bNode *node)
 
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
 
template<typename T >
void switch_fields (GeoNodeExecParams &params, const StringRef suffix)
 
template<typename T >
void switch_no_fields (GeoNodeExecParams &params, const StringRef suffix)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ node_declare()

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

Definition at line 21 of file node_geo_switch.cc.

References usdtokens::b(), min, and N_.

Referenced by register_node_type_geo_switch().

◆ node_gather_link_searches()

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

Definition at line 113 of file node_geo_switch.cc.

References IFACE_, node, params, SOCK_BOOLEAN, and SOCK_OUT.

Referenced by register_node_type_geo_switch().

◆ node_geo_exec()

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

◆ node_init()

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

Definition at line 81 of file node_geo_switch.cc.

References data, node, and SOCK_GEOMETRY.

◆ node_layout()

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

Definition at line 76 of file node_geo_switch.cc.

References ptr, and uiItemR().

Referenced by register_node_type_geo_switch().

◆ node_update()

static void blender::nodes::node_geo_switch_cc::node_update ( bNodeTree ntree,
bNode node 
)
static

◆ switch_fields()

template<typename T >
void blender::nodes::node_geo_switch_cc::switch_fields ( GeoNodeExecParams params,
const StringRef  suffix 
)

◆ switch_no_fields()

template<typename T >
void blender::nodes::node_geo_switch_cc::switch_no_fields ( GeoNodeExecParams params,
const StringRef  suffix 
)

Definition at line 195 of file node_geo_switch.cc.

References params, and T.