Blender V4.3
node_composite_keyingscreen.cc File Reference
#include "BLI_math_base.hh"
#include "BLI_math_vector_types.hh"
#include "BLI_string.h"
#include "DNA_defaults.h"
#include "DNA_movieclip_types.h"
#include "DNA_tracking_types.h"
#include "BKE_context.hh"
#include "BKE_lib_id.hh"
#include "BKE_movieclip.h"
#include "BKE_tracking.h"
#include "GPU_texture.hh"
#include "RNA_access.hh"
#include "RNA_prototypes.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "COM_keying_screen.hh"
#include "COM_node_operation.hh"
#include "node_composite_util.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_composite_keyingscreen_cc::KeyingScreenOperation
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_composite_keyingscreen_cc
 

Functions

static void blender::nodes::node_composite_keyingscreen_cc::cmp_node_keyingscreen_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_composite_keyingscreen_cc::node_composit_init_keyingscreen (const bContext *C, PointerRNA *ptr)
 
static void blender::nodes::node_composite_keyingscreen_cc::node_composit_buts_keyingscreen (uiLayout *layout, bContext *C, PointerRNA *ptr)
 
static NodeOperationblender::nodes::node_composite_keyingscreen_cc::get_compositor_operation (Context &context, DNode node)
 
void register_node_type_cmp_keyingscreen ()
 

Function Documentation

◆ register_node_type_cmp_keyingscreen()