removed repre output name

This commit is contained in:
Ondrej Samohel 2020-10-06 17:45:38 +02:00
parent 3f628d1267
commit 5368632c85
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -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: