|
Blender V4.3
|
#include "node_texture_util.hh"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_compose () |
Variables | |
| static blender::bke::bNodeSocketTemplate | inputs [] |
| static blender::bke::bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 23 of file node_texture_compose.cc.
References tex_input_value().
Referenced by exec().
|
static |
Definition at line 31 of file node_texture_compose.cc.
References colorfn(), and tex_output().
Referenced by register_node_type_tex_compose().
| void register_node_type_tex_compose | ( | ) |
Definition at line 41 of file node_texture_compose.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 11 of file node_texture_compose.cc.
|
static |
Definition at line 18 of file node_texture_compose.cc.