|
Blender
V2.93
|
#include "BLT_translation.h"#include "DNA_movieclip_types.h"#include "BLI_math_base.h"#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_keying (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_keying (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_keying_in [] |
| static bNodeSocketTemplate | cmp_node_keying_out [] |
Definition at line 49 of file node_composite_keying.c.
References data, MEM_callocN, and node.
Referenced by register_node_type_cmp_keying().
| void register_node_type_cmp_keying | ( | void | ) |
Definition at line 66 of file node_composite_keying.c.
References CMP_NODE_KEYING, cmp_node_keying_in, cmp_node_keying_out, cmp_node_type_base(), NODE_CLASS_MATTE, node_composit_init_keying(), node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_socket_templates(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
|
static |
Definition at line 34 of file node_composite_keying.c.
Referenced by register_node_type_cmp_keying().
|
static |
Definition at line 42 of file node_composite_keying.c.
Referenced by register_node_type_cmp_keying().