Blender Git Commit Log
Git Commits -> Revision 2ea5ce0
Revision 2ea5ce0 by Nathan Letwory (master) August 14, 2004, 09:20 (GMT) |
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 |
Commit Details:
Full Hash: 2ea5ce017ecdce26bdd78ef5fed198d929311add
SVN Revision: 2996
Parent Commit: 012854a
Lines Changed: +51, -212
7 Modified Paths:
/source/blender/blenkernel/intern/ipo.c (+4, -1) (Diff)
/source/blender/blenkernel/intern/key.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+2, -2) (Diff)
/source/blender/python/api2_2x/Ipo.c (+20, -198) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -1) (Diff)
/source/blender/src/editipo.c (+13, -7) (Diff)
/source/blender/src/editkey.c (+10, -2) (Diff)
/source/blender/blenkernel/intern/key.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+2, -2) (Diff)
/source/blender/python/api2_2x/Ipo.c (+20, -198) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -1) (Diff)
/source/blender/src/editipo.c (+13, -7) (Diff)
/source/blender/src/editkey.c (+10, -2) (Diff)