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>2021-09-23 05:19:40 +0300
committerPeter Kim <pk15950@gmail.com>2021-09-23 05:19:40 +0300
commita85360cbdfbbee2bb46bcb93900f597a989bd33b (patch)
tree23e6f38da0ef3c3e5147afd2ef8226d1b3a7bb8c /io_scene_gltf2/__init__.py
parent3433c06c4ca5253533c34a88955dabbcbb51f3a0 (diff)
parentc0942837ab5a48482b1e901712f24cb1e1f04fac (diff)
Merge branch 'master' into xr-controller-support
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 08f5cbd1..9a89cfbe 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -15,7 +15,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": (1, 7, 23),
+ "version": (1, 7, 28),
'blender': (2, 91, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',