From 5368632c859466b18ec879ab3c393d557aafc0a3 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Tue, 6 Oct 2020 17:45:38 +0200 Subject: [PATCH] removed repre output name --- pype/plugins/global/publish/extract_scanline_exr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pype/plugins/global/publish/extract_scanline_exr.py b/pype/plugins/global/publish/extract_scanline_exr.py index d829f198b6..ca62476ab2 100644 --- a/pype/plugins/global/publish/extract_scanline_exr.py +++ b/pype/plugins/global/publish/extract_scanline_exr.py @@ -80,7 +80,6 @@ class ExtractScanlineExr(pyblish.api.InstancePlugin): self.log.warning(e) repre['name'] = 'exr' - repre['outputName'] = "scanline exr" try: repre['tags'].remove('toScanline') except ValueError: