[Bf-blender-cvs] CVS commit: blender/source/blender/render/intern/source pipeline.c

Ton Roosendaal ton at blender.org
Thu Jun 29 12:48:30 CEST 2006


ton (Ton Roosendaal) 2006/06/29 12:48:30 CEST

  Modified files:
    blender/source/blender/render/intern/source pipeline.c 
  
  Log:
  Bugfix #4535
  
  A proper check for the error "No Camera" on rendering can only be made
  after a renderwindow was initialized. The error menu then shows in the
  render window, which appears to not work OK in windows ATI (again!).
  
  So; I've moved the test to before the renderwindow is activated, this is
  not a test checking on the entire render pipeline (like Composite nodes or
  sequence strips). In case more complex setups cannot render, an error is
  printed in the console only.
  
  Revision  Changes    Path
  1.82      +9 -2      blender/source/blender/render/intern/source/pipeline.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/pipeline.c.diff?r1=1.81&r2=1.82&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list