add support for more families in the new integrator

This commit is contained in:
Milan Kolar 2019-05-27 14:01:16 +01:00
parent cd837f9b12
commit 9fa7e893d8
14 changed files with 129 additions and 94 deletions

View file

@ -26,16 +26,10 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
label = "Integrate Asset"
order = pyblish.api.IntegratorOrder
families = ["look",
"vdbcache",
"assembly",
"vrayproxy",
"yetiRig",
"yeticache",
"nukescript",
"review",
"scene",
"render",
"imagesequence",
"write"]
exclude_families = ["clip"]