Blender Git Commit Log

Git Commits -> Revision 9e2abbc

Revision 9e2abbc by Bastien Montagne (master)
February 10, 2015, 23:09 (GMT)
FileBrowser: Editable Bookmarks.

Bookmarks are now editable (i.e. you can rename them, and reorder them).
They are also listed in regular UILists, so you can filter/sort them as usual too.

Also, FileBrowser 'T' side area is changed to something similar to 3DView one,
in this case because we need op panel to remain at the bottom, and later because
we'll more than likely need tabs here!

Thanks to Campbell and Sergey for reviews.

Differential Revision: https://developer.blender.org/D1093

Commit Details:

Full Hash: 9e2abbc9ba5d8edf3f43060122d683d0c6ae2525
Parent Commit: 4f1e387
Lines Changed: +930, -305

17 Modified Paths:

/release/scripts/startup/bl_ui/space_filebrowser.py (+124, -1) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+30, -0) (Diff)
/source/blender/editors/include/ED_fileselect.h (+35, -0) (Diff)
/source/blender/editors/screen/area.c (+1, -1) (Diff)
/source/blender/editors/space_file/filesel.c (+1, -1) (Diff)
/source/blender/editors/space_file/file_draw.c (+1, -1) (Diff)
/source/blender/editors/space_file/file_intern.h (+2, -2) (Diff)
/source/blender/editors/space_file/file_ops.c (+136, -41) (Diff)
/source/blender/editors/space_file/file_panels.c (+3, -165) (Diff)
/source/blender/editors/space_file/fsmenu.c (+157, -50) (Diff)
/source/blender/editors/space_file/fsmenu.h (+9, -26) (Diff)
/source/blender/editors/space_file/space_file.c (+49, -15) (Diff)
/source/blender/makesdna/DNA_space_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+361, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+9, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021