Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: mishalobanov on 2018-06-01, 10:46:10

Title: Render Setup> Scene> Mtl. Override
Post by: mishalobanov on 2018-06-01, 10:46:10
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!
Title: Re: Render Setup> Scene> Mtl. Override
Post by: mishalobanov on 2018-06-12, 08:28:47
Hmmmm...
Title: Re: Render Setup> Scene> Mtl. Override
Post by: Frood on 2018-06-12, 08:54:47
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


Title: Re: Render Setup> Scene> Mtl. Override
Post by: mishalobanov on 2018-06-12, 10:00:04
Clear. Thanks for reply.