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.
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
MAXON SDK Specialist
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