*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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user