[Bf-blender-cvs] CVS commit: blender/source/blender/src buttons_shading.c blender/source/blender/yafray/intern export_File.cpp export_Plugin.cpp export_Plugin.h

Alfredo de Greef eeshlo at yahoo.com
Fri Jun 10 02:12:43 CEST 2005


eeshlo (Alfredo de Greef) 2005/06/10 02:12:43 CEST

  Modified files:
    blender/source/blender/src buttons_shading.c 
    blender/source/blender/yafray/intern export_File.cpp 
                                         export_Plugin.cpp 
                                         export_Plugin.h 
  
  Log:
  Some small modifications.
  Absorption and Dispersion parameters now only visible when 'Ray Transp'
  enabled. WardIso specular amount scale to match Blender output.
  Updated halo spotlight 'samples' to use new yafray syntax.
  
  Quick addition for access to another yafray feature:
  When using HDR backgrounds for lighting ('SkyDome' of 'Full' GI methods),
  it is currently not always possible to get smooth lighting results.
  Especially HDR images with small lightsource can be very noisy,
  because currently yafray still relies on brute force random sampling.
  As a temporary simple solution (better options will be available in the
  'next generation' yafray), yafray can do some processing on the
  image to smooth out all (or most) noise.
  Besides smooth lighting, this also has
  the advantage that AA will have less work to do,
  GI quality can be set to the lowest level and still get reasonably
  good results. Disadvantage however is that shadow definition is lost.
  To switch on this option, set the world image texture filter parameter
  to any value greater than 1.0
  When 'filter' is 1.0 or less, normal hdr sampling is done as before.
  
  So, current fastest possible render settings for IBL:
  set texture image filter parameter of the background image to any value
  greater than 1.0, set GI to 'SkyDome' type, enable 'Cache',
  (possibly enable 'NoBump' when scene uses lots of bumpmapping),
  set 'Quality' menu to 'Use Blender AO settings',
  make sure AO is enabled in blender World buttons and set there the number
  of AO samples to 1.
  Should at least be good enough for previews.
  
  Revision  Changes    Path
  1.137     +17 -13    blender/source/blender/src/buttons_shading.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_shading.c.diff?r1=1.136&r2=1.137&cvsroot=bf-blender>
  1.50      +12 -2     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.49&r2=1.50&cvsroot=bf-blender>
  1.39      +12 -2     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.38&r2=1.39&cvsroot=bf-blender>
  1.9       +1 -1      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.8&r2=1.9&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list