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:
authorTon Roosendaal <ton@blender.org>2006-09-18 19:32:11 +0400
committerTon Roosendaal <ton@blender.org>2006-09-18 19:32:11 +0400
commitab2c57a29d3c4b6f61e2a342fc801959eaa54768 (patch)
treebf5405084f14b0bc55c66ae2d06c2996c53b0215 /source/blender/blenkernel/BKE_texture.h
parent7494a3c96617d00a5aa28246cfa117f1a906ce03 (diff)
Maximum amount of keys in a ColorBand now is 32.
This is static array stuff... could be dynamic once.
Diffstat (limited to 'source/blender/blenkernel/BKE_texture.h')
-rw-r--r--source/blender/blenkernel/BKE_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_texture.h b/source/blender/blenkernel/BKE_texture.h
index a34ef43cab7..83229ec35a2 100644
--- a/source/blender/blenkernel/BKE_texture.h
+++ b/source/blender/blenkernel/BKE_texture.h
@@ -44,7 +44,7 @@ struct TexMapping;
struct EnvMap;
/* in ColorBand struct */
-#define MAXCOLORBAND 16
+#define MAXCOLORBAND 32
void free_texture(struct Tex *t);