Hi! I’m trying to implement a script event that runs before each render Task starts. I can only see info about Job level events not individual Tasks. Is this possible?
Thanks!
G
Hi! I’m trying to implement a script event that runs before each render Task starts. I can only see info about Job level events not individual Tasks. Is this possible?
Thanks!
G
Yes and no. You can’t yet make an event script for this because it hasn’t been implemented yet.
You can run a script before and after a task, but each will be a standalone script and you’ll have to provide the paths to those files (can be done from OnJobSubmitted):
docs.thinkboxsoftware.com/produc … ripts.html
What are you trying to get done with the scripts? Would making a frame-dependent job work here?