The File Name Prefix <Layer> does not append the render layer name to the file name. As such, if multiple layers are rendered, then each layer is overwritten by next layer. If I do not add <Layer>, then nothing saves at all.
My current convention: <Version>/T38_<Layer>_<Version>
(The layer name is PlaneFG)
Expected file output: v020/T38_PlaneFG_v020.0001.exr
Actual file output: v020/T38__v020.0001
The only way that I have got this to work is by creating a layer override for the File Name Prefix and manually adding the name of the layer. However, I still must include <Layer>, otherwise nothing will save. Like this:
<Version>/T38_<Version>_<Layer>PlaneFG
I am using Maya 2017 (update 3) with the new Render Setup and V-ray 3.52 EDU.
My current convention: <Version>/T38_<Layer>_<Version>
(The layer name is PlaneFG)
Expected file output: v020/T38_PlaneFG_v020.0001.exr
Actual file output: v020/T38__v020.0001
The only way that I have got this to work is by creating a layer override for the File Name Prefix and manually adding the name of the layer. However, I still must include <Layer>, otherwise nothing will save. Like this:
<Version>/T38_<Version>_<Layer>PlaneFG
I am using Maya 2017 (update 3) with the new Render Setup and V-ray 3.52 EDU.
Comment