Remove settings from Render Settings
-
I am writing a VideoPost for a renderer. How can I remove all the unused settings from the RenderSettings when my renderer is chosen from the dropdown?
In this list I want to display Output, Save and FunRay Renderer.
-
Hi,
you must overload the RenderEngineCheck function and return false if the passed ID are those settings. The documentation has some example.
Cheers,
Manuel