|
Blender
V2.59
|
#include "../CMP_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_exec_flip (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out) |
| void | register_node_type_cmp_flip (ListBase *lb) |
Variables | |
| static bNodeSocketType | cmp_node_flip_in [] |
| static bNodeSocketType | cmp_node_flip_out [] |
Definition in file CMP_flip.c.
| static void node_composit_exec_flip | ( | void * | UNUSEDdata, |
| bNode * | node, | ||
| bNodeStack ** | in, | ||
| bNodeStack ** | out | ||
| ) | [static] |
Definition at line 48 of file CMP_flip.c.
References alloc_compbuf(), bNode::custom1, bNodeStack::data, i, CompBuf::rect, CompBuf::type, CompBuf::x, and CompBuf::y.
Referenced by register_node_type_cmp_flip().
| void register_node_type_cmp_flip | ( | ListBase * | lb | ) |
Definition at line 93 of file CMP_flip.c.
References CMP_NODE_FLIP, NODE_CLASS_DISTORT, node_composit_exec_flip(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerCompositNodes().
bNodeSocketType cmp_node_flip_in[] [static] |
{
{ SOCK_RGBA, 1, "Image", 0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
{ -1, 0, "" }
}
Definition at line 38 of file CMP_flip.c.
bNodeSocketType cmp_node_flip_out[] [static] |
{
{ SOCK_RGBA, 0, "Image", 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
{ -1, 0, "" }
}
Definition at line 43 of file CMP_flip.c.