On 27/12/2016 at 02:52, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
I have an issue while rendering with IRR.
Inside VideoPost's Execute, I use vps->render->GetRenderData() to get the container from which I read resolution X and Y using RDATA_XRES and RDATA_YRES.
The problem is that these 2 values differ from the actual Width and Height of the editor resolution.
I get 693 and 238 reading from vps->render->GetRenderData().
On the other hand, if I go Render Settings > Output and click Editor Resolution in preset list, I get 1260 and 434.
How can I get these 2 values code-wise in Execute method of VideoPostData plugin ?
Thank you very much for your time!