mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Merge pull request #123 from tokejepsen/bugfix/render_collection
Fix render collection
This commit is contained in:
commit
fbd6d11f7c
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