So if I set my renderer to vray, and run this maxscript command:
render vfbff
It does a vray render (vfb off is to turn off the standard max vfb)
But after rendering to the vray vfb, the vfb disappears. If I run this command:
renderers.current.showLastVFB()
It shows me the vray vfb, but it doesn't contain the image I rendered using the maxscript render command, it contains the last image I rendered using the max ui.
How can I render to the vray vfb through maxscript such that the vfb remains up, or how can I view the vfb that contains my last rendered image using the maxscript render command? Thanks.
- Neil
render vfbff
It does a vray render (vfb off is to turn off the standard max vfb)
But after rendering to the vray vfb, the vfb disappears. If I run this command:
renderers.current.showLastVFB()
It shows me the vray vfb, but it doesn't contain the image I rendered using the maxscript render command, it contains the last image I rendered using the max ui.
How can I render to the vray vfb through maxscript such that the vfb remains up, or how can I view the vfb that contains my last rendered image using the maxscript render command? Thanks.
- Neil
Comment