mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Changed the name from existing to expected frames
This commit is contained in:
parent
1754ef3267
commit
1dec179dc7
1 changed files with 3 additions and 3 deletions
|
|
@ -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"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue