mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #1060 from pypeclub/bugfix/3.0_tvpaint_frame_offset
TVPaint frame offset
This commit is contained in:
commit
2edd9f05a8
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue