Home
last modified time | relevance | path

Searched refs:SH_NODE_OUTPUT_LIGHT (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/nodes/shader/nodes/
H A Dnode_shader_output_light.c34 sh_node_type_base(&ntype, SH_NODE_OUTPUT_LIGHT, "Light Output", NODE_CLASS_OUTPUT, 0); in register_node_type_sh_output_light()
/dports/graphics/blender/blender-2.91.0/source/blender/nodes/
H A DNOD_static_types.h65 DefNode(ShaderNode, SH_NODE_OUTPUT_LIGHT, def_sh_output, "OUTPUT_LIGHT", O…
/dports/graphics/blender/blender-2.91.0/source/blender/nodes/shader/
H A Dnode_shader_tree.c233 if (!ELEM(node->type, SH_NODE_OUTPUT_MATERIAL, SH_NODE_OUTPUT_WORLD, SH_NODE_OUTPUT_LIGHT)) { in ntreeShaderOutputNode()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_node.h965 #define SH_NODE_OUTPUT_LIGHT 126 macro
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_edit.c498 output = nodeAddStaticNode(NULL, ntree, SH_NODE_OUTPUT_LIGHT); in ED_node_shader_default()
693 SH_NODE_OUTPUT_LIGHT, in ED_node_set_active()
H A Ddrawnode.c1332 case SH_NODE_OUTPUT_LIGHT: in node_shader_set_butfunc()