|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_crop (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_crop (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_crop_in [] |
| static bNodeSocketTemplate | cmp_node_crop_out [] |
Definition at line 37 of file node_composite_crop.c.
References MEM_callocN, node, NodeTwoXYs::x1, NodeTwoXYs::x2, NodeTwoXYs::y1, and NodeTwoXYs::y2.
Referenced by register_node_type_cmp_crop().
| void register_node_type_cmp_crop | ( | void | ) |
Definition at line 47 of file node_composite_crop.c.
References CMP_NODE_CROP, cmp_node_crop_in, cmp_node_crop_out, cmp_node_type_base(), NODE_CLASS_DISTORT, node_composit_init_crop(), 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 28 of file node_composite_crop.c.
Referenced by register_node_type_cmp_crop().
|
static |
Definition at line 32 of file node_composite_crop.c.
Referenced by register_node_type_cmp_crop().