Blender V4.5
blender::nodes::node_fn_boolean_math_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_update (bNodeTree *ntree, bNode *node)
static void node_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy)
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
static const mf::MultiFunction * get_multi_function (const bNode &bnode)
static void node_build_multi_function (NodeMultiFunctionBuilder &builder)
static void node_eval_elem (value_elem::ElemEvalParams &params)
static void node_eval_inverse_elem (value_elem::InverseElemEvalParams &params)
static void node_eval_inverse (inverse_eval::InverseEvalParams &params)
static void node_rna (StructRNA *srna)
static void node_register ()

Function Documentation

◆ get_multi_function()

◆ node_build_multi_function()

void blender::nodes::node_fn_boolean_math_cc::node_build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ node_declare()

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

Definition at line 23 of file node_fn_boolean_math.cc.

References b, and node_declare().

Referenced by node_declare(), and node_register().

◆ node_eval_elem()

◆ node_eval_inverse()

◆ node_eval_inverse_elem()

◆ node_gather_link_searches()

◆ node_label()

void blender::nodes::node_fn_boolean_math_cc::node_label ( const bNodeTree * ,
const bNode * node,
char * label,
int label_maxncpy )
static

◆ node_layout()

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

Definition at line 31 of file node_fn_boolean_math.cc.

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

Referenced by node_layout(), and node_register().

◆ node_register()

◆ node_rna()

void blender::nodes::node_fn_boolean_math_cc::node_rna ( StructRNA * srna)
static

◆ node_update()

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