If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
I have a similar issue. If I render locally inside of maya and then save from the vray vfb everything works fine. However if I export a vrscene file on my own, with a script similar to this one (http://snipplr.com/view/32238/), and then render through command line I get no deep data. Is there anything special in command line I need to do in either vrscene export or vray render?
Is there anything special in command line I need to do in either vrscene export or vray render?
You need to set the "img_deepFile" flag in the SettingsOutput plugin to 1, otherwise V-Ray will just write a regular .exr file. I wish they used a different extension for deep files, but for the moment we have no other way to figure out if you want a regular EXR or a deep EXR.
Comment