Blender Git Commit Log
Git Commits -> Revision 946c870
September 25, 2019, 01:45 (GMT) |
Refactor: Ensure there's always a valid file editor tool region So far the file browser code had some lazy creation for the tool region, even though it should always be there. The only reason I can see for this is compatiblity. So I simply added versioning code to add the region in case it's not there. Now we should be able to savely assume the tool region to be there, whithout any unusual lazy-creation. |
Commit Details:
Full Hash: 946c870553f52e62043ad4639a399870f06d3a02
Parent Commit: 6cc6f47
Committed By: YimingWu
Lines Changed: +16, -31