From 8cd1bfa55fa3f12c1c3a500f3bee8a9ecf22a7fb Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Sun, 31 Mar 2019 19:29:52 +0200 Subject: [PATCH] fix(pype): reading padding info for image sequence path from anatomy instead hardcoding it to ##### --- pype/plugins/global/publish/integrate_rendered_frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/global/publish/integrate_rendered_frames.py b/pype/plugins/global/publish/integrate_rendered_frames.py index 1f6dc63d35..8e7e2a59c4 100644 --- a/pype/plugins/global/publish/integrate_rendered_frames.py +++ b/pype/plugins/global/publish/integrate_rendered_frames.py @@ -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