Blender V5.0
node_composite_viewer.cc File Reference
#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 NodeOperationblender::nodes::node_composite_viewer_cc::get_compositor_operation (Context &context, DNode node)
static void register_node_type_cmp_viewer ()

Function Documentation

◆ register_node_type_cmp_viewer()