diff --git a/colorbleed/plugins/maya/publish/collect_yeti_rig.py b/colorbleed/plugins/maya/publish/collect_yeti_rig.py index c0d7cba2d2..c673581c8a 100644 --- a/colorbleed/plugins/maya/publish/collect_yeti_rig.py +++ b/colorbleed/plugins/maya/publish/collect_yeti_rig.py @@ -45,6 +45,9 @@ class CollectYetiRig(pyblish.api.InstancePlugin): source=True, destination=False, connections=True, + # Only allow inputs from dagNodes + # (avoid display layers, etc.) + type="dagNode", plugs=True) or [] # Group per source, destination pair. We need to reverse the connection