Blender V2.61 - r43446
Functions | Variables

node_composite_math.c File Reference

#include "node_composite_util.h"

Go to the source code of this file.

Functions

static void do_math (bNode *node, float *out, float *in, float *in2)
static void node_composit_exec_math (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_math (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate cmp_node_math_in []
static bNodeSocketTemplate cmp_node_math_out []

Detailed Description

Definition in file node_composite_math.c.


Function Documentation

static void do_math ( bNode node,
float *  out,
float *  in,
float *  in2 
) [static]
static void node_composit_exec_math ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
void register_node_type_cmp_math ( bNodeTreeType ttype)

Variable Documentation

Initial value:
 { 
    { SOCK_FLOAT, 1, "Value", 0.5f, 0.5f, 0.5f, 1.0f, -10000.0f, 10000.0f, PROP_NONE}, 
    { SOCK_FLOAT, 1, "Value", 0.5f, 0.5f, 0.5f, 1.0f, -10000.0f, 10000.0f, PROP_NONE}, 
    { -1, 0, "" } 
}

Definition at line 36 of file node_composite_math.c.

Initial value:
 { 
    { SOCK_FLOAT, 0, "Value"}, 
    { -1, 0, "" } 
}

Definition at line 42 of file node_composite_math.c.