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

Go to the source code of this file.

Functions

static void node_shader_init_tex_ies (bNodeTree *UNUSED(ntree), bNode *node)
 
void register_node_type_sh_tex_ies (void)
 

Variables

static bNodeSocketTemplate sh_node_tex_ies_in []
 
static bNodeSocketTemplate sh_node_tex_ies_out []
 

Function Documentation

◆ node_shader_init_tex_ies()

static void node_shader_init_tex_ies ( bNodeTree UNUSEDntree,
bNode node 
)
static

Definition at line 35 of file node_shader_ies_light.c.

References MEM_callocN, node, and tex.

Referenced by register_node_type_sh_tex_ies().

◆ register_node_type_sh_tex_ies()

void register_node_type_sh_tex_ies ( void  )

Variable Documentation

◆ sh_node_tex_ies_in

bNodeSocketTemplate sh_node_tex_ies_in[]
static
Initial value:
= {
{SOCK_VECTOR, N_("Vector"), 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, PROP_NONE, SOCK_HIDE_VALUE},
{SOCK_FLOAT, N_("Strength"), 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1000000.0f, PROP_NONE},
{-1, ""},
}
#define N_(msgid)
@ SOCK_HIDE_VALUE
@ SOCK_VECTOR
@ SOCK_FLOAT
@ PROP_NONE
Definition: RNA_types.h:113

Definition at line 24 of file node_shader_ies_light.c.

Referenced by register_node_type_sh_tex_ies().

◆ sh_node_tex_ies_out

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

Definition at line 30 of file node_shader_ies_light.c.

Referenced by register_node_type_sh_tex_ies().