Blender Git Loki
Git Commits -> Revision 64a0da7
Revision 64a0da7 by Brecht Van Lommel (render25) April 15, 2010, 15:36 (GMT) |
Render Branch: three utility functions: * mul_v4_fl * BLI_replace_extension: replace extension in a filename * BLI_file_newer: test if one file is newer than the other |
Commit Details:
Full Hash: 64a0da736765c0d3e845f79a1842306c2198d6b9
SVN Revision: 28208
Parent Commit: 470b86e
Lines Changed: +42, -5
6 Modified Paths:
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -5) (Diff)
/source/blender/blenlib/BLI_storage.h (+3, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+8, -0) (Diff)
/source/blender/blenlib/intern/path_util.c (+18, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+11, -0) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -5) (Diff)
/source/blender/blenlib/BLI_storage.h (+3, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+8, -0) (Diff)
/source/blender/blenlib/intern/path_util.c (+18, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+11, -0) (Diff)