Blender  V2.59
Functions | Variables
TEX_viewer.c File Reference
#include "../TEX_util.h"
#include "TEX_node.h"
#include <math.h>

Go to the source code of this file.

Functions

static void exec (void *data, bNode *node, bNodeStack **in, bNodeStack **UNUSED(out))
void register_node_type_tex_viewer (ListBase *lb)

Variables

static bNodeSocketType inputs []
static bNodeSocketType outputs []

Detailed Description

Definition in file TEX_viewer.c.


Function Documentation

static void exec ( void *  data,
bNode node,
bNodeStack **  in,
bNodeStack **  UNUSEDout 
) [static]
void register_node_type_tex_viewer ( ListBase lb)

Variable Documentation

bNodeSocketType inputs[] [static]
Initial value:
 {
        { SOCK_RGBA, 1, "Color", 1.0f, 0.0f, 0.0f, 1.0f,  0.0f, 1.0f },
        { -1, 0, "" }
}

Definition at line 38 of file TEX_viewer.c.

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

Definition at line 42 of file TEX_viewer.c.