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 | exec (void *data, int UNUSED(thread), bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
void | register_node_type_tex_mix_rgb (void) |
Variables | |
static bNodeSocketTemplate | inputs [] |
static bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 23 of file node_texture_mixRgb.c.
References CLAMP, copy_v4_v4(), node, usdtokens::out(), ramp_blend(), tex_input_rgba(), and tex_input_value().
Referenced by exec().
|
static |
Definition at line 42 of file node_texture_mixRgb.c.
References colorfn(), data, node, usdtokens::out(), and tex_output().
Referenced by register_node_type_tex_mix_rgb().
Definition at line 52 of file node_texture_mixRgb.c.
References exec(), inputs, bNodeType::labelfunc, node_blend_label(), NODE_CLASS_OP_COLOR, node_type_exec(), node_type_socket_templates(), nodeRegisterType(), NULL, outputs, TEX_NODE_MIX_RGB, and tex_node_type_base().
Referenced by registerTextureNodes().
|
static |
Definition at line 12 of file node_texture_mixRgb.c.
Referenced by register_node_type_tex_mix_rgb().
|
static |
Definition at line 18 of file node_texture_mixRgb.c.
Referenced by register_node_type_tex_mix_rgb().