Solved 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.

Screen Shot 2021-12-11 at 7.56.18 AM.png

Hi,

you must overload the RenderEngineCheck function and return false if the passed ID are those settings. The documentation has some example.

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer

Hi,

you must overload the RenderEngineCheck function and return false if the passed ID are those settings. The documentation has some example.

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer