[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/aqsis/intern aqsis_File.cpp aqsis_File.h aqsis_Mesh.cpp aqsis_Mesh.h aqsis_Object.h aqsis_Render.cpp aqsis_Render.h aqsis_Transform.cpp tuhopuu2/source/blender/aqsis/shaders BL_surface.sl tuhopuu2/source/blender/src buttons_scene.c

Jonathan Merritt j.merritt at pgrad.unimelb.edu.au
Thu Jul 1 07:24:47 CEST 2004


lancelet (Jonathan Merritt) 2004/07/01 07:24:47 CEST

  Modified files:
    tuhopuu2/source/blender/aqsis/intern aqsis_File.cpp 
                                         aqsis_File.h 
                                         aqsis_Mesh.cpp 
                                         aqsis_Mesh.h 
                                         aqsis_Object.h 
                                         aqsis_Render.cpp 
                                         aqsis_Render.h 
                                         aqsis_Transform.cpp 
    tuhopuu2/source/blender/aqsis/shaders BL_surface.sl 
    tuhopuu2/source/blender/src buttons_scene.c 
  
  Log:
  - Support meshes with multiple materials.  RenderMan can only apply a
  single shader to any given primitive, so to support meshes with multiple
  materials, we split them.  The splits are contained within a new object
  called AQMMMesh, which is treated like any other AQObject for rendering.
  
  - Fetch the camera transform for cameras that are not in the active
  layer(s).  Limitation: cameras not in the active layers will have no
  motion blur.
  
  - Added defaults for numeric parameters in the Aqsis exports panel.  If
  the panel is activated with invalid values for these parameters, then
  they are replaced with sensible defaults.
  
  Revision  Changes    Path
  1.4       +14 -11    tuhopuu2/source/blender/aqsis/intern/aqsis_File.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/aqsis/intern/aqsis_File.cpp.diff?r1=1.3&r2=1.4&cvsroot=tuhopuu>
  1.2       +2 -1      tuhopuu2/source/blender/aqsis/intern/aqsis_File.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/aqsis/intern/aqsis_File.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.3       +301 -13   tuhopuu2/source/blender/aqsis/intern/aqsis_Mesh.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/aqsis/intern/aqsis_Mesh.cpp.diff?r1=1.2&r2=1.3&cvsroot=tuhopuu>
  1.3       +56 -1     tuhopuu2/source/blender/aqsis/intern/aqsis_Mesh.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/aqsis/intern/aqsis_Mesh.h.diff?r1=1.2&r2=1.3&cvsroot=tuhopuu>
  1.2       +8 -6      tuhopuu2/source/blender/aqsis/intern/aqsis_Object.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/aqsis/intern/aqsis_Object.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.6       +51 -0     tuhopuu2/source/blender/aqsis/intern/aqsis_Render.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/aqsis/intern/aqsis_Render.cpp.diff?r1=1.5&r2=1.6&cvsroot=tuhopuu>
  1.5       +0 -1      tuhopuu2/source/blender/aqsis/intern/aqsis_Render.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/aqsis/intern/aqsis_Render.h.diff?r1=1.4&r2=1.5&cvsroot=tuhopuu>
  1.2       +4 -3      tuhopuu2/source/blender/aqsis/intern/aqsis_Transform.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/aqsis/intern/aqsis_Transform.cpp.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +2 -1      tuhopuu2/source/blender/aqsis/shaders/BL_surface.sl
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/aqsis/shaders/BL_surface.sl.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.8       +13 -0     tuhopuu2/source/blender/src/buttons_scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/buttons_scene.c.diff?r1=1.7&r2=1.8&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list