Notifications
Clear all
[Closed] Change settings in render panel by MS
Aug 16, 2007 7:51 am
Hello
I know that it is possible to change parameters in system roolout in vray renderer settings by maxscript, but how to do this?
I simply want to set dynamic memory limit in vray system rollout to 6000 mb but it is limited to 3000 mb. I know that it can be done by maxscript.
Please help
best
Greg
3 Replies
Aug 16, 2007 7:51 am
Hi Greg,
Take a look at this page : http://www.vray.us/vray_documentation/maxscript.shtml
By running these commands you can find the options you’re searching:
vr = renderers.current
showproperties vr
Aug 16, 2007 7:51 am
i think the new 64 bit vray 1.5.00 with 64 bit max 9 allows you to go higher then 4096 mb. Even with a script I doubt you will actually use more then 3 gb if you are running a 32 bit version of windows…