mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
collect matchmove family filtering was fixed
This commit is contained in:
parent
1afd2b40ce
commit
607ede0c07
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class CollectMatchmovePublish(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Collect Matchmove - SA Publish"
|
||||
order = pyblish.api.CollectorOrder
|
||||
family = ["matchmove"]
|
||||
families = ["matchmove"]
|
||||
hosts = ["standalonepublisher"]
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue