mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Account for not using the published workfile.
This commit is contained in:
parent
40f8bc25f5
commit
59b1caacd2
1 changed files with 7 additions and 0 deletions
|
|
@ -37,6 +37,13 @@ class ExtractWorkfileXgen(publish.Extractor):
|
|||
)
|
||||
return
|
||||
|
||||
publish_settings = instance.context["deadline"]["publish"]
|
||||
if not publish_settings["MayaSubmitDeadline"]["use_published"]:
|
||||
self.log.debug(
|
||||
"Not using the published workfile. Abort Xgen extraction."
|
||||
)
|
||||
return
|
||||
|
||||
# Collect Xgen and Delta files.
|
||||
xgen_files = []
|
||||
sources = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue