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:
authorPeter Kim <pk15950@gmail.com>2022-06-09 01:06:34 +0300
committerPeter Kim <pk15950@gmail.com>2022-06-09 01:06:34 +0300
commit633e707c40ad94d75a5f0c23ad5f5df0514fc92d (patch)
tree8a3e4347dbebb19ad8920b462826894931efcd09 /io_scene_gltf2/__init__.py
parent22270a72d68cd8e7f3a1bdb52c7a26034955d371 (diff)
parentc51e0bb1793c44c7a1b7435593dd5022cf7c8eec (diff)
Merge branch 'master' into xr-dev
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 0d388d97..fd3d2d56 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, 3, 3),
+ "version": (3, 3, 4),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',