49 const bNode *src_node)
void node_type_init(struct bNodeType *ntype, void(*initfunc)(struct bNodeTree *ntree, struct bNode *node))
void node_type_storage(struct bNodeType *ntype, const char *storagename, void(*freefunc)(struct bNode *node), void(*copyfunc)(struct bNodeTree *dest_ntree, struct bNode *dest_node, const struct bNode *src_node))
void nodeRegisterType(struct bNodeType *ntype)
#define NODE_CLASS_SCRIPT
void(* MEM_freeN)(void *vmemh)
void *(* MEM_dupallocN)(const void *vmemh)
void *(* MEM_callocN)(size_t len, const char *str)
static void node_free_script(bNode *node)
void register_node_type_sh_script(void)
static void node_copy_script(bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
static void init(bNodeTree *UNUSED(ntree), bNode *node)
void sh_node_type_base(struct bNodeType *ntype, int type, const char *name, short nclass, short flag)