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

Matt Ebb matt at mke3.net
Mon Apr 16 09:01:52 CEST 2007


broken (Matt Ebb) 2007/04/16 09:01:51 CEST

  Modified files:
    blender/source/blender/src usiblender.c 
  
  Log:
  * Create autosave dir on windows if it doesn't exist
  
  For a long time, Blender has shipped with a .B.blend with a default .B.blend
  that has "/tmp" as a default temp directory. This, of course, doesn't usually 
  exist on Windows, so anyone who used Blender on Windows and didn't know 
  to manually update it, lost all auto save files.
  
  Now on Windows, Blender checks to see if the directory in U.tmpdir exists, 
  and if it doesn't, it will create a new 'autosave' dir underneath the .blender
  home directory and save auto save files in there.
  
  Revision  Changes    Path
  1.148     +21 -4     blender/source/blender/src/usiblender.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/usiblender.c.diff?r1=1.147&r2=1.148&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list