Blender Git Commit Log

Git Commits -> Revision b9ffd70

Revision b9ffd70 by Bastien Montagne (master)
February 11, 2015, 16:13 (GMT)
FileBrowser Bookmarks: fix issue with invalid bookmarks.

Reported by maxon through IRC, thanks.

Invalid (inexistant) bookmarks would not be selectable, hence not removable.

First, made invalid bookmarks grayed out in lists, so that user knows when there are some.

Then, added a new 'cleanup' operator that removes all invalid bookmarks.

This solution may not be completely satisfaying, but should do the work for now.
I do not want to add back those ugly 'X' delete buttons for each entry in list,
so better solution would be to make UIList able to select several items at once...

Commit Details:

Full Hash: b9ffd70960c5047a003fadf2363bfed50095d79b
Parent Commit: f60b422
Lines Changed: +68, -1

5 Modified Paths:

/release/scripts/startup/bl_ui/space_filebrowser.py (+8, -1) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+46, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021