The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
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