rgb_color output missing capitalization

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

We’ve fixed this internally, and will include the fix in the next 6.2 beta release. To fix it yourself for now, go to \your\repository\submission\3dsmax\Main, open SubmitMaxToDeadline_Functions.ms in a text editor, and look for “rgb_color” (with a case sensitive search). There should only be one instance of it, and you can change it to uppercase letters, and save.

Thanks!
Ryan

Thanks! I actually just found it myself and made the change as well. I’m glad it’ll be in the next update.

//Ryan