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-24 18:11:08 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-08-24 18:11:08 +0300
commit25bbb109edc3ee3df8981968409fa3ef290d9601 (patch)
treee858e0d8299a59920f473c3170e9da08303cbe16 /io_scene_gltf2/__init__.py
parent296383210971045cb0b4704847d1e427bfa6817d (diff)
parente0d33461ceafa3734eabbc216fdc1914536ea725 (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 ecc5a499..459a8795 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, 9),
+ "version": (3, 4, 10),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',