Files
test2/source
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-08-20 15:22:56 +00:00
2006-03-10 22:50:27 +00:00
2006-02-07 21:24:36 +00:00
2006-08-20 15:22:56 +00:00
2006-08-20 15:22:56 +00:00
2006-08-20 15:22:56 +00:00
2005-03-09 19:45:59 +00:00
2006-03-10 20:47:34 +00:00