Files
test/source/blender
Ken Hughes 069d8c45dc 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.
2006-08-29 23:24:57 +00:00
..
2006-02-04 14:15:10 +00:00
2006-08-28 09:30:33 +00:00
2006-02-07 21:24:36 +00:00
2006-07-26 22:29:23 +00:00