Blender Git Commit Log

Git Commits -> Revision 45d4c92

Revision 45d4c92 by Julian Eisel (master)
September 4, 2019, 14:30 (GMT)
Move file execute region back to C, fixing bugs

We moved this to Python too quickly, causing the following regressions:
* No auto completion for file names
* Additional handling not applied on changes, like automatic extension
appending (see file_filename_enter_handle)
* Red highlight missing when the file name already exists

Note that earlier (before the file browser redesign), this didn't use
the panel and layout code at all. So even if it's still not in Python,
at least it's integrated into regular panel management now.
OS-specific ordering of the open and cancel button is kept.

Fixes T69457.

Commit Details:

Full Hash: 45d4c925799e94c6d442a9a9066af2d3305724e1
Parent Commit: 640c45d
Lines Changed: +113, -44

4 Modified Paths:

/release/scripts/startup/bl_ui/space_filebrowser.py (+0, -41) (Diff)
/source/blender/editors/space_file/file_intern.h (+2, -1) (Diff)
/source/blender/editors/space_file/file_panels.c (+109, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021