Blender  V3.3
Classes | Functions
blender::nodes::node_fn_compare_cc Namespace Reference

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 &params)
 
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::MultiFunctionget_multi_function (bNode &node)
 
static void fn_node_compare_build_multi_function (NodeMultiFunctionBuilder &builder)
 

Function Documentation

◆ component_average()

static float blender::nodes::node_fn_compare_cc::component_average ( float3  a)
static

Definition at line 165 of file node_fn_compare.cc.

References Freestyle::a.

Referenced by get_multi_function().

◆ fn_node_compare_build_multi_function()

static void blender::nodes::node_fn_compare_cc::fn_node_compare_build_multi_function ( NodeMultiFunctionBuilder builder)
static

◆ fn_node_compare_declare()

static void blender::nodes::node_fn_compare_cc::fn_node_compare_declare ( NodeDeclarationBuilder b)
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().

◆ geo_node_compare_layout()

static void blender::nodes::node_fn_compare_cc::geo_node_compare_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
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().

◆ get_multi_function()

static const fn::MultiFunction* blender::nodes::node_fn_compare_cc::get_multi_function ( bNode node)
static

◆ node_compare_gather_link_searches()

static void blender::nodes::node_fn_compare_cc::node_compare_gather_link_searches ( GatherLinkSearchOpParams params)
static

◆ node_compare_init()

static void blender::nodes::node_fn_compare_cc::node_compare_init ( bNodeTree UNUSEDtree,
bNode node 
)
static

◆ node_compare_label()

static void blender::nodes::node_fn_compare_cc::node_compare_label ( const bNodeTree UNUSEDntree,
const bNode node,
char *  label,
int  maxlen 
)
static

◆ node_compare_update()

static void blender::nodes::node_fn_compare_cc::node_compare_update ( bNodeTree ntree,
bNode node 
)
static