*python documention & bug fix

- added documentation to Render - saveRenderedImage has an option to save the zbuffer along with the image
(off by default)
- fixed a really annoying runtime error of uninitialized data being passed to a method in pipeline.c during a render
This commit is contained in:
2006-05-25 21:10:28 +00:00
parent af87c651a5
commit 1b577b7f0d
3 changed files with 6 additions and 2 deletions

View File

@@ -1070,7 +1070,7 @@ static void threaded_tile_processor(Render *re)
RenderPart *pa, *nextpa;
RenderResult *rr= re->result;
rctf viewplane= re->viewplane;
int maxthreads, rendering=1, counter= 1, drawtimer=0, hasdrawn, minx;
int maxthreads, rendering=1, counter= 1, drawtimer=0, hasdrawn, minx=0;
if(rr==NULL)
return;