Merged in Aardschok/config/negative-scale (pull request #24)

Disabled validator for rigging family
This commit is contained in:
Wijnand Koreman 2017-09-12 11:15:51 +00:00
commit 5ee759319a

View file

@ -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]