Blender  V2.59
Functions | Variables
CMP_rgb.c File Reference
#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 []

Detailed Description

Definition in file CMP_rgb.c.


Function Documentation

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)

Variable Documentation

Initial value:
 {
        {       SOCK_RGBA, 0, "RGBA",                   0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 39 of file CMP_rgb.c.