Blender  V2.59
Functions | Variables
CMP_translate.c File Reference
#include "../CMP_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 (ListBase *lb)

Variables

static bNodeSocketType cmp_node_translate_in []
static bNodeSocketType cmp_node_translate_out []

Detailed Description

Definition in file CMP_translate.c.


Function Documentation

static void node_composit_exec_translate ( void *  UNUSEDdata,
bNode UNUSEDnode,
bNodeStack **  in,
bNodeStack **  out 
) [static]
void register_node_type_cmp_translate ( ListBase lb)

Variable Documentation

Initial value:
 {
        {       SOCK_RGBA, 1, "Image",                  0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "X",     0.0f, 0.0f, 0.0f, 0.0f, -10000.0f, 10000.0f},
        {       SOCK_VALUE, 1, "Y",     0.0f, 0.0f, 0.0f, 0.0f, -10000.0f, 10000.0f},
        {       -1, 0, ""       }
}

Definition at line 40 of file CMP_translate.c.

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

Definition at line 46 of file CMP_translate.c.