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

Functions

static void fn_node_boolean_math_declare (NodeDeclarationBuilder &b)
 
static void fn_node_boolean_math_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_boolean_math_update (bNodeTree *ntree, bNode *node)
 
static void node_boolean_math_label (const bNodeTree *UNUSED(ntree), const bNode *node, char *label, int maxlen)
 
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static const fn::MultiFunctionget_multi_function (bNode &bnode)
 
static void fn_node_boolean_math_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ fn_node_boolean_math_build_multi_function()

static void blender::nodes::node_fn_boolean_math_cc::fn_node_boolean_math_build_multi_function ( NodeMultiFunctionBuilder builder)
static

◆ fn_node_boolean_math_declare()

static void blender::nodes::node_fn_boolean_math_cc::fn_node_boolean_math_declare ( NodeDeclarationBuilder b)
static

Definition at line 17 of file node_fn_boolean_math.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_fn_boolean_math().

◆ fn_node_boolean_math_layout()

static void blender::nodes::node_fn_boolean_math_cc::fn_node_boolean_math_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

Definition at line 25 of file node_fn_boolean_math.cc.

References ptr, and uiItemR().

Referenced by register_node_type_fn_boolean_math().

◆ get_multi_function()

static const fn::MultiFunction* blender::nodes::node_fn_boolean_math_cc::get_multi_function ( bNode bnode)
static

◆ node_boolean_math_label()

static void blender::nodes::node_fn_boolean_math_cc::node_boolean_math_label ( const bNodeTree UNUSEDntree,
const bNode node,
char *  label,
int  maxlen 
)
static

◆ node_boolean_math_update()

static void blender::nodes::node_fn_boolean_math_cc::node_boolean_math_update ( bNodeTree ntree,
bNode node 
)
static

◆ node_gather_link_searches()

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