[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern image.c

Martin Poirier theeth at yahoo.com
Wed Jul 27 08:21:50 CEST 2005


theeth (Martin Poirier) 2005/07/27 08:21:50 CEST

  Modified files:
    blender/source/blender/blenkernel/intern image.c 
  
  Log:
  Image memory garbage collection wasn't working correctly due to a poorly constructed if clause (it was collecting only images marked as NO_COLLECT, which only happens with Python loaded images).
  
  Another problem now is that the userpref values aren't correctly saved in .b.blend, they always reset to the default. Will look into that.
  
  Revision  Changes    Path
  1.22      +2 -3      blender/source/blender/blenkernel/intern/image.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/image.c.diff?r1=1.21&r2=1.22&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list