From 2ea5ce017ecdce26bdd78ef5fed198d929311add Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sat, 14 Aug 2004 09:20:38 +0000 Subject: Fix two problems in my code as reported on Forums and in release article thread on frontpage: * Quaternion action ipos accidently got swapped in the Ipo module * Ipos not editable if not linked to a datablock (was possible in 2.33a) Also fixed a typo in Object.getMatrix(): localespace -> localspace And I add: * channels Key 32 through Key 63 for relative vertex keys --- source/blender/makesdna/DNA_ipo_types.h | 4 ++-- 1 file changed, 2 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 84f6f79ca53..a81c21ad19f 100644 --- a/source/blender/makesdna/DNA_ipo_types.h +++ b/source/blender/makesdna/DNA_ipo_types.h @@ -219,8 +219,8 @@ typedef short IPO_Channel; /* ******************** */ -#define KEY_TOTIPO 32 -#define KEY_TOTNAM 32 +#define KEY_TOTIPO 64 +#define KEY_TOTNAM 64 #define KEY_SPEED 0 #define KEY_NR 1 -- cgit v1.2.3