|
Blender V4.3
|
#include "node_shader_util.hh"#include "node_util.hh"#include "RNA_access.hh"#include "UI_interface.hh"#include "UI_resources.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | 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 *, PointerRNA *ptr) |
| static void | blender::nodes::node_shader_ies_light_cc::node_shader_init_tex_ies (bNodeTree *, bNode *node) |
| void | register_node_type_sh_tex_ies () |
| void register_node_type_sh_tex_ies | ( | ) |
Definition at line 52 of file node_shader_ies_light.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::initfunc, NODE_CLASS_TEXTURE, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), SH_NODE_TEX_IES, and sh_node_type_base().
Referenced by register_shader_nodes().