Blender Git Commit Log

Git Commits -> Revision ee12af9

Revision ee12af9 by Julian Eisel (master)
September 19, 2019, 16:03 (GMT)
Fix T70074: Missing file execute region in some files (crashes)

I'm not sure how a .blend file could get into this state, but apparently
for some files saved with versions of Blender after the file browser
changes, the execute region would not have been created. File browser
code assumes this region to be there however.
Luckily I found a file with which I could recreate the issue. My guess
is that the error only happens with files that were stored before
certain versioning fixes were done after the file browser redesign.

To fix this, we just let the versioning code for the execute region run
even with newest files. We can run this safely, it only acts if the
execute region actually doesn't exist.

Commit Details:

Full Hash: ee12af9c97f79d6229857690c91e5017b7683aec
Parent Commit: 5883b6f
Lines Changed: +13, -10

1 Modified Path:

/source/blender/blenloader/intern/versioning_280.c (+13, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021