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:
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