Blender
V3.3
|
Classes | |
class | SocketSearchOp |
Functions | |
static void | fn_node_compare_declare (NodeDeclarationBuilder &b) |
static void | geo_node_compare_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | node_compare_update (bNodeTree *ntree, bNode *node) |
static void | node_compare_init (bNodeTree *UNUSED(tree), bNode *node) |
static void | node_compare_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
static void | node_compare_label (const bNodeTree *UNUSED(ntree), const bNode *node, char *label, int maxlen) |
static float | component_average (float3 a) |
static const fn::MultiFunction * | get_multi_function (bNode &node) |
static void | fn_node_compare_build_multi_function (NodeMultiFunctionBuilder &builder) |
Definition at line 165 of file node_fn_compare.cc.
References Freestyle::a.
Referenced by get_multi_function().
|
static |
Definition at line 569 of file node_fn_compare.cc.
References get_multi_function(), blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by register_node_type_fn_compare().
|
static |
Definition at line 22 of file node_fn_compare.cc.
References usdtokens::b(), min, N_, and PROP_ANGLE.
Referenced by register_node_type_fn_compare().
|
static |
Definition at line 47 of file node_fn_compare.cc.
References data, PointerRNA::data, ptr, SOCK_VECTOR, and uiItemR().
Referenced by register_node_type_fn_compare().
|
static |
Definition at line 170 of file node_fn_compare.cc.
References Freestyle::a, blender::math::abs(), angle(), angle_v3v3(), usdtokens::b(), component_average(), data, blender::math::dot(), blender::robust_pred::epsilon, blender::math::length(), node, NODE_COMPARE_COLOR_BRIGHTER, NODE_COMPARE_COLOR_DARKER, NODE_COMPARE_EQUAL, NODE_COMPARE_GREATER_EQUAL, NODE_COMPARE_GREATER_THAN, NODE_COMPARE_LESS_EQUAL, NODE_COMPARE_LESS_THAN, NODE_COMPARE_MODE_AVERAGE, NODE_COMPARE_MODE_DIRECTION, NODE_COMPARE_MODE_DOT_PRODUCT, NODE_COMPARE_MODE_ELEMENT, NODE_COMPARE_MODE_LENGTH, NODE_COMPARE_NOT_EQUAL, rgb_to_grayscale(), SOCK_FLOAT, SOCK_INT, SOCK_RGBA, SOCK_STRING, and SOCK_VECTOR.
Referenced by fn_node_compare_build_multi_function().
|
static |
Definition at line 110 of file node_fn_compare.cc.
References ELEM, EnumPropertyItem::identifier, IFACE_, NODE_COMPARE_COLOR_BRIGHTER, NODE_COMPARE_COLOR_DARKER, NODE_COMPARE_EQUAL, NODE_COMPARE_GREATER_THAN, NODE_COMPARE_MODE_DIRECTION, NODE_COMPARE_NOT_EQUAL, params, rna_enum_node_compare_operation_items, SOCK_BOOLEAN, SOCK_FLOAT, SOCK_IN, SOCK_INT, SOCK_RGBA, SOCK_STRING, SOCK_VECTOR, and type.
Referenced by register_node_type_fn_compare().
|
static |
Definition at line 85 of file node_fn_compare.cc.
References data, node, NODE_COMPARE_GREATER_THAN, NODE_COMPARE_MODE_ELEMENT, and SOCK_FLOAT.
Referenced by register_node_type_fn_compare().
|
static |
Definition at line 151 of file node_fn_compare.cc.
References BLI_strncpy(), data, IFACE_, label, node, RNA_enum_name(), and rna_enum_node_compare_operation_items.
Referenced by register_node_type_fn_compare().
|
static |
Definition at line 57 of file node_fn_compare.cc.
References BLI_findlink(), data, ELEM, LISTBASE_FOREACH, node, NODE_COMPARE_EQUAL, NODE_COMPARE_MODE_DIRECTION, NODE_COMPARE_MODE_DOT_PRODUCT, NODE_COMPARE_NOT_EQUAL, nodeSetSocketAvailability(), ntree, SOCK_INT, SOCK_STRING, SOCK_VECTOR, and bNodeTree::type.
Referenced by register_node_type_fn_compare().