forked from bartvdbraak/blender
259b4c12e3
from Mathew Burrack (mburrack) ...also applied a fix so this flag wont be written but including this patch for older startup.blend's. --- from the tracker I've created a patch for the texture path corruption bug, 23337. Basically, G_FILE_RELATIVE_REMAP was improperly getting saved out to the startup.blend file, causing issues when the autosave timer went off. The proper fix is to mask out that flag so it doesn't get written out to .blend files itself, but since that doesn't fix any pre-existing startup.blend files, I just mask it out when startup.blend is read in instead. I've tested it locally and so far, it seems to fix all the issues I've had with texture image paths getting corrupted. I haven't figured out how to properly test the remap-on-save option in the save as dialog, though, so I don't know if I accidentally broke that or not (although I don't see how I could have). |
||
---|---|---|
build_files | ||
doc | ||
extern | ||
intern | ||
po | ||
projectfiles | ||
projectfiles_vc7 | ||
projectfiles_vc9 | ||
release | ||
source | ||
CMakeLists.txt | ||
COPYING | ||
Makefile | ||
SConstruct |