|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| static void | colorfn (float *out, TexParams *p, bNode *, bNodeStack **in, short thread) |
| static void | exec (void *data, int, bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
| void | register_node_type_tex_invert () |
Variables | |
| static blender::bke::bNodeSocketTemplate | inputs [] |
| static blender::bke::bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 23 of file node_texture_invert.cc.
References col, copy_v3_v3(), and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 37 of file node_texture_invert.cc.
References colorfn(), and tex_output().
Referenced by register_node_type_tex_invert().
| void register_node_type_tex_invert | ( | ) |
Definition at line 47 of file node_texture_invert.cc.
References exec(), blender::bke::bNodeType::exec_fn, NODE_CLASS_OP_COLOR, blender::bke::node_register_type(), blender::bke::node_type_socket_templates(), and tex_node_type_base().
Referenced by register_texture_nodes().
|
static |
Definition at line 13 of file node_texture_invert.cc.
|
static |
Definition at line 18 of file node_texture_invert.cc.