[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern node.c blender/source/blender/blenloader/intern readfile.c blender/source/blender/render/intern/source shadeoutput.c

Ton Roosendaal ton at blender.org
Tue Dec 12 12:13:43 CET 2006


ton (Ton Roosendaal) 2006/12/12 12:13:43 CET

  Modified files:
    blender/source/blender/blenkernel/intern node.c 
    blender/source/blender/blenloader/intern readfile.c 
    blender/source/blender/render/intern/source shadeoutput.c 
  
  Log:
  Three-fixes-in-one:
  
  #5417: Only Shadow material gave shadow outside of Spot bundle
  #5414: Material Nodes: sockets without input were always treated as single
         value inputs, ignoring color or vector. (Caused by commit to do
         automatic conversions of socket links).
  #5420: When reading with old Blender a new file that has a new window type,
         saving it over, and read back in current Blender, the window type
         should be reset to EMPTY, because all its data got lost.
  
  Revision  Changes    Path
  1.56      +5 -1      blender/source/blender/blenkernel/intern/node.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/node.c.diff?r1=1.55&r2=1.56&cvsroot=bf-blender>
  1.340     +6 -2      blender/source/blender/blenloader/intern/readfile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenloader/intern/readfile.c.diff?r1=1.339&r2=1.340&cvsroot=bf-blender>
  1.12      +8 -4      blender/source/blender/render/intern/source/shadeoutput.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/shadeoutput.c.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list