|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| static void | exec (void *data, int UNUSED(thread), bNode *UNUSED(node), bNodeExecData *execdata, bNodeStack **in, bNodeStack **UNUSED(out)) |
| void | register_node_type_tex_viewer (void) |
Variables | |
| static bNodeSocketTemplate | inputs [] |
| static bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 36 of file node_texture_viewer.c.
References col, data, TexCallData::do_manage, TexCallData::do_preview, params, params_from_cdata(), bNodeExecData::preview, tex_do_preview(), tex_input_rgba(), and TexCallData::thread.
Referenced by register_node_type_tex_viewer().
| void register_node_type_tex_viewer | ( | void | ) |
Definition at line 55 of file node_texture_viewer.c.
References exec(), inputs, NODE_CLASS_OUTPUT, NODE_PREVIEW, node_type_exec(), node_type_internal_links(), node_type_socket_templates(), nodeRegisterType(), NULL, outputs, tex_node_type_base(), and TEX_NODE_VIEWER.
Referenced by registerTextureNodes().
|
static |
Definition at line 28 of file node_texture_viewer.c.
Referenced by register_node_type_tex_viewer().
|
static |
Definition at line 32 of file node_texture_viewer.c.
Referenced by register_node_type_tex_viewer().