Blender Git Commit Log

Git Commits -> Revision ffe630b

Revision ffe630b by Andrea Weikert (master)
August 20, 2006, 14:41 (GMT)
Fixes for:
[ #4337 ] Cant refresh the C:
[ #4710 ] Wrong paths in file selector under user prefs
[ #4353 ] Using ^ char + click on Open/Load = Blender crash

Details:

Fixes for root paths like C: on Windows, where Blender still used '/'.

Also contains fixes for relative paths:
- no relative paths for the default dirs (forced to absolute)
- message if using relative paths when .blend file hasn't been saved.

Lastly also added '.' for refresh in root paths. Windows
FindFirstFile/FindNextFile also return '.' and '..', but not in root paths like C:

Commit Details:

Full Hash: ffe630b452f4abb28c105fca2b8eb9fdb6e72370
SVN Revision: 8358
Parent Commit: 8dd3a79
Lines Changed: +174, -55

9 Modified Paths:

/source/blender/blenkernel/BKE_global.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+1, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+8, -0) (Diff)
/source/blender/blenlib/intern/util.c (+98, -49) (Diff)
/source/blender/blenlib/intern/winstuff.c (+26, -2) (Diff)
/source/blender/src/filesel.c (+14, -2) (Diff)
/source/blender/src/headerbuttons.c (+18, -0) (Diff)
/source/blender/src/usiblender.c (+5, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021