c# Winforms interactive help

Discussion related to the LuxCore functionality, implementations and API.
Post Reply
User avatar
MentalArray
Posts: 6
Joined: Thu Sep 24, 2020 3:52 pm

c# Winforms interactive help

Post 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
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: c# Winforms interactive help

Post 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.
Support LuxCoreRender project with salts and bounties
User avatar
MentalArray
Posts: 6
Joined: Thu Sep 24, 2020 3:52 pm

Re: c# Winforms interactive help

Post by MentalArray »

Thank you this looks good :D
Post Reply