0

I have a problem in getting all properties of material from scene or material editor.

v = meditMaterials[1]
showProperties v

But this only shows me what properties has VrayMtl class (in my case). Is there a way to get all the properties of the class with baked in values. In my case a material in material editor slot. Thanks.

1 Answers1

0

There's no way that I know of, though in this case you're not missing all that much - it's only name, effectsChannel and showInViewport (Material superclass) and category, classID and superClassID (MAXWrapper super-superclass). You can find them under Material Common Properties, Operators, and Methods and MAXWrapper Common Properties, Operators, and Methods.

Swordslayer
  • 2,061
  • 1
  • 13
  • 15