Blender  V2.59
Functions | Variables
CMP_viewer.c File Reference
#include "../CMP_util.h"

Go to the source code of this file.

Functions

static void node_composit_exec_viewer (void *data, bNode *node, bNodeStack **in, bNodeStack **UNUSED(out))
static void node_composit_init_viewer (bNode *node)
void register_node_type_cmp_viewer (ListBase *lb)

Variables

static bNodeSocketType cmp_node_viewer_in []

Detailed Description

Definition in file CMP_viewer.c.


Function Documentation

static void node_composit_exec_viewer ( void *  data,
bNode node,
bNodeStack **  in,
bNodeStack **  UNUSEDout 
) [static]
static void node_composit_init_viewer ( bNode node) [static]
void register_node_type_cmp_viewer ( ListBase lb)

Variable Documentation

Initial value:
 {
        {       SOCK_RGBA, 1, "Image",          0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "Alpha",         1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "Z",                     1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 39 of file CMP_viewer.c.