Blender V2.61 - r43446
Functions | Variables

node_composite_mapUV.c File Reference

#include "node_composite_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 (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate cmp_node_mapuv_in []
static bNodeSocketTemplate cmp_node_mapuv_out []

Detailed Description

Definition in file node_composite_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 ( bNodeTreeType ttype)

Variable Documentation

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

Definition at line 37 of file node_composite_mapUV.c.

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

Definition at line 42 of file node_composite_mapUV.c.