mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(global): integrate frame to representation was not correct
This commit is contained in:
parent
b075770388
commit
df80aa7088
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
|
||||
if sequence_repre and repre.get("frameStart"):
|
||||
representation['context']['frame'] = (
|
||||
src_padding_exp % int(repre.get("frameStart"))
|
||||
dst_padding_exp % int(repre.get("frameStart"))
|
||||
)
|
||||
|
||||
self.log.debug("__ representation: {}".format(representation))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue