Hello
are the any events (preferably in python) that fired when the viewport render finished?
Reason:
Made a python script that listens to an external program's messages.
According to the messages, the scene updates.
The viewport render is used in a COP, made some postprocess and save the image to disk. (that's why I want to wait the render finish)
This method is much much more faster than generate USD files, pass it to the HUSK, and wait for the render.
Thx