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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-08-14 13:20:38 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-08-14 13:20:38 +0400
commit2ea5ce017ecdce26bdd78ef5fed198d929311add (patch)
tree1a8eda8d536122d491f4675b19a4c0a91da33d0a /source/blender/makesdna/DNA_ipo_types.h
parent012854ae9323aadc4b0345c9ebd3260a636dd85b (diff)
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
Diffstat (limited to 'source/blender/makesdna/DNA_ipo_types.h')
-rw-r--r--source/blender/makesdna/DNA_ipo_types.h4
1 files changed, 2 insertions, 2 deletions
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