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:
authorBastien Montagne <bastien@blender.org>2022-03-28 11:41:43 +0300
committerBastien Montagne <bastien@blender.org>2022-03-28 11:41:43 +0300
commit1d45d7e10631bc57f563f3e6702592c7a8565416 (patch)
tree5bb71d13d15ce7491e91f7fcdab476767b2b5729 /io_scene_gltf2
parentd700a6888ecd93092c0c2f00ce7c2815a813613b (diff)
Fix various UI messages issues.
Diffstat (limited to 'io_scene_gltf2')
-rwxr-xr-xio_scene_gltf2/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index fd0687b9..c2704ffd 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -375,8 +375,8 @@ class ExportGLTF2_Base:
optimize_animation_size: BoolProperty(
name='Optimize Animation Size',
description=(
- "Reduces exported filesize by removing duplicate keyframes"
- "Can cause problems with stepped animation"
+ "Reduce exported file-size by removing duplicate keyframes"
+ "(can cause problems with stepped animation)"
),
default=True
)