|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_glare (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_glare (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_glare_in [] |
| static bNodeSocketTemplate | cmp_node_glare_out [] |
Definition at line 35 of file node_composite_glare.c.
References NodeGlare::angle_ofs, NodeGlare::colmod, NodeGlare::fade, NodeGlare::iter, MEM_callocN, NodeGlare::mix, node, NodeGlare::quality, NodeGlare::size, NodeGlare::star_45, NodeGlare::streaks, NodeGlare::threshold, and NodeGlare::type.
Referenced by register_node_type_cmp_glare().
| void register_node_type_cmp_glare | ( | void | ) |
Definition at line 52 of file node_composite_glare.c.
References CMP_NODE_GLARE, cmp_node_glare_in, cmp_node_glare_out, cmp_node_type_base(), NODE_CLASS_OP_FILTER, node_composit_init_glare(), 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 26 of file node_composite_glare.c.
Referenced by register_node_type_cmp_glare().
|
static |
Definition at line 30 of file node_composite_glare.c.
Referenced by register_node_type_cmp_glare().