|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_rotate (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_rotate (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_rotate_in [] |
| static bNodeSocketTemplate | cmp_node_rotate_out [] |
Definition at line 38 of file node_composite_rotate.c.
References node.
Referenced by register_node_type_cmp_rotate().
| void register_node_type_cmp_rotate | ( | void | ) |
Definition at line 43 of file node_composite_rotate.c.
References CMP_NODE_ROTATE, cmp_node_rotate_in, cmp_node_rotate_out, cmp_node_type_base(), NODE_CLASS_DISTORT, node_composit_init_rotate(), node_type_init(), node_type_socket_templates(), and nodeRegisterType().
Referenced by registerCompositNodes().
|
static |
Definition at line 28 of file node_composite_rotate.c.
Referenced by register_node_type_cmp_rotate().
|
static |
Definition at line 33 of file node_composite_rotate.c.
Referenced by register_node_type_cmp_rotate().