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-16 14:58:34 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-04-16 14:58:34 +0300
commit770b8c294775240f52dcffa6c1f4aa0d60611213 (patch)
tree8056d588cff708054580583f7471b9d4c2ab0006
parent45c5d678852f0b086aaf38d23e1fc1f9d0165b88 (diff)
glTF: Bump to 1.3.0 in master. 2.83 branch stays on 1.2.*
-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 f05cd174..73f72acd 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, 63),
+ "version": (1, 3, 0),
'blender': (2, 83, 9),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',