[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/renderconverter/intern convertBlenderScene.c

Robert Wenzlaff rwenzlaff at soylent-green.com
Tue Feb 17 06:18:20 CET 2004


rwenzlaff (Robert Wenzlaff) 2004/02/17 06:18:19 CET

  Modified files:
    tuhopuu2/source/blender/renderconverter/intern 
                                                   convertBlenderScene.c 
  
  Log:
  Fixed displace "render bug".  Wrong code got merged.  I did a side by side compare of
  old code and new code, but could not find what was causing the crash.  The vertofs var
  was getting set to an incorrect number and causing findOrAddVert() to segfault.
  
  I changed the #if 0 on the new init_render_mesh() function to a #if 1 and #elsed the
  old init_render_mesh().  However this strands someone's CHROMADEPTH() code and
  EFF_RVERT check in the old code.  If you did these, pleas see if you can paste them
  into the #if 1'd init_render_mesh w/o breaking anything....
  
  ----------------------------------------------------------------------
  
  Revision  Changes    Path
  1.16      +10 -27    tuhopuu2/source/blender/renderconverter/intern/convertBlenderScene.c



More information about the tuhopuu-cvs mailing list