46 const char **r_disabled_hint)
49 *r_disabled_hint =
TIP_(
"Not a geometry node tree");
void node_type_base(struct bNodeType *ntype, int type, const char *name, short nclass)
General operations for point clouds.
_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)
std::optional< eCustomDataType > node_data_type_to_custom_data_type(const eNodeSocketDatatype type)
std::optional< eCustomDataType > node_socket_to_custom_data_type(const bNodeSocket &socket)
bool geo_node_poll_default(bNodeType *UNUSED(ntype), bNodeTree *ntree, const char **r_disabled_hint)
void geo_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
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(* insert_link)(struct bNodeTree *ntree, struct bNode *node, struct bNodeLink *link)