|
Blender V5.0
|
#include "node_shader_util.hh"#include "node_util.hh"#include "BKE_texture.h"#include "BLI_math_constants.h"#include "BLI_math_vector.hh"#include "NOD_multi_function.hh"#include "UI_interface_layout.hh"#include "UI_resources.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_shader_tex_gradient_cc::GradientFunction |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_shader_tex_gradient_cc |
Functions | |
| static void | blender::nodes::node_shader_tex_gradient_cc::sh_node_tex_gradient_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_shader_tex_gradient_cc::node_shader_buts_tex_gradient (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | blender::nodes::node_shader_tex_gradient_cc::node_shader_init_tex_gradient (bNodeTree *, bNode *node) |
| static int | blender::nodes::node_shader_tex_gradient_cc::node_shader_gpu_tex_gradient (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | blender::nodes::node_shader_tex_gradient_cc::sh_node_gradient_tex_build_multi_function (NodeMultiFunctionBuilder &builder) |
| void | register_node_type_sh_tex_gradient () |
| void register_node_type_sh_tex_gradient | ( | ) |
Definition at line 200 of file node_shader_tex_gradient.cc.
References blender::bke::bNodeType::build_multi_function, common_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::materialx_fn, blender::bke::bNodeType::nclass, NODE_CLASS_TEXTURE, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), SH_NODE_TEX_GRADIENT, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by register_shader_nodes().