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:
authorNathan Letwory <nathan@blender.org>2020-03-09 22:54:36 +0300
committerNathan Letwory <nathan@blender.org>2020-03-09 22:54:36 +0300
commit08eaeef293a993551e87b04258c223e176e4de5f (patch)
tree4910ef3960821e576761517bfc3b83d99ecd031c
parentf4f2738f2b64dfaa5db6795711b3e152d981bcd6 (diff)
glTF: bump to 1.1.46 for 2.82av2.82ablender-v2.82-release
-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 58757793..445bd9aa 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": (1, 1, 45),
+ "version": (1, 1, 46),
'blender': (2, 81, 6),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',