Merge pull request #1060 from pypeclub/bugfix/3.0_tvpaint_frame_offset

TVPaint frame offset
This commit is contained in:
Milan Kolar 2021-02-26 13:59:14 +01:00 committed by GitHub
commit 2edd9f05a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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