In the slate material editor, I can right click a material and toggle "show Standard Map in Viewport". How can I toggle/set this option of a material programatically from maxscsript?

link|improve this question

40% accept rate
feedback

1 Answer

Simply use the materials .ShowInViewport property.

example: myMaterial.showInViewport = on

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.