Blender Git Commit Log

Git Commits -> Revision b20182e

Revision b20182e by Julian Eisel (master)
September 20, 2019, 13:35 (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: b20182e334180d751acff4565d2cf061dcb90add
Parent Commit: d1cc340
Lines Changed: +16, -31

4 Modified Paths:

/source/blender/blenloader/intern/versioning_280.c (+11, -0) (Diff)
/source/blender/editors/space_file/file_intern.h (+0, -2) (Diff)
/source/blender/editors/space_file/file_ops.c (+1, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+4, -28) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021