Blender Git Commit Log
Git Commits -> Revision 6cc6f47
September 25, 2019, 01:45 (GMT) |
Rewrite file region handling for non-editor mode This makes it so that regions only needed when the file browser is invoked as an operation (e.g. Ctrl+O rather than a regular editor) are lazy created then, and removed if the file browser is changed into a regular editor then (e.g. Ctrl+O over regular file browser editor -> Cancel). That should remove some troublesome assumptions and makes versioning redundant. It also fixes the issue of an empty execute region at the bottom after cancelling a file operation invoked from a regular file browser editor. |
Commit Details:
Full Hash: 6cc6f47faab4d5f920005434c564ed37f91d10e5
Parent Commit: 9b486ce
Committed By: YimingWu
Lines Changed: +135, -112