Hi,
We are using Deadline10 at work and I submit some FumeFX simulation in the farm with the deadline submitter, I can choose the Job name, and it’s the name of the scene but when it appears in the deadline monitor, it’s look like he don’t care about the job name, it just appears as “3ds Max Deadline Job [MAXSCRIPT]”.
The Job Name is not the only property that got left behind.
Looking at the code, we are missing pretty much everything from the top of the SMTD panel, including Priority, Pool, Secondary Pool, Group, Department, and even User Name (which is rarely customized, but anyway).
It is very easy to fix:
Navigate to wherever your Repository is installed.
Go to Submission\3dsmax\Main\Workflows\ subfolder.
Open the file SMTDWorkflow_FumeFX.ms in the MAXScript editor or another text editor.
Locate the function fn submitJob =
Modify the definition of the SettingsToRestoreArray to include all the properties that were forgotten, then save the file.
Terribly sorry for the inconvenience! I will make these changes on our side so future updates of Deadline 10 will have this fixed. Also I suspect there might be some more settings that could get lost, I will take a closer look.