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-04-18 18:20:07 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-04-18 18:20:07 +0300
commitd60849373c655878ce5a1ebf61180682ee278595 (patch)
tree90a48276f6839d7f6ae6b4884605c200bf49c352
parentc03185fe40dcc9c2b4cf3c9ef47d4546e0d003a8 (diff)
glTF: bump version after changes on blender repo, copied in Khronos repo
-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 58f020da..3cdde69a 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, 3, 6),
+ "version": (1, 3, 7),
'blender': (2, 83, 9),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',