14 const char **r_disabled_hint)
17 *r_disabled_hint =
TIP_(
"Not a compositor node tree");
void node_type_base(struct bNodeType *ntype, int type, const char *name, short nclass)
#define LISTBASE_FOREACH(type, var, list)
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
void search_link_ops_for_basic_node(GatherLinkSearchOpParams ¶ms)
bool cmp_node_poll_default(bNodeType *UNUSED(ntype), bNodeTree *ntree, const char **r_disabled_hint)
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
void cmp_node_update_default(bNodeTree *UNUSED(ntree), bNode *node)
void node_insert_link_default(bNodeTree *ntree, bNode *node, bNodeLink *link)
bool(* poll)(struct bNodeType *ntype, struct bNodeTree *nodetree, const char **r_disabled_hint)
NodeGatherSocketLinkOperationsFunction gather_link_search_ops
void(* updatefunc)(struct bNodeTree *ntree, struct bNode *node)
void(* insert_link)(struct bNodeTree *ntree, struct bNode *node, struct bNodeLink *link)