|
Blender V4.3
|
#include <algorithm>#include "BKE_colortools.hh"#include "node_texture_util.hh"#include "node_util.hh"Go to the source code of this file.
Functions | |
| static void | time_colorfn (float *out, TexParams *p, bNode *node, bNodeStack **, short) |
| static void | time_exec (void *data, int, bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
| static void | time_init (bNodeTree *, bNode *node) |
| void | register_node_type_tex_curve_time () |
| static void | rgb_colorfn (float *out, TexParams *p, bNode *node, bNodeStack **in, short thread) |
| static void | rgb_exec (void *data, int, bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
| static void | rgb_init (bNodeTree *, bNode *node) |
| void | register_node_type_tex_curve_rgb () |
Variables | |
| static blender::bke::bNodeSocketTemplate | time_outputs [] = {{SOCK_FLOAT, N_("Value")}, {-1, ""}} |
| static blender::bke::bNodeSocketTemplate | rgb_inputs [] |
| static blender::bke::bNodeSocketTemplate | rgb_outputs [] |
| void register_node_type_tex_curve_rgb | ( | ) |
Definition at line 103 of file node_texture_curves.cc.
References blender::bke::bNodeType::exec_fn, blender::bke::bNodeType::init_exec_fn, blender::bke::bNodeType::initfunc, blender::bke::Large, NODE_CLASS_OP_COLOR, node_copy_curves(), node_free_curves(), node_initexec_curves(), blender::bke::node_register_type(), blender::bke::node_type_size_preset(), blender::bke::node_type_socket_templates(), blender::bke::node_type_storage(), rgb_exec(), rgb_init(), rgb_inputs, rgb_outputs, and tex_node_type_base().
Referenced by register_texture_nodes().
| void register_node_type_tex_curve_time | ( | ) |
Definition at line 53 of file node_texture_curves.cc.
References blender::bke::bNodeType::exec_fn, blender::bke::bNodeType::init_exec_fn, blender::bke::bNodeType::initfunc, blender::bke::Large, NODE_CLASS_INPUT, node_copy_curves(), node_free_curves(), node_initexec_curves(), blender::bke::node_register_type(), blender::bke::node_type_size_preset(), blender::bke::node_type_socket_templates(), blender::bke::node_type_storage(), tex_node_type_base(), time_exec(), time_init(), and time_outputs.
Referenced by register_texture_nodes().
|
static |
Definition at line 79 of file node_texture_curves.cc.
References BKE_curvemapping_evaluateRGBF(), and tex_input_rgba().
Referenced by rgb_exec().
|
static |
Definition at line 88 of file node_texture_curves.cc.
References rgb_colorfn(), and tex_output().
Referenced by register_node_type_tex_curve_rgb().
Definition at line 98 of file node_texture_curves.cc.
References BKE_curvemapping_add().
Referenced by register_node_type_tex_curve_rgb().
|
static |
Definition at line 20 of file node_texture_curves.cc.
References BKE_curvemapping_evaluateF(), BKE_curvemapping_init(), and TexParams::cfra.
Referenced by time_exec().
|
static |
Definition at line 36 of file node_texture_curves.cc.
References tex_output(), and time_colorfn().
Referenced by register_node_type_tex_curve_time().
Definition at line 46 of file node_texture_curves.cc.
References BKE_curvemapping_add().
Referenced by register_node_type_tex_curve_time().
|
static |
Definition at line 69 of file node_texture_curves.cc.
Referenced by register_node_type_tex_curve_rgb().
|
static |
Definition at line 74 of file node_texture_curves.cc.
Referenced by register_node_type_tex_curve_rgb().
|
static |
Definition at line 18 of file node_texture_curves.cc.
Referenced by register_node_type_tex_curve_time().