[Bf-extensions-cvs] [57b65bd3] blender-v3.3-release: glTF exporter: cleanup option description

Julien Duroure noreply at git.blender.org
Wed Aug 17 08:03:21 CEST 2022


Commit: 57b65bd3f485d2477998f6991422f67be6ce5158
Author: Julien Duroure
Date:   Wed Aug 17 08:03:02 2022 +0200
Branches: blender-v3.3-release
https://developer.blender.org/rBA57b65bd3f485d2477998f6991422f67be6ce5158

glTF exporter: cleanup option description

===================================================================

M	io_scene_gltf2/__init__.py

===================================================================

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 4c87c07b..ee60f4aa 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -4,7 +4,7 @@
 bl_info = {
     'name': 'glTF 2.0 format',
     'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
-    "version": (3, 3, 25),
+    "version": (3, 3, 26),
     'blender': (3, 3, 0),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',
@@ -406,8 +406,8 @@ class ExportGLTF2_Base:
     export_anim_single_armature: BoolProperty(
         name='Export all Armature Actions',
         description=(
-            "Export all actions of a single armature. "
-            "WARNING: works only if you exports a single armature"
+            "Export all actions, bound to a single armature. "
+            "WARNING: Option does not support exports including multiple armatures"
         ),
         default=True
     )



More information about the Bf-extensions-cvs mailing list