Blender Git Loki
Git Commits -> Revision 30a7c6d
Revision 30a7c6d by Brecht Van Lommel (master) June 22, 2010, 15:20 (GMT) |
Merge a few small blenlib changes from the render25 branch: * define for missing hypotf on msvc. * svd_m4 and pseudoinverse_m4_m4 functions. * small tweak to perlin noise, use static function instead of macro. * BLI_linklist_find and BLI_linklist_insert_after functions. * MALWAYS_INLINE define to force inlining. |
Commit Details:
Full Hash: 30a7c6d2813dac7492b845adcffc2c129f3f8ba1
SVN Revision: 29623
Parent Commit: ed28a02
Lines Changed: +505, -5
7 Modified Paths:
/source/blender/blenlib/BLI_linklist.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_math_base.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_math_inline.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+3, -0) (Diff)
/source/blender/blenlib/intern/BLI_linklist.c (+29, -3) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+455, -0) (Diff)
/source/blender/blenlib/intern/noise.c (+9, -2) (Diff)
/source/blender/blenlib/BLI_math_base.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_math_inline.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+3, -0) (Diff)
/source/blender/blenlib/intern/BLI_linklist.c (+29, -3) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+455, -0) (Diff)
/source/blender/blenlib/intern/noise.c (+9, -2) (Diff)