In monitor, when viewing job properties, under MayaBatch/MayaCMd Settings, there is an attribute Scene Filename which points to the original Maya file that got submitted. I want to query this value, how can I do so? I looked through what’s available under deadlinePlugin.GetJob() but can’t find anything relating to this field.
job = DeadlinePlugin.GetJob()
docs.thinkboxsoftware.com/produ … 0e9988ff95
job.GetJobPluginInfoKeyValue( "SceneFile" )
1 Like