Blender Git Commit Log
Git Commits -> Revision 338b9ae
September 25, 2019, 01:48 (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: 338b9ae00b35a45a3cf4f9a7a63d013817d79790
Parent Commit: d611109
Committed By: YimingWu
Lines Changed: +16, -31