Changed the name from existing to expected frames

This commit is contained in:
Jacob Danell 2023-03-18 19:29:20 +01:00
parent 1754ef3267
commit 1dec179dc7

View file

@ -2,11 +2,11 @@ import pyblish.api
import os
class CollectFusionRenders(pyblish.api.InstancePlugin):
"""Collect all frames needed to publish existing frames"""
class CollectFusionExpectedFrames(pyblish.api.InstancePlugin):
"""Collect all frames needed to publish expected frames"""
order = pyblish.api.CollectorOrder + 0.5
label = "Collect Existing Frames"
label = "Collect Expected Frames"
hosts = ["fusion"]
families = ["render.frames"]