[Bf-blender-cvs] CVS commit: blender/source/blender/makesdna DNA_scene_types.h blender/source/blender/python/api2_2x sceneRender.c blender/source/blender/renderconverter/intern convertBlenderScene.c blender/source/blender/src buttons_scene.c blender/source/blender/yafray/intern export_File.cpp export_File.h export_Plugin.cpp export_Plugin.h ...

Alfredo de Greef eeshlo at yahoo.com
Tue Oct 26 02:52:13 CEST 2004


eeshlo (Alfredo de Greef) 2004/10/26 02:52:12 CEST

  Modified files:
    blender/source/blender/makesdna DNA_scene_types.h 
    blender/source/blender/python/api2_2x sceneRender.c 
    blender/source/blender/renderconverter/intern 
                                                  convertBlenderScene.c 
    blender/source/blender/src buttons_scene.c 
    blender/source/blender/yafray/intern export_File.cpp 
                                         export_File.h 
                                         export_Plugin.cpp 
                                         export_Plugin.h 
                                         yafray_Render.cpp 
                                         yafray_Render.h 
  
  Log:
  Bugfixes:
  Blender hemilight shadow flag now ignored (reported by varuag).
  Texture axes were not exported for procedural textures.
  Duplicate armatures were not handled correctly (reported by richie).
  Triangle uv-coord splitting (reported by anael, richie & Alvaro).
  
  Additions:
  Material 'TexFace' mode now works too, as in Blender it functions as an extra
  first texture channel, replacing the base color.
  
  The new noise functions for procedural textures are now supported in yafray,
  but is  not quite completed yet, still undergoing changes.
  (needs yafray from cvs).
  
  The 'power' button has been renamed to 'EmitPwr', since it controls background,
  arealight (including lamp with radius) & material emit power.
  This button can now be used with the 'SkyDome' method as well to control
  background lighting.
  To control indirect lighting power, a button called 'GI pwr' has been added,
  only use this when really necessary, first try modifying 'EmitPwr' instead.
  
  Removed:
  The 'gradient' button. This includes the python code to set
  this parameter as well.
  
  Revision  Changes    Path
  1.32      +4 -4      blender/source/blender/makesdna/DNA_scene_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_scene_types.h.diff?r1=1.31&r2=1.32&cvsroot=bf-blender>
  1.7       +1 -20     blender/source/blender/python/api2_2x/sceneRender.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/sceneRender.c.diff?r1=1.6&r2=1.7&cvsroot=bf-blender>
  1.87      +3 -3      blender/source/blender/renderconverter/intern/convertBlenderScene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/renderconverter/intern/convertBlenderScene.c.diff?r1=1.86&r2=1.87&cvsroot=bf-blender>
  1.60      +6 -6      blender/source/blender/src/buttons_scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_scene.c.diff?r1=1.59&r2=1.60&cvsroot=bf-blender>
  1.31      +477 -268  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.30&r2=1.31&cvsroot=bf-blender>
  1.4       +3 -3      blender/source/blender/yafray/intern/export_File.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/export_File.h.diff?r1=1.3&r2=1.4&cvsroot=bf-blender>
  1.14      +507 -332  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.13&r2=1.14&cvsroot=bf-blender>
  1.6       +6 -6      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.5&r2=1.6&cvsroot=bf-blender>
  1.17      +27 -16    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.16&r2=1.17&cvsroot=bf-blender>
  1.5       +5 -1      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.4&r2=1.5&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list