fix(pype): reading padding info for image sequence path from anatomy instead hardcoding it to #####

This commit is contained in:
Jakub Jezek 2019-03-31 19:29:52 +02:00
parent 4e99de691c
commit 8cd1bfa55f

View file

@ -243,7 +243,7 @@ class IntegrateFrames(pyblish.api.InstancePlugin):
instance.data["transfers"].append([src, dst])
template_data["frame"] = "#####"
template_data["frame"] = "#" * anatomy.render.padding
anatomy_filled = anatomy.format(template_data)
path_to_save = anatomy_filled.render.path
template = anatomy.render.fullpath