mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixing subset attaching assert, disabling arnold scene export
This commit is contained in:
parent
6c33cc223e
commit
978e24d59b
2 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
# in expectedFiles. If so, raise error as we cannot attach AOV
|
||||
# (considered to be subset on its own) to another subset
|
||||
if attachTo:
|
||||
assert len(exp_files[0].keys()) == 1, (
|
||||
assert isinstance(exp_files, dict) is True, (
|
||||
"attaching multiple AOVs or renderable cameras to "
|
||||
"subset is not supported"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue