By using the conditional synthax for ex :
if image type in rop output is png hide all ui parameter that are exr relevant. with the synthax :
Code: Select all
{ HO_img_fileFormat == f3 } { HO_img_fileFormat == f4 }
if stereo output is disable in render target then hide all parameter that are stereo cam relevant
etc ...
it's not a big deal to do our own custom ROP but that would be nice to include it by default.
to get an UI as concise as possible and expose only what is relevant.
Cheers
E