mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
commit
8058fd6a76
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class CollectYetiRig(pyblish.api.InstancePlugin):
|
|||
|
||||
def process(self, instance):
|
||||
|
||||
assert "input_SET" in cmds.sets(instance.name, query=True), (
|
||||
assert "input_SET" in instance.data["setMembers"], (
|
||||
"Yeti Rig must have an input_SET")
|
||||
|
||||
# Get the input meshes information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue