mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Remove single assembly validation for animation instances
This commit is contained in:
parent
515c0acb06
commit
55ccf73ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class ValidateSingleAssembly(pyblish.api.InstancePlugin):
|
||||||
|
|
||||||
order = ValidateContentsOrder
|
order = ValidateContentsOrder
|
||||||
hosts = ['maya']
|
hosts = ['maya']
|
||||||
families = ['rig', 'animation']
|
families = ['rig']
|
||||||
label = 'Single Assembly'
|
label = 'Single Assembly'
|
||||||
|
|
||||||
def process(self, instance):
|
def process(self, instance):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue