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-08-08 18:04:38 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-08-08 18:04:38 +0300
commitf15ffafd0bb7dbd23e14a14a710536d6458a220c (patch)
tree45446658596560f5adb64a31f2ae912f9b13b713 /io_scene_gltf2/__init__.py
parent30b80563060d9b1fe73c943708243e3d96c7364d (diff)
parentae29cfd1860e53e61d1b58d9c406638927a8ab40 (diff)
Merge branch 'blender-v3.3-release'
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 547a5c36..28c0777c 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, 4, 6),
+ "version": (3, 4, 7),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',