mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +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
|
||||
label = "Validate Sequence Frames"
|
||||
families = ["colorbleed.imagesequence", "colorbleed.yeticache"]
|
||||
families = ["colorbleed.imagesequence"]
|
||||
hosts = ["shell"]
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue