removed filling of "representation" key with representation "ext" key

This commit is contained in:
iLLiCiTiT 2021-01-05 10:44:50 +01:00
parent 1231e4a3d6
commit 42faada165

View file

@ -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"]