|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_dilateerode (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_dilateerode (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_dilateerode_in [] |
| static bNodeSocketTemplate | cmp_node_dilateerode_out [] = {{SOCK_FLOAT, N_("Mask")}, {-1, ""}} |
Definition at line 32 of file node_composite_dilate.c.
References data, MEM_callocN, node, and PROP_SMOOTH.
Referenced by register_node_type_cmp_dilateerode().
| void register_node_type_cmp_dilateerode | ( | void | ) |
Definition at line 39 of file node_composite_dilate.c.
References CMP_NODE_DILATEERODE, cmp_node_dilateerode_in, cmp_node_dilateerode_out, cmp_node_type_base(), NODE_CLASS_OP_FILTER, node_composit_init_dilateerode(), 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 28 of file node_composite_dilate.c.
Referenced by register_node_type_cmp_dilateerode().
|
static |
Definition at line 30 of file node_composite_dilate.c.
Referenced by register_node_type_cmp_dilateerode().