22 const char **r_disabled_hint)
26 *r_disabled_hint =
"Not a geometry node tree";
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
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, short flag)
void node_insert_link_default(bNodeTree *ntree, bNode *node, bNodeLink *link)
void node_update_internal_links_default(bNodeTree *ntree, bNode *node)
bool(* poll)(struct bNodeType *ntype, struct bNodeTree *nodetree, const char **r_disabled_hint)
void(* update_internal_links)(struct bNodeTree *, struct bNode *node)
void(* insert_link)(struct bNodeTree *ntree, struct bNode *node, struct bNodeLink *link)