diff --git a/pype/plugins/global/publish/integrate_new.py b/pype/plugins/global/publish/integrate_new.py index 6e237e46e9..b054d8c309 100644 --- a/pype/plugins/global/publish/integrate_new.py +++ b/pype/plugins/global/publish/integrate_new.py @@ -343,12 +343,12 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin): index_frame_start = None if repre.get("frameStart"): - frame_start_padding = ( - anatomy.templates["render"].get( - "padding", - anatomy.templates["frame_padding"] - ) + # TODO: bck compatibility `templates["render"]["padding"]` + frame_start_padding = anatomy.templates.get( + "frame_padding", + anatomy.templates["render"].get("padding") ) + index_frame_start = int(repre.get("frameStart")) # exception for slate workflow