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>2020-03-20 00:40:23 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-03-20 00:40:23 +0300
commitdc4c83cffc6b6db19f757db5012050a234f00424 (patch)
tree1c28d35306a4cf2b2f54564328bdffe5f828ae5e /io_scene_gltf2/__init__.py
parentd52854d420bd8d2a7ce6b53619b3ba1f2308225c (diff)
glTF exporter: fix bug when vertex group index is out of range of existing vertex groups
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 393e9710..01a4402c 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -15,7 +15,7 @@
bl_info = {
'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
- "version": (1, 2, 49),
+ "version": (1, 2, 50),
'blender': (2, 82, 7),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',