Home
last modified time | relevance | path

Searched refs:SH_NODE_LIGHT_FALLOFF (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/nodes/shader/nodes/
H A Dnode_shader_light_falloff.c53 sh_node_type_base(&ntype, SH_NODE_LIGHT_FALLOFF, "Light Falloff", NODE_CLASS_OP_COLOR, 0); in register_node_type_sh_light_falloff()
/dports/graphics/blender/blender-2.91.0/source/blender/nodes/
H A DNOD_static_types.h95 DefNode(ShaderNode, SH_NODE_LIGHT_FALLOFF, 0, "LIGHT_FALLOFF", L…
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_node.h999 #define SH_NODE_LIGHT_FALLOFF 166 macro