-
- Downloads
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
Showing
- source/blender/blenkernel/intern/ipo.c 4 additions, 1 deletionsource/blender/blenkernel/intern/ipo.c
- source/blender/blenkernel/intern/key.c 1 addition, 1 deletionsource/blender/blenkernel/intern/key.c
- source/blender/makesdna/DNA_ipo_types.h 2 additions, 2 deletionssource/blender/makesdna/DNA_ipo_types.h
- source/blender/python/api2_2x/Ipo.c 20 additions, 198 deletionssource/blender/python/api2_2x/Ipo.c
- source/blender/python/api2_2x/Object.c 1 addition, 1 deletionsource/blender/python/api2_2x/Object.c
- source/blender/src/editipo.c 13 additions, 7 deletionssource/blender/src/editipo.c
- source/blender/src/editkey.c 10 additions, 2 deletionssource/blender/src/editkey.c
Loading
Please register or sign in to comment