mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
make collect pools work with some houdini families
This commit is contained in:
parent
6ab5c5218d
commit
96e12e2d48
1 changed files with 10 additions and 2 deletions
|
|
@ -31,14 +31,22 @@ class CollectDeadlinePools(pyblish.api.InstancePlugin,
|
|||
"harmony"
|
||||
"nuke",
|
||||
"maya",
|
||||
"max"]
|
||||
"max",
|
||||
"houdini"]
|
||||
|
||||
families = ["render",
|
||||
"rendering",
|
||||
"render.farm",
|
||||
"renderFarm",
|
||||
"renderlayer",
|
||||
"maxrender"]
|
||||
"maxrender",
|
||||
"usdrender",
|
||||
"redshift_rop",
|
||||
"arnold_rop",
|
||||
"mantra_rop",
|
||||
"karma_rop",
|
||||
"vray_rop",
|
||||
"publish.hou"]
|
||||
|
||||
primary_pool = None
|
||||
secondary_pool = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue