|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| static void | node_composit_init_defocus (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_defocus (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_defocus_in [] |
| static bNodeSocketTemplate | cmp_node_defocus_out [] |
Definition at line 39 of file node_composite_defocus.c.
References NodeDefocus::bktype, NodeDefocus::bthresh, NodeDefocus::fstop, NodeDefocus::gamco, NodeDefocus::maxblur, MEM_callocN, NodeDefocus::no_zbuf, node, NodeDefocus::preview, NodeDefocus::rotation, NodeDefocus::samples, and NodeDefocus::scale.
Referenced by register_node_type_cmp_defocus().
| void register_node_type_cmp_defocus | ( | void | ) |
Definition at line 56 of file node_composite_defocus.c.
References CMP_NODE_DEFOCUS, cmp_node_defocus_in, cmp_node_defocus_out, cmp_node_type_base(), NODE_CLASS_OP_FILTER, node_composit_init_defocus(), 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 29 of file node_composite_defocus.c.
Referenced by register_node_type_cmp_defocus().
|
static |
Definition at line 34 of file node_composite_defocus.c.
Referenced by register_node_type_cmp_defocus().