From 42faada1658e496b77ee05c679dd84124ca4808c Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 5 Jan 2021 10:44:50 +0100 Subject: [PATCH] removed filling of "representation" key with representation "ext" key --- pype/plugins/global/publish/integrate_new.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pype/plugins/global/publish/integrate_new.py b/pype/plugins/global/publish/integrate_new.py index f3e0bf6fed..2e5a9e5b94 100644 --- a/pype/plugins/global/publish/integrate_new.py +++ b/pype/plugins/global/publish/integrate_new.py @@ -463,8 +463,6 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin): "Given file name is a full path" ) - template_data["representation"] = repre['ext'] - src = os.path.join(stagingdir, fname) anatomy_filled = anatomy.format(template_data) template_filled = anatomy_filled[template_name]["path"]