Author Topic: Render Setup> Scene> Mtl. Override  (Read 2133 times)

2018-06-01, 10:46:10

mishalobanov

  • Active Users
  • **
  • Posts: 7
    • View Profile
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!
« Last Edit: 2018-06-05, 21:35:58 by mishalobanov »

2018-06-12, 08:28:47
Reply #1

mishalobanov

  • Active Users
  • **
  • Posts: 7
    • View Profile

2018-06-12, 08:54:47
Reply #2

Frood

  • Active Users
  • **
  • Posts: 2002
    • View Profile
    • Rakete GmbH
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


Never underestimate the power of a well placed level one spell.

2018-06-12, 10:00:04
Reply #3

mishalobanov

  • Active Users
  • **
  • Posts: 7
    • View Profile
Clear. Thanks for reply.
« Last Edit: 2018-06-12, 20:41:03 by mishalobanov »