Skip to content
Snippets Groups Projects
Commit 3270966b authored by Julien Duroure's avatar Julien Duroure
Browse files

glTF exporter: fix UI message

parent 4003baf0
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ class ExportGLTF2_Base: ...@@ -161,7 +161,7 @@ class ExportGLTF2_Base:
'Save images as JPEGs. (Images that need alpha are saved as PNGs though.) ' 'Save images as JPEGs. (Images that need alpha are saved as PNGs though.) '
'Be aware of a possible loss in quality'), 'Be aware of a possible loss in quality'),
('NONE', 'None', ('NONE', 'None',
'Don\'t export images.'), 'Don\'t export images'),
), ),
description=( description=(
'Output format for images. PNG is lossless and generally preferred, but JPEG might be preferable for web ' 'Output format for images. PNG is lossless and generally preferred, but JPEG might be preferable for web '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment