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:58:14 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-02-15 18:58:14 +0300
commit516ca6742428d1548934b9be2ccdb9785fe9866f (patch)
treec205aca306b918561f1cc4cc0306f3aa23849848 /io_scene_gltf2/__init__.py
parentfba4f07bc695160a5737217ca04b853db1f2c8aa (diff)
parent3270966bbadee5cc6dd088dd775c0fafea56b77f (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'io_scene_gltf2/__init__.py')
-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 2ef90a40..636d83e2 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -150,7 +150,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 '