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-05 20:37:49 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-03-05 20:37:49 +0300
commit7481a1c3c199799ccc606b617e97c6b77535c346 (patch)
tree3ac4c60086d9c700e34affa9d93e20eb86f902d2
parentaf687f5a041eeda7bbe853a5839c2d57223134b2 (diff)
glTF: Bump to 1.2.36
-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 de7bbe7a..5ef08a89 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, 35),
+ "version": (1, 2, 36),
'blender': (2, 82, 7),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',