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:
Petr Kalis 2023-03-23 18:11:28 +01:00
parent 3860fe3692
commit e8f9c130bb
2 changed files with 2 additions and 43 deletions

View file

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