Go to the source code of this file.
|
| static void | blender::nodes::node_fn_compare_cc::node_declare (NodeDeclarationBuilder &b) |
| |
| static void | blender::nodes::node_fn_compare_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| |
| static void | blender::nodes::node_fn_compare_cc::node_update (bNodeTree *ntree, bNode *node) |
| |
| static void | blender::nodes::node_fn_compare_cc::node_init (bNodeTree *, bNode *node) |
| |
| static std::optional< eNodeSocketDatatype > | blender::nodes::node_fn_compare_cc::get_compare_type_for_operation (const eNodeSocketDatatype type, const NodeCompareOperation operation) |
| |
| static void | blender::nodes::node_fn_compare_cc::node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| |
| static void | blender::nodes::node_fn_compare_cc::node_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy) |
| |
| static float | blender::nodes::node_fn_compare_cc::component_average (float3 a) |
| |
| static const mf::MultiFunction * | blender::nodes::node_fn_compare_cc::get_multi_function (const bNode &node) |
| |
| static void | blender::nodes::node_fn_compare_cc::node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| |
| static void | blender::nodes::node_fn_compare_cc::data_type_update (Main *bmain, Scene *scene, PointerRNA *ptr) |
| |
| static void | blender::nodes::node_fn_compare_cc::node_rna (StructRNA *srna) |
| |
| static void | blender::nodes::node_fn_compare_cc::node_register () |
| |