Blender Git Commit Log
Git Commits -> Revision 5a16f0b
Revision 5a16f0b by Campbell Barton (master) May 18, 2009, 04:11 (GMT) |
Bugfix for FBX export for animations in 2.48 constant interpolations meant that wasnt a problem but since it now uses linear interp. you can notice errors with animated characters because the 2 eulers are not compatible. Added optional euler_compat argument to matrix.toEuler(eul) and quat.toEuler(eul) so when getting the euler rotations from a list of matrices the animation curve will be continues. Also added euler.makeCompatible(euler). - warning silenced for imagepaint.c |
Commit Details:
Full Hash: 5a16f0b60cf373016881d1ce2d67a84b4121f265
SVN Revision: 20248
Parent Commit: 9a40f4d
Lines Changed: +100, -20
9 Modified Paths:
/release/scripts/export_fbx.py (+12, -2) (Diff)
/source/blender/python/api2_2x/doc/Mathutils.py (+12, -2) (Diff)
/source/blender/python/api2_2x/euler.c (+28, -1) (Diff)
/source/blender/python/api2_2x/euler.h (+1, -0) (Diff)
/source/blender/python/api2_2x/matrix.c (+20, -7) (Diff)
/source/blender/python/api2_2x/matrix.h (+1, -1) (Diff)
/source/blender/python/api2_2x/quat.c (+23, -5) (Diff)
/source/blender/python/api2_2x/quat.h (+1, -1) (Diff)
/source/blender/src/imagepaint.c (+2, -1) (Diff)
/source/blender/python/api2_2x/doc/Mathutils.py (+12, -2) (Diff)
/source/blender/python/api2_2x/euler.c (+28, -1) (Diff)
/source/blender/python/api2_2x/euler.h (+1, -0) (Diff)
/source/blender/python/api2_2x/matrix.c (+20, -7) (Diff)
/source/blender/python/api2_2x/matrix.h (+1, -1) (Diff)
/source/blender/python/api2_2x/quat.c (+23, -5) (Diff)
/source/blender/python/api2_2x/quat.h (+1, -1) (Diff)
/source/blender/src/imagepaint.c (+2, -1) (Diff)