Bugfix: SSS did not work with panorama render.

This commit is contained in:
Brecht Van Lommel 2007-05-20 19:01:34 +00:00
parent 3efeff7666
commit 1e4057f6fd

@ -1482,6 +1482,8 @@ static void threaded_tile_processor(Render *re)
BLI_end_threads(&threads);
freeparts(re);
re->viewplane= viewplane; /* restore viewplane, modified by pano render */
}
/* currently only called by preview renders and envmap */