Blender Git Commit Log
Git Commits -> Revision d611109
September 25, 2019, 01:48 (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: d611109ef84238f85aa337ae370eec4c1341c871
Parent Commit: 3019938
Committed By: YimingWu
Lines Changed: +85, -48