File Browser GUI Redesign
General Changes
- The file browser now opens as temporary floating window. It closes on {shortcut Esc}. The header is hidden then
- When the file browser is opened as regular editor, the header remains visible.
Keymap:
Keymap is now consistent with other list-based views in Blender, such as the Outliner:
- Left click to select, double-click to open
- Right-click context menus
- Shift-click to fill selection
- Ctrl-click to extend selection
Operator options
These previously overlapped with the source list, which caused numerous issues with resizing and presenting many settings in a small panel area. It was also generally inconsistent with Blender.
- Moved to new sidebar, which can easily be shown or hidden using the Options toggle
- IO operators have new layouts to match this new sidebar, using real panels, in a separate filebrowser_redesign branch of the Addons git repo.
General Layout
The layout has been changed to be simpler, more standard, and fits better in with Blender 2.8:
- More standard layout (file path at top, file name at the bottom, execute/cancel buttons in bottom right)
- Use of popovers to group controls, and allow for more descriptive naming
- Search box is always live now, just like Outliner
Views
- Details columns are now toggleable for all table views, they are not hardcoded display type.
- File sizes now show as B, KB, MB, ... rather than B, KiB, MiB, … They are now also calculated using base 10 of course.
Vertical List View:
- This view now used a much simpler single vertical list with columns for information.
- Users can click on the headers of these columns to other by that category, and click again to reverse the ordering.
- Date Modified column combines both date and time, also uses user friendly strings for recent dates (Yesterday, Today).
Icon View
- Updated icons by Jendrzych, with better centering
Icons
- Files and folders have new icons in Icon view
- Both files and folders have reworked superimposed icons that show users the file/folder type
- 3D file documents correctly use the 3d file icon, which was unused previously
Screenshots
The Browser used with Open
Display popover
Filter popover
File icons
Folder icons
Example of the new operator settings sidebar
Combined effort by @William Reynish (billreynish), @Harley Acheson (harley), @Andrzej Ambroz (jendrzych), my university colleague Brian Meisenheimer and myself.








