Blender
V3.3
|
Go to the source code of this file.
Functions | |
static void | valtorgb_colorfn (float *out, TexParams *p, bNode *node, bNodeStack **in, short thread) |
static void | valtorgb_exec (void *data, int UNUSED(thread), bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
static void | valtorgb_init (bNodeTree *UNUSED(ntree), bNode *node) |
void | register_node_type_tex_valtorgb (void) |
static void | rgbtobw_valuefn (float *out, TexParams *p, bNode *UNUSED(node), bNodeStack **in, short thread) |
static void | rgbtobw_exec (void *data, int UNUSED(thread), bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
void | register_node_type_tex_rgbtobw (void) |
Variables | |
static bNodeSocketTemplate | valtorgb_in [] |
static bNodeSocketTemplate | valtorgb_out [] |
static bNodeSocketTemplate | rgbtobw_in [] |
static bNodeSocketTemplate | rgbtobw_out [] |
Definition at line 88 of file node_texture_valToRgb.c.
References NODE_CLASS_CONVERTER, node_type_exec(), node_type_socket_templates(), nodeRegisterType(), NULL, rgbtobw_exec(), rgbtobw_in, rgbtobw_out, TEX_NODE_RGBTOBW, and tex_node_type_base().
Referenced by registerTextureNodes().
Definition at line 46 of file node_texture_valToRgb.c.
References NODE_CLASS_CONVERTER, node_copy_standard_storage(), node_free_standard_storage(), NODE_SIZE_LARGE, node_type_exec(), node_type_init(), node_type_size_preset(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, tex_node_type_base(), TEX_NODE_VALTORGB, valtorgb_exec(), valtorgb_in, valtorgb_init(), and valtorgb_out.
Referenced by registerTextureNodes().
|
static |
Definition at line 78 of file node_texture_valToRgb.c.
References data, node, usdtokens::out(), rgbtobw_valuefn(), and tex_output().
Referenced by register_node_type_tex_rgbtobw().
|
static |
Definition at line 70 of file node_texture_valToRgb.c.
References IMB_colormanagement_get_luminance(), usdtokens::out(), and tex_input_rgba().
Referenced by rgbtobw_exec().
|
static |
Definition at line 22 of file node_texture_valToRgb.c.
References BKE_colorband_evaluate(), node, usdtokens::out(), and tex_input_value().
Referenced by valtorgb_exec().
|
static |
Definition at line 31 of file node_texture_valToRgb.c.
References data, node, usdtokens::out(), tex_output(), and valtorgb_colorfn().
Referenced by register_node_type_tex_valtorgb().
Definition at line 41 of file node_texture_valToRgb.c.
References BKE_colorband_add(), and node.
Referenced by register_node_type_tex_valtorgb().
|
static |
Definition at line 61 of file node_texture_valToRgb.c.
Referenced by register_node_type_tex_rgbtobw().
|
static |
Definition at line 65 of file node_texture_valToRgb.c.
Referenced by register_node_type_tex_rgbtobw().
|
static |
Definition at line 13 of file node_texture_valToRgb.c.
Referenced by register_node_type_tex_valtorgb().
|
static |
Definition at line 17 of file node_texture_valToRgb.c.
Referenced by register_node_type_tex_valtorgb().