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

Go to the source code of this file.

Defines

#define CMP_SCALE_MAX   12000

Functions

static void node_composit_exec_scale (void *data, bNode *node, bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_scale (ListBase *lb)

Variables

static bNodeSocketType cmp_node_scale_in []
static bNodeSocketType cmp_node_scale_out []

Detailed Description

Definition in file CMP_scale.c.


Define Documentation

#define CMP_SCALE_MAX   12000

Definition at line 39 of file CMP_scale.c.

Referenced by node_composit_exec_scale().


Function Documentation

static void node_composit_exec_scale ( void *  data,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
void register_node_type_cmp_scale ( ListBase lb)

Variable Documentation

Initial value:
 {
        {       SOCK_RGBA, 1, "Image",                  0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "X",                             1.0f, 0.0f, 0.0f, 0.0f, 0.0001f, CMP_SCALE_MAX},
        {       SOCK_VALUE, 1, "Y",                             1.0f, 0.0f, 0.0f, 0.0f, 0.0001f, CMP_SCALE_MAX},
        {       -1, 0, ""       }
}

Definition at line 41 of file CMP_scale.c.

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

Definition at line 47 of file CMP_scale.c.