Blender Git Commit Log
Git Commits -> Revision 9adf4cb
Revision 9adf4cb by Julian Eisel (master) March 27, 2016, 11:45 (GMT) |
Fix T45075: "Error, region type 2 missing in - name:"File", id:5" Unexpectedly found out what was going wrong here. If a file was saved with a filebrowser open, we searched for the channel region in the wrong list (see 'ListBase *regionbase = (sl == sa->spacedata.first) ? &sa->regionbase : &sl->regionbase;'). Minor annoyance is that I had to move the loookup to the 2.77.1 version patch now. |
Commit Details:
Full Hash: 9adf4cba7d978dcf84cfcdabdbbe7ad0ad19263b
Parent Commit: 7bce3dd
Lines Changed: +14, -32
1 Modified Path:
/source/blender/blenloader/intern/versioning_270.c (+14, -32) (Diff)