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-08-03 08:18:25 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-08-03 08:18:25 +0300
commit1e20236039c8929406cf3d86bddcbfd2df5d9a17 (patch)
tree1f903fb7c1fb98988948aedc711e8dde6456ec51 /io_scene_gltf2/__init__.py
parent2c08beb9690cf533badb5535830424a22bf635c9 (diff)
glTF exporter: add alpha export support
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 9ce2d9da..8d849b63 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, 37),
+ "version": (0, 9, 38),
'blender': (2, 80, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',