Page 1 of 1

Post render command

Posted: Wed Sep 18, 2019 10:00 am
by tobkum
Hey there!

I'd like to send a message to my mobile device when a render job has completed. Doing this via a Post Render Command only sends that message if the renderjob gets deleted though - but the point of sending the message is that I get a notification when I'm not in front of the computer. Is there a hook that triggers when the status is done instead of deleted?

Cheers and thanks for the great work!

Re: Post render command

Posted: Wed Sep 18, 2019 10:26 am
by timurhai

Re: Post render command

Posted: Wed Sep 18, 2019 11:39 am
by tobkum
I looked over that, thanks. The problem is that I cannot get my head around it (I'm not really a coder). I want to execute a python script when a render is done - what would the simplest example of a custom_events.py be in that case?