17 const char **r_disabled_hint)
20 *r_disabled_hint =
RPT_(
"Not a compositor node tree");
28 node->runtime->need_exec = 1;
void node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
void search_link_ops_for_basic_node(GatherLinkSearchOpParams ¶ms)
void cmp_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass)
void cmp_node_update_default(bNodeTree *, bNode *node)
bool cmp_node_poll_default(const blender::bke::bNodeType *, const bNodeTree *ntree, const char **r_disabled_hint)
bool node_insert_link_default(bNodeTree *, bNode *, bNodeLink *)
bool(* poll)(const bNodeType *ntype, const bNodeTree *nodetree, const char **r_disabled_hint)
NodeGatherSocketLinkOperationsFunction gather_link_search_ops
bool(* insert_link)(bNodeTree *ntree, bNode *node, bNodeLink *link)
void(* updatefunc)(bNodeTree *ntree, bNode *node)