Fix families filtering

This commit is contained in:
Roy Nieterau 2023-03-29 17:51:04 +02:00
parent 429d4fbd5c
commit 11c7256a2a

View file

@ -11,7 +11,7 @@ class CollectHoudiniCurrentFile(pyblish.api.InstancePlugin):
order = pyblish.api.CollectorOrder - 0.01
label = "Houdini Current File"
hosts = ["houdini"]
family = ["workfile"]
families = ["workfile"]
def process(self, instance):
"""Inject the current working file"""