mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Yeti rig input collection, only search connections to dagNodes
This commit is contained in:
parent
f639a0c83a
commit
c0c5e70907
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue