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']
|
hosts = ['max']
|
||||||
families = ["camera", "maxrender",
|
families = ["camera", "maxrender",
|
||||||
"pointcache", "pointcloud",
|
"pointcache", "pointcloud",
|
||||||
"review"]
|
"review", "redshiftproxy"]
|
||||||
|
|
||||||
def process(self, instance):
|
def process(self, instance):
|
||||||
if instance.data["family"] == "maxrender":
|
if instance.data["family"] == "maxrender":
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ class ValidateFrameRange(pyblish.api.InstancePlugin,
|
||||||
order = ValidateContentsOrder
|
order = ValidateContentsOrder
|
||||||
families = ["camera", "maxrender",
|
families = ["camera", "maxrender",
|
||||||
"pointcache", "pointcloud",
|
"pointcache", "pointcloud",
|
||||||
"review"]
|
"review", "redshiftproxy"]
|
||||||
hosts = ["max"]
|
hosts = ["max"]
|
||||||
optional = True
|
optional = True
|
||||||
actions = [RepairAction]
|
actions = [RepairAction]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue