mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
include only model family
This commit is contained in:
parent
fd6aa8302e
commit
5b4eff51ac
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class ValidateModelContent(pyblish.api.InstancePlugin):
|
|||
"""
|
||||
|
||||
order = pyblish.api.ValidatorOrder
|
||||
families = ["model", "usdmodel"]
|
||||
families = ["model"]
|
||||
hosts = ["max"]
|
||||
label = "Model Contents"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue