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-10-04 10:25:41 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-10-04 10:25:41 +0300
commit8466799187188e371080e0c4e46a9e3fe3a66d24 (patch)
treec82d3c0fcddce0e4aa84a62fff8dc7e6237f8ff1 /io_scene_gltf2/__init__.py
parent712f007c7179e77ebc68d0057fc56513161be004 (diff)
glTF exporter: Avoid adding multiple neutral bone on same armature
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 534b6392..87645661 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, 4, 27),
+ "version": (3, 4, 29),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',