Home Coding, Scripting, Shaders

Mel is there a script job that can trigger right before saving a file?

polycount sponsor
Offline / Send Message
malcolm polycount sponsor
I need to trigger a bit of code to run when the user saves the file, I tried  scriptJob -e "SceneSaved" "runScriptJobProc";
The problem with that is the script job executes the code after the save is complete, I need to pause the save, run my code and then let the save continue. Does anyone know if there's a command for that?
Sign In or Register to comment.