Blender V4.3
node_shader_mix.cc File Reference
#include <algorithm>
#include "BKE_material.h"
#include "BLI_math_quaternion.hh"
#include "BLI_math_vector.h"
#include "BLI_string_utf8.h"
#include "DNA_material_types.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "node_shader_util.hh"
#include "node_util.hh"
#include "FN_multi_function_builder.hh"
#include "NOD_multi_function.hh"
#include "NOD_socket_search_link.hh"
#include "RNA_access.hh"
#include "RNA_enum_types.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_sh_mix_cc::SocketSearchOp
 
class  blender::nodes::node_sh_mix_cc::MixColorFunction
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_sh_mix_cc
 

Functions

static void blender::nodes::node_sh_mix_cc::sh_node_mix_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_sh_mix_cc::sh_node_mix_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void blender::nodes::node_sh_mix_cc::sh_node_mix_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy)
 
static int blender::nodes::node_sh_mix_cc::sh_node_mix_ui_class (const bNode *node)
 
static void blender::nodes::node_sh_mix_cc::sh_node_mix_update (bNodeTree *ntree, bNode *node)
 
static void blender::nodes::node_sh_mix_cc::node_mix_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void blender::nodes::node_sh_mix_cc::node_mix_init (bNodeTree *, bNode *node)
 
static const char * blender::nodes::node_sh_mix_cc::gpu_shader_get_name (eNodeSocketDatatype data_type, const bool non_uniform, const int blend_type)
 
static int blender::nodes::node_sh_mix_cc::gpu_shader_mix (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
 
static const mf::MultiFunctionblender::nodes::node_sh_mix_cc::get_multi_function (const bNode &node)
 
static void blender::nodes::node_sh_mix_cc::sh_node_mix_build_multi_function (NodeMultiFunctionBuilder &builder)
 
void register_node_type_sh_mix ()
 

Function Documentation

◆ register_node_type_sh_mix()