|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| void | register_node_type_cmp_inpaint (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_inpaint_in [] |
| static bNodeSocketTemplate | cmp_node_inpaint_out [] = {{SOCK_RGBA, N_("Image")}, {-1, ""}} |
| void register_node_type_cmp_inpaint | ( | void | ) |
Definition at line 32 of file node_composite_inpaint.c.
References CMP_NODE_INPAINT, cmp_node_inpaint_in, cmp_node_inpaint_out, cmp_node_type_base(), NODE_CLASS_OP_FILTER, node_type_socket_templates(), and nodeRegisterType().
Referenced by registerCompositNodes().
|
static |
Definition at line 28 of file node_composite_inpaint.c.
Referenced by register_node_type_cmp_inpaint().
|
static |
Definition at line 30 of file node_composite_inpaint.c.
Referenced by register_node_type_cmp_inpaint().