first, thanks again for adding the path-swap option to the current release, highly appreciated!
Unfortunately many of our artists forget to safe their AE file as an .aepx before submitting.
Do you think you could add a checkbox “convert to .aepx during submission” ?
This would save a copy of the current .aep file and sends THIS to the farm…
Sure, we could add that option. There is no “save as” option in AE scripting, which means that if we save the current project as an aepx file instead, the aepx file will still be loaded in AE after the submission finishes. Do you think this is a problem? If it is, I’m sure we could load the original aep file after submission is finished.
Thanks for the heads up about the potential aepx saving issue. This is what we could do:
When the submission script is launched, save the scene to it’s current location (we already do this).
If the aepx option is enabled in the submitter, then we save the scene again to aepx when Submit is pressed.
The job is submitted.
If the aepx option is enabled in the submitter, the original aep file is loaded in AE again.
This way, the artist can keep on working after the job is submitted, because the aep file is loaded again. This should prevent any aepx-related issues.
It also keeps the .aepx issue in the background, the artists don´t have to think about it, it just works…
Maybe you could have this as an option in the repo settings and not in the submitter…(“submit .aepx to the farm”)?
So one can set this as a global setting and the artists don´t even have to think about that (you see i have bad experiences with trusting artist to tick the right checkboxes)
We’ve already got this working, but for now it will just be an option in the submitter. There currently isn’t a standard way for submission scripts to pull settings from the plugin settings, and we’d rather not hack that in prior to the upcoming 5.1 bug fix release. This feature though will be included in the bug fix release.
We made the option sticky, so at least it only needs to be set in the submitter once.