mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add redshift proxy family
This commit is contained in:
parent
1b79767e7b
commit
f45c603da2
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ class CollectFrameRange(pyblish.api.InstancePlugin):
|
|||
hosts = ['max']
|
||||
families = ["camera", "maxrender",
|
||||
"pointcache", "pointcloud",
|
||||
"review"]
|
||||
"review", "redshiftproxy"]
|
||||
|
||||
def process(self, instance):
|
||||
if instance.data["family"] == "maxrender":
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class ValidateFrameRange(pyblish.api.InstancePlugin,
|
|||
order = ValidateContentsOrder
|
||||
families = ["camera", "maxrender",
|
||||
"pointcache", "pointcloud",
|
||||
"review"]
|
||||
"review", "redshiftproxy"]
|
||||
hosts = ["max"]
|
||||
optional = True
|
||||
actions = [RepairAction]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue