|
Blender
V2.93
|
#include "DNA_movieclip_types.h"#include "BLI_math_base.h"#include "BLI_math_color.h"#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_keyingscreen (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_keyingscreen (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_keyingscreen_out [] |
Definition at line 38 of file node_composite_keyingscreen.c.
References data, MEM_callocN, and node.
Referenced by register_node_type_cmp_keyingscreen().
| void register_node_type_cmp_keyingscreen | ( | void | ) |
Definition at line 47 of file node_composite_keyingscreen.c.
References CMP_NODE_KEYINGSCREEN, cmp_node_keyingscreen_out, cmp_node_type_base(), NODE_CLASS_MATTE, node_composit_init_keyingscreen(), node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
|
static |
Definition at line 33 of file node_composite_keyingscreen.c.
Referenced by register_node_type_cmp_keyingscreen().