I’m writing a script that’ll send notifications to slack when a render is complete.
With mentalray, I can do that easily by calling my script from postRenderMel in the render settings.
With Renderman however, the script is called before the render completes. I think it’s probably calling it after it completes the RIB file.
Is there a way to run a script when a render has completed with Renderman?
Bonus points if there’s a way to do it after each frame (postRenderFrameMel suffers the same problem as above).
