|
Blender
V2.59
|
#include "../CMP_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_exec_rgb (void *UNUSED(data), bNode *node, bNodeStack **UNUSED(in), bNodeStack **out) |
| void | register_node_type_cmp_rgb (ListBase *lb) |
Variables | |
| static bNodeSocketType | cmp_node_rgb_out [] |
Definition in file CMP_rgb.c.
| static void node_composit_exec_rgb | ( | void * | UNUSEDdata, |
| bNode * | node, | ||
| bNodeStack ** | UNUSEDin, | ||
| bNodeStack ** | out | ||
| ) | [static] |
Definition at line 44 of file CMP_rgb.c.
References ListBase::first, bNodeSocket::ns, bNode::outputs, QUATCOPY, and bNodeStack::vec.
Referenced by register_node_type_cmp_rgb().
| void register_node_type_cmp_rgb | ( | ListBase * | lb | ) |
Definition at line 51 of file CMP_rgb.c.
References CMP_NODE_RGB, NODE_CLASS_INPUT, node_composit_exec_rgb(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
bNodeSocketType cmp_node_rgb_out[] [static] |