Page 1 of 1

c# Winforms interactive help

Posted: Thu Sep 24, 2020 3:58 pm
by MentalArray
Hello
Im trying to make an interactive render window in winforms,currently i can save a render file fine, but wanted to know where to look in the python api if this is possible am i right in thinking its somewhere in Film::GetOutput
thanks in advance

Re: c# Winforms interactive help

Posted: Thu Sep 24, 2020 4:31 pm
by Dade
MentalArray wrote: Thu Sep 24, 2020 3:58 pm Im trying to make an interactive render window in winforms,currently i can save a render file fine, but wanted to know where to look in the python api if this is possible am i right in thinking its somewhere in Film::GetOutput
Yes, here: https://github.com/LuxCoreRender/LuxCor ... mo.py#L492

You can check all the pysideluxcoredemo.py example for something similar to what you are probably trying to do.

Re: c# Winforms interactive help

Posted: Thu Sep 24, 2020 4:35 pm
by MentalArray
Thank you this looks good :D