Blender Git Commit Log
Git Commits -> Revision 59cdbfd
Revision 59cdbfd by Campbell Barton (master) March 27, 2011, 15:54 (GMT) |
math lib and UV project: floats were being implicitly promoted to doubles, adjust to use floats. |
Commit Details:
Full Hash: 59cdbfd8849315984e280b92968d6cf1d9d44c4b
SVN Revision: 35821
Parent Commit: 617e6a8
Lines Changed: +115, -116
6 Modified Paths:
/source/blender/blenlib/intern/math_color.c (+10, -10) (Diff)
/source/blender/blenlib/intern/math_geom.c (+48, -49) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+13, -13) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+28, -28) (Diff)
/source/blender/blenlib/intern/math_vector.c (+7, -7) (Diff)
/source/blender/blenlib/intern/uvproject.c (+9, -9) (Diff)
/source/blender/blenlib/intern/math_geom.c (+48, -49) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+13, -13) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+28, -28) (Diff)
/source/blender/blenlib/intern/math_vector.c (+7, -7) (Diff)
/source/blender/blenlib/intern/uvproject.c (+9, -9) (Diff)