|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| static void | exec (void *data, int, bNode *, bNodeExecData *, bNodeStack **in, bNodeStack **) |
| void | register_node_type_tex_viewer () |
Variables | |
| static blender::bke::bNodeSocketTemplate | inputs [] |
|
static |
Definition at line 17 of file node_texture_viewer.cc.
References col, TexCallData::do_preview, params, params_from_cdata(), tex_input_rgba(), and TexCallData::thread.
Referenced by register_node_type_tex_viewer().
| void register_node_type_tex_viewer | ( | ) |
Definition at line 35 of file node_texture_viewer.cc.
References exec(), blender::bke::bNodeType::exec_fn, blender::bke::bNodeType::flag, blender::bke::bNodeType::no_muting, NODE_CLASS_OUTPUT, NODE_PREVIEW, 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 12 of file node_texture_viewer.cc.