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

Go to the source code of this file.

Functions

void register_node_type_cmp_math (void)
 

Variables

static bNodeSocketTemplate cmp_node_math_in []
 
static bNodeSocketTemplate cmp_node_math_out [] = {{SOCK_FLOAT, N_("Value")}, {-1, ""}}
 

Function Documentation

◆ register_node_type_cmp_math()

void register_node_type_cmp_math ( void  )

Variable Documentation

◆ cmp_node_math_in

bNodeSocketTemplate cmp_node_math_in[]
static
Initial value:
= {
{SOCK_FLOAT, N_("Value"), 0.5f, 0.5f, 0.5f, 1.0f, -10000.0f, 10000.0f, PROP_NONE},
{SOCK_FLOAT, N_("Value"), 0.5f, 0.5f, 0.5f, 1.0f, -10000.0f, 10000.0f, PROP_NONE},
{SOCK_FLOAT, N_("Value"), 0.0f, 0.5f, 0.5f, 1.0f, -10000.0f, 10000.0f, PROP_NONE},
{-1, ""}}
#define N_(msgid)
@ SOCK_FLOAT
@ PROP_NONE
Definition: RNA_types.h:113

Definition at line 27 of file node_composite_math.c.

Referenced by register_node_type_cmp_math().

◆ cmp_node_math_out

bNodeSocketTemplate cmp_node_math_out[] = {{SOCK_FLOAT, N_("Value")}, {-1, ""}}
static

Definition at line 33 of file node_composite_math.c.

Referenced by register_node_type_cmp_math().