[Bf-blender-cvs] CVS commit: blender/source/blender/src filesel.c

Ken Hughes khughes at pacific.edu
Wed Aug 30 01:24:58 CEST 2006


khughes (Ken Hughes) 2006/08/30 01:24:58 CEST

  Modified files:
    blender/source/blender/src filesel.c 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.79      +2 -2      blender/source/blender/src/filesel.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/filesel.c.diff?r1=1.78&r2=1.79&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list