mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Remove yetiCache from validate_sequence_frames
This commit is contained in:
parent
9fed22bac5
commit
361b41ba54
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class ValidateSequenceFrames(pyblish.api.InstancePlugin):
|
||||||
|
|
||||||
order = pyblish.api.ValidatorOrder
|
order = pyblish.api.ValidatorOrder
|
||||||
label = "Validate Sequence Frames"
|
label = "Validate Sequence Frames"
|
||||||
families = ["colorbleed.imagesequence", "colorbleed.yeticache"]
|
families = ["colorbleed.imagesequence"]
|
||||||
hosts = ["shell"]
|
hosts = ["shell"]
|
||||||
|
|
||||||
def process(self, instance):
|
def process(self, instance):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue