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.