|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_alphaover_init (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_alphaover (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_alphaover_in [] |
| static bNodeSocketTemplate | cmp_node_alphaover_out [] |
Definition at line 38 of file node_composite_alphaOver.c.
References MEM_callocN, and node.
Referenced by register_node_type_cmp_alphaover().
| void register_node_type_cmp_alphaover | ( | void | ) |
Definition at line 43 of file node_composite_alphaOver.c.
References CMP_NODE_ALPHAOVER, cmp_node_alphaover_in, cmp_node_alphaover_out, cmp_node_type_base(), node_alphaover_init(), NODE_CLASS_OP_COLOR, 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 27 of file node_composite_alphaOver.c.
Referenced by register_node_type_cmp_alphaover().
|
static |
Definition at line 33 of file node_composite_alphaOver.c.
Referenced by register_node_type_cmp_alphaover().