Blender Git Loki
Git Commits -> Revision 55f83e3
Revision 55f83e3 by Campbell Barton (master) March 31, 2014, 02:28 (GMT) |
Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functions |
Commit Details:
Full Hash: 55f83e36cc2aae2f238183fc13123d92f158ba4e
Parent Commit: 6aa75d3
Lines Changed: +260, -18
5 Modified Paths:
/source/blender/blenlib/BLI_math_rotation.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+7, -0) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+39, -15) (Diff)
/source/blender/blenlib/intern/math_vector.c (+108, -0) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+105, -3) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+7, -0) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+39, -15) (Diff)
/source/blender/blenlib/intern/math_vector.c (+108, -0) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+105, -3) (Diff)