Very simple request. When rendering to the VRay frame buffer split bitmap rendering Deadline adds “.rgb_color” to the output filename. This almost works except that VRay actually saves the files as “.RGB_color” with the RGB in capital letters. Again this would be fine if PDPlayer ignored the case of the filename but it doesn’t. This means when trying to open the output files with “.rgb_color” they fail to open. If I rename the file to a lowercase file they open just fine. Can you please make this small change? Thanks.
//Ryan