mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add start and end frame to collection
This commit is contained in:
parent
6e1f4de58d
commit
ee71d2420d
1 changed files with 2 additions and 0 deletions
|
|
@ -423,6 +423,8 @@ class CollectRenderedFrames(pyblish.api.ContextPlugin):
|
|||
"name": ext,
|
||||
"ext": "{}".format(ext),
|
||||
"files": list(collection),
|
||||
"frameStart": start,
|
||||
"frameEnd": end,
|
||||
"stagingDir": root,
|
||||
"anatomy_template": "render",
|
||||
"fps": fps,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue