Render settings Multi-Pass flag
-
Hi folks,
How does one turn on the Multi-Pass option in the render settings? This one:
WP.
-
Hello @wickedp,
Thank you for reaching out to us. The parameter to modify is
RDATA_MULTIPASS_ENABLE
. ForRenderData
, I would recommend reading the Python RenderData documentation, even when one is using C++, as the parameter overview is easier to read there.Cheers,
Ferdinand -
Thanks @ferdinand,
Didn't see the enable flag in the header file, needed to look a bit more! For anyone else, this flag needs to be set with SetParameter().
Flag is turned on, thanks again.
WP.
-
Hello @wickedp,
I have forked your questions as they both did constitute new topics, find them here:
Cheers,
Ferdinand