Hide RenderPost settings
-
For our plugin VideoPost we would like to hide the unused render settings, just like the Redshift VideoPost does.
These are the settings we would like to hide:
This it what it looks like for Redshift:
I am unable to find how to do this, could you help us please? Thank you. -
Hi @npwouters I'm sorry I've very limited time, right now I will try to have a look at it tomorrow (just that you do not think we have forgotten you) or in worse case Wednesday.
Cheers,
Maxime. -
@m_adam No problem, thank you
-
I think you need to override RenderEngineCheck to false, the document said:
Bool MyRenderer::RenderEngineCheck(const BaseVideoPost* node, Int32 id) const { switch (id) { case RENDERSETTING_STATICTAB_MULTIPASS: case RENDERSETTING_STATICTAB_ANTIALIASING: case RENDERSETTING_STATICTAB_OPTIONS: case RENDERSETTING_STATICTAB_STEREO: return false; } return true; }
Cheers~
DunHou