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>2022-04-29 09:33:47 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-04-29 09:33:47 +0300
commita84f9f5ff43f9291458cff2ce8583a956d054900 (patch)
tree7a7080157b87a62a244ff8d52f39013d1f435e00 /io_scene_gltf2/__init__.py
parent96eb14698456d06bea5a42a6bb35daa172841a6a (diff)
glTF exporter: code cleanup
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 c2cd82b3..f41a0add 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -4,7 +4,7 @@
bl_info = {
'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
- "version": (3, 2, 36),
+ "version": (3, 2, 37),
'blender': (3, 1, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',