mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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
|
import os
|
||||||
|
|
||||||
|
|
||||||
class CollectFusionRenders(pyblish.api.InstancePlugin):
|
class CollectFusionExpectedFrames(pyblish.api.InstancePlugin):
|
||||||
"""Collect all frames needed to publish existing frames"""
|
"""Collect all frames needed to publish expected frames"""
|
||||||
|
|
||||||
order = pyblish.api.CollectorOrder + 0.5
|
order = pyblish.api.CollectorOrder + 0.5
|
||||||
label = "Collect Existing Frames"
|
label = "Collect Expected Frames"
|
||||||
hosts = ["fusion"]
|
hosts = ["fusion"]
|
||||||
families = ["render.frames"]
|
families = ["render.frames"]
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue