Yeti rig input collection, only search connections to dagNodes

This commit is contained in:
Roy Nieterau 2018-11-01 09:48:16 +01:00
parent f639a0c83a
commit c0c5e70907

View file

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