keep frame start/end as they are

This commit is contained in:
iLLiCiTiT 2021-03-03 10:12:17 +01:00
parent 7973229bff
commit 260088306d

View file

@ -121,8 +121,8 @@ class ExtractSequence(pyblish.api.Extractor):
"ext": ext,
"files": repre_files,
"stagingDir": output_dir,
"frameStart": frame_start + 1,
"frameEnd": frame_end + 1,
"frameStart": frame_start,
"frameEnd": frame_end,
"tags": tags
}
self.log.debug("Creating new representation: {}".format(new_repre))