Fix render collection

This commit is contained in:
Toke Stuart Jepsen 2020-05-06 09:09:06 +01:00
parent 34c69cd9cd
commit 87b100236f

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