Blender
V3.3
|
Go to the source code of this file.
Functions | |
static void | colorfn (float *out, TexParams *p, bNode *UNUSED(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_scale (void) |
Variables | |
static bNodeSocketTemplate | inputs [] |
static bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 22 of file node_texture_scale.c.
References TexParams::co, TexParams::dxt, TexParams::dyt, mul_v3_v3v3(), TexParams::osatex, usdtokens::out(), tex_input_rgba(), and tex_input_vec().
Referenced by exec().
|
static |
Definition at line 41 of file node_texture_scale.c.
References colorfn(), data, node, usdtokens::out(), and tex_output().
Referenced by register_node_type_tex_scale().
Definition at line 51 of file node_texture_scale.c.
References exec(), inputs, NODE_CLASS_DISTORT, node_type_exec(), node_type_socket_templates(), nodeRegisterType(), NULL, outputs, TEX_NODE_SCALE, and tex_node_type_base().
Referenced by registerTextureNodes().
|
static |
Definition at line 11 of file node_texture_scale.c.
Referenced by register_node_type_tex_scale().
|
static |
Definition at line 17 of file node_texture_scale.c.
Referenced by register_node_type_tex_scale().