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

Go to the source code of this file.

Functions

static void node_composit_exec_rotate (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
static void node_composit_init_rotate (bNode *node)
void register_node_type_cmp_rotate (ListBase *lb)

Variables

static bNodeSocketType cmp_node_rotate_in []
static bNodeSocketType cmp_node_rotate_out []

Detailed Description

Definition in file CMP_rotate.c.


Function Documentation

static void node_composit_exec_rotate ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
static void node_composit_init_rotate ( bNode node) [static]

Definition at line 125 of file CMP_rotate.c.

References bNode::custom1.

Referenced by register_node_type_cmp_rotate().

void register_node_type_cmp_rotate ( 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, "Degr",                  0.0f, 0.0f, 0.0f, 0.0f, -10000.0f, 10000.0f},
        {       -1, 0, ""       }
}

Definition at line 39 of file CMP_rotate.c.

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

Definition at line 44 of file CMP_rotate.c.