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

Go to the source code of this file.

Functions

void register_node_type_cmp_switch (void)
 

Variables

static bNodeSocketTemplate cmp_node_switch_in []
 
static bNodeSocketTemplate cmp_node_switch_out []
 

Function Documentation

◆ register_node_type_cmp_switch()

void register_node_type_cmp_switch ( void  )

Variable Documentation

◆ cmp_node_switch_in

bNodeSocketTemplate cmp_node_switch_in[]
static
Initial value:
= {
{SOCK_RGBA, N_("Off"), 0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
{SOCK_RGBA, N_("On"), 0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
{-1, ""},
}
#define N_(msgid)
@ SOCK_RGBA

Definition at line 27 of file node_composite_switch.c.

Referenced by register_node_type_cmp_switch().

◆ cmp_node_switch_out

bNodeSocketTemplate cmp_node_switch_out[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image"), 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
{-1, ""},
}

Definition at line 33 of file node_composite_switch.c.

Referenced by register_node_type_cmp_switch().