Blender
V3.3
|
Go to the source code of this file.
Functions | |
static void | exec (void *data, int UNUSED(thread), bNode *UNUSED(node), bNodeExecData *UNUSED(execdata), bNodeStack **in, bNodeStack **UNUSED(out)) |
void | register_node_type_tex_viewer (void) |
Variables | |
static bNodeSocketTemplate | inputs [] |
|
static |
Definition at line 17 of file node_texture_viewer.c.
References col, data, TexCallData::do_preview, params, params_from_cdata(), tex_input_rgba(), and TexCallData::thread.
Referenced by register_node_type_tex_viewer().
Definition at line 35 of file node_texture_viewer.c.
References exec(), bNodeType::flag, inputs, bNodeType::no_muting, NODE_CLASS_OUTPUT, NODE_PREVIEW, node_type_exec(), node_type_socket_templates(), nodeRegisterType(), NULL, tex_node_type_base(), and TEX_NODE_VIEWER.
Referenced by registerTextureNodes().
|
static |
Definition at line 12 of file node_texture_viewer.c.
Referenced by register_node_type_tex_viewer().