For now assume we'll always validate scene units no matter what family when host == "maya"

This commit is contained in:
Roy Nieterau 2017-09-28 14:38:46 +02:00
parent a552d452aa
commit 19cc3af18e

View file

@ -9,10 +9,7 @@ class ValidateMayaUnits(pyblish.api.ContextPlugin):
order = colorbleed.api.ValidateSceneOrder
label = "Maya Units"
families = ["colorbleed.rig",
"colorbleed.model",
"colorbleed.pointcache",
"colorbleed.curves"]
hosts = ['maya']
actions = [colorbleed.api.RepairContextAction]
def process(self, context):