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

Ton Roosendaal ton at blender.org
Fri Jun 9 14:21:16 CEST 2006


ton (Ton Roosendaal) 2006/06/09 14:21:15 CEST

  Modified files:
    blender/source/blender/render/intern/source pipeline.c 
  
  Log:
  Bugfix #4298
  
  Uncommitted the feature I added for Plumiferos to be able to render
  animated render-borders (which effectively means every frame can be a
  different size).
  For several reasons;
  
  - it will crash movie rendering (when image sizes differ)
  - it forced code to do a full initialize each frame, also for setting the
    renderwindow (which popped up on each frame)
  - the render pipeline was not designed with per-frame python changes in
    mind for image sizes... it uses an "Initialize" stage which is only
    called once for an entire sequence.
  
  That latter might be an omission, but for that I better code a new API
  call (for use in Python) so a re-init can be enforced.
  
  The old functionality (animated render borders) will still work when you
  render in background, using small steps like blender -s 1 -e 5 -a etc.
  
  Revision  Changes    Path
  1.65      +5 -20     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.64&r2=1.65&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list