Make preview
-
On 27/05/2016 at 03:26, xxxxxxxx wrote:
Hi all,
I'm looking for a way to do something similar than the "Make preview..." command.
Sure I could use the callcommand, but then I can't setup the preview the way I want.
What's behind this command ? A StartEditorRender() for each frame ?
Thanks,
Mike
-
On 30/05/2016 at 02:11, xxxxxxxx wrote:
Hi Mike,
StartEditorRender() is not the right approach.
Actually "Make Preview..." doesn't do anything fancy. Simply configure the render settings (RenderData) to your needs and do a RenderDocument(). -
On 30/05/2016 at 02:45, xxxxxxxx wrote:
Well, I thought that it was more complicated... Thanks for pointing to this !