add start and end frame to collection

This commit is contained in:
Milan Kolar 2020-01-28 00:00:19 +01:00
parent 6e1f4de58d
commit ee71d2420d

View file

@ -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,