Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2022-02-15 18:57:40 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-02-15 18:57:40 +0300
commit3270966bbadee5cc6dd088dd775c0fafea56b77f (patch)
treeebdf0ebb7dd4bc8cb7215954afaaa648c06bb5b4
parent4003baf03d7d6d78ef4c16be79c73edadf87759c (diff)
glTF exporter: fix UI message
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 3e7e3672..7d7fff81 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -161,7 +161,7 @@ class ExportGLTF2_Base:
'Save images as JPEGs. (Images that need alpha are saved as PNGs though.) '
'Be aware of a possible loss in quality'),
('NONE', 'None',
- 'Don\'t export images.'),
+ 'Don\'t export images'),
),
description=(
'Output format for images. PNG is lossless and generally preferred, but JPEG might be preferable for web '