Ricardo Eloy Posted June 20, 2014 Share Posted June 20, 2014 A shout to all MaxScripters out there: Does anyone know how to access V-Ray's features via MaxScript? For instance, I'd like to set the save directory for render passes and an EXR/VRIMG file, but MaxScript Listener does not list anything so I can start with... Help on this would much appreciated... Anyone? Link to comment Share on other sites More sharing options...
Peter M. Gruhn Posted August 3, 2014 Share Posted August 3, 2014 http://help.chaosgroup.com/vray/help/150SP1/render_maxscript.htm Might be helpful. Link to comment Share on other sites More sharing options...
Zdravko Barisic Posted August 3, 2014 Share Posted August 3, 2014 @Ricardo I've just visited your blog, its awesome! Link to comment Share on other sites More sharing options...
davidmackenzie Posted November 2, 2014 Share Posted November 2, 2014 This should be what you are after vr = renderers.current --Grabs the V-Ray renderer interface vr.output_rawFileName = "C:\\someRender.exr" --Sets the save file show vr -- will list all V-Ray options in the listener. Cheers, Dave Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now