Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_shader_ies_light_cc | |
Functions | |
static void | blender::nodes::node_shader_ies_light_cc::node_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_shader_ies_light_cc::node_shader_buts_ies (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | blender::nodes::node_shader_ies_light_cc::node_shader_init_tex_ies (bNodeTree *UNUSED(ntree), bNode *node) |
void | register_node_type_sh_tex_ies () |
Definition at line 44 of file node_shader_ies_light.cc.
References bNodeType::declare, bNodeType::draw_buttons, NODE_CLASS_TEXTURE, node_copy_standard_storage(), blender::nodes::node_shader_ies_light_cc::node_declare(), node_free_standard_storage(), blender::nodes::node_shader_ies_light_cc::node_shader_buts_ies(), blender::nodes::node_shader_ies_light_cc::node_shader_init_tex_ies(), node_type_init(), node_type_storage(), nodeRegisterType(), SH_NODE_TEX_IES, and sh_node_type_base().
Referenced by registerShaderNodes().