mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Fix render collection
This commit is contained in:
parent
34c69cd9cd
commit
87b100236f
1 changed files with 3 additions and 0 deletions
|
|
@ -157,6 +157,9 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
attachTo = []
|
||||
if sets:
|
||||
for s in sets:
|
||||
if "family" not in cmds.listAttr(s):
|
||||
continue
|
||||
|
||||
attachTo.append(
|
||||
{
|
||||
"version": None, # we need integrator for that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue