|
Blender V4.3
|
#include "BKE_image.hh"#include "BLI_math_vector.h"#include "BLI_threads.h"#include "IMB_imbuf.hh"#include "node_texture_util.hh"#include "node_util.hh"Go to the source code of this file.
Functions | |
| static void | colorfn (float *out, TexParams *p, bNode *node, bNodeStack **, short) |
| static void | exec (void *data, int, bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
| static void | init (bNodeTree *, bNode *node) |
| void | register_node_type_tex_image () |
Variables | |
| static blender::bke::bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 21 of file node_texture_image.cc.
References BKE_image_acquire_ibuf(), BKE_image_release_ibuf(), BLI_thread_lock(), BLI_thread_unlock(), TexParams::co, copy_v4_v4(), ImBufFloatBuffer::data, ImBuf::float_buffer, Image::id, IMB_float_from_rect(), int, LOCK_IMAGE, result, ImBuf::x, and ImBuf::y.
Referenced by exec().
|
static |
Definition at line 77 of file node_texture_image.cc.
References colorfn(), and tex_output().
Referenced by register_node_type_tex_image().
Definition at line 87 of file node_texture_image.cc.
References ImageUser::flag, IMA_ANIM_ALWAYS, and ImageUser::sfra.
| void register_node_type_tex_image | ( | ) |
Definition at line 95 of file node_texture_image.cc.
References exec(), blender::bke::bNodeType::exec_fn, blender::bke::bNodeType::flag, init(), blender::bke::bNodeType::initfunc, blender::bke::bNodeType::labelfunc, NODE_CLASS_INPUT, node_copy_standard_storage(), node_free_standard_storage(), node_image_label(), NODE_PREVIEW, blender::bke::node_register_type(), blender::bke::node_type_socket_templates(), blender::bke::node_type_storage(), and tex_node_type_base().
Referenced by register_texture_nodes().
|
static |
Definition at line 16 of file node_texture_image.cc.