|
Blender V4.3
|
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 ¶ms) |
| 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 ¶ms) |
| static void | node_eval_inverse_elem (value_elem::InverseElemEvalParams ¶ms) |
| static void | node_eval_inverse (inverse_eval::InverseEvalParams ¶ms) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 80 of file node_fn_boolean_math.cc.
References 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 node_build_multi_function().
|
static |
Definition at line 127 of file node_fn_boolean_math.cc.
References get_multi_function(), blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_register().
|
static |
|
static |
Definition at line 133 of file node_fn_boolean_math.cc.
References NODE_BOOLEAN_MATH_NOT, and params.
Referenced by node_register().
|
static |
Definition at line 163 of file node_fn_boolean_math.cc.
References NODE_BOOLEAN_MATH_NOT, and params.
Referenced by node_register().
|
static |
Definition at line 148 of file node_fn_boolean_math.cc.
References NODE_BOOLEAN_MATH_NOT, and params.
Referenced by node_register().
|
static |
Definition at line 57 of file node_fn_boolean_math.cc.
References EnumPropertyItem::identifier, IFACE_, params, rna_enum_node_boolean_math_items, and SOCK_BOOLEAN.
Referenced by node_register().
|
static |
Definition at line 44 of file node_fn_boolean_math.cc.
References BLI_strncpy_utf8(), IFACE_, label, RNA_enum_name(), and rna_enum_node_boolean_math_items.
Referenced by node_register().
|
static |
Definition at line 32 of file node_fn_boolean_math.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 189 of file node_fn_boolean_math.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::eval_elem, blender::bke::bNodeType::eval_inverse, blender::bke::bNodeType::eval_inverse_elem, fn_node_type_base(), blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::labelfunc, node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), node_eval_elem(), node_eval_inverse(), node_eval_inverse_elem(), node_gather_link_searches(), node_label(), node_layout(), blender::bke::node_register_type(), node_rna(), node_update(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, and blender::bke::bNodeType::updatefunc.
|
static |
Definition at line 179 of file node_fn_boolean_math.cc.
References NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_node_boolean_math_items.
Referenced by node_register().
|
static |
Definition at line 37 of file node_fn_boolean_math.cc.
References BLI_findlink(), ELEM, NODE_BOOLEAN_MATH_NOT, and blender::bke::node_set_socket_availability().
Referenced by node_register().