|
Blender V4.3
|
#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 |
| void register_node_type_sh_mix | ( | ) |
Definition at line 608 of file node_shader_mix.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::materialx_fn, NODE_CLASS_CONVERTER, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), sh_fn_node_type_base(), blender::bke::bNodeType::ui_class, and blender::bke::bNodeType::updatefunc.
Referenced by register_shader_nodes().