Blender  V3.3
Classes | Namespaces | Functions
node_fn_compare.cc File Reference
#include <cmath>
#include "BLI_listbase.h"
#include "BLI_math_vector.h"
#include "BLI_string.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "RNA_enum_types.h"
#include "node_function_util.hh"
#include "NOD_socket_search_link.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_fn_compare_cc::SocketSearchOp
 

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_fn_compare_cc
 

Functions

static void blender::nodes::node_fn_compare_cc::fn_node_compare_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_fn_compare_cc::geo_node_compare_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::node_fn_compare_cc::node_compare_update (bNodeTree *ntree, bNode *node)
 
static void blender::nodes::node_fn_compare_cc::node_compare_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void blender::nodes::node_fn_compare_cc::node_compare_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void blender::nodes::node_fn_compare_cc::node_compare_label (const bNodeTree *UNUSED(ntree), const bNode *node, char *label, int maxlen)
 
static float blender::nodes::node_fn_compare_cc::component_average (float3 a)
 
static const fn::MultiFunction * blender::nodes::node_fn_compare_cc::get_multi_function (bNode &node)
 
static void blender::nodes::node_fn_compare_cc::fn_node_compare_build_multi_function (NodeMultiFunctionBuilder &builder)
 
void register_node_type_fn_compare ()
 

Function Documentation

◆ register_node_type_fn_compare()

void register_node_type_fn_compare ( void  )