mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merged in Aardschok/config/negative-scale (pull request #24)
Disabled validator for rigging family
This commit is contained in:
commit
5ee759319a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class ValidateMeshNoNegativeScale(pyblish.api.Validator):
|
|||
|
||||
order = colorbleed.api.ValidateMeshOrder
|
||||
hosts = ['maya']
|
||||
families = ['colorbleed.proxy', 'colorbleed.rig', 'colorbleed.model']
|
||||
families = ['colorbleed.proxy', 'colorbleed.model']
|
||||
label = 'Mesh No Negative Scale'
|
||||
actions = [colorbleed.api.SelectInvalidAction]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue