Script - Copying folder after job completion

Hey all, I’m trying to hack together an event script to copy my rendered files to a different drive when the job is complete. How do I get the parameter I set in the ,param file (DestDirectory) into my Python script to make it happen. (using the distutils.dir_util.copy_tree function)

Total noob at scripting btw. Thanks!

Vaughn

Hi Vaughn,

This example should be of some help:
thinkboxsoftware.com/deadlin … on_Example

It shows how we get the job’s output directory and file name in an event plugin.

Cheers,

  • Ryan