Task starts rendering event?

Hi there,

I’m looking for a Task started event. The docs only have job started events… is this available?

cheers,
laszlo

Hey Laszlo,
Currently we don’t have ‘task’ based event callbacks. Closest thing is per job via preTask script:
docs.thinkboxsoftware.com/produc … ml#scripts
I believe performance is key here with the number of task based events that could occur in a large renderfarm. However, we have now made several preliminary steps for such a thing possibly in the future. ie: we now have event plugins and Python based API’s being synched/cached locally.

Thanks for the response Mike!
We will just add the functionality into the plugins we need it for, till the task events come about, thanks!

cheers
laszlo