Updated to 10.0.26 and am going through getting Fusion submitter customized a little bit. I am wondering if anyone has any ideas on how to improve this submission script.
It seems the script queries deadline repo for multiple pieces of data every single time you run the script. I think this is terribly wasteful. These pieces of data do not change that often.
I’d be interested in seeing an example of this script being updated where it remembers the settings for all of the pieces of data for all subsequent submissions after the first one.
It seems the dialog box queries for ReopPath, Group, Pool, Secondary Pool, Limit Groups, at the very least. Each time it does query a command prompt window pops up and down which is annoying in addition to inefficient.
I would love to see this optimized to remember these settings in the comp metadata for future submissions.
Anyone have any experience doing this sort of customization?