Merge pull request #137 from tokejepsen/feature/deadline_submission_wait_for_scene_file

Deadline wait for scene file to sync.
This commit is contained in:
Milan Kolar 2020-05-12 16:31:35 +02:00 committed by GitHub
commit e728df56f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -213,6 +213,9 @@ class MayaSubmitDeadline(pyblish.api.InstancePlugin):
# Top-level group name
"BatchName": filename,
# Asset dependency to wait for at least the scene file to sync.
"AssetDependency0": filepath,
# Job name, as seen in Monitor
"Name": jobname,