[Bf-blender-cvs] CVS commit: blender/source/blender/render/intern/source rendercore.c

Ton Roosendaal ton at blender.org
Sun Nov 28 11:31:18 CET 2004


ton (Ton Roosendaal) 2004/11/28 11:31:18 CET

  Modified files:
    blender/source/blender/render/intern/source rendercore.c 
  
  Log:
  Bug fix #1842, "black scanlines appear in render on windows".
  
  Thanks to Brecht & Valgrind, found 2 cases for unitialized variables in
  the render code. Both were for 2D texture input (Window and Sticky) which
  didn't initalize a the third coordinate. Goes fine for 2D textures, but not
  for 3d ones :)
  
  Revision  Changes    Path
  1.90      +4 -2      blender/source/blender/render/intern/source/rendercore.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/rendercore.c.diff?r1=1.89&r2=1.90&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list