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:
authorKent Mein <mein@cs.umn.edu>2003-05-20 21:09:55 +0400
committerKent Mein <mein@cs.umn.edu>2003-05-20 21:09:55 +0400
commit6f1905150200fc5ec7b059efc38d511ee96fb64b (patch)
tree1c1bc0c32ec52cea89c68451622a086fe401cbc3 /source/blender/include
parentfeda2db76a30cec7407a680d2c167fda6a43534d (diff)
Slightly Modified version of Kester Maddock's Lamps patch to up the
max from 256 to 32766. I removed the duplicate define and updated the files that needed it. Kent
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/blendef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index 064cdc4dee6..f3765b639db 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -141,7 +141,7 @@
/* **************** MAX ********************* */
-#define MAXLAMP 256
+#define MAXLAMP 32766
/* max length material array, 16 because of bits in matfrom */
#define MAXPICKBUF 2000
#define MAXSEQ 32