VRayScannedMtl: accessing "Coordinates" and "Noise" properties via maxscript

Hello.

I found that the VRayScannedMtl material property list is missing any properties to access via maxscript the options of the standard 3ds Max rollouts “Coordinates” and “Noise” that are present in this material.
Is this a bug or was it designed that way?

Thanks.

We might have missed this. I’ll talk to the devs about it.

Thank you. Will wait.

We found an alternative way to reveal the parameters. Like so:

s=refs.getReference $.material 2
show s

Thank you! I am using this.