Hello,
Let's say we render a sequence using command line (render -r vray .....)
If we set this inside maya (in the Render Settings) : Image Format-->exr
Then we get the correct frames written to disk :
sceneName.0001.exr
sceneName.0002.exr
sceneName.0003.exr
But, if we set this in the Render Settings : Image Format-->exr (multichannel)
then the frames miss the dot :
sceneName0001.exr
sceneName0002.exr
sceneName0003.exr
It's a problem because we have scripts that are supposed to find the pictures automatically after render.
This is in Maya2011 SP1, VRay for maya 1.5SP1 Nightly Build 14259, Windows 7 64 bit.
Cheers.
Let's say we render a sequence using command line (render -r vray .....)
If we set this inside maya (in the Render Settings) : Image Format-->exr
Then we get the correct frames written to disk :
sceneName.0001.exr
sceneName.0002.exr
sceneName.0003.exr
But, if we set this in the Render Settings : Image Format-->exr (multichannel)
then the frames miss the dot :
sceneName0001.exr
sceneName0002.exr
sceneName0003.exr
It's a problem because we have scripts that are supposed to find the pictures automatically after render.
This is in Maya2011 SP1, VRay for maya 1.5SP1 Nightly Build 14259, Windows 7 64 bit.
Cheers.
Comment