|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_diff_matte (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_diff_matte (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_diff_matte_in [] |
| static bNodeSocketTemplate | cmp_node_diff_matte_out [] |
Definition at line 39 of file node_composite_diffMatte.c.
References Freestyle::c, MEM_callocN, and node.
Referenced by register_node_type_cmp_diff_matte().
| void register_node_type_cmp_diff_matte | ( | void | ) |
Definition at line 47 of file node_composite_diffMatte.c.
References CMP_NODE_DIFF_MATTE, cmp_node_diff_matte_in, cmp_node_diff_matte_out, cmp_node_type_base(), NODE_CLASS_MATTE, node_composit_init_diff_matte(), node_copy_standard_storage(), node_free_standard_storage(), NODE_PREVIEW, node_type_init(), node_type_socket_templates(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
|
static |
Definition at line 27 of file node_composite_diffMatte.c.
Referenced by register_node_type_cmp_diff_matte().
|
static |
Definition at line 33 of file node_composite_diffMatte.c.
Referenced by register_node_type_cmp_diff_matte().