28 const char **r_disabled_hint)
31 *r_disabled_hint =
"Not a compositor node tree";
40 for (sock =
node->outputs.first; sock; sock = sock->
next) {
void node_type_base(struct bNodeType *ntype, int type, const char *name, short nclass, short flag)
_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 cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass, short flag)
bool cmp_node_poll_default(bNodeType *UNUSED(ntype), bNodeTree *ntree, const char **r_disabled_hint)
void cmp_node_update_default(bNodeTree *UNUSED(ntree), bNode *node)
void node_insert_link_default(bNodeTree *ntree, bNode *node, bNodeLink *link)
void node_update_internal_links_default(bNodeTree *ntree, bNode *node)
struct bNodeSocket * next
bool(* poll)(struct bNodeType *ntype, struct bNodeTree *nodetree, const char **r_disabled_hint)
void(* update_internal_links)(struct bNodeTree *, struct bNode *node)
void(* updatefunc)(struct bNodeTree *ntree, struct bNode *node)
void(* insert_link)(struct bNodeTree *ntree, struct bNode *node, struct bNodeLink *link)