From c0c5e7090711ea6ed42f736b9e1393c5168df38f Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Thu, 1 Nov 2018 09:48:16 +0100 Subject: [PATCH] Yeti rig input collection, only search connections to dagNodes --- colorbleed/plugins/maya/publish/collect_yeti_rig.py | 3 +++ 1 file changed, 3 insertions(+) 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