Blender
V3.3
|
#include "BLI_math_base.h"
#include "BLT_translation.h"
#include "DNA_movieclip_types.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_composite_util.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_composite_keying_cc | |
Functions | |
static void | blender::nodes::node_composite_keying_cc::cmp_node_keying_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_composite_keying_cc::node_composit_init_keying (bNodeTree *UNUSED(ntree), bNode *node) |
static void | blender::nodes::node_composite_keying_cc::node_composit_buts_keying (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
void | register_node_type_cmp_keying () |
Definition at line 68 of file node_composite_keying.cc.
References CMP_NODE_KEYING, blender::nodes::node_composite_keying_cc::cmp_node_keying_declare(), cmp_node_type_base(), bNodeType::declare, bNodeType::draw_buttons, NODE_CLASS_MATTE, blender::nodes::node_composite_keying_cc::node_composit_buts_keying(), blender::nodes::node_composite_keying_cc::node_composit_init_keying(), node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().