mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
celaction: render from published workfile fix
This commit is contained in:
parent
a4e6f67692
commit
30550c26b0
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class CelactionSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
script_name = os.path.basename(script_path)
|
||||
|
||||
for item in instance.context:
|
||||
if "workfile" in item.data["families"]:
|
||||
if "workfile" in item.data["family"]:
|
||||
msg = "Workfile (scene) must be published along"
|
||||
assert item.data["publish"] is True, msg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue