Pre/Post Build Hooks?

Hi,

Our workflow has some pre-processing steps, a couple of python scripts that need to be run before building. Currently our artists need to manually run these scripts, which is not ideal, is there a way for me to hook into the build process and run these automagically when they build the project?

~Charles

You could start with

and modify it to what you need to do all in one and be user friendly for your users for when they build the project. Of course still manual but it can be a one click script execution at least.

1 Like