|
Blender V4.3
|
#include "RNA_access.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "GPU_material.hh"#include "COM_shader_node.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_channel_matte_cc::ChannelMatteShaderNode |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_channel_matte_cc |
Functions | |
| static void | blender::nodes::node_composite_channel_matte_cc::cmp_node_channel_matte_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_channel_matte_cc::node_composit_init_channel_matte (bNodeTree *, bNode *node) |
| static void | blender::nodes::node_composite_channel_matte_cc::node_composit_buts_channel_matte (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static ShaderNode * | blender::nodes::node_composite_channel_matte_cc::get_compositor_shader_node (DNode node) |
| void | register_node_type_cmp_channel_matte () |
| void register_node_type_cmp_channel_matte | ( | ) |
Definition at line 176 of file node_composite_channel_matte.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::flag, blender::bke::bNodeType::get_compositor_shader_node, blender::bke::bNodeType::initfunc, NODE_CLASS_MATTE, node_copy_standard_storage(), node_free_standard_storage(), NODE_PREVIEW, blender::bke::node_register_type(), and blender::bke::node_type_storage().
Referenced by register_composite_nodes().