On 23/12/2016 at 07:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
When I try to render a scene in IRR (with my render engine), I use the document inside VideoPostStruct variable of Execute call.
The problem is that the pointer of that document is changed in every Execute call.
That means I cannot detect the object changes from one document to another since the object pointers change as well.
On the other hand, rendering in Picture Viewer N frames (IRR is disabled), I get the same pointer for
vps->doc and it's easy for me to detect object changes from one document to another.
Is there anything I can do to be able to detect document changes in IRR between Execute calls, so I can pass the updated data in my render engine ?
Thank you very much for your time.