|
Blender V5.0
|
#include "BLI_bounds_types.hh"#include "BLI_math_vector_types.hh"#include "BKE_global.hh"#include "BKE_image.hh"#include "RNA_access.hh"#include "UI_resources.hh"#include "GPU_shader.hh"#include "GPU_texture.hh"#include "COM_node_operation.hh"#include "COM_utilities.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_viewer_cc::ViewerOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_viewer_cc |
Functions | |
| static void | blender::nodes::node_composite_viewer_cc::cmp_node_viewer_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_viewer_cc::node_composit_init_viewer (bNodeTree *, bNode *node) |
| static NodeOperation * | blender::nodes::node_composite_viewer_cc::get_compositor_operation (Context &context, DNode node) |
| static void | register_node_type_cmp_viewer () |
|
static |
Definition at line 181 of file node_composite_viewer.cc.
References cmp_node_type_base(), CMP_NODE_VIEWER, blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::get_compositor_operation, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, blender::bke::bNodeType::no_muting, NODE_CLASS_OUTPUT, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.