Render Setup> Scene> Mtl. Override

Render Setup> Scene> Mtl. Override> Add the currently selected objects to the Exclude/Include list “+” Button

How can I add Custom Button to my UI Toolbar for this function via Script or something because is very boring to open Render Settings every time?

Thank You!

Hmmmm…

Looks like the include/exclude list or the dialogue is not exposed to maxscript. To create a custom button we would need that (like it was done with showLightMixSetupDialog).

So you would have to sumbit a feature request for either a max function to call the material override setup settings (like LightMix) or to expose the include/exclude list (which is the last material override item missing, everything else is accessible by maxscript already, don’t know why the node array is still missing).

Good Luck

Clear. Thanks for reply.