Blender Git Commit Log
Git Commits -> Revision 069d8c4
Revision 069d8c4 by Ken Hughes (master) August 29, 2006, 23:24 (GMT) |
Possible bugfix: change on Aug 20th added this code to filesel.c: if (!G.relbase_valid) { okee("You have to save the .blend file before using relative paths! Using absolute path instead."); sfile->flag & ~FILE_STRINGCODE; } I assume the code should read: sfile->flag &= ~FILE_STRINGCODE; Andrea: please double-check. |
Commit Details:
Full Hash: 069d8c45dc11c405fdacd72a52213baf3e282575
SVN Revision: 8410
Parent Commit: 9eae627
Lines Changed: +1, -1
1 Modified Path:
/source/blender/src/filesel.c (+1, -1) (Diff)