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

Go to the source code of this file.

Functions

static void node_composit_init_map_value (bNodeTree *UNUSED(ntree), bNode *node)
 
void register_node_type_cmp_map_value (void)
 

Variables

static bNodeSocketTemplate cmp_node_map_value_in []
 
static bNodeSocketTemplate cmp_node_map_value_out []
 

Function Documentation

◆ node_composit_init_map_value()

static void node_composit_init_map_value ( bNodeTree UNUSEDntree,
bNode node 
)
static

◆ register_node_type_cmp_map_value()

void register_node_type_cmp_map_value ( void  )

Variable Documentation

◆ cmp_node_map_value_in

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

Definition at line 27 of file node_composite_mapValue.c.

Referenced by register_node_type_cmp_map_value().

◆ cmp_node_map_value_out

bNodeSocketTemplate cmp_node_map_value_out[]
static
Initial value:
= {
{SOCK_FLOAT, N_("Value")},
{-1, ""},
}

Definition at line 31 of file node_composite_mapValue.c.

Referenced by register_node_type_cmp_map_value().