|
Blender V4.3
|
#include "GPU_material.hh"#include "COM_shader_node.hh"#include "NOD_math_functions.hh"#include "NOD_socket_search_link.hh"#include "RNA_enum_types.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_math_cc::SocketSearchOp |
| class | blender::nodes::node_composite_math_cc::MathShaderNode |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_math_cc |
Functions | |
| static void | blender::nodes::node_composite_math_cc::cmp_node_math_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_math_cc::node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static ShaderNode * | blender::nodes::node_composite_math_cc::get_compositor_shader_node (DNode node) |
| void | register_node_type_cmp_math () |
| void register_node_type_cmp_math | ( | ) |
Definition at line 121 of file node_composite_math.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::get_compositor_shader_node, blender::bke::bNodeType::labelfunc, NODE_CLASS_CONVERTER, node_math_label(), node_math_update(), blender::bke::node_register_type(), and blender::bke::bNodeType::updatefunc.
Referenced by register_composite_nodes().