Is there a way to see what all the vray maxscript params are? I’m having a little License problem that i’ve already inquired about - it connects via hamachi fine - I can render, open mat editor, etc. but the render UI doesn’t show, so I loaded a vray preset i’d saved at work, but I forgot to bring the LC threads down from 8 to 4, so does anyone know how to do this via maxscript?
Nevermind:
renderers.current.lightcache_numPasses 4
..and to see all commands:
show renderers.current
It should be something like this:
renderers.current.lightcache_numPasses=[i]N[/i]
You can view all MaxScript parameters by typing:
showProperties renderers.current
Best regards,
Vlado