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>2019-10-03 19:58:14 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-10-03 19:58:14 +0300
commitf18da173c7be65c0ec9ece608bdb0168247ebdaa (patch)
tree68323c86efc0a0061d3fd3090a3b375d0e4b768a
parentc402af6e27ca743657a66cc635f4993b3f324819 (diff)
glTF: Version 1.0.0
-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 7ebb964a..a6fabf10 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": (0, 9, 82),
+ "version": (1, 0, 0),
'blender': (2, 81, 6),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',