|
Blender
V2.59
|
#include "../CMP_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_exec_value (void *UNUSED(data), bNode *node, bNodeStack **UNUSED(in), bNodeStack **out) |
| void | register_node_type_cmp_value (ListBase *lb) |
Variables | |
| static bNodeSocketType | cmp_node_value_out [] |
Definition in file CMP_value.c.
| static void node_composit_exec_value | ( | void * | UNUSEDdata, |
| bNode * | node, | ||
| bNodeStack ** | UNUSEDin, | ||
| bNodeStack ** | out | ||
| ) | [static] |
Definition at line 43 of file CMP_value.c.
References ListBase::first, bNodeSocket::ns, bNode::outputs, and bNodeStack::vec.
Referenced by register_node_type_cmp_value().
| void register_node_type_cmp_value | ( | ListBase * | lb | ) |
Definition at line 50 of file CMP_value.c.
References CMP_NODE_VALUE, NODE_CLASS_INPUT, node_composit_exec_value(), NODE_OPTIONS, node_type_base(), node_type_exec(), node_type_size(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
bNodeSocketType cmp_node_value_out[] [static] |
{
{ SOCK_VALUE, 0, "Value", 0.5f, 0.0f, 0.0f, 0.0f, -10000.0f, 10000.0f},
{ -1, 0, "" }
}
Definition at line 38 of file CMP_value.c.