I have a bunch of vray scripts that I was using with SP2. One was a Vray Material Presets and when I try to use the script I now get a maxscript error message:
That script is on script spot. should be an easy fix. I don’t have SP3 installed yet or I would test it to find the specific spot it is failing.
Do you know which material preset it is failing on?
That MXS error can pop up when the script is giving an On/Off (True/False) value where the Material needs an integer value i.e. 1,2,3,4 etc. It is likely that the material has changed in a way that now requires a 1 instead of True or something to that extent.
It should be easy to find and fix. That material preset script is a good learning tool for scripting if you are interested enough.
EDIT: Never mind, looks like the author fixed it already. Now that’s service!