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

Go to the source code of this file.

Functions

static void do_mapuv (CompBuf *stackbuf, CompBuf *cbuf, CompBuf *uvbuf, float threshold)
static void node_composit_exec_mapuv (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_mapuv (ListBase *lb)

Variables

static bNodeSocketType cmp_node_mapuv_in []
static bNodeSocketType cmp_node_mapuv_out []

Detailed Description

Definition in file CMP_mapUV.c.


Function Documentation

static void do_mapuv ( CompBuf stackbuf,
CompBuf cbuf,
CompBuf uvbuf,
float  threshold 
) [static]
static void node_composit_exec_mapuv ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
void register_node_type_cmp_mapuv ( ListBase lb)

Variable Documentation

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

Definition at line 39 of file CMP_mapUV.c.

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

Definition at line 44 of file CMP_mapUV.c.