AWS Thinkbox Discussion Forums

How do I query Maya's Scene Filename?

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" )

docs.thinkboxsoftware.com/produ … 165db33806

1 Like
Privacy | Site terms | Cookie preferences