make collect pools work with some houdini families

This commit is contained in:
MustafaJafar 2024-02-09 01:07:32 +02:00
parent 6ab5c5218d
commit 96e12e2d48

View file

@ -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