On 04/06/2016 at 11:58, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
I have created a VideoPost plugin and whenever I render my scene in picture viewer, its execute runs for each frame. What I need to do is to detect the hierarchy changes from one frame to another and to do that I need to store the object pointers in a data structure of base links.
So my question is whether or not this is the safe way to do it.
Are the base links still valid in the next frame ?
Thank you.