Merge pull request #123 from tokejepsen/bugfix/render_collection

Fix render collection
This commit is contained in:
Milan Kolar 2020-05-06 15:07:16 +02:00 committed by GitHub
commit fbd6d11f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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