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

Ton Roosendaal ton at blender.org
Wed Feb 8 11:57:48 CET 2006


ton (Ton Roosendaal) 2006/02/08 11:57:48 CET

  Modified files:
    blender/source/blender/render/intern/source convertblender.c 
                                                pipeline.c 
  
  Log:
  - Autosmooth now calculates smoothing based on original object-space
    vertex locations, not global coordinates. This ensures consistant
    autosmoothing for each frame. Also fixes missing vectorblur for parts.
  
    Nice task for a dev: put autosmooth code in end of modifier stack... then
    it also shows in 3D window
  
  - BUG FIX! I noticed the last tile rendered quite slow, and even did not
    update scanlines. Found out that the main tiles processor didn't go
    to sleep when the last tile was rendered, because it detected a free
    possible thread. This caused the main thread to go into a very tight
    loop, eating up a lot of cpu and blocking the other thread.
  
  Revision  Changes    Path
  1.11      +36 -11    blender/source/blender/render/intern/source/convertblender.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/convertblender.c.diff?r1=1.10&r2=1.11&cvsroot=bf-blender>
  1.15      +12 -10    blender/source/blender/render/intern/source/pipeline.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/pipeline.c.diff?r1=1.14&r2=1.15&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list