Is it possible to export the .vrscene file using a certain export command?
Just like you're able to return the revision build number with MEL code vray build or Python code maya.mel('vray build'), I'm thinking something along the lines of:
By the way, I keep asking a lot of these questions regarding what vray commands there are... isn't there a API/dictionary somewhere?
Just like you're able to return the revision build number with MEL code vray build or Python code maya.mel('vray build'), I'm thinking something along the lines of:
Code:
vray export "c:/export/hello.vrscene'
Comment