Blender Git Commit Log
Git Commits -> Revision 17d5bfd
Revision 17d5bfd by Andrea Weikert (master) June 29, 2009, 22:16 (GMT) |
2.5 file browser * bookmark operators: add and delete bookmark * first start at menus in file browser: Directory and Bookmarks * Adding a bookmark via menu or via CTRL+B * Remove a bookmark with the X button next to it. |
Commit Details:
Full Hash: 17d5bfd9709583cb58c030ecea3f7d3fb44a81ad
SVN Revision: 21248
Parent Commit: 84cd5a6
Lines Changed: +104, -7
5 Modified Paths:
/release/ui/space_filebrowser.py (+26, -1) (Diff)
/source/blender/editors/space_file/file_intern.h (+2, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+65, -0) (Diff)
/source/blender/editors/space_file/file_panels.c (+8, -5) (Diff)
/source/blender/editors/space_file/space_file.c (+3, -1) (Diff)
/source/blender/editors/space_file/file_intern.h (+2, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+65, -0) (Diff)
/source/blender/editors/space_file/file_panels.c (+8, -5) (Diff)
/source/blender/editors/space_file/space_file.c (+3, -1) (Diff)