![]() |
Blender V2.61 - r43446
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_exec_translate (void *UNUSED(data), bNode *UNUSED(node), bNodeStack **in, bNodeStack **out) |
| void | register_node_type_cmp_translate (bNodeTreeType *ttype) |
Variables | |
| static bNodeSocketTemplate | cmp_node_translate_in [] |
| static bNodeSocketTemplate | cmp_node_translate_out [] |
Definition in file node_composite_translate.c.
| static void node_composit_exec_translate | ( | void * | UNUSEDdata, |
| bNode * | UNUSEDnode, | ||
| bNodeStack ** | in, | ||
| bNodeStack ** | out | ||
| ) | [static] |
Definition at line 49 of file node_composite_translate.c.
References bNodeStack::data, data, pass_on_compbuf(), CompBuf::xof, and CompBuf::yof.
Referenced by register_node_type_cmp_translate().
| void register_node_type_cmp_translate | ( | bNodeTreeType * | ttype | ) |
Definition at line 62 of file node_composite_translate.c.
References CMP_NODE_TRANSLATE, NODE_CLASS_DISTORT, node_composit_exec_translate(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), node_type_socket_templates(), and nodeRegisterType().
Referenced by registerCompositNodes().
bNodeSocketTemplate cmp_node_translate_in[] [static] |
{
{ SOCK_RGBA, 1, "Image", 1.0f, 1.0f, 1.0f, 1.0f},
{ SOCK_FLOAT, 1, "X", 0.0f, 0.0f, 0.0f, 0.0f, -10000.0f, 10000.0f, PROP_NONE},
{ SOCK_FLOAT, 1, "Y", 0.0f, 0.0f, 0.0f, 0.0f, -10000.0f, 10000.0f, PROP_NONE},
{ -1, 0, "" }
}
Definition at line 38 of file node_composite_translate.c.
bNodeSocketTemplate cmp_node_translate_out[] [static] |
{
{ SOCK_RGBA, 0, "Image"},
{ -1, 0, "" }
}
Definition at line 44 of file node_composite_translate.c.