Go to file
Dalai Felinto 73f1d88be2 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.
2010-08-09 22:54:40 +00:00
build_files Makefile fix: on PowerPC architecture SSE compile should not happen. 2010-08-05 14:04:56 +00:00
doc - updated man page from --help output. 2010-07-15 19:58:23 +00:00
extern build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
intern build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
projectfiles Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc7 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc9 Update MSVC9 project file 2010-07-15 20:16:17 +00:00
release OBJ Export: 2010-08-09 10:52:20 +00:00
source Bugfix for:[23234] Blender File Browser - Back Button does work with first directory entered? 2010-08-09 22:54:40 +00:00
CMakeLists.txt [#23162] GCC 4.2 and prior support broken in CMakeLists.txt as of r30985 2010-08-04 00:18:05 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00