Blender V2.61 - r43446
Functions | Variables

node_composite_diffMatte.c File Reference

#include "node_composite_util.h"

Go to the source code of this file.

Functions

static void do_diff_matte (bNode *node, float *outColor, float *inColor1, float *inColor2)
static void node_composit_exec_diff_matte (void *data, bNode *node, bNodeStack **in, bNodeStack **out)
static void node_composit_init_diff_matte (bNodeTree *UNUSED(ntree), bNode *node, bNodeTemplate *UNUSED(ntemp))
void register_node_type_cmp_diff_matte (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate cmp_node_diff_matte_in []
static bNodeSocketTemplate cmp_node_diff_matte_out []

Detailed Description

Definition in file node_composite_diffMatte.c.


Function Documentation

static void do_diff_matte ( bNode node,
float *  outColor,
float *  inColor1,
float *  inColor2 
) [static]
static void node_composit_exec_diff_matte ( void *  data,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
static void node_composit_init_diff_matte ( bNodeTree UNUSEDntree,
bNode node,
bNodeTemplate UNUSEDntemp 
) [static]
void register_node_type_cmp_diff_matte ( bNodeTreeType ttype)

Variable Documentation

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

Definition at line 36 of file node_composite_diffMatte.c.

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

Definition at line 42 of file node_composite_diffMatte.c.