BigRoyNL, thanks for making that repository! It may be old, but it helped a lot by laying things out in a convenient way to get to.
I looked through the documentation and they did provide a lot more help, so thank you again.
What I was actually doing was setting up render templates/turntable templates for my team, and I found it really painful to access the vray render commands, things like resolution settings or image format outputs, or even just getting it to render in batch mode. For various reasons I was unable to use a batch render manager to do the file management part so I had to do it locally.
The script editor helped a lot, as did your repository. I think my primary issue was I don’t know what parameters the various commands want and whether they even do anything. And probably, it’s just me, but I find just changing the Vray settings like resolution or file format and such often does nothing. I have to change the maya defaultRenderGlobals settings alongside as well. I struggled for quite a bit trying to get vray to render images into the directory I wanted. In the end I just used python’s os and shutil functions to move the files around lol.
Thank you again for the repository BigRoyNL!