Blender  V2.93
Functions | Variables
node_shader_output_linestyle.c File Reference
#include "../node_shader_util.h"

Go to the source code of this file.

Functions

void register_node_type_sh_output_linestyle (void)
 

Variables

static bNodeSocketTemplate sh_node_output_linestyle_in []
 

Function Documentation

◆ register_node_type_sh_output_linestyle()

void register_node_type_sh_output_linestyle ( void  )

Variable Documentation

◆ sh_node_output_linestyle_in

bNodeSocketTemplate sh_node_output_linestyle_in[]
static
Initial value:
= {
{SOCK_RGBA, N_("Color"), 1.0f, 0.0f, 1.0f, 1.0f},
{SOCK_FLOAT, N_("Color Fac"), 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, PROP_FACTOR},
{SOCK_FLOAT, N_("Alpha"), 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, PROP_FACTOR},
{SOCK_FLOAT, N_("Alpha Fac"), 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, PROP_FACTOR},
{-1, ""},
}
#define N_(msgid)
@ SOCK_FLOAT
@ SOCK_RGBA
@ PROP_FACTOR
Definition: RNA_types.h:131

Definition at line 24 of file node_shader_output_linestyle.c.

Referenced by register_node_type_sh_output_linestyle().