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>2007-01-15 15:44:45 +0300
committerTon Roosendaal <ton@blender.org>2007-01-15 15:44:45 +0300
commitc01aaac311c380aae3c7ee7d7a4f950a71cd95bc (patch)
tree51968176d88c9801d747ade8d69966b25272e57b /source/blender/makesdna/DNA_ipo_types.h
parenta8a339b26e53891c4f597097cc2a2625ba5af890 (diff)
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
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