Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-01-03 06:18:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-03 06:18:48 +0300
commita93e2d3603cf25955141df497f497478da71e02f (patch)
tree3e5bcac35f913853b7ec59a6d6a34a7477a815f7 /source/blender/makesdna/DNA_lamp_types.h
parent5266969546fae7476f44d64353fdfd14a2ecac60 (diff)
[#20455] Spotlight halo with deep buffers: render crashes
Diffstat (limited to 'source/blender/makesdna/DNA_lamp_types.h')
-rw-r--r--source/blender/makesdna/DNA_lamp_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_lamp_types.h b/source/blender/makesdna/DNA_lamp_types.h
index 0a0046f8470..c321c9feea7 100644
--- a/source/blender/makesdna/DNA_lamp_types.h
+++ b/source/blender/makesdna/DNA_lamp_types.h
@@ -136,7 +136,7 @@ typedef struct Lamp {
#define LA_SQUARE 128
#define LA_TEXTURE 256
#define LA_OSATEX 512
-#define LA_DEEP_SHADOW 1024
+/* #define LA_DEEP_SHADOW 1024 */ /* not used anywhere */
#define LA_NO_DIFF 2048
#define LA_NO_SPEC 4096
#define LA_SHAD_RAY 8192