Blender
V3.3
|
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 ¶ms) |
static const fn::MultiFunction * | get_multi_function (bNode &bnode) |
static void | fn_node_boolean_math_build_multi_function (NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 117 of file node_fn_boolean_math.cc.
References get_multi_function(), blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by register_node_type_fn_boolean_math().
|
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().
|
static |
Definition at line 25 of file node_fn_boolean_math.cc.
References ptr, and uiItemR().
Referenced by register_node_type_fn_boolean_math().
|
static |
Definition at line 71 of file node_fn_boolean_math.cc.
References Freestyle::a, usdtokens::b(), BLI_assert_unreachable, bNode::custom1, NODE_BOOLEAN_MATH_AND, NODE_BOOLEAN_MATH_IMPLY, NODE_BOOLEAN_MATH_NAND, NODE_BOOLEAN_MATH_NIMPLY, NODE_BOOLEAN_MATH_NOR, NODE_BOOLEAN_MATH_NOT, NODE_BOOLEAN_MATH_OR, NODE_BOOLEAN_MATH_XNOR, and NODE_BOOLEAN_MATH_XOR.
Referenced by fn_node_boolean_math_build_multi_function().
|
static |
Definition at line 37 of file node_fn_boolean_math.cc.
References BLI_strncpy(), IFACE_, label, node, RNA_enum_name(), and rna_enum_node_boolean_math_items.
Referenced by register_node_type_fn_boolean_math().
|
static |
Definition at line 30 of file node_fn_boolean_math.cc.
References BLI_findlink(), ELEM, node, NODE_BOOLEAN_MATH_NOT, nodeSetSocketAvailability(), and ntree.
Referenced by register_node_type_fn_boolean_math().
|
static |
Definition at line 50 of file node_fn_boolean_math.cc.
References EnumPropertyItem::identifier, IFACE_, node, params, rna_enum_node_boolean_math_items, and SOCK_BOOLEAN.
Referenced by register_node_type_fn_boolean_math().