Blender Git Commit Log
Git Commits -> Revision 1e799dd
Revision 1e799dd by Julian Eisel (master) December 15, 2020, 20:31 (GMT) |
Fix various issues with temporary, maximized File Browsers If Preferences > Interface > Temporary Editors > File Browser is set to "Maximized Area", opening a File Browser from a File or Asset Browser as regular editor would cause some issues. For example after closing the temporary File Browser, the regular browser would take over the file path and display settings from the temporary one. This is because they used to share the same area data. Some similar issues may have happend with temporary image editors. Now, this commit finally separates the space data of temporary maximized editors from the regular ones. So the editor data is entirely independent now, as it should be. |
Commit Details:
Full Hash: 1e799dd26ec1e8487d61f7cdfb592dc86881df18
Parent Commit: c9b4d75
Lines Changed: +111, -77