Hey all,
Much like the render termination sound option that comes in Max already, I was wondering if there was a script that would only sound the alarm after the last render of a batch was completed.
Any help would be greatly appreciated
Seb
Forum topic · Scripts Wanted
By sebandraos · 2011-03-18
Hey all,
Much like the render termination sound option that comes in Max already, I was wondering if there was a script that would only sound the alarm after the last render of a batch was completed.
Any help would be greatly appreciated
Seb
cmdjob utility
Anubis · 2011-03-18
Check Backburner docs for command line tool - cmdjob utility. You can send with it to BB any task. Just put your alarm task job at the end of the BB queue. For example:
CMDJOB -jobName:"Alarm" -manager:"1.1.1.1" "C:\alarm.bat"