Blender Git Commit Log
Git Commits -> Revision bd2f6c5
Revision bd2f6c5 by Campbell Barton (master) August 29, 2013, 5:34 (GMT) |
default blend file name setting (untitled.blend) length check wasn't correct, move to generic function BLI_ensure_filename(). |
Commit Details:
Full Hash: bd2f6c590707f6677da5ad84d29c10029936f2cf
SVN Revision: 59625
Parent Commit: dea537f
Lines Changed: +19, -12
3 Modified Paths:
/source/blender/blenlib/BLI_path_util.h (+1, -0)
/source/blender/blenlib/intern/path_util.c (+10, -0)
/source/blender/windowmanager/intern/wm_operators.c (+8, -12)
/source/blender/blenlib/intern/path_util.c (+10, -0)
/source/blender/windowmanager/intern/wm_operators.c (+8, -12)