[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern ipo.c blender/source/blender/makesdna DNA_camera_types.h DNA_ipo_types.h blender/source/blender/src buttons_editing.c editipo.c blender/source/blender/yafray/intern export_File.cpp export_Plugin.cpp export_Plugin.h ...

Alfredo de Greef eeshlo at yahoo.com
Mon Nov 8 04:55:44 CET 2004


eeshlo (Alfredo de Greef) 2004/11/08 04:55:44 CET

  Modified files:
    blender/source/blender/blenkernel/intern ipo.c 
    blender/source/blender/makesdna DNA_camera_types.h 
                                    DNA_ipo_types.h 
    blender/source/blender/src buttons_editing.c editipo.c 
    blender/source/blender/yafray/intern export_File.cpp 
                                         export_Plugin.cpp 
                                         export_Plugin.h 
                                         yafray_Render.cpp 
                                         yafray_Render.h 
  
  Log:
  Fixed:
  Texture matrix bug in plugin code reported by Mel_Q.
  Vertex colors, this was basically the same as the previous uv coord
  splitting bug, for xml export, uv coord splitting was actually not quite
  complete either (reported by richie).
  
  Added:
  Camera Ipo curves for DoF aperture and focal distance.
  
  Aspect ratio set with AspX & AspY are now taken into account as well.
  (needs yafray from cvs)
  
  Bokeh parameters for DoF (also needs yafray from cvs).
  'Bokeh' controls the shape of out of focus points when rendering
  with depth of field enabled.
  This is mostly visible on very out of focus highlights in the image.
  There are currently seven types to choose from.:
  'Disk1' is the default, the same as was used before.
  'Disk2' is similar, but allows you to modify the shape further with the 'bias'
  parameter, see below.
  Triangle/Square/Pentagon/Hexagon, in addition to the bias control, you can
  offset the rotation with the 'Rotation' parameter (in degrees).
  'Ring', a weird ring shaped lens, no additional controls.
  The 'bias' menu controls accentuation of the shape.
  Three types available, uniform, center or edge, with uniform the default.
  
  Although based on an actual phenomenon of real camera's, the current
  code is bit of a hack and not physically based, and doesn't work all that
  well yet (in yafray anyway). Since this is also mostly visible in the very
  out of focus parts of the image, it usually also means that you need lots
  of samples to get a reasonably smooth result.
  
  Revision  Changes    Path
  1.11      +19 -3     blender/source/blender/blenkernel/intern/ipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/ipo.c.diff?r1=1.10&r2=1.11&cvsroot=bf-blender>
  1.9       +3 -1      blender/source/blender/makesdna/DNA_camera_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_camera_types.h.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>
  1.12      +7 -4      blender/source/blender/makesdna/DNA_ipo_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_ipo_types.h.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.82      +15 -3     blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_editing.c.diff?r1=1.81&r2=1.82&cvsroot=bf-blender>
  1.42      +18 -5     blender/source/blender/src/editipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo.c.diff?r1=1.41&r2=1.42&cvsroot=bf-blender>
  1.32      +62 -40    blender/source/blender/yafray/intern/export_File.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/export_File.cpp.diff?r1=1.31&r2=1.32&cvsroot=bf-blender>
  1.16      +54 -23    blender/source/blender/yafray/intern/export_Plugin.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/export_Plugin.cpp.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>
  1.7       +1 -2      blender/source/blender/yafray/intern/export_Plugin.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/export_Plugin.h.diff?r1=1.6&r2=1.7&cvsroot=bf-blender>
  1.18      +0 -12     blender/source/blender/yafray/intern/yafray_Render.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/yafray_Render.cpp.diff?r1=1.17&r2=1.18&cvsroot=bf-blender>
  1.6       +0 -3      blender/source/blender/yafray/intern/yafray_Render.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/yafray_Render.h.diff?r1=1.5&r2=1.6&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list