Blender
V3.3
|
Go to the source code of this file.
Functions | |
static void | colorfn (float *out, TexParams *p, bNode *node, bNodeStack **in, short thread) |
static void | update (bNodeTree *UNUSED(ntree), bNode *node) |
static void | exec (void *data, int UNUSED(thread), bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
void | register_node_type_tex_combine_color (void) |
Variables | |
static bNodeSocketTemplate | inputs [] |
static bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 24 of file node_texture_combine_color.c.
References BLI_assert_unreachable, hsl_to_rgb_v(), hsv_to_rgb_v(), node, NODE_COMBSEP_COLOR_HSL, NODE_COMBSEP_COLOR_HSV, NODE_COMBSEP_COLOR_RGB, usdtokens::out(), and tex_input_value().
Referenced by exec().
|
static |
Definition at line 56 of file node_texture_combine_color.c.
References colorfn(), data, node, usdtokens::out(), and tex_output().
Referenced by register_node_type_tex_combine_color().
Definition at line 66 of file node_texture_combine_color.c.
References exec(), inputs, NODE_CLASS_OP_COLOR, node_type_exec(), node_type_socket_templates(), node_type_update(), nodeRegisterType(), NULL, outputs, TEX_NODE_COMBINE_COLOR, tex_node_type_base(), and update().
Referenced by registerTextureNodes().
Definition at line 51 of file node_texture_combine_color.c.
References node, and node_combsep_color_label().
Referenced by register_node_type_tex_combine_color().
|
static |
Definition at line 12 of file node_texture_combine_color.c.
Referenced by register_node_type_tex_combine_color().
|
static |
Definition at line 19 of file node_texture_combine_color.c.
Referenced by register_node_type_tex_combine_color().