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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_ipo_types.h b/source/blender/makesdna/DNA_ipo_types.h
index 0bea05bb634..434d4f4926f 100644
--- a/source/blender/makesdna/DNA_ipo_types.h
+++ b/source/blender/makesdna/DNA_ipo_types.h
@@ -272,16 +272,20 @@ typedef short IPO_Channel;
/* ******************** */
/* yafray: totipo & totnam +2 because of added curves */
-#define CAM_TOTIPO 5
-#define CAM_TOTNAM 5
+#define CAM_TOTIPO 7
+#define CAM_TOTNAM 7
#define CAM_LENS 1
#define CAM_STA 2
#define CAM_END 3
+
/* yafray aperture & focal distance curves */
#define CAM_YF_APERT 4
#define CAM_YF_FDIST 5
+#define CAM_SHIFT_X 6
+#define CAM_SHIFT_Y 7
+
/* ******************** */
#define SND_TOTIPO 4