[Bf-blender-cvs] CVS commit: blender/source/blender/yafray/intern export_File.cpp export_Plugin.cpp yafray_Render.cpp

Alfredo de Greef eeshlo at yahoo.com
Sun Nov 28 03:13:57 CET 2004


eeshlo (Alfredo de Greef) 2004/11/28 03:13:57 CET

  Modified files:
    blender/source/blender/yafray/intern export_File.cpp 
                                         export_Plugin.cpp 
                                         yafray_Render.cpp 
  
  Log:
  Added nearly full support for Blender's procedural textures, with the exception
  of 'envmap', 'magic', and 'plugin' modes.
  The stucci texture also is not exact match, since it cannot be fully
  emulated in yafray because of implementation issues. It will work best
  for low turbulence values (which is actually not taken into account
  in the export code).
  Also, since Blender's static noise is basically just direct random number
  output, don't expect the exact same result when rendered in yafray, but in this
  case that probably shouldn't be that much of a problem...
  (needs yafray from cvs)
  
  (btw, on a side note, I put this in the comments once when working on the noise
  stuff for Blender, but noise is affected by the 'depth' parameter, and there
  is no way to control this directly from the GUI, can only be done by temporarily
  switching to 'clouds' for instance.)
  
  Revision  Changes    Path
  1.36      +65 -24    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.35&r2=1.36&cvsroot=bf-blender>
  1.21      +83 -53    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.20&r2=1.21&cvsroot=bf-blender>
  1.21      +0 -2      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.20&r2=1.21&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list