mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix families filtering
This commit is contained in:
parent
429d4fbd5c
commit
11c7256a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue