Is there no function to render image one by one with Python code?
result = RLPy.RGlobal.RenderVideo()
I am using this function to render video with my project settings (AVI, Uncompressed version).
However, recently, I found that there is a difference in image quality between the result rendered as Video with this setting and the result rendered as an image in GUI. (Image rendering is better)
I need a perfect quality image. Therefore,
- Please tell me how to render image frame by frame with Python code.
→ Even if it is not the above problem, this function is very necessary. I would like to know this method if possible.
- If it is not possible, please tell me how to set it so that I can get the same quality as the GUI image rendering result using result = RLPy.RGlobal.RenderVideo().
Thank you very much.