Blender Git Commit Log

Git Commits -> Revision 73f1d88

Revision 73f1d88 by Dalai Felinto (master)
August 9, 2010, 22:54 (GMT)
Bugfix for:[23234] Blender File Browser - Back Button does work with first directory entered?

For !WIN32 systems the fix was in ED_fileselect_set_params
(basically adding the first folder in the sfile->folders_prev list)

For WIN32:
I talked with Nathan (Jesterking) and he agreed that the fix in path_util.c was required too. Without that BLI_path_abs was always making WIN32 paths ending with to end with \
(e.g. C:Blender --> C:Blender\)
And this was making the folder to fail ISDIR tests.

Commit Details:

Full Hash: 73f1d88be2197a945228a895b738b3ded0cda364
SVN Revision: 31203
Parent Commit: 825f059
Lines Changed: +9, -0

2 Modified Paths:

/source/blender/blenlib/intern/path_util.c (+2, -0) (Diff)
/source/blender/editors/space_file/filesel.c (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021