mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
For now assume we'll always validate scene units no matter what family when host == "maya"
This commit is contained in:
parent
a552d452aa
commit
19cc3af18e
1 changed files with 1 additions and 4 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue