|
Blender V4.3
|
#include "node_shader_util.hh"#include "node_util.hh"#include "NOD_inverse_eval_params.hh"#include "NOD_math_functions.hh"#include "NOD_multi_function.hh"#include "NOD_socket_search_link.hh"#include "NOD_value_elem_eval.hh"#include "RNA_enum_types.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_shader_math_cc::SocketSearchOp |
| class | blender::nodes::node_shader_math_cc::ClampWrapperFunction |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_shader_math_cc |
| void register_node_type_sh_math | ( | ) |
Definition at line 436 of file node_shader_math.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::eval_elem, blender::bke::bNodeType::eval_inverse, blender::bke::bNodeType::eval_inverse_elem, blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::materialx_fn, NODE_CLASS_CONVERTER, node_math_label(), node_math_update(), blender::bke::node_register_type(), sh_fn_node_type_base(), SH_NODE_MATH, and blender::bke::bNodeType::updatefunc.
Referenced by register_shader_nodes().