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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-01-06 16:33:20 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-01-06 16:33:20 +0300
commitb0d0c87a1f7e1452e30c9d34b1867231e681aea2 (patch)
tree589c4a04deee75a22cc390e3f47a267afd83f963 /source/blender/makesdna/DNA_ipo_types.h
parent50e26b7637bfb1a2e4ca845b254feb313a353100 (diff)
#3706 (patch tracker)
- Adds missing ipos for texture * color, contrast, brightness - Adds IKey menu in the texture subcontext #3711 (bug tracker) - report and patch for missing blend types Halo and Radial Patches by Levon Hudson
Diffstat (limited to 'source/blender/makesdna/DNA_ipo_types.h')
-rw-r--r--source/blender/makesdna/DNA_ipo_types.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_ipo_types.h b/source/blender/makesdna/DNA_ipo_types.h
index b3cb0c81148..c05c27ede6b 100644
--- a/source/blender/makesdna/DNA_ipo_types.h
+++ b/source/blender/makesdna/DNA_ipo_types.h
@@ -171,8 +171,8 @@ typedef short IPO_Channel;
/* ******************** */
-#define TE_TOTIPO 21
-#define TE_TOTNAM 21
+#define TE_TOTIPO 26
+#define TE_TOTNAM 26
#define TE_NSIZE 1
#define TE_NDEPTH 2
@@ -200,6 +200,12 @@ typedef short IPO_Channel;
#define TE_N_BAS1 20
#define TE_N_BAS2 21
+#define TE_COL_R 22
+#define TE_COL_G 23
+#define TE_COL_B 24
+#define TE_BRIGHT 25
+#define TE_CONTRA 26
+
/* ******************** */
#define SEQ_TOTIPO 1