Page Menu
Home
Search
Configure Global Search
Log In
Files
F12186
patch_23337.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Mathew Burrack (mburrack)
Nov 13 2013, 2:31 PM
Size
625 B
Subscribers
None
patch_23337.diff
View Options
Index: source/blender/windowmanager/intern/wm_files.c
===================================================================
--- source/blender/windowmanager/intern/wm_files.c (revision 31746)
+++ source/blender/windowmanager/intern/wm_files.c (working copy)
@@ -374,6 +374,9 @@
if (wmbase.first == NULL) wm_clear_default_size(C);
}
+ /* prevent buggy files that had G_FILE_RELATIVE_REMAP written out by mistake. Screws up autosaves otherwise */
+ G.fileflags &= ~G_FILE_RELATIVE_REMAP;
+
/* match the read WM with current WM */
wm_window_match_do(C, &wmbase);
WM_check(C); /* opens window(s), checks keymaps */
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3c/b5/a47fba81da8154e9570b2bc59807
Event Timeline
Log In to Comment