Blender Git Loki
Git Commits -> Revision 332cf29
January 27, 2015, 15:34 (GMT) |
Fix T43250, lamp node did not use energy when used with nodes in blender internal. Similar to fix for T42074 we need to multiply with energy -after- texture application. |
Commit Details:
Full Hash: 332cf291e4b8b104252f34383193aed2f4c814e0
Parent Commit: 2d86f58
Lines Changed: +9, -8
4 Modified Paths:
/source/blender/gpu/GPU_material.h (
+1,
-1)
(Diff)/source/blender/gpu/intern/gpu_material.c (
+3,
-2)
(Diff)/source/blender/gpu/shaders/gpu_shader_material.glsl (
+2,
-2)
(Diff)/source/blender/nodes/shader/nodes/node_shader_lamp.c (
+3,
-3)
(Diff)