mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-3951 - merged global validator and unreal one
Both should do same thing. Combination of host and family should be safe.
This commit is contained in:
parent
3860fe3692
commit
e8f9c130bb
2 changed files with 2 additions and 43 deletions
|
|
@ -21,8 +21,8 @@ class ValidateSequenceFrames(pyblish.api.InstancePlugin):
|
|||
|
||||
order = pyblish.api.ValidatorOrder
|
||||
label = "Validate Sequence Frames"
|
||||
families = ["imagesequence"]
|
||||
hosts = ["shell"]
|
||||
families = ["imagesequence", "render"]
|
||||
hosts = ["shell", "unreal"]
|
||||
|
||||
def process(self, instance):
|
||||
representations = instance.data.get("representations")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue