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-06 13:03:23 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-08-06 13:03:23 +0300
commit18f9eae9680583a3462122cc1817d7ee552646fe (patch)
tree2f1e1d3c4cb710b9c0842e98042cba2b8860d3fc /io_scene_gltf2/__init__.py
parent31d54b331aed89b0e5bacc00198f6ce5062abc2e (diff)
parenta24be9789174435fa723c4864969ad05a9fb5c01 (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 2500d49f..d418f818 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, 2),
+ "version": (3, 4, 3),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',