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-06-23 09:17:47 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-06-23 09:17:47 +0300
commita3ebbe7309932950024d426516bbb4f4aca62270 (patch)
treefc6eca18acfb5a8eb40fd479c716a4c7d6b5c49e /io_scene_gltf2/__init__.py
parentef5f9c3291ffec316e1d0a380ca2357351104a8d (diff)
glTF exporter: fix depsgraph evaluation after blender API changes
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 6e41c1a8..2b999b50 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, 29),
+ "version": (0, 9, 30),
'blender': (2, 80, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',