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-01-20 20:41:30 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-01-20 20:41:30 +0300
commitc8445b67fc2dd3696c393c5dc8cdba0da6a911c3 (patch)
tree3a1de2253d96689ebda23683ce62f5d6209b617c /io_scene_gltf2/__init__.py
parentec45566f05f0bebad99d2fddd1c2f2815edf9a4e (diff)
Fix invalid index mesh name
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 a015470d..8decfb29 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, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
- "version": (1, 8, 10),
+ "version": (1, 8, 11),
'blender': (3, 0, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',