collect matchmove family filtering was fixed

This commit is contained in:
iLLiCiTiT 2020-01-31 12:13:52 +01:00
parent 1afd2b40ce
commit 607ede0c07

View file

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