Blender  V2.93
Functions | Variables
node_composite_normal.c File Reference
#include "node_composite_util.h"

Go to the source code of this file.

Functions

void register_node_type_cmp_normal (void)
 

Variables

static bNodeSocketTemplate cmp_node_normal_in []
 
static bNodeSocketTemplate cmp_node_normal_out []
 

Function Documentation

◆ register_node_type_cmp_normal()

void register_node_type_cmp_normal ( void  )

Variable Documentation

◆ cmp_node_normal_in

bNodeSocketTemplate cmp_node_normal_in[]
static
Initial value:
= {
{SOCK_VECTOR, N_("Normal"), 0.0f, 0.0f, 1.0f, 0.0f, -1.0f, 1.0f, PROP_DIRECTION},
{-1, ""},
}
#define N_(msgid)
@ SOCK_VECTOR
@ PROP_DIRECTION
Definition: RNA_types.h:141

Definition at line 27 of file node_composite_normal.c.

Referenced by register_node_type_cmp_normal().

◆ cmp_node_normal_out

bNodeSocketTemplate cmp_node_normal_out[]
static
Initial value:
= {
{SOCK_VECTOR, N_("Normal"), 0.0f, 0.0f, 1.0f, 0.0f, -1.0f, 1.0f, PROP_DIRECTION},
{SOCK_FLOAT, N_("Dot")},
{-1, ""},
}
@ SOCK_FLOAT

Definition at line 32 of file node_composite_normal.c.

Referenced by register_node_type_cmp_normal().