mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix(nuke): validators change to correct render family
This commit is contained in:
parent
256c23d8ec
commit
561c54cab2
3 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ class ValidateNukeWriteBoundingBox(pyblish.api.InstancePlugin):
|
||||||
|
|
||||||
order = pyblish.api.ValidatorOrder
|
order = pyblish.api.ValidatorOrder
|
||||||
optional = True
|
optional = True
|
||||||
families = ["write"]
|
families = ["render"]
|
||||||
label = "Write Bounding Box"
|
label = "Write Bounding Box"
|
||||||
hosts = ["nuke"]
|
hosts = ["nuke"]
|
||||||
actions = [RepairNukeBoundingBoxAction]
|
actions = [RepairNukeBoundingBoxAction]
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ class ValidateNukeWriteDeadlineTab(pyblish.api.InstancePlugin):
|
||||||
label = "Deadline Tab"
|
label = "Deadline Tab"
|
||||||
hosts = ["nuke"]
|
hosts = ["nuke"]
|
||||||
optional = True
|
optional = True
|
||||||
families = ["write"]
|
families = ["render"]
|
||||||
actions = [RepairNukeWriteDeadlineTab]
|
actions = [RepairNukeWriteDeadlineTab]
|
||||||
|
|
||||||
def process(self, instance):
|
def process(self, instance):
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ class ValidateNukeWriteNode(pyblish.api.InstancePlugin):
|
||||||
|
|
||||||
order = pyblish.api.ValidatorOrder
|
order = pyblish.api.ValidatorOrder
|
||||||
optional = True
|
optional = True
|
||||||
families = ["write"]
|
families = ["render"]
|
||||||
label = "Write Node"
|
label = "Write Node"
|
||||||
actions = [RepairNukeWriteNodeAction]
|
actions = [RepairNukeWriteNodeAction]
|
||||||
hosts = ["nuke"]
|
hosts = ["nuke"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue