mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
apply cleaning up for some product types only
This commit is contained in:
parent
8113d7419f
commit
4e3d15fb4b
1 changed files with 12 additions and 0 deletions
|
|
@ -22,6 +22,18 @@ class CollectStagingDirsForCleaningUp(pyblish.api.InstancePlugin,
|
|||
order = pyblish.api.CollectorOrder
|
||||
|
||||
hosts = ["houdini"]
|
||||
families = [
|
||||
"camera",
|
||||
"ass",
|
||||
"pointcache",
|
||||
"imagesequence",
|
||||
"mantraifd",
|
||||
"redshiftproxy",
|
||||
"review",
|
||||
"staticMesh",
|
||||
"usd",
|
||||
"vdbcache",
|
||||
]
|
||||
label = "Collect Staging Directories For Cleaning Up"
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue