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

Ton Roosendaal ton at blender.org
Tue Feb 7 18:44:02 CET 2006


ton (Ton Roosendaal) 2006/02/07 18:44:02 CET

  Modified files:
    blender/source/blender/render/intern/source convertblender.c 
                                                rendercore.c 
  
  Log:
  Orange-reported vectorblur bug: when using autosmooth, the amount of
  vertices differed on previous/next frame, causing speedvector calculus
  to be skipped.
  Now that worked OK, where it not that non-existing speed vectors were not
  initialized zero while rendering...
  
  Also another issue showed up with autosmooth. When using exact smooth
  angles (like 30 degrees) on a model that has been spinned with exactly
  30 degree steps, the autosmooth gave different results on each frame...
  and only when compiled in O2 (probably thats doing bad float rounding).
  
  Solved this by just adding 0.1 to the user defined smooth angle.
  
  Revision  Changes    Path
  1.9       +29 -24    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.8&r2=1.9&cvsroot=bf-blender>
  1.139     +5 -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.138&r2=1.139&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list