Blender Git Commit Log
Git Commits -> Revision 9690b7c
Revision 9690b7c by Jacques Lucke (master) December 17, 2021, 12:49 (GMT) |
Fix (unreported): missed running versioning code in some files The versioning code was accidentally put not at the very bottom. That lead to a situation where it wasn't run on some files that happened to be within a specific short time frame. Since the versioning code is idempotent, it can just run again on existing files. Therefore, this commit just moves it back to the bottom so that it is executed on all files again. Broken Commit: rB5b61737a8f41688699fd1d711a25b7cea86d1530. |
Commit Details:
Full Hash: 9690b7c91b992c1c3d909a471c95022659039278
Parent Commit: 367b484
Lines Changed: +16, -16
1 Modified Path:
/source/blender/blenloader/intern/versioning_300.c (+16, -16) (Diff)