fix(global): integrate frame to representation was not correct

This commit is contained in:
Jakub Jezek 2020-03-03 18:50:04 +01:00
parent b075770388
commit df80aa7088
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

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