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

Ton Roosendaal ton at blender.org
Tue Apr 6 13:21:45 CEST 2004


ton (Ton Roosendaal) 2004/04/06 13:21:45 CEST

  Modified files:
    blender/source/blender/render/intern/source initrender.c 
                                                rendercore.c 
  
  Log:
  bugfix #1119
  
  When using MotionBlur, the rendered coordinates were not correctly
  adjusted, causing visual artifacts using the new AO, but it was also
  visible for normal ray-shadow, which didn't become anti-aliased in
  Mblur render.
  
  Solved it with 2 globals now, to pass on blur offset to renderloop.
  Leave it that way... the entire method used to jitter/AA/blur stuff
  needs revision.
  
  Revision  Changes    Path
  1.19      +11 -6     blender/source/blender/render/intern/source/initrender.c
  1.52      +6 -3      blender/source/blender/render/intern/source/rendercore.c



More information about the Bf-blender-cvs mailing list