-
Doing stuff after rendering (scripting)
Hi, I cannot seem to figure out how to do certain actions after rendering is done. For example, when I render a mov file, I want it to import it, and I have figured that one out (PostRenderAction.IMPORT), but I also want new comp to be created or anything other in after effects via scripting. I tried with RQItemStatus.DONE, but it seems that this action is done just before it’s actually DONE. For example if I write alert(“test”), it will show alert and then render end sound, and it should be other way around.
Of course, this has to go in loop..
{ //loop start
– Add to RQ
– Render
– Do stuff in project manager (scripting)
} //loop end
Any help would be greatly appreciated! 🙂