On 30/03/2016 at 20:55, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 17
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;
---------
Each time I call RenderDocument it goes through a setup phase before it starts rendering. Is it possible to have this setup step occur only once and then for each next call to RenderDocument have it skip this step and just render?
There could be setup phases such as creating any acceleration data structures, hair setup, GI etc...
For instance if I was to move a camera manually in the scene and call RenderDocument to render a "frame" for each position then it would be great if any setup phase only occurs on the very first call to RenderDocument and not on any of the following calls.
Or another example is you might want to render the same scene from multiple cameras, but only have the setup phase happen the first camera that you render.
Maybe there is some flag I can set or some other call I can make before RenderDocument?