Blender  V3.3
Functions
node_function_util.cc File Reference
#include "node_function_util.hh"
#include "node_util.h"
#include "NOD_socket_search_link.hh"

Go to the source code of this file.

Functions

static bool fn_node_poll_default (bNodeType *UNUSED(ntype), bNodeTree *ntree, const char **r_disabled_hint)
 
void fn_node_type_base (bNodeType *ntype, int type, const char *name, short nclass)
 

Function Documentation

◆ fn_node_poll_default()

static bool fn_node_poll_default ( bNodeType UNUSEDntype,
bNodeTree ntree,
const char **  r_disabled_hint 
)
static

Definition at line 8 of file node_function_util.cc.

References bNodeTree::idname, ntree, STREQ, and TIP_.

Referenced by fn_node_type_base().

◆ fn_node_type_base()

void fn_node_type_base ( bNodeType ntype,
int  type,
const char *  name,
short  nclass 
)