Is it possible to configure the Vray renderer from the command line? I wrote a small maxscript, called `prevray.ms`, that looks like this
Then execute as
But it doesn't seem to be affecting anything. Is the the prerender script executed before 3dsmax loads Vray, and therefore "renderers.current" is not set correctly?
Is it possible to do this at all?
Code:
vr = renderers.current vr.system_vrayLog_file = "c:\vrayfoo.txt"
Code:
3dsmaxcmd.exe -preRenderScript:prevray.ms myscene.max
Is it possible to do this at all?
Comment