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 11:18:26 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-08-03 11:18:26 +0300
commit7565f120d54c9f68d4b15c3774d19bebf60a2c35 (patch)
tree826e0558a8ecf4a6fb0917aa9c5c0059aad63c9b /io_scene_gltf2/__init__.py
parent0f85dace7664738c931b2329355308fab4917f28 (diff)
glTF importer: manage mode other than 4 (manage edges & points without faces)
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 321d7a69..28adcb8c 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, 39),
+ "version": (0, 9, 40),
'blender': (2, 80, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',