Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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