From c01aaac311c380aae3c7ee7d7a4f950a71cd95bc Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 15 Jan 2007 12:44:45 +0000 Subject: Two in one: - Bugfix #5714 New option "Save changed images" didn't respect relative file names - Bugfix #5621 New camera (shiftx, shifty) was missing in IpoWindow as animatable option --- source/blender/makesdna/DNA_ipo_types.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_ipo_types.h') 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 -- cgit v1.2.3