|
Blender
V2.93
|
#include "../node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_bokehimage (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_bokehimage (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_bokehimage_out [] |
Definition at line 33 of file node_composite_bokehimage.c.
References data, MEM_callocN, and node.
Referenced by register_node_type_cmp_bokehimage().
| void register_node_type_cmp_bokehimage | ( | void | ) |
Definition at line 44 of file node_composite_bokehimage.c.
References CMP_NODE_BOKEHIMAGE, cmp_node_bokehimage_out, cmp_node_type_base(), NODE_CLASS_INPUT, node_composit_init_bokehimage(), node_copy_standard_storage(), node_free_standard_storage(), NODE_PREVIEW, node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
|
static |
Definition at line 28 of file node_composite_bokehimage.c.
Referenced by register_node_type_cmp_bokehimage().