|
Blender
V2.93
|
#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 [] |
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().
| void register_node_type_sh_tex_ies | ( | void | ) |
Definition at line 42 of file node_shader_ies_light.c.
References NODE_CLASS_TEXTURE, node_copy_standard_storage(), node_free_standard_storage(), node_shader_init_tex_ies(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), SH_NODE_TEX_IES, sh_node_tex_ies_in, sh_node_tex_ies_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_ies_light.c.
Referenced by register_node_type_sh_tex_ies().
|
static |
Definition at line 30 of file node_shader_ies_light.c.
Referenced by register_node_type_sh_tex_ies().