57 {
SOCK_RGBA,
N_(
"Image"), 0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
61 {
SOCK_FLOAT,
N_(
"Val"), 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
struct ColorBand * BKE_colorband_add(bool rangetype)
void node_type_size(struct bNodeType *ntype, int width, int minwidth, int maxwidth)
void node_type_socket_templates(struct bNodeType *ntype, struct bNodeSocketTemplate *inputs, struct bNodeSocketTemplate *outputs)
void node_type_init(struct bNodeType *ntype, void(*initfunc)(struct bNodeTree *ntree, struct bNode *node))
#define NODE_CLASS_CONVERTOR
void node_type_size_preset(struct bNodeType *ntype, eNodeSizePreset size)
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)
Group RGB to Bright Vector Camera Vector Combine Material Light Line Style Layer Add Ambient Diffuse Glossy Refraction Transparent Toon Principled Hair Volume Principled Light Particle Volume Image Sky Noise Wave Voronoi Brick Texture Vector Combine Vertex Separate Vector White CMP_NODE_VALTORGB
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass, short flag)
static void node_composit_init_valtorgb(bNodeTree *UNUSED(ntree), bNode *node)
static bNodeSocketTemplate cmp_node_valtorgb_in[]
void register_node_type_cmp_rgbtobw(void)
static bNodeSocketTemplate cmp_node_valtorgb_out[]
static bNodeSocketTemplate cmp_node_rgbtobw_in[]
void register_node_type_cmp_valtorgb(void)
static bNodeSocketTemplate cmp_node_rgbtobw_out[]
void node_copy_standard_storage(bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
void node_free_standard_storage(bNode *node)
Compact definition of a node socket.