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:
authorJulian Eisel <eiseljulian@gmail.com>2019-09-02 16:57:33 +0300
committerJulian Eisel <eiseljulian@gmail.com>2019-09-02 16:57:33 +0300
commit8f976022ffec50a595c147f83e7c31b1b922266a (patch)
tree21307afdd0e50acc515603365048d147de34a5ae /io_scene_gltf2/__init__.py
parente653d29b9a2e8c2e143a34e556101012e88fe927 (diff)
parentf4128711758e92a755001e51a88d3d4f67100974 (diff)
Merge commit 'f4128711758e92a755001e51a88d3d4f67100974' into filebrowser_redesign
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 66d09a44..0ad64def 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, 53),
+ "version": (0, 9, 54),
'blender': (2, 80, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',